/* =fonts
---------------------------------------------------------------------------- */
@font-face {
  font-family: "nunito_sans_light";
  src: url("../fonts/nunito-sans-300.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "nunito_sans_regular";
  src: url("../fonts/nunito-sans-400.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "nunito_sans_bold";
  src: url("../fonts/nunito-sans-700.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}

/* =global
   ---------------------------------------------------------------------------- */
.container {
  max-width: 100% !important;
}
html {
  position: relative;
  min-height: 100%;
}
body {
  margin-bottom: 240px; /* footer height */
  font-family: nunito_sans_regular, Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.428571429;
  color: #333333; /* $color-gray-700 */
  background-image: url("../images/maintenance-bg-pattern.jpg");
}
@media (min-width: 992px) { /* $screen-md */
  body {
    margin-bottom: 140px; /* footer height */
  }
}
.row {
  margin-right: 0;
  margin-left: 0;
}
img {
  height:auto;
  max-width: 100%;
}

a {
  color: #428bca;
  text-decoration: none;
}
a:hover, a:focus, a:active {
  color: #428bca;
  text-decoration: underline;
}

ul {
  margin-left: 0;
  padding: 0;
}

/* =header
   ---------------------------------------------------------------------------- */
.navbar-header {
  float: none;
  background-color: #fff;
  box-shadow: 0 2px 4px rgba(136, 136, 136, 0.6);
}
.forever-logo {
  height: auto;
  width: 175px;
  margin-top: 0;
  margin-right: auto;
  margin-left: auto;
  padding-top: 10px;
  padding-right: 0;
  padding-bottom: 10px;
}
@media (min-width: 1200px) { /* $screen-lg */
  .forever-logo {
    width: 250px;
  }
}


/* =hero
   ---------------------------------------------------------------------------- */
.hero {
  display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;      /* TWEENER - IE 10 */
  display: -webkit-flex;     /* NEW - Chrome */
  display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
}
@media (min-width: 768px) { /* $screen-sm */
  .hero {
    height: 650px;
  }
}
@media (min-width: 2000px) { /* $screen-xxl */
  .hero {
    height: 900px;
  }
}

.hero .card {
  background-color: #fff;
  box-shadow: 0 1px 6px rgba(136, 136, 136, 0.6);
  border-radius: 4px;
}

@media (max-width: 768px) { /* $screen-sm */
  .hero .card {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
@media (min-width: 768px) { /* $screen-sm */
  .hero .card{
    padding: 40px 60px;
  }
}

.ie9 .hero .card {
  margin-top: 40px !important;
}

.hero h1 {
  font-family: nunito_sans_bold, Helvetica, Arial, sans-serif;
  font-size: 28px;
}
@media (min-width: 768px) { /* $screen-sm */
  .hero h1 {
    font-size: 36px;
  }
}

.hero h2 {
  color: #666666;
  font-family: nunito_sans_light, Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
  font-size: 18px;
  line-height: 1.4;
}
@media (min-width: 768px) { /* $screen-sm */
  .hero h2 {
    font-size: 24px;
  }
}

.hero h4 {
  color: #666666;
  font-family: nunito_sans_bold, Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) { /* $screen-sm */
  .hero h4 {
    font-size: 18px;
    font-weight: 300;
  }
}
@media (max-width: 768px) { /* $screen-sm */
  .hero h4 {
    padding-bottom: 20px;
  }
}

.hero hr {
  margin-top: 15px;
  margin-bottom: 30px;
}
@media (min-width: 768px) { /* $screen-sm */
  .hero hr {
    margin-top: 40px;
    margin-bottom: 30px;
  }
}

/* =footer
   ---------------------------------------------------------------------------- */
.color_block-services-dark {
  background-color: #2d8e97;
}
footer {
  width: 100%;
  height: 240px;
  text-align: center;
  color: #fff;
  background-color: #333; /* color-gray-700 */
}
footer {
  position: absolute;
  bottom: 0;
}
@media (min-width: 992px) { /* $screen-md */
  footer {
    height: 140px;
  }
}
.footer-main_block {
  margin-top: 10px;
}
@media (min-width: 768px) { /* $screen-sm */
  .footer-main_block {
    margin-top: 20px;
  }
}
footer .social-media-icon {
  border-radius: 50%;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
footer .social-media-icon .fa {
  display: inline-block;
  text-align: center;
  width: 100%;
}
footer .social-media-icon .fa {
  display: inline-block;
  vertical-align: middle;
  line-height: normal;
}
footer a:link, footer a:visited, footer a:hover, footer a:active {
  color: #fff;
}
footer .footer-links {
  text-transform: uppercase;
  margin-top: 20px;
  text-align: center;
}
@media (max-width: 991px) { /* $screen-sm-max */
  footer .footer-links {
    margin: 10px;
  }
}
footer .contact-links {
  margin-top: 15px;
  text-align: right;
}
@media (max-width: 991px) { /* $screen-sm-max */
  footer .contact-links {
    margin-top: 10px;
    text-align: center;
  }
}
footer .footer-links {
  font-size: 18px;
}
footer .contact {
  font-size: 22px;
}
footer .social-media-icons {
  width: 300px;
}
footer .social-media-icon {
  height: 50px;
  width: 50px;
  line-height: 50px;
  float: left;
  margin: 5px;
  color: #fff;
  background-color: #666; /* color-gray-600 */
}
footer .social-media-icon .fa {
  font-size: 30px;
}
footer .social-media-icon:hover {
  background-color: #888; /* color-gray-500 */
}
