@font-face {
  font-family: CormorantGaramond;
  font-weight: normal;
  src: url("../fonts/CormorantGaramond-Medium.ttf");
}

@font-face {
  font-family: CormorantGaramond;
  font-weight: bold;
  src: url("../fonts/CormorantGaramond-Bold.ttf");
}

:root, html, body, p, h1, h2, h3, h4, h5, h6 {
  font-family: CormorantGaramond !important;
}

/* Change selection color */

::selection {
  background: #00000085; /* WebKit/Blink Browsers */
}
::-moz-selection {
  background: #00000085; /* Gecko Browsers */
}

h2 {
  font-size: 30px;
  text-align: left;
}

#page-loader .spinner-container .css-spinner {
  border-top-color: white;
  border-left-color: white;
}

.hero-1 .front-content img.logo {
  margin-top: 0;
  margin-bottom: 0;
}

@media (min-width: 992px) {
  .slide img {
    height: 180px;
  }
}

@media (min-width: 768px) and (max-width: 992px) {
  .slide img {
    height: 25vw;
  }
}

@media (min-width: 576px) and (max-width: 768px) {
  .slide img {
    height: 30vw;
  }
}

@media (max-width: 576px) {
  .slide img {
    height: 50vw;
  }
}

.hero-1 .front-content p {
  padding-bottom: 10px;
}

@media (min-width: 768px) {
  .hero-1 .front-content p {
    font-size: 21px !important;
  }
}

@media (max-width: 768px) {
  .hero-1 .front-content p {
    font-size: 15px !important;
  }
}

@media (max-width: 576px) {
  #overlay .container-mid .container {
    padding-top: 10px;
    padding-bottom: 0;
  }
}

@media (min-width: 1200px) {
  .container {
    width: 500px;
  }
}

@media (min-width: 768px) {
  .container {
    width: 460px;
  }
}

.hero-1 .front-content div.open-overlay {
  border: none;
  background-image: url("../images/arrow-up.png");
  background-size: 100%;
  background-repeat: no-repeat;
  width: 109px;
  height: 109px;
}

@media (max-width: 576px) {
  .hero-1 .front-content div.open-overlay {
    width: 25vw;
    height: 25vw;
  }
}

.hero-1 .front-content .down-button i:last-child, .hero-1 .front-content .down-button:hover i:first-child {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media (max-width: 1440px) {
  #overlay .container-mid .container {
    padding: 0 40px;
  }
}

.up-button {
  position: relative;
  background-color: transparent;
  background-image: url("../images/arrow-down.png");
  background-size: 100%;
  background-repeat: no-repeat;
  width: 109px !important;
  margin-bottom: 38px;
}

@media (max-width: 768px) {
  .up-button {
    margin-bottom: 28px;
  }
}

@media (max-width: 576px) {
  .up-button {
    width: 25vw !important;
  }
}

.up-button i {
  left: 0;
  color: #fff;
}

.up-button.active {
  height: 109px !important;
}

@media (max-width: 576px) {
  .up-button.active {
    height: 25vw !important;
  }
}

.ti-arrow-up:before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#about h2 {
  margin: 0 auto;
}

#about p {
  margin: 10px auto;
  font-size: 20px;
  line-height: 1.25;
}

@media (max-width: 576px) {
  #about p {
    font-size: 16px;
  }
}

#about p a {
  color: #fff;
}

#about p a:hover {
  text-decoration: underline dotted #fff;
}

#about .social-icons {
  /* margin-top: 38px; */
}

@media (max-width: 900px) {
  #about .social-icons {
    margin-top: 28px;
  }
}

#about .social-icons li {
  margin-top: 10px;
  margin-bottom: 10px;
}

#about .social-icons li a {
  font-size: 20px;
  line-height: 60px;
  width: 60px;
  height: 60px;
}

@media (max-width: 1440px) {
  #about .social-icons li a {
    line-height: 49px;
    width: 50px;
    height: 50px;
  }
}

.fa-maps::before {
  content: "\f041";
}
