:root{
    --browntheme: #973030;
    --greytheme: #95949B;
    --darktheme: black;
    --lightgrey: rgb(225, 225, 225);
    --opacitywhite: rgba(255, 255, 255, 0.548);
    --lightdark: rgba(61, 61, 61, 0.894);
    --overlaycolor: rgba(255, 255, 255, 0.865);
}

.bg-browntheme{
    background-color: var(--browntheme);
}
.text-browntheme{
    color: var(--browntheme);
}
.bg-greytheme{
    background-color: var(--greytheme);
}
.text-greytheme{
    color: var(--greytheme);
}
.bg-lightgrey{
    background-color: var(--lightgrey);
}
.bg-white{
    background-color: white;
}

.btn-browntheme{
    background: #4d1d1d;
    color: white;
    transition: .2s;
    padding: 10px;
    font-size: smaller;
    border-radius: 10px;

}

.btn-browntheme:hover{
    background: #973030;
    color: white;
    transition: .2s;
}

.bg-opacitywhite{
    background: var(--opacitywhite);
}

.bg-lightdark{
    background: var(--lightdark);
}

.text-lightdark{
    color: var(--lightdark);
}

nav{
    background-color: var(--browntheme);
}

.carousel-inner{
    max-height: 400px;
    background-color: white;
    overflow: hidden;
}

.carousel-item {
    width: 100%;
    margin-top: -15vw;
}

footer{
    min-height:100px;   
    /* background: var(--browntheme); */
    /* background-image: url('/images/backgroundtexture.jpg'); */
    
}


.filler-container-top{
    background-image: linear-gradient(to right,var(--browntheme) 50%, rgba(61, 61, 61, 0.894) 50%);
    /* background-image: url('/images/trianglebg.jpg'); */
    background-position: center;
    background-size: auto;
    width: 100%;
    height: 50px;
}

.triangle-caption{
    position: relative;
    height: 0;
    width: 0;
    border-right: 50vw solid transparent;
    border-left: 50vw solid transparent;
    /* border-bottom: 100px solid var(--browntheme); */
    border-bottom: 40px solid white;
    margin-top: -40px;
    z-index: 2;
}

.triangle-text{
    width: 100%;
    margin-top: -10vw;
}

.intro-text {
    font-size: 3vw;
}

.heading{
    font-size: 4vw;
    text-align: center;
    font-weight: 400;
}

.heading-2{
    font-size: 3vw;
    text-align: center;
    font-weight: 400;
}

.header-line{
    height: 5px;
    background-color: var(--greytheme);
    width: 85%;
}

.carousel{
    margin-bottom: -2px;
}

.intro{
    position: relative;
    z-index: 10;
    /* background-color: var(--lightgrey); */
}
.intro-content{
    
}

.linear-gradient{
    height: 5px;
    background-image: linear-gradient(to left, var(--browntheme) 40%, var(--lightgrey) 50%);
    width: 100%;
}

.linear-gradient-2{
    height: 5px;
    background-image: linear-gradient(to right, var(--browntheme) 75%, var(--greytheme) 25%);
    width: 60%;
}

.readmorebtn{
    background: var(--browntheme);
    padding: 5px 20px 5px 20px;
    color: white;
    cursor: pointer;
    transition: .2s ease-in-out;
    font-size: smaller;
    border: solid 1px var(--browntheme);
}

.readmorebtn:hover{
    border: solid 1px var(--browntheme);
    background: none;
    transition: .2s ease-in-out;
    color: rgb(41, 41, 41);
}
.practice-container{
    cursor: pointer;
}

.practice-container img{
    transition: .3s ease-in-out;
}

.practice-container img:hover{
    transition: .3s ease-in-out;
    opacity: .8;
    margin-top: -5px;
}

.practice-inner{
    max-height: 700px;
    position: relative;

}

.practice-title{
    position: absolute;
    background-color: rgba(72, 72, 72, 0.839);
    padding: 10px;
    margin-top: -25%;
    z-index: 30;
    transition: .5s ease-in-out;
    width: 90%;
    font-size: larger;
    transform: skewX(20deg);
    font-style: italic;
    margin-left: 15px;

}

