﻿.banner-home {
    background: url("../images/banner-home.jpg") repeat-x left 0px;
}

.masthead {    
    padding: 5px 15px 10px 15px;
    text-align: center;
    position: relative;
    color: rgb(255, 255, 255);
    font-weight: 500;
    text-shadow: 0px 1px 0px rgba(0,0,0,0.15);
}
    .masthead h1 {
        line-height: 1;
        font-size: 80px;
        font-weight: bold;
    }

    .masthead h2 {
        color: rgb(0, 0, 29);
        text-shadow: 0px 1px 0px rgba(214,173,29,0.45);
        line-height: 1;
        font-size: 65px;
        font-weight: bold;    
        margin: 4vh 8vh;
    }

.carousel {
    margin-top: 60px;
    width: 600px;
}

.carousel-caption {
    z-index: 10;
    position: absolute;
    right: 7%;
    left: 7%;
    bottom: 40px;
    padding-top: 5px;
    padding-bottom: 5px;
    color: rgb(255, 255, 255);
    text-shadow: 0px 1px 0px rgba(0,0,0,0.3);
    background-color: rgba(138, 0, 10, 0.9);
}

    .carousel-caption p {
        font-size: 25px;
        line-height: 1.4;
    }

.carousel .carousel-item {
    height: 500px;
    width: 100%;
    margin: 0 auto;
}

.carousel-inner > .carousel-item > img {
    height: 100%;
    display: block;
    margin: 0 auto;
}

.carousel-indicators li {
    border: 1px solid #0070BC;
}

.carousel-indicators .active {
    background-color: #0070BC;
}

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
}

@media screen and (max-width:1199px) {
    .masthead {
        padding-top: 50px;
        padding-bottom: 50px;
    }
}

@media screen and (max-width:991px) {
    .masthead {        
        padding-top: 100px;
        padding-bottom: 50px;
    }

    .masthead h1 {
        font-size: 80px;
    }

    .masthead h2 {
        font-size: 60px;
    }
}

@media screen and (max-width:767px) {
    .masthead {
        padding-top: 110px;
        padding-bottom: 80px;
    }

    .masthead h1 {
        font-size: 70px;
    }

    .masthead h2 {
        font-size: 45px;
        margin: 3vh 6vh;
    }
}
