@import url(https://fonts.googleapis.com/css?family=Questrial);

body {
  padding-top: 70px;
  /* Margin bottom by footer height */
  margin-bottom: 60px;
  font-family: 'Questrial', Helvetica, Arial, sans-serif;
  background-color: #eee;
}

h3 {
  line-height: 150%;
  font-size: 20px;
  overflow-wrap: break-word;
  text-align: center;
}

h1 {
  font-size: 34px;
}

p {
  font-size: 14px;
}

.navbar-default .navbar-nav > li > a {
  padding-left: 10px;
  padding-right: 10px;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
    background-color: #ddd;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
    background-color: #ddd;
}

a.navbar-brand {
  padding-top: 23px;
}

.jumbotron {
  background: rgb(230,230,230);
  background: rgba(230,230,230,0.5);
  padding: 20px;
}

.top-container {
  background-image: url(resources/img/readingRoom.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.col-md-6 {
  float:none;
  display:inline-block;
  vertical-align:middle;
  margin-right:-4px;
}

.col-md-3 {
	text-align: center;
}

.col-md-12 {
	text-align: center;
}

.circle-crop {
    height: auto;
    width: 100%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}

ul.check {
  list-style-image: url(resources/img/checkMark.png);
  line-height: 200%;
}

li {
  text-align: left;
}

table {
  margin: auto;
}

tr {
  vertical-align: middle;
}

table.pubs tr {
  height: 100px;
}

table.press tr {
  height: 35px;
}

td {
  text-align: left;
  padding: 12px;
}

td.text {
  padding-left: 20px;
}

img {
    width: 95%;
}

img.diagram {
  max-width: 900px;
  padding-top: 40px;
  padding-bottom: 40px;
}

img.headshot-team {
  display: block;
  margin: auto;
  width: 200px;
  max-width: 60vw;
}

img.headshot-advisors {
  display: block;
  margin: auto;
  width: 200px;
  max-width: 60vw;
}

.team {
	padding-top: 20px;
	padding-bottom: 20px;
}

.advisors {
  padding-top: 20px;
  padding-bottom: 20px;
}

img.thumb {
  width: 140px;
  max-width: 30vw;
  vertical-align: middle;
}

img.logo {
  max-width: 150px;
  padding-top: 30px;
  padding-bottom: 30px;
}

img.logoShort {
  max-width: 250px;
  padding-top: 30px;
  padding-bottom: 30px;
}

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

.bg-blue {
  background-color: #eaeaf4;
}

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

.bottom-buffer {
	margin-bottom: 50px;
}

.top-buffer {
  margin-top: 50px;
}

hr {
  height: 4px;
  width: 100%;
  background-color: #c0c1de;
  color: #c0c1de;
  border: 0 none;
  margin: 0;
  padding: 0;
}

a.anchor {
  display:block;
  padding-top: 70px;
  margin-top: -70px;
}

span.nobr {
  white-space: nowrap;
}

.i-am-centered { 
  margin: auto;
}