body {
  font-size: 16px;
  font: Lato, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-family: Lato, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300;
  color: #000000;
}

body > .container {
  padding-top: 50px; /* to prevent navbar overlap */
  font-family: Lato, "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #000000;
  font-weight: 300;
  padding-bottom: 50px; /* to prevent navbar overlap */
}

h1, .h1 {
  font-size: 28px;
} /* ~36px */
h2, .h2 {
  font-size: 24px;
} /* ~30px */
h3, .h3 {
  font-size: 21px;
} /* ~24px */
h4, .h4 {
  font-size: 18px;
} /* ~18px */
h5, .h5 {
  font-size: 16px;
}

h6, .h6 {
  font-size: 14px;
} /* ~12px */
.container {
  padding-left: 25px;
  padding-right: 25px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Lato, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
}

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

.text-center {
  text-align: center;
}

p {
  font-weight: 300;
}

.hugespacer {
  height: 50px;
}

.bigspacer {
  height: 20px;
}

.spacer {
  height: 10px;
}

.smallspacer {
  height: 5px;
}

a.off {
  color: inherit;
}

.big-member-photo {
  height: 15vw;
  min-height: 200px;
  width: auto;
}

.member-photo {
  height: 20vw;
  min-height: 100px;
  max-height: 225px;
}

.member-name {
  font-size: 26px;
}

@media all and (max-width: 800) {
  .member-name {
    font-size: 16px;
  }
}
.construction {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  color: #880000;
  font-size: 32px;
}

term {
  font-style: italic;
}

strong {
  font-style: bold;
}

.logo {
  width: 50px;
  height: 50px;
  padding: 5px;
}

.biglogo {
  width: 180px;
  height: 180px;
  padding: 5px;
}

.logobox {
  height: 180px;
  line-height: 65px;
  font-weight: 700;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  text-shadow: 1.5px 1.5px #ffffff;
}

.navbar-brand {
  font-size: 30px;
  font-weight: 300;
}

.navbar-nav {
  font-size: 30px;
  font-weight: 300;
}
.navbar-nav a {
  color: black;
}

.dropdown-menu {
  font-size: 25px;
  font-weight: 300;
}

.dropdown {
  font-weight: 300;
}

.navbar-small {
  font-size: 15px;
  font-weight: 300;
}

.project-image {
  width: 600px;
  background-color: #FFFFCC;
}

.paper-image {
  width: 200px;
}

.carousel-fade {
  opacity: 1;
}

.carousel-fade .item {
  -moz-transition: opacity ease-in-out 0.7s;
  -o-transition: opacity ease-in-out 0.7s;
  -webkit-transition: opacity ease-in-out 0.7s;
  transition: opacity ease-in-out 0.7s;
  left: 0 !important;
  opacity: 0;
  top: 0;
  position: absolute;
  width: 100%;
  display: block !important;
  z-index: 1;
}

.carousel-fade .item:first-child {
  top: auto;
  position: relative;
}

.carousel-fade .item.active {
  opacity: 1;
  -moz-transition: opacity ease-in-out 0.7s;
  -o-transition: opacity ease-in-out 0.7s;
  -webkit-transition: opacity ease-in-out 0.7s;
  transition: opacity ease-in-out 0.7s;
  z-index: 2;
}

.carousel-indicators {
  bottom: 0px;
}

.carousel-overlay {
  position: absolute;
  z-index: 12;
  top: 50%;
  left: 0;
  width: 100%;
  text-align: center;
}

.logotitle {
  font-size: 30px;
  font-size: 7vw;
  line-height: 30px;
  line-height: 4vw;
  font-weight: 100;
}

@media all and (min-width: 1024px) {
  .logotitle {
    font-size: 80px;
    line-height: 80px;
  }
}
.title {
  font-size: 45px;
  line-height: 50px;
  font-weight: 100;
}

.bigtitle {
  font-size: 60px;
  line-height: 65px;
  font-weight: 100;
}

@media all and (max-width: 500px) {
  .bigtitle {
    font-size: 40px;
    line-height: 40px;
  }
  .title {
    font-size: 30px;
    line-height: 30px;
  }
}
.bighead {
  font-size: 40px;
  font-weight: 300;
  line-height: 36px;
}

.head {
  font-size: 32px;
  font-weight: 300;
  line-height: 30px;
}

.smallhead {
  font-size: 19px;
  font-weight: 300;
  line-height: 23px;
}

.note-title {
  font-weight: 600;
}
.note-title a {
  color: black;
  border-bottom: false;
}
.note {
  font-size: 16px;
  font-weight: 300;
  line-height: 20px;
}
.note a {
  color: black;
  border-bottom: 1px dotted;
}
.smallnote {
  font-size: 14px;
  font-weight: 300;
  line-height: 16px;
}

.journal {
  font-style: italic;
}

.shortref {
  font-style: italic;
}

/* tag_box */
.tag_box {
  list-style: none;
  margin: 0;
  overflow: hidden;
  padding-left: 10px;
}

.tag_box li {
  line-height: 28px;
}

.tag_box li i {
  /*opacity:0.9;*/
}

.tag_box.inline li {
  float: left;
}

.tag_box a {
  /*padding: 3px 6px;*/
  /*margin: 2px;*/
  /*background: #eee;*/
  /*color:#555;*/
  /*border-radius: 3px;*/
  text-decoration: none;
  /*border:1px dashed #ccc;*/
}

.tag_box a span {
  vertical-align: super;
  font-size: 0.8em;
}

/*# sourceMappingURL=style.css.map */