/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  color: #231f20;
  font-family: proxima-nova, sans-serif;
  font-style: normal;
  font-weight: 100;
  font-size:20px;
}

a {
  color: #007bff;
}

a:hover {
  color: #0b6bd3;
  text-decoration: none;
}

section p a:hover {
  border-bottom: 1px solid #0b6bd3;
}

section a {
  border-bottom: 1px solid #007bff;
}

section {
  position: relative;
}

section .container {
  position: relative;
}

h2 {
  color: #be1e2d;
  font-weight: 900;
}

h3 {
  font-family: peachy-keen-jf, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #005cb9;
}

p.description {
  font-family: proxima-nova-condensed, sans-serif;
  font-weight: 400;
  font-style: normal;
  text-align:center;
  color:#414042;
}

.font-weight-900 {
  font-weight: 900!important;
}

.lead {
  color: #be1e2d;
  margin-bottom: 0;
}

.follow {
  margin-top:0.25rem!important;
}

hr {
  margin-top: 30px;
  margin-bottom: 0rem;
  border-top: solid 6px #be1e2d;
}

.light-blue {
  color:#6dcff6;
}

.dark-blue {
  color:#005cb9;
}

.nav-shadow {
  box-shadow: 0px 3px 5px rgba(0,0,0,0.2);
}

/* Skip top nav */

#skip-link {
  position: absolute;
  top: 0;
  left:300px;
  display: inline-block;
  padding: 4px 10px;
  margin: 0 0 0 30px;
  background-color: #000;
  color: #fff;
  font-size: .875rem;
  font-weight: 600;
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  display: none;
  width: 40px;
  height: 40px;
  border-radius: 3px;
  right: 15px;
  bottom: 15px;
  background: #5E6062;
  color: #fff;
  transition: display 0.5s ease-in-out;
  z-index: 99999;
}

.back-to-top i {
  font-size: 24px;
  position: absolute;
  top: 8px;
  left: 8px;
}

.back-to-top:hover {
  color: #fff;
  background: #be1e2d;
  transition: background 0.2s ease-in-out;
}

/* Icons and logos */ 

.icon img,
.logo img {
  margin: auto;
  display: block;
  height: 125px;
}

.logo img {
  height:110px;
}

@media (min-width: 768px) {
  .icon img {
    height: 100px;
  }
}

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

@media (min-width:1200px) {
  .icon img {
    height: 125px;
  }

  .icon-row p {
    margin-top:1rem;
  }
}



/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/

section#hero {
  background-color: #005cb9;
}

.hero-image {
  position: relative;
}

.hero-image img {
  position: absolute;
  bottom:0px;
}

#hero h1 {
  font-family: peachy-keen-jf, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 3rem;
  color: #fff;
  margin-bottom: 0;
  z-index: 1000;
  padding: 0 10px;
  text-align: center;
  letter-spacing: 1px;
}

#hero h2 {
  font-family: peachy-keen-jf, sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #fff;
  margin-bottom: 50px;
  font-size: 2rem;
  text-align: center;
}

#hero .animated {
  animation: up-down 2s ease-in-out infinite alternate-reverse both;
}

.icon-box {
  padding: 20px 30px;
  position: relative;
  overflow: hidden;
  background: #f6f6f6;
  transition: all 0.3s ease-in-out;
  border-radius: 8px;
  z-index: 1;
}

.icon-box:hover {
  transform: scale(1.08);
}

@media (min-width: 768px) {

  #hero h1 {
    font-size: 2.25rem;
    padding: 0 15px;
    margin: 1.5rem 0px;
  }

  hr {
    margin-top: 50px;
    margin-bottom: 0rem;
    border-top: solid 6px #be1e2d;
  }

}

@media (min-width: 1200px) {

  #hero .title-wrapper {
      position: relative;
      bottom:0;
      margin-top:2rem;
  }

  #hero .page-title {
    bottom:2rem;
  }

  img.mig-welcome {
    height:75vh;
  }

  #hero h1 {
    font-size: 4rem;
    letter-spacing: 2px;
    margin-bottom: 2rem;
  }

  #hero img {
    margin:0 -15px;
  }
}

@media (max-width: 991px) {

  #hero .animated {
    -webkit-animation: none;
    animation: none;
  }

}

