body {
  min-width: 320px;
  font-family: "Roboto", sans-serif;
  background: #000 url("../images/pattern.png") fixed;
}

.eapps-instagram-feed-title, .eui-widget-title {
  font-family: "Roboto", sans-serif;
  color: #fff;
}

.widget-wrapper {
  margin-bottom: 60px;
}

.eapps-faq .eui-widget-title {
  font-size: 24px !important;
}

.main-wrapper {
  max-width: 1100px;
  margin: 0 auto;
  padding: 130px 30px 100px 30px;
}
@media (max-width: 575px) {
  .main-wrapper {
    padding: 50px 15px;
  }
}

.logo {
  text-align: center;
  margin-bottom: 45px;
}
@media (max-width: 575px) {
  .logo {
    margin-bottom: 20px;
  }
}
.logo .logo-link {
  display: inline-block;
  width: 215px;
}
@media (max-width: 575px) {
  .logo .logo-link {
    width: 150px;
  }
}

.logo-text {
  display: block;
  text-align: center;
  color: #e2ca82;
  font-size: 36px;
  line-height: 38px;
  font-weight: 300;
  font-family: "Montserrat", sans-serif;
  margin-bottom: 100px;
  letter-spacing: 1px;
}
@media (max-width: 575px) {
  .logo-text {
    font-size: 21px;
    line-height: 23px;
    margin-bottom: 50px;
  }
}

.phone-link, .online-entry {
  display: inline-block;
  padding: 25px 35px;
  font-size: 36px;
  line-height: 38px;
  font-weight: 700;
  color: #000;
  background-color: #fff;
  border-radius: 50px;
  margin-bottom: 100px;
  min-width: 375px;
  transition: all 0.2s linear;
}
@media (max-width: 575px) {
  .phone-link, .online-entry {
    font-size: 26px;
    line-height: 28px;
    padding: 20px 35px;
    margin-bottom: 50px;
    min-width: 290px;
  }
}
.phone-link:hover, .online-entry:hover {
  color: #000;
  text-decoration: none;
  background-color: #e2ca82;
}

.online-entry {
  margin-bottom: 50px;
}

.map-link-wrap {
  margin-bottom: 100px;
}
@media (max-width: 575px) {
  .map-link-wrap {
    margin-bottom: 50px;
  }
}
.map-link-wrap .mdi {
  display: block;
  font-size: 33px;
  line-height: 33px;
  color: #fff;
  margin-bottom: 20px;
}
.map-link-wrap .map-link {
  display: inline-block;
  color: #fff;
  border-bottom: 1px solid #fff;
  font-size: 30px;
  line-height: 32px;
  font-weight: 300;
  margin-bottom: 30px;
  transition: all 0.2s linear;
}
@media (max-width: 575px) {
  .map-link-wrap .map-link {
    font-size: 26px;
    line-height: 28px;
  }
}
.map-link-wrap .map-link:hover {
  text-decoration: none;
  border-color: transparent;
}

#map {
  width: 100%;
  height: 380px;
  margin: 0 auto;
  border-radius: 13px;
}
@media (max-width: 575px) {
  #map {
    width: 100%;
  }
}

.social-wrapper {
  margin-bottom: 100px;
  padding: 0 100px;
}
@media (max-width: 575px) {
  .social-wrapper {
    padding: 0;
    margin-bottom: 50px;
  }
}
.social-wrapper .social-col {
  display: inline-block;
}
@media (max-width: 575px) {
  .social-wrapper .social-col {
    margin-bottom: 30px;
  }
}
.social-wrapper .social-col:hover {
  text-decoration: none;
}
.social-wrapper .social-col:hover .mdi, .social-wrapper .social-col:hover .social-text {
  color: #e2ca82;
}
.social-wrapper .social-col .mdi {
  display: block;
  font-size: 33px;
  line-height: 33px;
  color: #fff;
  margin-bottom: 10px;
  transition: all 0.2s linear;
}
.social-wrapper .social-col .social-text {
  display: block;
  color: #fff;
  font-size: 30px;
  line-height: 32px;
  font-weight: 300;
  transition: all 0.2s linear;
}

.bottom-text {
  margin-bottom: 120px;
}
@media (max-width: 575px) {
  .bottom-text {
    margin-bottom: 50px;
  }
}
.bottom-text h1, .bottom-text h2, .bottom-text h3 {
  margin: 0 0 20px 0;
  font-size: 24px;
  line-height: 26px;
  font-weight: 700;
  color: #e2ca82;
  text-align: justify;
}
.bottom-text h2 {
  font-size: 18px;
  line-height: 20px;
}
.bottom-text h3 {
  font-size: 16px;
  line-height: 18px;
}
.bottom-text ul {
  color: #e2ca82;
}
.bottom-text p {
  margin: 0 0 20px 0;
  font-size: 18px;
  line-height: 24px;
  font-weight: 100;
  color: #fff;
  text-align: justify;
}
.bottom-text p:last-child {
  margin: 0;
}

.copyright-text {
  display: block;
  font-size: 18px;
  line-height: 20px;
  font-weight: 300;
  color: #e2ca82;
}

/*# sourceMappingURL=style.css.map */
