/* This stylesheet is meant for custom styles, on top of the Ever+ Template */

.inital-color a {
  color: initial !important;
}
.publication-extra-info-list {
  border-bottom: none !important;
  padding-bottom: 20px !important;
}

.fit-width {
  max-width: 100%;
}

.project-row-padding {
  padding: 50px 0px;
}

.project-description-div {
  padding-top: 10%;
}

.fifteen-top-margin {
  margin-top: 15%;
}

.five-top-margin {
  margin-top: 5%;
  margin-bottom:  5%;
}

.extra-pad {
  padding-bottom: 60px;
}

.max-height{
  max-height: 500px;
}

.special {
  padding-bottom: 20px;
}
.special a {
  color: initial !important;
}

.bg {
  opacity: 1.0;
  filter: alpha(opacity=100); /* For IE8 and earlier */
  /*-webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */*/
  /*filter: grayscale(100%);*/
}

/*LOGO IN NAV*/
.navbar-brand {
  padding: 10px 15px !important;
}

.navbar-default .navbar-brand img {
    height: 30px !important;
     margin-top: 0px !important; 
}


/* SMALL SCREEN SIZE ONLY*/
@media screen and (max-width: 768px) {
  .btn-group .btn {
    width: 100% !important;
  }
  .btn {
    margin-right: auto !important;
    margin-left: auto !important;
    float: inherit !important;
  }
  .fifteen-top-margin {
    margin-top: 15%;
    margin-bottom: 10%;
  }
  .bio-info {
    padding-top:0px !important;
  } 
}

.btn {
  max-height: 200px;
  max-width: 200px;
  overflow: hidden;
}

.project_img {
  margin-top: 40px !important;
  margin-bottom: 40px !important;
  /*max-height: 240px;*/
  display: block;
  margin: auto;
  
}

.research-blog-element {
  top: 20px !important;
  background-color: white;
  margin-bottom: 50px;
}

.headshot {
  height:200px;
}
.bio-info {
  padding-top:50px;
}

.row .custom-project-link-color:hover p {
  color: tomato !important;
}

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

.research-new {
  padding: 20px 20px 20px 20px;
}

.research-old {
  margin-top:  50px;
}