/*
* 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%;
}

a {
    text-decoration: none;
    color: white;
}

a:visited {
    color: black !important;
}

h3 {
    font-size: 24px;
    color: black !important;
}

p {
    font-size: 16px;
    color: black !important;
}

.navbar-header > ul {
    line-height: 50px;
    margin-bottom: 0;
    float: left;
    margin-right: 25px;
}

li > a {
    cursor: pointer;
}

a:hover {
    text-decoration: none;
    color: white;
}

a:visited {
    text-decoration: none;
    color: white;
}

.carousel,
.item,
.active {
    height: 100%;
}

.carousel-inner {
    height: 100%;
}

.carousel-caption {
    left: 0;
    width: 100%;
    right: 0;
    color: black;
    bottom: 50px;
}

.carousel-indicators {
    bottom: 35px;
}

.carousel-indicators li, .carousel-indicators li.active {
    width: 20px;
    height: 20px;
}

.container-fluid {
    margin: 0;
    background-color: white;
    opacity: 0.6;
    padding: 20px;
}

/* Background images are set within the HTML using inline CSS, not here */

.fill {
    width: 100%;
    height: 100%;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 35px;
    background-color: black;
    color: white;
    text-align: right;
    line-height: 35px;
    padding: 0px 15px;
    z-index: 10;
}
