header {
  background-image: url('../img/droplets2.png');
  background-size: auto 800px;
  color: black;
}

header .intro-text {
    padding-top: 160px;
    padding-bottom: 330px;
}

header .intro-text .intro-heading {
  text-transform: none;
  font-weight: 100;
  font-size: 47px;
  margin-bottom: 25px;
}

header .intro-text {
  font-weight: 200;
}

header .intro-text .intro-lead-in {
    background-color: white;
    font-size: 30px;
    width: 100%;
    line-height: 1.5;
}

section {
  padding: 80px 0;
}

section h2.section-heading {
  font-size: 40px;
  margin-top: 0;
  margin-bottom: 35px;
}

.navbar {
    background-color: black !important;
    padding: 10px 0 !important;
}

.navbar-custom.affix {
  padding: 10px 0 !important;
}

.navbar-nav {
  margin: 7.5px -15px !important;
}

.navbar-toggle {
  margin-top: 13px !important;
}

section h3.section-subheading {
  margin-bottom: 35px !important;
}

section h3.section-subheading a:link {
  color: black;
}

#publications a:link {
  color: #fed136;
}

#publications a:visited {
  color: #fed136;
}

#vacancies a:link {
  color: white;
}

#vacancies a:visited {
  color: white;
}

#vacancies {
  /* 
background-image: url('../img/victoria-bg.jpg');
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: top center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
 */
/*   color: white; */
}

#publications ul {
  margin-top: 10px;
}

#vacancies ul {
  margin-top: 10px;
}

#vacancy {
  background: #fed136;
}

#vacancy li {
    display: block;
}

#vacancy li:before {
    /*Using a Bootstrap glyphicon as the bullet point*/
    content: "\e080";
    font-family: 'Glyphicons Halflings';
    font-size: 9px;
    float: left;
    margin-top: 4px;
    margin-left: -17px;
    color: white;
}

/* Makes an image a total circle, like an avatar pic for a site. 
 * The image has to be a background image.
 */
 
.circle-avatar {
    max-width: 100%;
    width: 100%;
    height: auto;
    display: block;

    /* div height to be the same as width */
    padding-top: 100%;

    /* Make it a circle */
    border-radius: 50%;

    background-position: center center;
    background-repeat no-repeat;
    background-size: cover;

    /* Center it in the parent */
    margin: 0 auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

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

ul.social-buttons li a {
	text-align: center;
}

.timeline {
  list-style: none;
  padding: 20px 0 20px;
  position: relative;
}

.timeline:before {
  top: 0;
  bottom: 0;
  position: absolute;
  content: " ";
  width: 3px;
  background-color: #eeeeee;
  left: 25px;
  margin-right: -1.5px;
}

.timeline > li {
  margin-bottom: 20px;
  position: relative;
}

.timeline > li:before,
.timeline > li:after {
  content: " ";
  display: table;
}

.timeline > li:after {
  clear: both;
}

.timeline > li > .timeline-panel {
  width: calc( 100% - 75px );
  float: right;
  border: 1px solid #d4d4d4;
  border-radius: 2px;
  padding: 20px;
  position: relative;
  -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
}

.timeline > li > .timeline-panel:before {
  position: absolute;
  top: 26px;
  left: -15px;
  display: inline-block;
  border-top: 15px solid transparent;
  border-right: 15px solid #ccc;
  border-left: 0 solid #ccc;
  border-bottom: 15px solid transparent;
  content: " ";
}

.timeline > li > .timeline-panel:after {
  position: absolute;
  top: 27px;
  left: -14px;
  display: inline-block;
  border-top: 14px solid transparent;
  border-right: 14px solid #fff;
  border-left: 0 solid #fff;
  border-bottom: 14px solid transparent;
  content: " ";
}

.timeline > li > .timeline-badge {
  color: #fff;
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 1.4em;
  text-align: center;
  position: absolute;
  top: 16px;
  left: 0px;
  margin-right: -25px;
  background-color: #999999;
  z-index: 100;
  border-top-right-radius: 50%;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
}

.timeline-badge.primary {
  background-color: #fed136 !important;
}

/*
.timeline-badge.success {
  background-color: #3f903f !important;
}

.timeline-badge.warning {
  background-color: #f0ad4e !important;
}

.timeline-badge.danger {
  background-color: #d9534f !important;
}

.timeline-badge.info {
  background-color: #5bc0de !important;
}*/

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

ul.social-buttons li a {
  background-color: black;
}

.close-alumni-modal {
  font-size: 36px;
  margin-top: 0;
}
