﻿body {
    font-family: 'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    padding-top: 0;
    padding-bottom: 0;
    font-weight: 400;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: 700;
}

.masthead {
    position: relative;
    background-color: #343a40;
    background: url("../content/bg-masthead.jpg") no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding-top: 8rem;
    padding-bottom: 8rem;  
}

    .masthead .overlay {
        position: absolute;
        background-color: #000000;
        height: 100%;
        width: 100%;
        top: 0;
        left: 0;
        opacity: 0.5;
    }

    .masthead h1 {
        font-size: 2rem;
    }

@media (min-width: 768px) {
    .masthead {
        padding-top: 15rem;
        padding-bottom: 25rem;
    }

        .masthead h1 {
            font-size: 3rem;
        }
}

.showcase .showcase-text {
    padding: 3rem;
}

.showcase .showcase-img {
    min-height: 30rem;
    background-size: cover;
}

@media (min-width: 768px) {
    .showcase .showcase-text {
        padding: 7rem;
    }
}

.features-icons {
    padding-top: 4rem;
    padding-bottom: 1rem;
}

    .features-icons .features-icons-item {
        max-width: 20rem;
        margin-left: auto;
        margin-right: auto;
    }

        .features-icons .features-icons-item .features-icons-icon {
            height: 7rem;
        }

            .features-icons .features-icons-item .features-icons-icon i {
                font-size: 4.5rem;
            }

        .features-icons .features-icons-item:hover .features-icons-icon i {
            font-size: 5rem;
        }

.testimonials {
    padding-top: 7rem;
    padding-bottom: 7rem;
}

    .testimonials .testimonial-item {
        max-width: 18rem;
    }

        .testimonials .testimonial-item img {
            max-width: 12rem;
            box-shadow: 0px 5px 5px 0px #adb5bd;
        }

.call-to-action {
    position: relative;
    background-color: #343a40;
    background: url("bg-masthead.jpg") no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding-top: 7rem;
    padding-bottom: 7rem;
}

    .call-to-action .overlay {
        position: absolute;
        background-color: #212529;
        height: 100%;
        width: 100%;
        top: 0;
        left: 0;
        opacity: 0.3;
    }

.footer {
    padding-top: 4rem;
    padding-bottom: 2rem;
}

.form-control {
    display: block;
    width: 100%;
    height: 45px;
    padding: 0.375rem 0.75rem;
    font-size: 1.7rem;
    line-height: 1.7;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.form-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px;
    vertical-align: middle;
}

    .form-row > .col,
    .form-row > [class*="col-"] {
        padding-right: 5px;
        padding-left: 5px;
    }


/*.input, button, select, textarea {
    max-width: 500px;
}*/

.text-white {
    color: white;
    text-shadow: 0px 0px 5px #000;
}

.dynamic-content {
    background-color: #fff;
    width: 95%;
    margin-left: auto;
    margin-right: auto;
}

.padding-all {
    padding: 10px;
}

.no-border-radius {
    border-radius: 0px;
    height: auto !important;
}

.input-group-btn select {
    margin-left: 1px;
    margin-top: -1px;
}

.error-text {
    color: white;
    font-weight: bolder;
}