﻿.navbar-nav > li > a {
    font-size: 15px !important;
}

.section50px {
    padding: 50px 0 !important;
}

.form-error-message {
    color: red !important;
    margin-bottom: 20px !important;
    display: inline-block;
}





/* BOOTSTRAP 3.x GLOBAL STYLES
-------------------------------------------------- */
body {
    padding-bottom: 40px;
    color: #5a5a5a;
}



/* CUSTOMIZE THE NAVBAR
-------------------------------------------------- */

/* Special class on .container surrounding .navbar, used for positioning it into place. */
.navbar-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 10;
}






.carousel-caption {
    right: 20%;
    left: 20%;
    padding-bottom: 27%;
}

    .carousel-caption h1 {
        color: #fff !important;
        font-size: 60px;
        letter-spacing: 24px;
        line-height: 55px;
    }



.item:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0,0,0,0.4);
}

@media (max-width: 767px)
{
    .carousel-caption {
        right: 20%;
        left: 20%;
        padding-bottom: 13%;
    }

        .carousel-caption h1 {
            color: #fff !important;
            font-size: 20px;
            letter-spacing: 14px;
        }

    .logo {
        max-width: 200px;
    }
}

@media (max-width: 1440px) {
    .carousel-caption h1 {
        font-size: 60px;
        letter-spacing: 10px !important;
        line-height: 54px;
    }
}
