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



.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;
}



.nav-link {
    text-decoration: none !important;
    font-size: 20px !important;
    color: #C65F30 !important;
    font-weight: 600 !important;
    gap:20px !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;

   
}
.carousel-item{
    height: 100vh;
}
.back-picture{
    
    background: linear-gradient(0deg,
    rgba(24, 23, 23, 0.75),
    rgba(26, 27, 27, 0.75)), url('/images/about5.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/about3.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/about11.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/about6.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;
    
}





.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;
}

.big-qoute-container{
    width:100%;
    text-align: center;
    color: #C65F30;
    height: 50px;
    margin-top: 30px;
}

.big-qoute{
    color: #C65F30;
}

.structure-text{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding:20px;
    width: 92%;
}

.structure-text-container{
    width: 100%;
    display: flex;
    justify-content: center;
}

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

.owner-container{
    width: 100%;
    display: flex;
    justify-content: space-around;  
    padding:0px 5%;
    gap: 20px;
}



.inner-image-container{
   
    display: flex;
    justify-content: center;
    align-items: center;
    width: 350px;
    height: 250px;
   
}

.image-text-container{
    display: flex;
    flex-direction: column;
    align-items: center;
    

}
.owner-image-container{
    width:30%;
}

.image-text{
    color: #575757;
    font-size: 20px; 
    font-weight: 600;
    margin-top: 5px;
    margin-bottom: -1px;
  
}



.founder-image{
    
    width: 350px;
    height: 250px;
    webkit-box-shadow: 1px 1px 6px 1px rgba(87,87,87,1);
    -moz-box-shadow: 1px 1px 6px 1px rgba(87,87,87,1);
    box-shadow: 1px 1px 6px 1px rgba(87,87,87,1);
   
    
}

.image-text1{
    color: #C65F30;
    font-size: 20px; 
    font-weight: 600;
}

.owner-text-container{
    width:70%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.owner-text{
    font-weight: 400;
    font-size: 15px;
    color: #575757;
}

.structure-heading{
    text-align: center;
    margin-top: 40px;
}

.structure-heading-text{
    color: #575757;
}

.structure-heading1{
    text-align: center;
   margin-bottom: 20px;
    display: none;
}

.structure-heading-text1{
    color: #575757;
}

/* Tree Test */

ol {
    list-style: none;
  }
   
  :root {
    --level-1: #8dccad;
    --level-2: #f5cc7f;
    --level-3: #7b9fe0;
    --level-4: #f27c8d;
    --black: black;
  }
   
  .containers {
    width: 100%;
    padding: 0 10px;
    margin: 0 auto;
    margin-top: 50px;
    border-bottom: solid #E6E6E6 2px;
    border-top: solid #E6E6E6 2px;
  }

  .containers1 {
    max-width: 1000px;
    padding: 0 10px;
    margin: 10px auto;
    border-bottom: solid #E6E6E6 2px;
    border-top: solid #E6E6E6 2px;
    display: none;
   
   
  }
   
  .rectangle {
    position: relative;
    padding: 20px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
  }

  .level-1 {
    width: 20%;
    margin: 0 auto 40px;
    background: #575757;
    color: white;
    text-align: center;
    margin-top: 25px;
  }
   
  .level-1::before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    width: 2px;
    height: 20px;
    background: var(--black);
  }

  .level-2-wrapper {
    position: relative;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    text-align: center;
  }
   
  .level-2-wrapper::before {
    content: "";
    position: absolute;
    top: -20px;
    left: 14.6%;
    width: 73.2%;
    height: 2px;
    background: var(--black);
}
  
   
  .level-2-wrapper::after {
    display: none;
    content: "";
    position: absolute;
    left: -20px;
    bottom: -20px;
    width: calc(100% + 20px);
    height: 2px;
    background: var(--black);
  }
   
  .level-2-wrapper li {
    position: relative;
    margin-top: 15px;
  }
   
  .level-2-wrapper > li::before {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%);
    width: 2px;
    height: 35px;
    background: var(--black);
  }
   
  .level-2 {
    width: 90%;
    margin: 0 auto 40px;
    background: #575757;
    height: 100px;
    color:white;
  }

  

   
  /* .level-2::before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    width: 2px;
    height: 20px;
    background: var(--black);
  } */
   
  .level-2::after {
    display: none;
    content: "";
    position: absolute;
    top: 50%;
    left: 0%;
    transform: translate(-100%, -50%);
    width: 20px;
    height: 2px;
    background: var(--black);
  }

  .level-2-next::before {
    content: "";
    position: absolute;
    top: 50%;
    left: -3%;
    transform: translateX(-50%);
    width: 20px;
    height: 2px;
    background: var(--black);
}