@media (max-width: 768px) {

  #hero h2 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
  }

}

@-webkit-keyframes up-down {
  0% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(-10px);
  }
}

@keyframes up-down {
  0% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(-10px);
  }
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/

.section-bg {
  background-color: #fff;
}

/*--------------------------------------------------------------
# Section two
--------------------------------------------------------------*/

#section-two {
  background-color:#00aeef;
}

#section-two .section-content {
  margin: 50px 0px;
}

.icon-box h3 {
  text-align:center;
  text-transform: uppercase;
  font-size:1.5rem;
}

#section-two p {
  color:#fff;
}

#section-two p.intro {
  font-size:1.5rem;
  text-align:center;
}

#section-two p.follow-tips{
  font-size: 1.75rem;
  text-align: center;
  font-family: peachy-keen-jf, sans-serif;
  font-style: normal;
  font-weight: 400;
  margin-top: 2rem;
}

@media (min-width: 768px) {

  #section-two .section-content {
    margin: 100px 0px;
  }

  #section-two p.intro {
    font-size:1.5rem;
  }

  #section-two p.follow-tips{
    font-size: 1.875rem;
  }

  #section-two .section-content {
    margin: 75px 80px 3rem;
}

}

/* Section two XL */ 
@media (min-width: 1200px) {

  #section-two .section-content {
    margin: 75px 80px 0px;
  }


  #section-two p.intro {
    font-size:1.75rem;
  }

  #section-two p.follow-tips{
    font-size: 2rem;
    text-align: center;
    font-family: peachy-keen-jf, sans-serif;
    font-style: normal;
    font-weight: 400;
    margin-bottom: 0;
    margin-top: 2rem;
  }

  h2 {
    font-size: 48px;
  }

  #section-two h3 {
    font-size: 2rem;
  }

  #section-two .section-content {
    margin: 4rem 0;
  }

}

/*--------------------------------------------------------------
# Section Three
--------------------------------------------------------------*/

/* WDYNTK MD */ 
@media (min-width: 768px) {
  
  #section-three .section-content {
    margin-top: 50px;
    margin-bottom: 50px;
  } 
}

/* WDYNTK XL */ 
@media (min-width: 1200px) {

  .follow {
    font-size:16px;
  }

}

/*--------------------------------------------------------------
# Section Four
--------------------------------------------------------------*/

#section-four {
  background-color: #005cb9;
  position: relative;
}

.benediction {
  bottom: 1.5rem;
  font-family: peachy-keen-jf, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #fff;
  font-size: 1.65rem;
}

#section-four .section-content {
  position: relative;
}

@media (max-width: 767px) {

  .benediction {
    margin-top:3rem;
    font-size:1.5rem;
  }

}

/* Section four MD */ 

@media (min-width: 768px) {

  #section-four {
    height: 400px;
  }

  #section-four .section-content {
    margin-bottom: -60px;
  }
  

  #section-four .image-wrapper {
    position: relative;
    height: 500px;
  } 

  .benediction {
    position: absolute;
    bottom: 8rem;
    right: 0rem;
    width: 38%;
    font-size: 1rem;
  }

  #section-four .image-wrapper img {
    position: relative;
    bottom: 90px;
    height: 500px;
    margin-top:0px;
  }
}

@media (min-width: 1200px) {

  #section-four {
    height: 500px;
  }

  .benediction {
    bottom: 1.5rem;
    width: 48%;
    font-size: 1.65rem;
  }

  #section-four .image-wrapper img {
    height: 600px;
  }

}

@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  color: #212529;
  font-size: 16px;
}

#footer .container {
  position: relative;
  background-color: white!important;
  padding: 4rem 0 1rem;
}

#footer .footer-content {
  margin: auto 10px 0px;
}

.city-logo {
  height:150px!important;
  position: relative;
  top: -2rem;
}

@media (max-width: 767px) {

  .city-logo {
    height:150px!important;
    position: relative;
    top: -.5rem;
  }

  .logo img {
    height:80px;
    display: block;
    margin-bottom:2rem;
  }

}

/* Footer SM */
@media (min-width: 768px) {

  .logo img {
    height:90px;
    display: inline-block;
    margin-right:2rem;
  }
  
  #footer .footer-content {
    margin: auto 60px 0px;
  }
}

@media (min-width: 1200px) {


}