html, body {
  width: 100%;
  height: 100%;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
}

a, a:hover {
  text-decoration: none;
}
button, select, a, div {
  outline: none!important;
}

.bg-white {
  background-color: #fff!important;
}
.bg-light {
  background-color: #dec4a9!important;
}
.bg-yellow {
  background-color: #fff64c!important;
}


/* Hero */
.hero {
  background: url(images/hero_image.jpg) no-repeat center top;
  background-size: cover;
  width: 100%;
  height: 720px;
  position: relative;
}
.container {
  max-width: 1200px!important
}
@media (max-width: 1230px) {
  .hero .container {
    padding-left: 20px!important;
    padding-right: 20px!important;
  }
}

/*--Header--*/
.navbar {
  z-index: 9999;
  height: auto;
  position: absolute;
  top: 0;
}
.navbar .logo {
  background: url(images/logo.jpg) no-repeat;
  width: 535px;
  height: 156px;
  background-size: contain;
}

.navbar ul {
  list-style: none;
}
.navbar .nav-link {
  color: #fff;
  font-size: 20px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  border-bottom: 5px solid transparent;
}
.navbar .nav-link:hover {
  color: #fff;
  border-bottom: 5px solid #fff200;
}
.navbar .nav-link.active, 
.navbar .nav-link.show, 
.navbar .show>.nav-link {
  color: #fff;
}
/* .navbar-dark .navbar-nav .nav-link:focus {
color: #fff;
} */

.logo-hero {
  width: 100%;
  height: auto;
}
h1 {
  color: #fff;
  font-size: 112px;
  font-family: 'Dancing Script', cursive;
  font-weight: 400;
}
p {
  color: #fff;
  font-size: 34px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
}
.btn {
  color: #fff;
  font-size: 20px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  padding: 9px 35px;
  border: 3px solid #fff;
  border-radius: 0;
}
.btn:hover {
  color: #fff200;
  border: 3px solid #fff200;
}

/* Row 1 */
.row1, .row4 {
  padding: 50px 0;
}
.small-logo {
  max-width: 214px;
}
.row1 p, .row4 p {
  font-size: 18px;
  color: #333;
}

.padding-y {
  padding-top: 34px!important;
  padding-bottom: 34px!important;
}
/* @media (max-width: 768px) {
.padding-y {
padding-top: 40px!important;
padding-bottom: 40px!important;
}
} */

/* Row 2 */
.row2 h2 {
  color: #fbf106;
  font-size: 45px;
  font-family: 'Nunito', sans-serif;
  font-weight: 300;
  line-height: 40px;
  margin: 0;
  padding: 0;
}
.row2 h3 {
  color: #fff;
  font-size: 30px;
  font-family: 'Nunito', sans-serif;
  font-weight: 300;
}
.row2 .line {
  background: #fbf106;
  width: 25px;
  height: 5px;
}
.row2 p {
  color: #fff;
  font-size: 18px;
  font-family: 'Open sans', sans-serif;
  font-weight: 400;
  width: 530px;
}

/* Row 3 */
.row3 .pod, .row5 .pod {
  width: 25%;
  height: auto;
}
.row3 h2 {
  color: #fff;
  font-size: 20px;
  font-family: 'Open sans', sans-serif;
  font-weight: 300;
  margin: 0;
  padding: 0;
}
.row3 h2 span {
  color: #000;
}

/*--Footer--*/
.footer {
  padding: 45px 0;
  border-top: 10px solid #fbf106;
}
.footer h2 {
  color: #fbf106;
  font-size: 24px;
  font-family: 'Nunito', sans-serif;
  font-weight: 300;
  margin: 0;
  padding: 0;
}
.footer h3 {
  color: #fff;
  font-size: 16px;
  font-family: 'Nunito', sans-serif;
  font-weight: 300;
}
.footer p {
  color: #fff;
  font-size: 14px;
  font-family: 'Open sans', sans-serif;
  font-weight: 400;
}
.footer span {
  color: #fbf106;
  font-size: 22px;
  font-family: 'Nunito', sans-serif;
  font-weight: 400;
}
.footer a {
  color: #fff;
  font-size: 20px;
  font-family: 'Nunito', sans-serif;
  font-weight: 400;
}
.footer a:hover {
  color: #fbf106;
}
.footer .instagram {
  width: 15px;
  height: 15px;
}

/* Media Queries */
@media (max-width: 1350px) {
  .row3 h2 {
    font-size: 15px;
  }
}
@media (max-width: 1024px) {
  .row2 img {
    width: 70%;
  }
}
@media (max-width: 992px) {
  .hero h1 {
    line-height: 112px;
  }
  .row2 img {
    width: auto;
    height: auto;
  }
  .row3 .pod, .row5 .pod {
    width: 50%;
  }
  .row3 h2 {
    font-size: 20px;
  }
}
@media (max-width: 650px) {
  .row3 h2 {
    font-size: 15px;
  }
}
@media (max-width: 600px) {
  .hero {
    height: 600px
  }
  .navbar .logo {
    max-width: 100%;
    height: auto;
  }
  .hero h1 {
    line-height: 82px;
    font-size: 70px;
  }
  .hero p {
    font-size: 28px;
  }
}
@media (max-width: 590px) {
  .row2 p {
    width: auto;
  }
}
@media (max-width: 576px) {
  .hero {
    height: 540px;
  }
}
@media (max-width: 480px) {
  .hero {
    height: 500px;
  }
  .logo-hero {
    width: 80%;
  }
  .hero h1 {
    line-height: 54px;
    font-size: 48px;
  }
  .hero p {
    font-size: 23px;
  }
  /* .row2 img {
  max-width: 100%;
  height: auto;
  } */
  .row3 h2 {
    font-size: 16px;
  }
}
@media (max-width: 414px) {
  .row3 .pod, .row5 .pod {
    width: 100%;
  }
}