
:root {
  --bs-orange: #FFC107;
  --bs-primary: #FFC107;
  --bs-primary-rgb: 255, 193, 7;
}

.navbar-custom {
  background-color: #FFC107;
}

.navbar-custom .navbar-brand,
.navbar-custom .navbar-text {
  color: rgba(255,255,255,.8);
}

.navbar-custom .navbar-nav .nav-link {
  color: rgba(255,255,255,.5);
  color: #262626;
}

.navbar-custom .nav-item.active .nav-link,
.navbar-custom .nav-item:hover .nav-link {
  color: #e59400;
  text-decoration: none;
}

.navbar-custom .dropdown-menu {
 background-color: #fff;
}
.navbar-custom .dropdown-item {
  color: #fff;
}
.navbar-custom .dropdown-item:hover,
.navbar-custom .dropdown-item:focus {
  color: #fff;
}

.navbar-toggler {
  color: #262626;
}

.navbar {
  text-align: center;
  font-family: 'Antonio', sans-serif;
  font-size: 27px;
  text-transform: uppercase;
} 

body {
  background-color: #262626;
  color: #262626;
}

main {
  background-color: #e5e5e5;
  margin-top: -6px;
  padding-top: 1.6rem; 
}

body.menu-open {
  overflow-y: hidden;
}

h1, h2, h3, h4, h5, p, address {
  font-family: 'Source Sans Pro', sans-serif;
}

h1, h2, h3, h5 {
  font-weight: bolder;
  text-align: center;
}

h2, h3, h4, h5, p {
  color: #333333
}

h1 {
  color: #262626;
  font-size: 3rem;
}

h2 {
  font-size: 1.4rem;
  line-height: 2rem;
  margin-top: 0px;
}

h3 {
  font-size: 1.8rem;
}

h4 {
  text-align: center;
  font-size: 1.3rem;
  line-height: 1.9rem;
}

h5 {
  text-align: left;
  text-transform: uppercase;
  letter-spacing: 0.5;
  font-size: 1.5rem;
  margin-top: 15px;
  font-size: 1rem;
}

p {
  text-align: center;
  text-align: left;
  font-size: 0.9rem;
  margin-bottom: 15px;
}

caption {
  color: #262626;
}

img {
  max-width: 100%;
  height: auto;
}

a {
  color: #262626;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

footer a,
footer a:hover,
footer a:active {
  color: #262626;
}

.language-link a:hover {
  color: #e59400;;
}

.bg-primary {
  background-color: #FFC107!important;
} 

.container-fluid.max-width {
  max-width: 1150px;
}

.video {
  display: flex;
  flex-direction: column;
  align-items: center !important;
  padding-top: -90px;
  align-items: center;
} 
 
.list-unstyled {
  color: #0c0c0c;
}

@media (min-width: 374px) {
   .video {
    margin-top: 0px;
    padding-top: px;
  } 
  h1 {
    font-size: 2.5rem;
  }
  h2, h3, h4, h5, p {
    padding: 0.8rem;
    
  }
  h3 {
    margin-bottom: -10px;
  }
  h4 {
    font-size: 1.2rem;
    line-height: 1.7rem;
    margin-bottom: -15px;
  }
  p {
    margin-top: -15px;
  }

  h5 {
    text-align: left;
    font-size: 1.2rem;
    letter-spacing: 0.2rem;
    margin-bottom: -10px;
}

.language-link {
  font-family: 'Source Sans Pro', sans-serif;
  text-decoration: underline;
  text-transform: lowercase;
  font-size: 1.3rem;
} 

  .footer-logo {
    margin-top: 50px;
  }

  
@media (min-width: 768px) {
  h5 {
      text-align: left;
      font-size: 1.3rem;
  }

  .language-link {
    font-family: 'Source Sans Pro', sans-serif;
    text-decoration: underline;
    text-transform: lowercase;
    font-size: 1.4rem;
  } 


@media (min-width: 992px) {
  h1 {
    font-size: 4rem;
  }
  h2 {
    font-size: 1.7rem;
    line-height: 2.4rem;  
  }
  h3 {
    font-size: 2.7rem;
}
  h4 {
  font-size: 1.5rem;
  line-height: 2.1rem;
}
.language-link {
  font-family: 'Source Sans Pro', sans-serif;
  text-align: right;
  text-decoration: underline;
  font-size: 1.2rem;
  margin-left: 500px;
  letter-spacing: 0.1rem;
  text-align: center;
  text-transform: lowercase;
} 