/* --------------------------------------------------------
Style Sheet
version: 3.0
last modified: 2023-10-04
author: Mihaly Balogh
website: www.mihalybalogh.com
----------------------------------------------------------*/
body {
  font-family: 'Lato', sans-serif;
}
.display-5 {
  font-size: 2rem;
  font-weight: 400;
}
h2 {
  font-weight: 700;
}
.lead,
li {
    font-size: 1.25rem;
    font-weight: 300;
    color: #000;
}
p{
    margin-top: 0;
    margin-bottom: 1rem;
}
li {
    font-weight: 400;
}
ul li::marker {
    font-size: 1rem;
  }
  .navbar-brand {
    max-width: 40%;
}
.bg-dark {
  background-color: transparent!important;
}
.banner {
  background: url(../img/allure_banner.jpg);
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  min-height: 40vh;
  position: relative;
}
.fa-2x {
    font-size: 1.5em;
}
.title-container {
  bottom: 9rem;
  margin: auto;
  left: 0; 
  right: 0; 
}
.bg-light-gray {
    background: #f5f5f5;
}
.logo-container {
  flex: 0 0 auto;
  width: 50%;
  max-width: 50%;
  margin: auto 0;
  padding: 20px;
}
footer {
  background: #000;
}
footer p {
    font-weight: 300;
  }
  footer p.lead {
    font-weight: 700;
  }
footer p,
footer p.lead {
    color: #f5f5f5;
}
footer a,
footer a:hover,
footer a:active,
footer a:focus {
    color: #f5f5f5;
    text-decoration:none;
}
/* Media Queries */
@media (min-width: 480px) {
  .display-5 {
    margin-top:5vh;
  }
}
@media (min-width: 640px) {
  .display-5 {
    font-size: 2rem;
    margin-top:5vh;
  }
  .banner {
    min-height: 50vh;
  }
}
@media (min-width: 768px) {
  .logo-container {
    width: auto;
    max-width: 25%;
  }
  .banner {
    min-height: 60vh;
  }
    .fa-2x {
        font-size: 2em;
    }
}
@media (min-width: 1200px) {
  .display-5 {
    font-size: 3rem;
  }
  .banner {
    min-height: 70vh;
  }
}
@media (min-width: 1300px) {
  .display-5 {
    font-size: 3.5rem;
  }
  .banner {
    min-height: 80vh;
  }
}
@media (min-width: 1400px) {
  .banner {
    min-height: 90vh;
  }
}