:root{
    --blue-theme: #075762;
    --opacityblue-theme: #075762cd;
    --lightblue-theme:#07576255;
    --mustard-theme:#F6931C;
    --opacitymustard-theme:#f6941ccd;
    --lightmustard-theme:#f6941c3a;
    --red-theme:#E11F27;
    --opacityred-theme: #e11f25c6;

    --darkgreen-theme: #3A6030;
    --green-theme:#85A335;
    --lightgreen-theme:#86a3353b;
    --opacitygreen: #86a335df;
    --opacitywhite: rgba(255, 255, 255, 0.9);
    --lightgrey:rgba(255, 255, 255, 0.513);
}

.bg-blue-theme{
    background-color: var(--blue-theme);
}
.bg-lightblue-theme{
    background-color: var(--lightblue-theme);
}
.text-blue-theme{
    color: var(--blue-theme);
}

.bg-opacityblue-theme{
    background-color: var(--opacityblue-theme);
}
.text-opacityblue-theme{
    color: var(--opacityblue-theme);
}

.bg-mustard-theme{
    background-color: var(--mustard-theme);
}
.text-mustard-theme{
    color: var(--mustard-theme);
}

.bg-opacitymustard-theme{
    background-color: var(--opacitymustard-theme);
}
.bg-lightmustard-theme{
    background-color: var(--lightmustard-theme);
}
.text-opacitymustard-theme{
    color: var(--opacitymustard-theme);
}

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

.bg-red-theme{
    background-color: var(--red-theme);
}
.text-red-theme{
    color: var(--red-theme);
}

.bg-opacityred-theme{
    background-color: var(--opacityred-theme);
}
.text-opacityred-theme{
    color: var(--opacityred-theme);
}


/* .bg-darkgreen-theme{
    background-color: var(--darkgreen-theme);
}
.text-darkgreen-theme{
    color: var(--darkgreen-theme);
} */

.bg-green-theme{
    background-color: var(--green-theme);
}
.text-green-theme{
    color: var(--green-theme);
}

.bg-lightgreen-theme{
    background-color: var(--lightgreen-theme);
}
.bg-opacitygreen{
    background-color: var(--opacitygreen);
}
.text-lightgrey{
    color: var(--lightgrey);
}
.bg-lightgrey{
    background-color: var(--lightgrey);
}
.text-bold{
    font-weight: bold;
}
.text-italics{
    font-style: italic;
}

.text-larger{
    font-size: larger;
}
.text-large{
    font-size: large;
}

.text-justify{
    text-align: justify;
}

.logo{

    /* background-size: 100vw; */
}

.cow-textureE{
    background-image: url('/static-imgs/cow-textureE.png');
    background-repeat: no-repeat;
}

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

/* .logo-container{
    background-color: var(--darkgreen-theme);
} */

.navbar-nav .nav-link{
    color: white !important;
}

.navbar-nav .nav-link:hover{
    color: var(--lightgrey) !important;

}

.navbar-nav .active_link .nav-link{
    color: var(--opacitywhite) !important;
    font-size: 800 !important;
    box-shadow: var(--mustard-theme) 0px 1px;
}


/* Footer from here */
.footer ul li a{
    color: var(--blue-theme);
}

.footer ul li a:hover{
    color: var(--mustard-theme);
}

.footer ul li{
    color: var(--blue-theme);
}

.footer ul li .active_link{
    color: var(--mustard-theme);
}



.video-hero{
    height: auto;
    /* overflow: hidden; */
    /* max-height:95vh; */
    position: relative;
}

.video-hero video{
     /* min-height: 350px; */
}

.introduction{
    /* margin-top: -5vw; */
    position: relative;
}

.description-box{
    background-image: url('/static-imgs/cow-textureE.png');
    top: 0;
    left: 0;
    /* background: rgba(255, 255, 255, 0.9); */
    /* border-radius: 30px; */
    /* border-radius: 10px; */
    /* text-align: center; */
}

.description-box div{
    background-image: url('/static-imgs/cow-textureE.png');
    padding: 10px;
}
.box-items .box-item{
    padding: 10px;
    border-radius: 10px;
    background-color: var(--darkgreen-theme);
    height: 100%;
}

