﻿
body {
    color: #242525;
    line-height: 1.5;
    font-family: 'Montserrat', sans-serif;
    font-size: 1.125rem;
}

html, body {
    height: 100%;
}

header {
    display: flex;
    padding: 0 !important;
}

    header .btn {
        border: 2px solid #00609C;
        padding: 12px 30px;
    }

        header .btn:hover {
            border-color: #00A7E1;
        }

.img-responsive {
    width: 100%;
    height: auto;
}

a {
    color: #00609C;
    font-weight: 600;
    text-decoration: none;
}

    a:hover {
        color: #00A7E1;
    }

.btn {
    border-radius: 0;
    font-weight: 700;
}

.btn-primary {
    background-color: #00609C;
}

    .btn-primary:hover {
        background-color: #00A7E1;
    }

h1, h2 {
    font-family: 'Hepta Slab', serif;
    color: #002A3A;
    font-weight: 500;
}

h2 {
    font-size: 2.5rem;
}

.row > * {
    padding-left: 30px;
    padding-right: 30px;
}

.hero {
    background-color: #f1f1f1;
    margin-bottom: 90px;
}

    .hero .container {
        position: relative;
        padding: 0;
        max-height: 525px;
        overflow: hidden;
    }

    .hero .content {
        position: absolute;
        bottom: 0;
        background-color: #002A3A90;
        width: 100%;
        padding: 1rem 3rem;
    }

    .hero h1 {
        font-weight: 600;
        font-size: 2.5rem;
        color: #fff;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 0;
    }

    .hero img {
        width: 100%;
    }

textarea {
    resize: none;
}

.asterisk {
    color: #DA1414;
    font-weight: bold;
    font-style: normal;
}

.error {
    background: #DA1414;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    padding: 5px 0;
}

    .error p {
        margin: 0;
    }

#feedbackForm {
    margin-top: 30px;
    margin-bottom: 30px;
}

form .form-group label {
    font-weight: normal;
    margin-bottom: 0;
}

form .form-group.required label:after {
    content: '*';
    color: #DA1414;
    margin-left: 3px;
    font-weight: bold;
}

.fieldCaption {
    color: #DA1414;
    background-color: #FEEFEF;
    display: block;
    padding: 2px 10px;
    border-radius: 5px;
}

footer {
    margin-top: 30px;
    padding: 10px 0;
}

    footer ul {
        list-style: none;
        display: flex;
        padding: 0;
    }

        footer ul li a {
            margin-bottom: 10px;
            display: block;
        }

    footer .copyright {
        text-align: center;
    }

    footer .legal ul {
        flex-direction: column;
    }

    footer .social ul {
        justify-content: space-around;
        font-size: 3rem;
    }

@media (min-width: 1400px) {
    .container {
        max-width: 1260px;
    }
}

@media (min-width: 992px) {
    .hero .content {
        padding: 2rem 4rem;
    }

    .hero h1 {
        font-size: 3.5rem;
    }

    footer ul li:not(:first-child) {
        margin-left: 20px;
    }

    footer .copyright {
        text-align: left;
    }

    footer .legal ul {
        flex-direction: row;
    }

        footer .legal ul li {
            flex: 120px 0 1;
        }

    footer .social ul {
        font-size: 1.5rem;
    }
}
