﻿body {
    margin: 0;
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    line-height: 1.8;
    width: 100%;
    height: 100%;
    color: #606060;
    background-color: #fff;
    font-weight: 500;
    overflow-x: hidden;
}

.body-content {
    padding-left: 20px;
    padding-right: 20px;
}

.header {
    padding: 35px 0;
    width: 100%;
    background-color: #fff;
    transition: .4s;
}

.header.shrink {
    padding: 12px 0;
    box-shadow: 0 2px 8px rgba(0,0,0,.1);
}

.header-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 auto;
    padding: 0 15px;
    width: 100%;
    max-width: 100%;
}

.header-logo {
    margin-right: 25px;
}

.header-logo img {
    width: 200px;
    max-width: 100%;
    height: auto;
}

.header-phone {
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    color: #606060;
    text-decoration: none;
    transition: .2s ease-in-out;
    white-space: nowrap;
}

.header-phone:hover {
    color: #ff6c06;
}

.header-phone>.fa-stack {
    font-size: 0.7em;
}

.header-phone .fa-circle {
    color: #ff6c06;
}

.header-phone .fa-phone {
    color: #fff;
}

#phone-collapse {
    justify-content: end;
    margin-left: auto;
}

@media (min-width: 1600px) {
    .container-xxl,
    .container-xl,
    .container-lg,
    .container-md,
    .container-sm,
    .container {
        max-width: 1520px;
    }
}

@media (max-width: 992px) {
    .header-logo {
        margin-right: auto;
    }
}

@media (max-width: 768px) {
    .header {
        padding: 12px 0;
    }
    
    .circleText {
        max-width: 250px !important;
        max-height: 250px !important;
    }
}

@media (max-width: 408px) {
    .phone-show {
        display: none;
    }
}

@media (min-width: 409px) {
    .phone-collapse-button {
        display: none;
    }
}

.circleContainer {
    display: flex;
    justify-content: center;
    align-items: flex-start;
}

.circleText {
    color: #fff;
    max-width: 400px;
    max-height: 400px;
}

.heading-large {
    font-size: 2.4em;
    font-weight: 400;
    line-height: 1.2em;
}

.heading-small {
    font-size: 1.4em;
    font-weight: 600;
}

.heading-example {
    font-size: 1.25em;
    font-weight: 600;
    letter-spacing: 0.1em;
    color: orange;
}

iframe {
    height: 800px;
    width: 100%;
    border: solid 1px #E6E6E6;
    padding: 0px 3vw 0px 3vw !important;
}


.footer {
    padding: 70px 0;
    background-color: #212125;
    line-height: 1.4;
    font-size: 16px;
}

.footer-row {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.footer-col:first-child {
    max-width: 205px;
}

.footer-logo {
    display: block;
    width: 205px;
    max-width: 100%;
}

.footer-logo img {
    display: block;
}

.footer-copyright {
    color: rgba(255, 255, 255, .5);
    font-size: 13px;
    letter-spacing: .41px;
    margin: 13px 0 13px 0;
}

.footer-nav {
    display: flex;
    justify-content: space-between;
}

.footer-nav-list {
    list-style: none;
    padding: 0;
}

.footer-nav-list:not(:last-child) {
    margin-right: 50px;
}

.footer-nav-link {
    color: #fff;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: .44px;
    text-decoration: none;
    margin-bottom: 20px;
    display: inline-block;
    transition: .2s ease-in-out;
}

.footer-nav-link:hover {
    color: #ff6c06;
}

.footer-socials {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 25px;
}

.footer-social {
    font-size: 24px;
    color: rgba(255, 255, 255, .2);
    transition: .2s ease-in-out;
}

.footer-social:not(:last-child) {
    margin-right: 15px;
}

.footer-social:hover {
    color: #fff;
}

@media (max-width: 991px) {
    .footer-row {
        flex-direction: column;
    }

    .footer-col:first-child{
        max-width: 100%;
        text-align: center;
        margin-bottom: 20px;
    }

    .footer-col:last-child {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .footer-logo {
        margin: 0 auto !important;
    }

    .footer-nav {
        justify-content: center;
    }

    .footer-socials {
        margin-bottom: 0;
    }
}

@media (max-width: 480px) {
    .footer-col:last-child {
        flex-direction: column;
        margin-top: 20px;
    }

    .footer-nav {
        flex-direction: column;
    }

    .footer-nav-list {
        text-align: center;
    }

    .footer-nav-list:not(:last-child) {
        margin-right: 0;
    }

    .footer-socials {
        margin-bottom: 30px;
    }
}