.box-items .box-item h3{
   font-weight: 500;
}
.box-items .box-item p{
    /* color: var(--lightgrey); */
    color: white;
    font-size: inherit;
 }
 .box-items .box-item a{
    /* border: solid white 1px; */
    text-decoration: none;
    padding: 10px;
    background: var(--lightgrey);
    color: white;
    transition: .2s ease-in-out;
 }

 .box-items .box-item a:hover{
    opacity: .7;
    transition: .2s ease-in-out;
 }

 .box-items img{
 }

 .authorimage{
    height:40px;
    width: 40px !important;
    border-radius: 50%;
    background: var(--lightgreen-theme);
 }
 .authorimage .fa-user{
    font-size: 20px;
 }
 .text-smaller{
    font-size: smaller;
 }

 .btn-article{
    background: white !important;
    position: relative;
    z-index:2;
    color: var(--darkgreen-theme)  !important;
    transition: .5s ease-in-out;
    /* border: ; */
 }

 .bg-white{
    background-color: white;
 }

 .btn-article:hover{
    /* background: var(--green-theme) !important; */

    color: var(--green-theme)  !important;
    font-weight: bold;
    transition: .2s ease-in-out;
    /* border: ; */
 }

 .question-form .item input{
    margin: 10px 0 10px 0;
    border: solid var(--green-theme) 1px;
    border-radius: 10px;
    padding: 10px;
    font-weight: bold;
    /* padding: 20px; */
 }

 .question-form .item label{
    color: white;
    /* padding: 20px; */
 }

 .question-form .item textarea{
    margin: 10px 0 10px 0;
    border: solid var(--green-theme) 1px;
    border-radius: 10px;
    padding: 10px;
    font-weight: bold;
    /* padding: 20px; */
 }

 .previous-questions{
    overflow: scroll;
    height: 500px;
    border: solid white 10px;
    border-radius:10px;
 }

 .article-img{
    float: left;
    margin: 20px;
 }

 
 .other-related{
    clear: both;
    
 }


 /* Modal */
 .customModal{
    position:fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 3000;
    background: rgba(255, 255, 255, 0.96);
 }
 
 .mymodal-dialogue{
    height: 100%;
 }

.profile-item-img{
    width: 150px !important;
    height: 150px;
    border-radius: 50% !important;
    overflow: hidden;
    background: var(--mustard-theme);
}

.profile-item-img img{
    height: 150px;
}


.btn-custom{
    padding:5px 10px;
    background: var(--mustard-theme);
    text-decoration: none;s
    color: black;
    transition: 0.2s ease-in-out;
    border-radius: 5px;
}

.btn-custom:hover{
    background: none;
    color: white;
    border: solid 1px var(--mustard-theme);
    transition: 0.2s ease-in-out;
}

.btn-program{

    color: black;
    border-radius: 10px; 
    border:solid .3px rgba(0, 0, 0, 0.781);
    font-size: smaller;
    padding: 2px 5px;
    text-decoration: none;
    opacity: .75;
}
.btn-program:hover{
    color: black;
    opacity: 1;
}

.dropdown-menu{
    background: var(--blue-theme) !important;
    border: none !important;
}

.dropdown:hover .dropdown-menu{
    display: block;
}

.dropdown-menu a{
    color: white;
}


.bottom-underline{
    border-bottom: solid 2px var(--opacitymustard-theme);
}

.top-underline{
    /* border-top: solid 1px rgba(241, 180, 12, 0.129); */
}

.about-tabs div{
    border-right: 1px  solid rgba(255, 255, 255, 0.201);
    color: var(--darkgreen-theme);
}

.prof_item_title{
    color: var(--blue-theme);
    font-weight: bold;
    margin-right: 20px;
}
.prof_item_answer{
    color: black;
    font-weight: bold;
}
.profile_item hr{
    color: var(--mustard-theme);
}

.next-prev-profile .btn-custom{
    background-color: var(--mustard-theme);
    color: white;;
}

.nav_btn{
    border: var(--mustard-theme);
    color: var(--mustard-theme);
    opacity: .8;
}

.nav_btn:hover{
    opacity: 1;
}


.footer{
    position: relative;
    background-image: url('../images/water_lower.jpg');
    background-size: cover;
    height: auto;
    width: 100vw;
    
}


.footer::before {
    content: ""; 
    position: absolute; 
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.92); 
    z-index: 1; 
}

.footer-content{
    position: relative;
    z-index: 2
}

.footer a{
    text-decoration: none;
}

.footer .contacts .col-1{
    color: var(--mustard-theme);
}
.footer .contacts .col-11{
    color: var(--blue-theme);
}


.contact-item{
    padding: 15px;
    /* background-color: var(--mustard-theme); */
    margin-bottom: 30px;
    max-width: 400px;
    min-height: 100px;
}

.contact-item .fa{
    width: 40px;
    height: 40px;
    background-color: var(--blue-theme);
    color: white;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

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

.whoweare_caption{
    position: absolute;
    /* background-color: rgba(251, 255, 180, 0.838); */
    background-color: rgba(255, 255, 255, 0.838);
    
    display: flex;
    justify-content: center;
    align-items: center;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 10;
    text-align: center;
    color: var(--blue-theme);
}

.whoweare{
    position: relative;
    /* max-height: 330px; */
    max-height: 250px;
    overflow: hidden;
}

.publication_caption{
    position: absolute;
    background-color: rgba(251, 255, 180, 0.838);
    display: flex;
    justify-content: center;
    align-items: center;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 10;
    text-align: center;
    color: var(--mustard-theme);
    text-transform: uppercase;
    margin-bottom: solid 2px var(--blue-theme);
}

.publication{
    position: relative;
    max-height: 200px;
    overflow: hidden;
}


/* DASHBOARD */
.dashfield-item{
    padding: 10px;
}

.dashfield-item .title{
    font-weight: 800;
}

@media (max-width: 768px) {
  .video-hero{
    margin-top: 100px;
  }
}