﻿/*!
 * Start Bootstrap - The Big Picture HTML Template (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

.navbar{
    margin-right: 0px;
}

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

body {
    background: none;
    height:100%;
    min-height: 100%;
}


.full {
  background: url(../img/peacock-medium.jpg) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.intro-navbar-default{
    background-color: rgba(255,255,255,0.9);
}

.intro-header {
    padding-top: 50px; /* If you're making other pages, make sure there is 50px of padding to make sure the navbar doesn't overlap content! */
    /*padding-bottom: 50px;*/
    text-align: center;
    color: #f8f8f8;
}

.intro-message {
    position: relative;
    padding-top: 60px;
    padding-bottom: 10px;
}

.intro-message > h1 {
    margin: 0;
    color: #f8f8f8;
    font-size: 5em;
}

.intro-message > h3 {
    color: #f8f8f8;
}

.intro-message-small {
    position: relative;
    padding-top: 60px;
    padding-bottom: 10px;
}

.intro-mission {
    color: #f8f8f8;
    padding-right: 1em;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 1em;
    margin-top: 2em;
    font-size: 1.2em;
    background-color: rgba(80,80,80,0.7);
}

.intro-mission-small {
    color: #777777;
    padding-right: 1em;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 1em;
    margin-top: 2.5em;
    margin-bottom:90px;
    font-size: 1.2em;
    background-color: rgba(255,255,255,0.95);
}

#white {
    color: #f8f8f8;
}

.content-section {
    padding-top: 60px;
    background-color: rgba(255,255,255,1);
}

.intro-footer {
    padding-top: 5px;
    position: fixed;
    bottom: 0;
    width: 100%;
    /* Set the fixed height of the footer here */
    height: 80px;
    background-color: rgba(255,255,255,0.7);
    font-size: 12px;
}

.intro-footer-small {
    padding-top: 5px;
    bottom: 0;
    width: 100%;
    /* Set the fixed height of the footer here */
    height: 80px;
    background-color: rgba(255,255,255,0.7);
    font-size: 12px;
}

.content-footer{
    /* Set the fixed height of the footer here */
    height: 85px;
    font-size: 12px;
    background-color: rgba(255,255,255,1);
}

.thumbnail.right-caption > img {
    float: left;
    margin-right: 9px;
}

.thumbnail.right-caption {
    float: left;
}

.thumbnail.right-caption > .caption {
    padding: 4px;
}

/* Center align the text within the three columns below the carousel */
.people .col-lg-4 {
  margin-bottom: 20px;
  text-align: center;
}

#publication{
  margin-bottom: 10px;
}


.label-small{
  font-size: 10px;
}

.container-full-height {
    padding-top: 60px;
    /*padding: 0 15px;  Offset .row's margin */
    /*height: 100%;*/
}

.footer-line {
  margin-top: 10px;
  margin-bottom: 5px;
}

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

.img-center {
  margin-top: 3em;
}
