/* GLOBAL STYLES
-------------------------------------------------- */
/* Declare overall font. */
@font-face {
  font-family: 'custom';
  src: url('../fonts/Signika-Regular.ttf');
}
/* Style body. */
body {
  color: #5a5a5a;
  font-family: 'custom';
}
/* Make content appear below navbar. */
/* Style all links. */
#link{
  color: #3c948b; 
}
/* Broad version of divider with extra spacing. */
.broad-divider {
  margin: 50px 0;
}

.page-scroll{
  font-size: 1.3em;
}

.navbar-collapse a {
  color: black !important;
}

.navbar-collapse a:hover {
  color: white !important;
}

.navbar{
  background-color: #8bb6e0;
}

.navbar-toggle{
  background-color: #0764ab;
}

.navbar-toggle:focus{
  background-color: white;
}

.info-button {
  background-color: #0764ab;
  border: none;
  color: white;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  cursor: pointer;
}


/* Center Image styling and clickables 
---------------------------------------------------------
*/


/* Style text of header is background is white. */

/* RESPONSIVE CSS
-------------------------------------------------- */
@media (min-width: 768px) {
  /* Navbar positioning foo */
  .navbar-wrapper {
    margin-top: 20px;
  }
  .navbar-wrapper {
    padding-right: 15px;
    padding-left: 15px;
  }


  .navbar-wrapper .navbar {
    padding-right: 0;
    padding-left: 0;
  }
  /* The navbar becomes detached from the top, so we round the corners */
  .navbar-wrapper .navbar {
    border-radius: 4px;
  }
  /* Bump up size of carousel content */
  .carousel-caption p {
    margin-bottom: 20px;
    font-size: 21px;
    line-height: 1.4;
  }
  .featurette-heading {
    font-size: 50px;
  }
}
@media (min-width: 992px) {
  .featurette-heading {
    margin-top: 120px;
  }
}
.footer-below {
  margin-top: 60px;
}
.image-wrapper{
  margin-top: 8%;
  margin-left: -3%;
  margin-right: 3%;
}
/* CUSTOMIZE THE FOOTER
-------------------------------------------------- */
/* Style footer. */
footer{
  position: relative;
  top: 50px;
  color: black;
  padding-top: 20px;
  padding-right: 10px;
  padding-bottom: 40px;
  background-color: #8bb6e0;
}
/* Style logo's in the footer. */
#footer-image {
  padding: 10px;
  height: 100px;
}
#footer-image-adjusted {
  padding-top: 5px; 
  height: 60px;
}
/* Style button navigating to top of page. */
#upButton {
  background-color: #303030;
}

/* CUSTOMIZE INTRODUCTION SECTION
-------------------------------------------------- */
/* Entire intro section. */
#intro {
  padding-left: 30px;
  padding-right: 30px;
}
/* Only title. */
#introTitle {
  color: #3764bf;
  margin-bottom: 15px;
}
/* Only text. */
#introText {
  font-size: 15px;
  
}

#subtitle{
  color:#3764bf;
}

/* style the team images */
#team-image{
  border-radius: 50%;
  object-fit: cover;
  width: 150px;
  height: 150px;
  float:left;
  margin-right: 3%;
}

.team-image-container{
  margin-left: 20px;
}

.row-padding-bottom{
  padding-bottom: 40px !important;
}

.team-text-container{
  margin-top: auto;
  margin-bottom: auto;
  text-align: left;
}

.publications-container p{
  font-size : 17px;
}

.publications-container{
  width: 75%;
}

/* The dropdown container */
.dropdown {
  float: left ;
  overflow: visible;
}

/* publications page */
.sub-divider{
  margin-top: 0;
  margin-left: 0;
  margin-right: auto;
  border-top: 2px solid #3764bf;
  opacity: 0.5;
  width: 10%;
}

.sub-divider-2{
  margin-top: 0;
  margin-left: 0;
  margin-right: auto;
  border-top: 2px solid #3764bf;
  opacity: 0.5;
  width: 40%;
}

.pub-text{
  padding-bottom: 0.7%;
}

#textWrapper-visualizations{
  padding-top: 5%
}


/* Brain Image styling and clickables 
---------------------------------------------------------
*/
#brain-image-container{
  margin-left: 5%;
  margin-right: 5%;
}

.carousel-control{
  background: none !important;
}

.item{
  margin: none !important;
}

.item-active{
  margin: none !important;
}

.carousel-inner {
  background-color: white !important;
  }

.pubmed-image {
    width: 7%;
    height: 7%;
    float:left;
    margin-right: 1%;
}