html {
    scroll-behavior: smooth;
  }
  

body {
    background: #3F3F3F;
    font-family: 'Montserrat', sans-serif;
}

#content {
    margin-top: -100px;
}

.welcome-text {
    font-size: 1rem ;
}

.google-maps iframe {
    height: 50% !important;
}

#welcome-section {
    background-color: white;
    position: relative;
    z-index: 2;
    top: -140px;
    height: auto;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    font-family: 'Alex Brush', cursive;
}


@media screen and (max-width: 1060px) {
    .display-2 {
        font-size: 4.0rem;
        line-height: 1.2;
    }
    #welcome-section {
        top: -85px;
        padding-top: 10px;
        padding-bottom: 10px;
    }
    #content {
        margin-top: -40px;
    }
    .welcome-text {
        font-size: 0.9rem ;
    }
    
}

@media screen and (max-width: 780px) {
    .display-2 {
        font-size: 2.8rem;
        line-height: 1.2;
    }
    #welcome-section {
        top: -75px;
        padding-top: 10px;
        padding-bottom: 10px;
    }

}

@media screen and (max-width: 580px) {
    .display-2 {
        line-height: 1.2;
    }
    #welcome-section {
        top: -60px;
    }
    .google-maps iframe {
        height: 100% !important;
    }

}

@media screen and (max-width: 420px) {
    #logoImage {
      width: 80%;
      height: auto;
    }
    .display-2 {
        font-size: 1.5rem;
        font-weight: 500;
        line-height: 1.2;
    }
    #welcome-section {
        top: -45px;
        width: 100%;
    }
}

@-webkit-keyframes zoom {
  from {
    -webkit-transform: scale(1, 1);
  }
  to {
    -webkit-transform: scale(1.5, 1.5);
  }
}
  
@keyframes zoom {
  from {
    transform: scale(1, 1);
  }
  to {
    transform: scale(1.5, 1.5);
  }
}
  
.carousel-inner .carousel-item > img {
   -webkit-animation: zoom 20s;
   animation: zoom 20s;
}

#mainNavbar {
    background-color: black;
}

.navbar.scrolled {
    opacity: 1;
    transition: opacity 1s;
}

#mainNavbar .nav-link {
    color: white;
    font-size: 1.2rem;
    font-weight: 500;
}

#mainNavbar .nav-link:hover {
    color: #a4a4a4;
    font-size: 1.3rem;
}


.carousel-inner {
    max-height: 900px !important;
}

hr { 
    border: 0 !important; 
    height: 1px !important; 
    background-image: -webkit-linear-gradient(left, #3F3F3F, white, #3F3F3F) !important;
    background-image: -moz-linear-gradient(left, #3F3F3F, white, #3F3F3F) !important;
    background-image: -ms-linear-gradient(left, #3F3F3F, white, #3F3F3F) !important;
    background-image: -o-linear-gradient(left, #3F3F3F, white, #3F3F3F) !important; 
  }
  
.border-light-grey {
    border-color: #A4A4A4 !important;
}

.opacity {
    opacity: 0.8;
}

.bg-dark {
    background: #3F3F3F !important;
}

.background-on-hover:hover {
    background-color: #515151 !important;
    box-shadow: 0 .5rem 1rem #2e2e2e!important;
    border-radius: .1rem!important;
}

.img {
    width: 100%;
}
.img-title {
    font-weight: 500;
    font-size: 1.25rem;
}

.img-description {
    font-weight: 400;
    font-size: 0.8rem;
}

.btn-light {
    background: #3F3F3F !important;
    color: white !important;
    text-decoration: underline !important;
    border: none !important;
}


