@import url('https://fonts.googleapis.com/css?family=Open+Sans&display=swap');
*{
    padding:0;
    margin:0;
    box-sizing: border-box;
   
}

html{
    scroll-behavior: smooth;
}

/* Navigation*/

.nav-link {
    text-decoration: none !important;
    font-size: 20px !important;
    color: #C65F30 !important;
    font-weight: 600 !important;
    gap:20px !important;


}

.navbar-collapse{
    justify-content: center !important;
    width:90% !important;
}
.navbar-nav{
    justify-content: space-evenly !important;
    width: 100% !important;
    align-items: flex-end !important;
    padding: 0 2%;
    
}
#home{
    color: #575757 !important;
}

.dropdown-menu{
    /* color: #575757 !important;
    text-align: center !important;
    width: 250px !important;*/
    border-radius: 0px !important;
    padding:0px !important;
    
}

.dropdown-divider{
    margin:0px !important;
}

.dropdown-item:hover{
    background-color: #aaaaaa !important;
    color: white !important;  
}

.dropdown-item{
    height: 45px !important;
    text-align: center !important;
    padding:0px !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
}

li.divisions{
    width: 250px !important;
}

.dropdown-menu li{
    color: #575757 !important;
    text-align: center !important;
    width: 250px;
    border-radius: 0px !important;
    border-bottom: #aaaaaa solid 1px;
}

.dropdown-menu li:hover{
    background-color: #aaaaaa !important;
    color: white !important; 
}
.nav-link:hover {
    text-decoration: none !important;
    font-size: 20px !important;
    color: #575757 !important;
    font-weight: 600 !important;
   
}




/* Landing section */