.level-3-wrapper {
    position: relative;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-column-gap: 20px;
    width: 90%;
    /* margin: 0 auto; */
    text-align: center;
  }
   
  
   
  .level-3 {
    margin-bottom: 20px;
    background: #575757;
    color: white;
  }

  .level-4-wrapper {
    position: relative;
    width: 80%;
    margin-left: auto;
    text-align: center;
  }
   
  .level-4-wrapper::before {
    content: "";
    position: absolute;
    top: -20px;
    left: -20px;
    width: 2px;
    height: calc(100% + -18px);
    background: var(--black);
  }
   
  .level-4-wrapper li + li {
    margin-top: 20px;
  }
   
  .level-4 {
    font-weight: normal;
    background: #575757;
    color: white;
  }
   
  .level-4::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0%;
    transform: translate(-100%, -50%);
    width: 50px;
    height: 2px;
    background: var(--black);
  }

  


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

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

}


.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; 
}

.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;
    
    
}
.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 section */



.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;
    font-size: large;
    font-weight: bold;
    margin-top: -5px;
    display: none;
 }

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

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

 .footer-icons-container{
    height: 200px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
 }
/* Fading animation */
.available{
    font-size: smaller;
    color: #E6AD0D;
    font-weight: bold;
    font-style: italic;
    font-family:Verdana;
    margin-left: 15px;
}

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





@media  (max-width: 767px) {
    

    .landing{
        width: 100%;
    }

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

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

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

    .owner-container{
        flex-wrap: wrap;
    }

    .owner-image-container{
        width:100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }

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

    .image-structure-container{
        height: 40vh;
    }

    .big-qoute{
        font-size: 20px;
    }

    

    .founder-image{
        width:315px;
    }
    


    .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;
    }

    .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;
    }

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

    .bi{
        margin-bottom: 0px;
        
    }

    .containers{
        display: none;
    }

    .containers1{
        display: block !important;
    }

    .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%;
       
       
    }

    

    .structure-heading1{
    
        display: block;
        margin-top: 20px;
    }

.structure-heading-text1{
    color: #575757;
}

    

}

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

    .inner-quote{
        padding:10px;
    }

    .biq-qoute{
        font-size: revert;
    }

    .owner-container{
        flex-wrap: wrap;
        align-items: center;
    }

    .owner-image-container{
        width:100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .inner-image-container{
        width: unset;
        height: unset;
    }

    .founder-image{
        width: 450px;
        height: 300px;
    }

    .owner-text-container{
        width: 97%;
        margin-bottom: 20px;
        
    }

    .director-container{
        text-align: center;
    }

    .image-structure-container{
        height: 50vh;
    }

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

    }

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

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

    .available{
        text-align: center;
    }

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

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

    .footer-p-hours-time{
        margin-top: -19px;
    }

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


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

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

    .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;
    }

    .back-picture, .back-picture2, .back-picture3, .back-picture4{
        background-repeat: no-repeat;
        background-size: 100% 100%;
        background-position: center;
        height: 100%;
        image-rendering: crisp-edges; /*crisp edged*/
        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;
    }

    
}

@media screen and (min-height:300px) and (max-height:450px){
    .level-2-wrapper::before{
        left:15.9%;
        width:72.2%;
    }

    .level-2{
        height: 120px;
    }
    
}


#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;
  }
