@import url('https://fonts.googleapis.com/css2?family=Rubik:wght@300;700&display=swap');
@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.3/css/all.min.css');

html {
  overflow-x: hidden !important;
}

body {
  font-family: 'Rubik', sans-serif;
  overflow-x: hidden !important;
}

h1 {
  font-weight: bold;
  font-size: 50px;
  line-height: 55px;
  color: #59351F;
}

h2 {
  font-weight: bold;
  font-size: 40px;
  line-height: 45px;
  color: #59351F;
}

.navbar {
  background-color: #ffffff;
}

.navbar-toggler:focus {
  box-shadow: none;
}

.nav-link {
  color: #828282;
  transition: .3s ease-in-out;
}

.active.nav-link,
.nav-link:hover,
.nav-link:focus {
  color: #000000;
}

.dropdown-menu {
  min-width: auto;
  border: none;

}

.dropdown-item:focus, .dropdown-item:hover {
  background-color: transparent;
}

.py-section {
  padding-top: 150px;
  padding-bottom: 150px;
}

.pt-section {
  padding-top: 150px;
}

.pb-section {
  padding-bottom: 150px;
}

.lead {
  font-size: 18px;
  line-height: 20px;
}

.btn-main {
  background: #248341;
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
  border-radius: 25px;
  padding: 10px 20px;
  color: #FFFFFF;
  font-weight: bold;
}

.btn-main:hover,
.btn-main:focus {
  color: #59351F;
}

#benefits,
#thank-you {
  background: linear-gradient(to right, #A8B44E, #D4D831);
  color: #ffffff;
}

#benefits .benefit p,
.product p {
  text-align: center;
  font-weight: bold;
}

#benefits .benefit img,
.product img {
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 25px;
}

#history {
  color: #ffffff;
}

#history h2 {
  color: #ffffff;
}

.history-mobile {
  background-color: #59351F;
}

#products .btn-link {
  color: #000000;
  text-decoration: underline;
  padding: 0;
}

#products .btn-link:focus {
  outline: none;  
  box-shadow: none;
}

.products-mobile {
  background-color: #DADADA;
}

.divider {
  background: url('../img/divider.jpg');
  background-size: cover;
  background-position: center;
  height: 300px;
}

#origins img {
  border-radius: 25px;
}

.form-control,
.form-control:focus
.form-contro:active {
  border: none !important;
  border-bottom: 3px solid #000000 !important;
  border-radius: 0 !important;
  outline: none !important;
  box-shadow: none !important;
}

footer {
  background-color: #DADADA;
}

footer a,
footer a:hover {
  color: #000000;
  text-decoration: underline;
}

#thank-you i {
  font-size: 5em;
  color: #59351F;
}

.modal-content {
  border-radius: 0;
  border: none;
}

.modal-body a,
.modal-body a:hover {
  color: #000000;
  text-decoration: underline;
}

@media (min-width: 576px) {
}

@media (min-width: 768px) {
}

@media (min-width: 992px) {
  .py-lg-section {
    padding-top: 150px;
    padding-bottom: 150px;
  }
  
  .pt-lg-section {
    padding-top: 150px;
  }
  
  .pb-lg-section {
    padding-bottom: 150px;
  }
  #history {
    background: url('../img/history-img-section.jpg');
    background-size: cover;
    background-position: center;
  }
  #products {
    background: url('../img/product-img-section.jpg');
    background-size: cover;
    background-position: center;
  }
  #origins img {
    width: 80%;
  }
}

@media (min-width: 1200px) {
}

@media (min-width: 1400px) {
}
