/* * Start Bootstrap - Full Slider (http://startbootstrap.com/) * Copyright 2013-2016 Start Bootstrap * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE) */html,body {    height: 100%;}.carousel,.item,.active {    height: 100%;}.carousel-inner {    height: 100%;}/* Background images are set within the HTML using inline CSS, not here */.fill {    width: 100%;    height: 200%;    background-position: center;    -webkit-background-size: cover;    -moz-background-size: cover;    background-size: cover;    -o-background-size: cover;    min-height: 500px;}.fill img  { display:none;}footer {    margin: 50px 0;}/*-------------------------------------------------------------------------------------CAPTION STYLES----------------------------------------------------------------------------------------------------------------------------------------------------*/.caption-1{    color: #000;    font-size: 600%;    font-weight: bolder;    text-transform: uppercase;    top: 66%;    padding: 0px !important;    margin: 0px !important;}.caption-2{    color: #000;    font-size: 25px;    text-align: left;    font-weight: 100;    text-shadow: none;    top: 70%;    left: 40%;}.caption-3{    color: #000;    font-size: 25px;    text-align: left;    font-weight: 100;    text-shadow: none;    top: 110%;    left: 40%;}.caption-4{    color: #000;    font-size: 25px;    text-align: left;    font-weight: 100;    text-shadow: none;    top: 42%;    left: 38%;}.caption-5{    }@media (max-width: 1300px) {    .fill {        width: inherit;        height:inherit;        max-height: 300px;        background: none;        min-height: inherit;    }    .fill img { display:block; width:100%; height:100%;}    .carousel { height: auto !important;}    .caption-1 { top: 50%;}    .caption-2 { top: 65%;}}