.back-picture{
    
    background: linear-gradient(0deg,
    rgba(24, 23, 23, 0.75),
    rgba(26, 27, 27, 0.75)), url('/images/about4.jpeg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 100%;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    
}

.back-picture2{
    
    background: linear-gradient(0deg,
    rgba(24, 23, 23, 0.75),
    rgba(26, 27, 27, 0.75)), url('/images/about9.jpeg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 100%;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    
}

.back-picture3{
    
    background: linear-gradient(0deg,
    rgba(24, 23, 23, 0.75),
    rgba(26, 27, 27, 0.75)), url('/images/about1.jpeg');
    background-repeat: no-repeat;
    background-size:cover;
    background-position: center;
    width: 100%;
    height: 100%;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    
}

.back-picture4{
    
    background: linear-gradient(0deg,
    rgba(24, 23, 23, 0.75),
    rgba(26, 27, 27, 0.75)), url('/images/extra\ \(6\).jpeg');
    background-repeat: no-repeat;
    background-size:cover;
    background-position: center;
    width: 100%;
    height: 100%;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    
}
.carousel-item{
    height: 100vh;
}
.landing-qoute{
    width:90%;
    z-index: 1;
    border: #FAC710 solid 2px;
    border-radius: 10px;
    height: 70px;
    background-color: white;
    margin-top: -20px;
    display: flex;
    justify-content: center;
    align-items: center;

}

.landing{
    display: flex;
    justify-content: center;
    align-items: center;
}

.inner-quote{
    font-weight: 600;
    color: #575757;
}

/* Our story section */
.story-container{
    margin-top:-30px;
}
.story-heading-container{
    width:100%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100px;
    margin-top: 40px;
}

.story-heading{
    color: #575757;
}

.story-content-container{
    display: flex;
    justify-content: center;
    align-items: inherit;
    margin-top: -15px;
    width: 100%;
}
.story-content{
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    width:90%;
}

.story-p{
    color:#575757;
    font-weight: 400;
    font-size: 15px;
}

 .statements-container{
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    width:100%;
    margin-top:20px;
  
} 

.statements-circle1{
    width:350px;
    height: 350px;
    border: #E6E6E6 solid 4px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column; 
     
}
.statements-circle2{
    width:350px;
    height: 350px;
    border: #E6E6E6 solid 4px;
    border-radius: 50%;
   display: flex;
   justify-content: center;
   align-items: center;
   flex-direction: column; 
     
}

.statements-circle3{
    width:350px;
    height: 350px;
    border: #E6E6E6 solid 4px;
    border-radius: 50%;
    display: flex;
   justify-content: center;
   align-items: center;
   flex-direction: column; 
     
}

.circle-heading{
    color:#808080;
    font-weight: 600;
}


.circle-heading-container{
    margin-bottom: 10px;
}
.circle-p-container{
    height: 150px;
    text-align: center;
    padding: 5px 20px;
    color: #C65F30;
    font-weight: 600;

}

.story-qoute-container{
    width:100%;
    color: #575757;
    text-align: center;
    margin-top: 30px;
    padding:4.5%;
    
    
}

.story-qoute{
    color:#000;
    font-size: 16px;
    font:sans-serif;
    

}

/* Carousel section */
.cards-container{ 
    background-color: #808080;
    display: flex;
    justify-content: center;
    align-items: center; 
    height: 400px;
}

.cards-items-container{
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: 100%;
    height: 500px;

    
}


.card-heading-container{
   
    display: flex;
    justify-content:center;
    align-items:flex-end;
    height: 50px;
    color: #FAC710;

}

.cards{
    width: 350px;
    height: 200px;
    background-color: white;
    border-radius: 35px;
    text-align: center;
   
}

.cards-image{
    width:60px !important;
    height: 60px !important;
    z-index: 1 !important;
    position: relative !important;
    margin-top: -40px !important;
    margin-left: -100% !important;
    display: inline !important;
   
}

.cards-p-container{
    text-align: center;
    padding:20px 20px;


}
.cards-p{
    font-weight: 500;
    padding:0px 15px;
}

/* Qoute section */
.bottom-qoute-container{
    width:100%;
    margin-top: 40px;
    color: #C65F30;
    margin-bottom: 40px;
    padding:0px 15%;
    text-align: center;
}

.italics {
    font-style: italic;
    font-family: Verdana;
}


/* Footer */


/* footer section */

.icons-img{
    height: 30px !important;
    width: 30px !important;
   

}

.icons{
    display: flex;
    height: 30px;
    gap: 10px;
}

.footer{
    display: flex;
    justify-content: space-between;
    background-color:#E9E9E9;
    padding-top: 30px;
    padding-right: 30px;
    padding-bottom: 10px;
    padding-left: 80px;
    height: 250px;
    
    
}

.bi{
    margin-bottom: 1em;
}

.socials{
    
    width:33%;
    margin-left: -45px;
    
   
}

.footer-image{
    height: 80px;
    width: 250px;
    margin-bottom: 20px;
}

.contact-footer{
    width: 33%;
    display: flex;
    flex-direction: column;
    gap:5px;
}
.footer-icons{
    display: flex;
    gap:10px;
    align-items: center;
    
    
}
.footer-hours{
    display: flex;
    flex-direction: column;
}

/* The dots/bullets/indicators */
.dot {
    cursor: pointer;
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: white;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
    border: #E6AD0D solid 2px;
}
  
  .active2, .dot:hover {
    background-color: #575757;
}
/* .active{
    background-color: white;
} */
.footnotes{
    text-align: center;
    background-color: #808080;
    color: white;
   font-size: smaller;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.footnotes-p{
    margin-bottom: 0;
}

.footer-p-socials{
    color: #000;
    font-size: 11.8px;
    margin-top: -10px;
}
 .big-footer{
    color: #000;
    font-size: x-large;
    margin-top: 8px;
    
 } 

 .contact-big-footer{
    color: #000;
    font-size: x-large;
    margin-top: 8px;
 }
 .footer-p-contact{
    color: #575757;
    font-size: large;
    font-weight: bold;

 }

 .footer-p-hours{
    color: #575757 !important;
    font-size: large !important;
    font-weight: bold !important;
    margin-top: -5px !important;
    display: none !important;
 }

 .footer-p-hours-time{
    color: #575757 !important;
    font-size: large !important;
    font-weight: bold !important;
 }

 .footer-p-hours-dummy{
    color: #575757 !important;
    font-size: large !important;
    font-weight: bold !important;
 }

 .footer-icons-container{
    height: 200px;
    display: flex;
    flex-direction: column;
 }

.available{
    font-size: smaller;
    color: #E6AD0D;
    font-weight: bold;
    font-style: italic;
    font-family:Verdana;
    margin-left: 15px;
}

.closed{
    color: #C65F30;
    font-style: italic;
    
 }

 #UPmyBtn {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    font-size: 10px;
    border: none;
    outline: none;
    background-color:#555;
    color: white;
    cursor: pointer;
    padding: 15px;
    border-radius: 2px;
  }
  
  #UPmyBtn:hover {
    background-color: #C65F30;
  }


@media screen and (max-width: 767px) {
    

    .landing{
        width: 100%;
    }

    .landing-qoute{
        text-align: center;
    }

    .statements-container{
        flex-wrap: wrap;
        display: flex;
        flex-direction: column;
        row-gap:20px;
    }

    .footer{
        padding: 7px;
        flex-wrap: wrap;
        height: fit-content;
    }

    .socials{
        width:100%;
        margin: 0px;
        display: flex;
       flex-direction: column;
       align-items: flex-start;
       padding:10px;
    }

    .footer-p-socials{
        width:263px;
    }

    .footer-p-hours{
        display: none ;
    }

    .contact-footer{
        width:100%;
        padding:10px;
        height: 190px;
    }

    .footer-hours{
        padding:10px;
    }

    .footnotes{
        width: 100%;
        height: 40px;
    }

    .footnotes-p{
        font-size: x-small;
    }

    .footer-icons-container{
        justify-content: unset;
        gap: 10px;
    }

    .inner-quote{
        padding: 13px;
        font-size:revert;
    }

    .bi{
        margin-bottom: 0px;
    }

    .footer-p-contact{
        margin-bottom: 0px;
        margin-top: 0px;
    }

    .back-picture2, .back-picture3, .back-picture, .back-picture4 {
        background-repeat: no-repeat;
        background-size: 100% 50vh;
        background-position: center;
        height: 100%;
        width:100%;
        image-rendering: -moz-crisp-edges ;          /* Firefox */
        image-rendering: -o-crisp-edges ;            /*Opera  */
        image-rendering: -webkit-optimize-contrast ; /* Webkit (non-standard naming)*/
        -ms-interpolation-mode: nearest-neighbor;  /* IE (non-standard property) */
           
    }

    .carousel-item{
        height: 50vh;
        width:100%;
     }

    

    
    
}

@media screen and (min-width: 736px) and (max-width: 1030px) {
    .landing-qoute{
        padding: 10px;
        text-align: center;
    }

    .statements-container{
        flex-wrap: wrap;
        row-gap: 20px;
    }

    .footer{
        display: flex;
        justify-content: space-between;
        background-color: #E9E9E9;
        height: 250px;
        width: 100%;
        align-items: center;
        padding: 0px 5px;

    }

    .footer-p-contact{
        margin-top: 0px;
    }
    .footer-p-socials{
        width: 240px;
    }

    .icons-img{
        height: 20px !important;
        width: 20px !important;
    }

    .footer-image{
        height: 74px;
        width: 238px;
        margin-bottom: 15px;
    }
    .socials{
        margin: unset;
        width:34%;
    }

    .contact-footer{
        height: 250px;
        padding: 0px 7px;
        width: 37%;
    }

    .footer-icons-container{
        height: 150px;

    }

    .footer-icons{
        gap: 10px;
        height: 30px;
        align-items: center;
        margin-bottom: 1.3em;
        margin-left: 10px;
        
    }

    .bi{
        margin-bottom: 0.8em;
    }

    .footer-hours{
        height: 250px;
        gap: 7px;
    }
    .footer-p-hours-time{
        margin-top: -19px !important;
    }

    .time{
        font-size: medium !important ;
    }

    .footer-p-hours-dummy{
        display: none !important;
    }

    .footer-p-hours{
        display: block !important;
    }


    .footer-p-hours.lower{
        margin-top: 0px !important ;
    }

    .contact-big-footer{
        margin-left: 10px;
    }

    .available{
        text-align: center;
    }
    
    .item{
        width: auto !important;
        margin-right: 50px !important;
       
    }

    .back-picture{
        background-repeat: no-repeat;
        background-size: 100% 100%;
        background-position: center;
        height: 100%;
        image-rendering: crisp-edges;
        image-rendering: -moz-crisp-edges;          /* Firefox */
        image-rendering: -o-crisp-edges;            /* Opera */
        image-rendering: -webkit-optimize-contrast; /* Webkit (non-standard naming)*/
        -ms-interpolation-mode: nearest-neighbor;
    }

    .back-picture2{
        background-repeat: no-repeat;
        background-size: 100% 100%;
        background-position: center;
        height: 100%;
        image-rendering: crisp-edges;
        image-rendering: -moz-crisp-edges;          /* Firefox */
        image-rendering: -o-crisp-edges;            /* Opera */
        image-rendering: -webkit-optimize-contrast; /* Webkit (non-standard naming)*/
        -ms-interpolation-mode: nearest-neighbor;
    }

    .back-picture3{
        background-repeat: no-repeat;
        background-size: 100% 100%;
        background-position: center;
        height: 100%;
        image-rendering: crisp-edges;
        image-rendering: -moz-crisp-edges;          /* Firefox */
        image-rendering: -o-crisp-edges;            /* Opera */
        image-rendering: -webkit-optimize-contrast; 
        -ms-interpolation-mode: nearest-neighbor;
    }

    .back-picture4{
        background-repeat: no-repeat;
        background-size: 100% 100%;
        background-position: center;
        height: 100%;
        image-rendering: crisp-edges;
        image-rendering: -moz-crisp-edges;          /* Firefox */
        image-rendering: -o-crisp-edges;            /* Opera */
        image-rendering: -webkit-optimize-contrast; /* Webkit (non-standard naming)*/
        -ms-interpolation-mode: nearest-neighbor;   /* IE (non-standard property) */
           
    }
    
  
}

.carousel{
    background-color: #575757;
    
}


@media only screen 
  and (min-device-width : 414px) 
  and (max-device-width : 736px)
  and (device-width : 414px)
  and (device-height : 736px)
  and (orientation : portrait) 
  and (-webkit-min-device-pixel-ratio : 3) 
  and (-webkit-device-pixel-ratio : 3)
{ 
    
.statements-container {
    flex-wrap: wrap;
    display: flex;
    flex-direction: column;
    row-gap: 20px;
}
}



