body,
html {
  height: 100%;
  margin: 0;
  padding: 0;
}

#top-bar {
  background-color: #f7941e;
}

/* Change Navbar background color and font*/
.navbar-custom {
  background-color: #f7941e;
  font-size: 1rem;
  color: white;
}

/* change the brand and text color */
.navbar-custom .navbar-brand,
.navbar-custom .navbar-text {
  color: #731305;
}

/* change the link color */
.navbar-custom .navbar-nav .nav-link {
  color: white;
}

/* change the color of active or hovered links */
.navbar-custom .nav-item.active .nav-link,
.navbar-custom .nav-item:hover .nav-link {
  color: #731305;
}

/* for dropdown only - change the color of droodown */
.navbar-custom .dropdown-menu {
  background-color: #f7941e;
}
.navbar-custom .dropdown-item {
  color: white;
}

.navbar-custom .dropdown-item:hover .navbar-custom .dropdown-item:focus {
  color: #731305;
  background-color: rgba(255, 255, 255, 0.5);
}

/* bottom black Navbar Colors*/
.navbar-custom1 {
  background-color: black;
  font-size: 1rem;
  color: white;
}

.center {
  margin-left: auto;
  margin-right: auto;
}

/* Dropdown menu background color*/
#bottomlogos {
  background-color: white;
}

#aim {
  min-height: 100px;
  background-color: white;
  color: #99241b;
  font-size: 2.5rem;
}


/* Button Colors on home page*/
.btn-primary {
  background-color: #99241b !important; /* dark maroon color*/
  border: 1px solid #99241b !important;
}

.btn-danger {
  background-color: #e03127 !important; /* redish color */
  border: 1px solid #e03127 !important;
}

.btn-warning {
  background-color: #f7941e !important; /* orangish color */
  border: 1px solid #f7941e !important;
}

#personbgcolor {
  background-color: orange;
}

section#lower_navbar {
  padding-top: 0em !important;
}

#main_footer {
  background-color: white;
}

#jumbotron-white {
  background-color: white;
}

#container-white {
  background-color: white;
  min-height: 100vh;

}
section#showcase {
  background: url("/static/images/step0001.jpg");
  

  background-size: 100% 100%;
  background-repeat: no-repeat;
  position: relative;
  width: 100%;
  
}

#centercontent {
  margin: auto;
  width: 75%;
  padding-left: 10px;
  padding-right: 10px;
  
  /* margin-bottom: 100px; */
}
.add-margin-left-right {
  margin: 20px 22px;
}


.content-overlay {
  max-width: 100%;
  position: absolute;
  top: 45px;
  left: 10px;
  padding: 8px;
  background-color: rgba(255, 255, 255, 0.8);
  color: #222;


}



.fit-content {
  max-width: 60%;

}

.tab-label {

  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;

  color: #99241B;
  
  /* font-weight: bold; */

  /* / Icon / */
}

.tab-label:hover {
  /* background: #642828; */
}

.tab-label::after {
  /* content: "\276F"; */
  width: 1em;
  height: 1em;
  text-align: center;
  -webkit-transition: all .35s;
  transition: all .35s;
}

.tab-content {

  color: #222;
  max-height: 0;
  background: white;
  -webkit-transition: all .35s;
  transition: all .35s;
  


}

.tab-close {

  display: flex;
  -webkit-box-pack: end;
  justify-content: flex-end;
  padding: 1em;
  font-size: 0.75em;
  background: #222;

}

.tab-close:hover {
  background: #642828;
}

input:checked+.tab-label {
  background: #1a252f;
}

input:checked+.tab-label::after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

input:checked~.tab-content {
  max-height: 100vh;
  overflow: auto;
}

.tabs {
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 4px 4px -2px rgba(0, 0, 0, 0.5);

 

}

.tab {
  width: 100%;
  color: white;
  overflow: hidden;
  position: relative;

 
 
}

#style-1::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  background-color: #F5F5F5;
}

#style-1::-webkit-scrollbar {
  width: 12px;
  background-color: #F5F5F5;
}

#style-1::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
  background-color: #555;
}

.flex-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  





}


.flex-item {
  display: flex;
  flex-direction: column;
  padding-left: 5%;
  margin-bottom: 20px;

 
  




}




@media (min-width: 768px) {
  .flex-item {
      /* flex: 1; */

      flex-basis: 30%;

  }



}





.img {

  width: 100%;
  

  border-radius: 15px;

  margin-bottom: -108px;

}

.overlap-students:hover{
  background-color: #f7941e;
  color:white ;
}

