html, body {
  height: 100%;
}

#hero {
  background: url("../../assets/img/slider_1.jpg");
  background-size: cover;
  background-position: center;
  color: #fff;
  padding: 50px 0;
  height: 660px;
}

#hero .intro {
  font-size: 1.5em;
  text-shadow: 0px 0px 1px #333;
}

#hero h1 {
  font-size: 4em;
  padding-bottom: 10px;
  text-shadow: 1px 1px 2px #333;
}

#hero h2 a {
  line-height: 1.5;
   text-decoration: none;
   font-size: 4rem;
   color: #fbd442;
   font-weight: bold;
   text-shadow: 0 0 2px #333333, 0 0 10px #030546a3;
}

#hero p {
  color: #cee0fb;
  line-height: 1.5;
}

@media (max-width: 400px) {
  #hero h1 {
    font-size: 2.5em;
  }
}

.row {
  margin-top: 50px;
}

#services .col div {
  height: 240px;
  background-color: rgb(243,248,255);
}

#services .fas {
  font-size: 3em;
  color: rgba(0,73,105,0.83);
}

#services h2 {
  color: rgb(190,83,5);
}

#services .col-sm-6 div {
  background: rgb(245,245,249);
  padding: 20px;
  height: 100%;
}

/* ABOUT */

#about {
  line-height: 2;
}

#about .img-fluid {
  max-height: 400px;
}

#about p {
  font-family: 'Open Sans', sans-serif;
}

#about h1 {
  font-family: Ubuntu, sans-serif;
}

/* FOOTER */

footer {
  margin-top: 100px;
}

.footer-dark .copyright {
  text-align: center;
  padding-top: 24px;
  opacity: 0.3;
  font-size: 15px;
  margin-bottom: 0;
}

.footer-dark {
  padding: 50px 0;
  color: #f0f9ff;
  background-color: #282d32;
}

@media (max-width:767px) {
  .footer-dark .item:not(.social) {
    text-align: center;
    padding-bottom: 20px;
  }
}

.footer-dark h3 {
  margin-top: 0;
  margin-bottom: 12px;
  font-weight: bold;
  font-size: 16px;
}

.footer-dark ul {
  padding: 0;
  list-style: none;
  line-height: 1.6;
  font-size: 14px;
  margin-bottom: 0;
}

.footer-dark ul a:hover {
  opacity: 0.9;
}

.footer-dark ul a {
  color: inherit;
  text-decoration: none;
  opacity: 0.6;
}

.footer-dark .item.text {
  margin-bottom: 36px;
}

@media (max-width:767px) {
  .footer-dark .item.text {
    margin-bottom: 0;
  }
}

.footer-dark .item.text p {
  opacity: 0.6;
  margin-bottom: 0;
}

.footer-dark .item.social {
  text-align: center;
}

@media (max-width:991px) {
  .footer-dark .item.social {
    text-align: center;
    margin-top: 20px;
  }
}

.footer-dark .item.social > a {
  font-size: 20px;
  width: 36px;
  height: 36px;
  line-height: 36px;
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  box-shadow: 0 0 0 1px rgba(255,255,255,0.4);
  margin: 0 8px;
  color: #fff;
  opacity: 0.75;
}

.footer-dark .item.social > a:hover {
  opacity: 0.9;
}