.practice-container:hover .practice-title{
    width: 80%;
    transition: .5s ease-in-out;
    align-items: center;
    color: #c3b3b3 !important;
}

.team-container{
    height: 25vh;
}

.navbar-brand img{
    max-height: 60px;
}

.navbar{
    padding: 0;
}

.navbar-brand img{
    background-color: white;
}

.down-arrow{
    position: relative;
    z-index: 20;
    height: 0;
    width: 0;
    border-left: 60px solid transparent ;
    border-right: 60px solid transparent ;
    border-top: solid 50px white;
}

.staff{
    position: relative;
    min-height: 400px;
    overflow: hidden;    
}

/* .staff img{
    height: 100%;
} */

.staff-img{
    height: 100%;
    padding-bottom: 30px;
}
.staff-details{
    position: absolute;
    z-index: 100;
    background: var(--overlaycolor);
}

.staff-img img{
    /* border-radius: 50%;
    overflow: hidden; */
}

.staff-main-container{
    cursor: pointer;
    transition: .3s ease-in-out;
}

.staff-main-container .staff:hover{
    /* border: solid 5px var(--lightgrey); */
    /* transition: .2s ease-in-out; */
}

.team-overlay{
    background: var(--overlaycolor);
    position: absolute;
    height: 565px;
    width: 100%;
    padding: 30px;
    overflow: hidden;
}

.staff-bio{
    margin-top: 60px;
}

.staff-readmore{
    position: relative;
    z-index: 200px;
    margin-top: -30px;
    margin: center;
}


footer{
    /* border-top: solid 2px var(--greytheme); */
}

.is_active{
    color: var(--opacitywhite) !important;
    transition: .2s ease-in-out;
    border-bottom: solid 1px var(--opacitywhite);
}

.links ul li a{
    text-decoration: none;
    color:  white
}

.links ul li a:hover{
    color: var(--opacitywhite) !important;
}

.company-ethics .item{ 
    min-width: 150px;
    transform: skewX(10deg);
    background: var(--greytheme);
    font-style: italic;
    text-align: center;
}

.company-ethics{ 
    padding: 20px;
}


#navbarDropdown-2 a{
    color: black  !important;
}

#navbarDropdown-2 a:hover{
    color: var(--browntheme) !important;
}
.extra-info{
    border-top: solid 3px #97303076;
}

.nav-link{
    text-transform: uppercase;
}

.pre-nav{
    min-height:25px;
    width: 100%;
    
    background: var(--lightdark);
}

.pre-nav a{
    text-decoration: none;
    color: var(--opacitywhite);
}

.pre-nav a:hover{
    color: whitesmoke;
}

footer a{
    text-decoration: none;
}
footer a:hover{
    color: var(--opacitywhite);
}

.rounded-icon {
    background: var(--browntheme);
    width: 60px;
    height: 60px;
    border-radius: 50%;
    font-size: 2em;
}

.contact-item{
    height: 100%;
}

.contact-item a{
    text-decoration: none;
}

.contact-item a:hover{
    color: var(--browntheme);
}

.send-message .formgroup{
    margin-bottom: 15px;
}

.send-message .formgroup input{
    border: solid .3px rgba(165, 42, 42, 0.085);
}

.send-message .formgroup textarea{
    border: none;
    border: solid .3px rgba(165, 42, 42, 0.085);
}

.send-message-btn{
    border: solid var(--browntheme) 1px;
}

.send-message-btn:hover{
    color: var(--greytheme);
}

.show_description{
    opacity: 1;
    /* transition: 3s ease-in-out; */
    display: block;
}

.no-overlay{
    opacity: 0;
    display: none;
    transition: 1s ease-in-out;
}

.fade-out{
    opacity: 0;
    transition: 1s ease-in-out;
}

.contact-text{
    font-weight:bold;
}

@media (max-width: 411px) {
    .heading{
        font-size: 7vw;
    }

    .heading-2{
        font-size: 6vw;
    }

    /* .team-container{
        height: 20vh;
    } */
  }
  