.overlap-students {

  min-height: 85px;
  position: relative;
  top: 16px;

  left: 0;
  right: 0;
  /* max-height: 150px;
  margin-bottom: -2px; */



  /* Adjust this value to move the positioned div up and down */
  background-color: rgba(255, 255, 255, 0.8);


}

.overlap:hover{
  background-color: #f7941e;
  
}


.overlap{

  min-height: 85px;
  position: relative;
  top: 10px;
 

  left: 0;
  right: 0;
  /* max-height: 150px;
  margin-bottom: -2px; */



  /* Adjust this value to move the positioned div up and down */
  background-color: rgba(255, 255, 255, 0.8);
 


}

.checkbox {
  display: none;
}

  /* venn diagram as circles on research landing page*/
 





.equalHMVWrap {
  display: flex;
  flex-direction: column;

  align-items: flex-start;



}

.equalHMV {
  margin: 10px;

  
  

}




@media (min-width: 768px) {
  .equalHMVWrap {
    flex-direction: row;
    flex-wrap: wrap;
    width: 80%;
   /* margin: auto; changed as a result of Elishas input to center all pictures by having margin left 11% */
   margin-left: 11%;
  

  
    
  }

  .equalHMV {
    flex-basis: 30%;
  }


}


















/* new circle */


 #Infographic 
{ width: 20em; margin: 0.5em auto; padding: 1em; position: relative; background-color: #fff; height: 20em; 
  margin-bottom: 180px;
  align-content: center;
  
} 
#Infographic span 
{ display: none; 
 
  
}  

.circle 
{  border-radius: 50%; width: 20em; height: 20em; text-align: center; vertical-align: center; position: absolute; 
  
} 
.circle p { 
  height: 25em; width: 15em; display: table-cell; vertical-align: middle; 
} 
#c1 { 
  top: 0; left: 0; background-color: rgba(255,0,0,.25);
 }
 #c2 { 
   top: 0; left: 1em; background-color:#F7941E; opacity: 0.785;
   width: 260px;
   height:260px;

 
} 
 #c2 p { 
   padding-left: 10em; 
  } 
 #c3 {
    top: 12.5em; left: 1em; background-color: #F7941E; opacity: 0.785;
    width:270px;
    height: 270px;

   
  } 
  
 #c3 p {
    width: 25em; height: 15em; padding-top: 10em; 

  } 
 .joined { 
   position: absolute; display: table-cell; vertical-align: middle; text-align: center; 
  }
  #j12 { 
    top: 5em; left: 10.25em; width: 7em; height: 7em; padding-top: 1.5em; 
    border-radius: 50%;
    background-color:white;
  }

  #j21 { 
    top: 5em; left: 1em; width: 7em; height: 7em; padding-top: 1.5em; 
    border-radius: 50%;
    background-color:white;
  }

  #j122 { 
    top: 17em; left: 0.9em; width: 7em; height: 7em; padding-top: 2em; 
    border-radius: 50%;
    background-color:white;
   
  }


  #j133 { 
    top: 17em; left: 11em; width: 7em; height: 7em; padding-top: 2em; 
    border-radius: 50%;
    background-color:white;
  }
  
   #j13 { 
     top: 10.1em; left: 6em; width: 7em; height: 5em; padding-top: 2.5em; 
    } 



   #j23 { 
     top: -1em; left: 4.3em; width: 10em; height: 5em; padding-top: 2.5em;
     }
    #all { 
      top: 23em; left: 4.3em; width: 10.5em; height: 7em; padding-top: 1em; 
    }


    /* colors on hovering themes in circles */
    .rthemelinkcolor{
      color:#F7941E
    }

    /* .rthemelinkcolor:hover{
      color:#99241b
    } */

      /* overlay of a footer on  images used in cms pages */
      .overlapcms{

        min-height: 65px;
        position: relative;
     
        top: 33px; 
        left: 0;
        right: 0;
    
        background-color: rgba(255, 255, 255, 0.8);
      }
      
.imgcms {

  width: 100%;

  /* border-radius: 15px; */

  margin-bottom: -63px;

}

  /* css All link on hover */



  a:hover{
    color:#99241b !important;
  }

  a:hover > .homeptext{
    color:#99241b !important;
  }

  /* css font color of events on calendar */
  .fc-event{
    color:white !important;
    font-size: 12px !important;
    background-color:#f7941e !important; 
    border-color:white !important; 
  }


/* color border of search bar */
  .active-orange-4 input[type=text]:focus:not([readonly]) {
    border: 1px solid #F7941E;
    box-shadow: 0 0 0 1px #F7941E;
  }

  /* Research theme background color css*/
/* .accordian_bg_color{
background-color: #F7941E;
} */

