/* --------------------------------------------------------
Style Sheet for Allure
version: 3.0
last modified: 2023.09.19
author: Mihaly Balogh
website: www.mihalybalogh.com
----------------------------------------------------------*/
body {
    font-family: 'Poppins', sans-serif;
    color: #2d2f33;
}
.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;
}
.font-weight-500 {
    font-weight: 500;
}
.font-weight-600 {
    font-weight: 600;
}
.font-weight-700 {
    font-weight: 700;
}
a {
    color: #2d2f33;
    text-decoration: none;
}
a img:hover {
     opacity: 0.8;
     cursor: zoom-in;
     cursor: url(../img/enlarge-21-48.png), auto;
}
li {
    font-weight: 400;
}
ul li::marker {
    font-size: 1rem;
}
.navbar-light {
    background: #181a1f;
}
.navbar-brand {
    max-width: 40%;
}
.navbar-light .navbar-nav .nav-link {
    color: #f3f3f3;
    font-size: 1rem;
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
     color: #ccc;
 }
.navbar-light .navbar-toggler {
    color: #fff;
    border-color: #fff;
}
.navbar-light .navbar-toggler-icon {
    background-image: url( "data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}
.navbar-toggler:focus {
    box-shadow: none;
}
.bg-dark {
  background-color: transparent!important;
}
.banner {
  background: url(../img/banner.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  min-height: 40vh;
  position: relative;
}
.title-container {
  bottom: 9rem;
  margin: auto;
  left: 0; 
  right: 0; 
}
.bg-light-gray {
    background: #efefef;
}

.ratio {
    background-color: transparent !important;
}

.carousel-control-next-icon, .carousel-control-prev-icon {
    width: 3rem;
    height: 3rem;
}

.btn-close {
    opacity: 1;
}

.carousel-control-next, .carousel-control-prev, .carousel-control-next:focus, .carousel-control-next:hover, .carousel-control-prev:focus, .carousel-control-prev:hover {
    opacity: 1;
}

.scroll:hover {
    background: #888;
    transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    -o-transition: .3s;
}

.scroll {
    position: absolute;
    right: 20px;
    bottom: 20px;
    background: #2d2f33;
    padding: 9px 12px 12px;
    text-align: center;
    margin: 0 0 0 0;
    cursor: pointer;
    border-radius: 50px;
    border: 1px solid #efefef;
    transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    -o-transition: .3s;
}

.scrolltop {
    width: 100%;
    margin: 0 auto;
    position: fixed;
    bottom: 20px;
    right: 10px;
    display: none;
}

.fa-chevron-up:before {
    color: #fff;
}
footer {
    background: #2d2f33;
}
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;
}

footer img {
        border: 1px solid #6c757d;
        border-radius: 11px;
}
/* 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;
  }
}
@media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 2rem;
        padding-left: 2rem;
    }
    .navbar-expand-lg .navbar-collapse {
        margin-left: -155px;
    }
}
@media (min-width: 1200px) {
  .display-5 {
    font-size: 3rem;
  }
  .banner {
    min-height: 70vh;
  }
    .h3, h3 {
        font-size: 1.5rem;
    }
}
@media (min-width: 1300px) {
  .display-5 {
    font-size: 3.5rem;
  }
  .banner {
    min-height: 80vh;
  }
}
@media (min-width: 1400px) {
  .banner {
    min-height: 90vh;
  }
}