@import url(https://fonts.googleapis.com/css?family=Roboto+Slab:400,700);

html {
  position: relative;
  min-height: 99%;
}

body {
  /* Margin bottom by footer height */
  margin-bottom: 60px;
}

/* Customize container */
@media (min-width: 768px) {
  .container {
    max-width: 1000px;
  }
}

p {
  line-height: 1.5em;
}

h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6 {
  font-family: 'Roboto Slab', sans-serif;
  font-style: normal;
  font-weight: 700;
}

h1 {
  margin-top: 30px;
}

h2 {
  margin-top: 30px;
}

img.logo {
  height: 32px;
  margin-top: -6px;
}

.mainimg{
	width:950px;
	padding-bottom: 10px;
}

.content {
  padding-bottom: 40px;
}

.container .credit {
  margin: 20px 0;
}

.centered {
  position: absolute;
  top: 70%;
  left: 50%;
  transform: translate(-50%, -50%);
  white-space: nowrap ;
}

#footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 60px;
  background-color: #f5f5f5;
}

.flex-container {
  display: flex;
  flex-flow: row wrap;
  align-items: flex-start;
}

.logos {
  justify-content: space-around;
}

#home-main-img {
  margin-bottom: 20px;
  position:relative;
}

#home-main-img img {
  width:100%;
  vertical-align:top;
}

#home-main-img:after {
  content:'\A';
  position:absolute;
  width:100%; height:100%;
  top:0; left:0;
  background:rgba(0,0,0,0.6);
  opacity:0.3;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}

#main-panel p {
  padding: 10px 10px 0px 20px;
}

#main-container {
  position: relative;
  text-align: center;
}

#main-container h1{
  position: absolute;
  color: #cccccc;
  font-size: 48px;
  top: 10%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
}

/* Customize container */
@media (max-width: 768px) {
  #main-container h1{
    font-size: 24px;
  }
}

/* Customize container */
@media (max-width: 500px) {
  #main-container h1{
    top: -5%;
    font-size: 16px;
  }
}

/* People */

.people {
  justify-content: flex-start;
}

.person {
  margin: 10px;
  width: 165px;
  height: 200px;
}

.person p {
  text-align: center;
  font-size: 1em;
  font-weight: bold;
  color: #333333;
  position: relative;
  /*text-shadow: 1px 1px 2px black;*/

  /* padding-bottom: 4px; */
  /* display: table-cell; */
  vertical-align: top;
  /* height: 35px; */
  width: 165px;
  margin: 0px;
}

.person .coadvisor {
  font-size: 0.8em;
  font-weight: normal;
  color: #333333;
}

.person img {
  width: 165px;
  height: 165px;
  border-radius: 20px;
  margin-bottom: 5px;

  object-fit: cover;
  object-position: center;
}

.image-container> {
  transition: opacity .2s;
  opacity: 1;
}

.image-container>:hover {
  transition: opacity .1s;
  opacity: 0.7;
}

.img-thumbnail {
  min-height:55px;
  height:55px;
  margin-left: 15px;
  margin-top: 15px;
  border: 0 none;
  /*box-shadow: none;*/
}

/* Projects */

.current-projects {
  justify-content: space-between;

  margin-top: 2em;
}

.current-projects .project {
  flex-basis: 500px;
  text-align: center;
  margin-bottom: 10px;
}

.current-projects .project a:hover {
  text-decoration: none;
}

.current-projects .project .heading {
  display: block;
  margin-top: 8px;
  font-size: 1.5em;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none;
}

.current-projects .project .caption {
  font-style: italic;
  font-weight: normal;
  text-decoration: none;
  text-align: center;
}

.current-projects .project .logo-container {
  height: 121px;
}

.current-projects .project .logo-container img {
  max-width: 160px;
  max-height: 121px;
  border-radius: 12px;
}

.papers-iframe {
  width: 100%;
  height: 600px;
  border: solid 1px lightgray;
}

table {
    border:#ccc 1px solid;
    border-radius:3px;
}
table th {
    padding:10px 10px 10px 10px;
    border-top:1px solid #fafafa;
    border-bottom:1px solid #e0e0e0;
}
table tr {
    padding-left:10px;
}
table td {
    padding:10px;
    border-top: 1px solid #ffffff;
    border-bottom:1px solid #e0e0e0;
    border-left: 1px solid #e0e0e0;
}

/* Events */
.event-images {
  justify-content: flex-start;
}
.event-image {
  margin: 10px;
}

.tag {
  padding: 10px;
  color: blue;
}

.tag-bullet-list {
  list-style-type: none;
  padding: 0px;
}

/* Group pics */

.grouppic {
  margin: 10px 0;
  max-width: 800px;
  width: 100%;
}


.project{
  width: 48%;
  float: left;
  margin: 1%;
}

.project-row{
  width: 100%;
  float: left;
  margin-bottom: 20px;
}

.project-image-cell{
  width: 45%;
  float: left;
  margin-right: 5%
}

.project-text-cell{
  width: 50%;
  float: left;
  padding-left: 3%;

}

.project-title{
  font-weight: bold;
  font-size: 1.5em;
}

.project-desc{
  color: #252525;
  font-weight: normal;
  font-size: 1em;
}

.project-keytasks{
  color: #252525;
  font-weight: normal;
  font-style: italic;
  font-size: 1em;
}

.text{
  color: #0d0d0d;
  font-family: sans-serif;
  text-align: justify;
}

.text-level1{
  font-size: 14pt;
  text-align: justify;
}

.text-level1-bold{
  font-size: 14pt;
  font-weight: bold;
  text-align: justify;
}

.text-level1-italic{
  font-size: 14pt;
  font-style: italic;
  text-align: justify;
}

.text-level2{
  font-size: 12pt;
  text-align: justify;
}

.text-level2-bold{
  font-size: 12pt;
  font-weight: bold;
  text-align: justify;
}

.text-level2-italic{
  font-size: 12pt;
  font-style: italic;
  text-align: justify;
}

.text-level3{
  font-size: 11pt;
  text-align: justify;
}

.text-level3-bold{
  font-size: 11pt;
  font-weight: bold;
  text-align: justify;
}

.text-level3-italic{
  font-size: 11pt;
  font-style: italic;
  text-align: justify;
}


.clearfix::after {
  content: "";
  clear: both;
  display: table;
}

#RecentNews {
  padding-right: 20px;
  padding-top: 7px;
}