@media only screen and (max-width: 450px) {
   .fixfit_width{
    align-content: center;
    
  }
}

  /* flex for inforgraphich on research themes */
.flex-container {
  display: flex;
  justify-content: center;
  background-color: white;
}

.flex-container > div {
  background-color: white;
  width: 500px; 
  margin: 10px;
  text-align: center;
  /* line-height: 75px;
  font-size: 30px; */
}



   /* height: 75% !important; */


@media (min-device-width: 800px) 
and (max-device-width: 1800px) 
and (-webkit-min-device-pixel-ratio: 1){

 .theme_text_column{
  width: 80% !important;
  text-justify: inter-word;

}

}



@media (min-device-width: 1800px) 
and (max-device-width: 2000px) 
and (-webkit-min-device-pixel-ratio: 1){
 .theme_text_column{
   
  width:45% !important;

}
}





#wrapper {
  width: 80%;
  margin: 10px auto;        
 }
 
 .hero-unit {
     /**
      *    This below will center a background image and resize 
      *    to keep the element its a background centered and filled dynamically.    
      */
   background: url(http://placekitten.com/659/447) no-repeat center center; 
       -webkit-background-size: cover;
       -moz-background-size: cover;
       -o-background-size: cover;
       background-size: cover;
     
     /**
      * below is borowed from Twitter Bootstrap hero-unit
      */
   padding: 60px; 
   margin-bottom: 30px;
   
 }
 
 
 .featured-video{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color:red;
  /* max-height: 100%;
  max-width: 100%; */
  object-fit: cover; 
} 


.featured-video img.wide {
  max-width: 100%;
  max-height: 100%;
  height: auto;
  }
  .featured-video img.tall {
  max-height: 100%;
  max-width: 100%;
  width: auto;
  }


  
.cms_pix_borders{
  border-radius: 15px !important;
}

.cms_fig_capt_borders{
  border-bottom-left-radius: 15px !important;
  border-bottom-right-radius: 15px !important;

}


.home_pix_borders{
  border-radius: 20px !important;
}


/* caption on hoover */
figure {
  display: block;
  position: relative;
  float: left;
  overflow: hidden;
  margin: 0 20px 20px 0;
 
}

figcaption {
  position: absolute;
  background: rgba(0, 0, 0, 0.75);
  color: white;
  line-height: 0.4cm;
  padding: 2px 2px;
  opacity: 0;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  font-size: 11px;
  width: 100%;
 
}

figure:hover figcaption {
  opacity: 1;

}

figure:before {
  content: "";
  position: absolute;
  font-weight: 800;
  background: rgba(255, 255, 255, 0.75);
  text-shadow: 0 0 5px white;
  color: black;
  /* width: 24px; */
  height: 24px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  text-align: center;
  /* font-size: 14px;
  line-height: 2px; */
  font-size: 11px;
  -moz-transition: all 0.6s ease;
  opacity: 0.75;
  
}

figure:hover:before {
  opacity: 0;
}

.cap-left:before {
  bottom: 10px;
  left: 10px;
}

.cap-left figcaption {
  bottom: 0;
  left: -30%;
}

.cap-left:hover figcaption {
  left: 0;
}

.cap-right:before {
  bottom: 10px;
  right: 10px;
}

.cap-right figcaption {
  bottom: 0;
  right: -30%;
}

.cap-right:hover figcaption {
  right: 0;
}

.cap-top:before {
  top: 10px;
  left: 10px;
}

.cap-top figcaption {
  left: 0;
  top: -30%;
}

.cap-top:hover figcaption {
  top: 0;
}

.cap-bot:before {
  bottom: 9999px;
  left: 9999px;
}

.cap-bot figcaption {
  left: 0;
  bottom: -30%;
  
}

.cap-bot:hover figcaption {
  bottom: 0;
  width: 100% !important;
  padding-left: 5px;
}



/* Media Queries: Tablet Landscape */
@media screen and (max-width: 1060px) {



  .equalHMVWrap {
    /* width:510px; */
    display: flex;
    /* flex-direction: column; */
  
    align-items: flex-start;
  
  
  
  }
  
  .equalHMV {
    margin: 5px;


  }
  .home_top_text{
    font-size: 1.2rem !important;
  }
    .equalHMV {
      flex-basis: 30%;
    }
  
  
  }


/* Media Queries: Tabled Portrait */
@media screen and (max-width: 768px) {
  .equalHMV {
    margin: 5px;
    width: 60vw;
    
}
.home_top_text{
  font-size: 1.2rem !important;
}

.people_mobile_text{
  font-size: 0.2rem !important;
}
}
/* pagination css */


.a:hover { color: #00FF00 !important; }




