html {
    scroll-behavior: smooth;
}

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

.no-padding {
  padding-left: 0;
  padding-right: 0;
}

div {
  overflow: hidden;
}

h1, h2 {
    padding-top: 100px;
    padding-bottom: 50px;
    font-weight: bold;
    text-transform: capitalize;
}

p {
    padding-bottom: 50px;
    font-size: 20px;
}

a {
    color: black;
    font-weight: 600;
}

a:hover {
    color: black;
}

ul {
    padding-bottom: 50px;
    font-size: 20px;
}

ol {
    padding-left: 0 !important;
}

ol li{
    list-style: none;
    font-size: 20px;
 }


._2lqh  {
    display: none;
}

.header img {
    object-fit: cover;
    width: 100%;
    height: 100% !important;
}

.parallax { 
  /* The image used */
  background-image: url("/assets/img/divider-faas.JPG");

width: 100%;
height: 500px;

  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
    
    
}
.navbar {
    background: #fbf5ea !important; 
    font-weight: 600;
    text-transform: uppercase;
    height: 80px;
}

.navbar a {
    color: black !important;
    font-weight: 500;
}

.navbar logo {
    overflow: visible;   
}

.nav-logo {
    padding: 0;
    margin: 0;
}

.navbar-brand {
    padding-left: 20px;
}

.navbar-collapse ul {
    height: 50px;
}

@media only screen and (min-width: 0px) and (max-width: 992px){
    .navbar-collapse ul{
         height: auto;
        background-color: rgba(251, 245, 234, 0.8); 
        text-align: end;
    }
    
    .fa-icon {
        visibility: hidden;
    }
    
    #events .text-center{
        text-align: start !important;
        margin-left: 0;
        padding-left: 20px;
    }
    
    #events .m-auto {
       margin: 0 !important;
    }
    
    .parallax { 
		background-attachment: inherit;
    }
}



.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: 2rem;
}

.fa-icon {
    margin-left: -20px;
    padding-right: 20px;
}

.bottom-img {
    padding-top: 100px;
}

.open-text {
    padding-top: 50px;
}

.contact h2 {
    padding-top: 50px !important;
}

.contact {
    font-weight: normal;
}

.hour {
    float: right;
}

footer {
    margin-top: 150px;
    padding-top: 40px;
}


