/*
 * 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: 100%;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

#myCarousel {
    height:576px;
}
.carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom:100px;
}
/*#myCarousel h1 {
    color: #fff;
    font-family: "Roboto Slab",serif;
    font-size: 60px;
    font-weight: 700;
    margin: 0 0 25px;
}*/
#myCarousel h1 {
    color: #000;
    font-size: 47px;
    font-weight: 700;
    margin: 0 auto;
    width: 70%;
}
.btn-blank::before {
    background: #3A9541 none repeat scroll 0 0;
    color:#fff;
}
.btn-blank:hover, .btn-blank:focus, .btn-blank:active {
    color:#fff;
    border-radius:5px;
}