/* CSS Document */

.headerpic {
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: 50% 50%;
    height:270px;
    position:relative;
}

.headercaption {
    position: absolute;
    right: 30px;
    top:20%;
    font-weight: bold;
    font-size: 50px;
    line-height:50px;
    color: #fff;
    text-shadow: 0 0 5px black;
    text-align:right;
}

.table-cell h2 {
    color: #666;
    text-align:left;
    font-family: 'Roboto', sans-serif;
}

.carousel-item .copyright{
    position:absolute;
    color:#fff;
    right:0;
    bottom: 0;
    background: rgba(0,0,0,.5);
    padding:5px;
}