ul {
    list-style: none;
}

html, footer, header {
    background: #fefefc;
}

header nav ul li a {
    color: rgba(0, 0, 0, 0.85);
    font-size: 24px;
    font-weight: 400;
    text-decoration: none;
    transition: .25s;
    display: block;
}

header nav ul li.active a {
    font-weight: 700;
    color: rgba(0, 0, 0, 1);
}

header nav ul li a:hover,
header nav ul li a:focus {
    color: rgba(0, 0, 0, 1);
}

main#home {
    background: url(../img/bg.png);
    background-size: cover;
}

main {
    background: #0b5577;
    padding: 125px 25px;
}

main * {
    color: white;
}

main h1 {
    font-weight: bold;
    margin-bottom: 25px;
}

main p {
    font-size: 22px;
}

main hr {
    width: 250px;
    border: none;
    border-bottom: 2px solid white;
    margin: 15px auto;
}

.button {
    padding: 15px 35px;
    background: #151518;
    display: inline-block;
    margin-top: 25px;
    border-radius: 100px;
    text-decoration: none;
    font-size: 18px;
    font-weight: 500;
    color: white;
    transition: .25s;
}

.button:hover,
.button:focus {
    background: #101012;
    text-decoration: none;
    color: white;
}

.phone {
    display: flex;
    justify-content: center;
    justify-items: center;
    margin-top: 15px;
}

.phone span {
    font-size: 24px;
    font-weight: 700;
}

.phone .icon {
    width: 50px;
    font-size: 24px;
}

.text-line {
    margin-bottom: 10px;
}

.text-line .icon {
    width: 35px;
    font-size: 24px;
}

a {
    color: #778eb4;
    text-decoration: none;
}

a:hover, a:focus {
    color: #586e93;
    text-decoration: none;
}

.cards {
    display: flex;
    margin: -25px;
    margin-bottom: -125px;
    margin-top: 50px;
    align-items: center;
    justify-content: center;
    background: #0a4c6a;
}

.cards .card-image {
    margin-right: 25px;
}

.mobile {
    display: none;
}

.mobile-nav a {
    font-size: 42px;
    margin-right: 25px;
}

form {
    text-align: left;
    max-width: 800px;
    margin: auto;
}

.mobile-close-btn {
    background: #2e2e2e;
    margin: -25px;
    margin-bottom: 25px;
}

.mobile-close-btn a,
.mobile-close-btn a:hover,
.mobile-close-btn a:focus {
    color: white;
}

form .row {
    margin-bottom: 25px;
}
form label {
    line-height: 2;
    display: block;
    font-weight: 600;
}

@media all and (max-width: 1200px) {

    .mobile {
        display: block!important;
    }

    .cards {
        flex-wrap: wrap;
    }

    .cards .card-image {
        margin-right: 0px;
    }

    .cards .card-text {
        margin: 25px;
    }

    .main-nav {
        display: none!important;
    }

    .col-md-4 {
        width: 100%;
        text-align: center;
        margin: 25px 0px;
    }

    .text-line {
        text-align: center;
        justify-content: center;
    }

    header .brand img {
        max-width: 65%;
    }

    .main-nav {
        transition: .25s;
        background: rgba(255, 255, 255, 0);
    }

    .main-nav.open {
        position: fixed;
        background: rgba(255, 255, 255, 0.9);
        width: 100vw;
        height: 100vh;
        display: block!important;
        top: 0px;
        left: 0px;
        padding: 25px;
        text-align: center;
        line-height: 5;
    }

    .col {
        flex: 1 0 100%;
        margin-bottom: 25px;
    }

    form .row {
        margin-bottom: 0px;
    }

    main {
        padding: 50px 25px;
    }

}

@media all and (max-width: 992px) {

}
