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

:root {
    --div-button-width: 210px;
}

.div-button {

    width: var(--div-button-width);
    height: 50px;
    padding: 5px 10px;
    z-index: 1;
    background-color: #f1bf0ce1;
    color: white;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 2px solid black;
    border-radius: 12px;
    text-transform: uppercase;
    cursor: pointer;
    transition: all .3s;
}

.div-button:hover {
    background-color: #f1bf0c;
}

/* 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 {
    margin:0;
}