

html,
body {
    height: 100%;
}

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

.carousel-inner {
    height: 100%;
}

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



.navbar-brand { padding-top:0px}

@media (min-width: 768px){
section {
    padding: 50px 0;
}}

section#contact .form-group input, section#contact .form-group textarea {
    padding:10px;
}

section#contact .form-group textarea.form-control {
    height: 100px;
}

