
body {
    font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    background: #fafafa;
}

a.tel {
    text-decoration: none;
    color: #084dae;
}

header {
    background: white;
    padding: 20px 0;
    box-shadow: 0 4px 12px -2px rgba(7, 8, 8, .2);
}

header img {
    width: 110px;
    @media (max-width: 767.98px) {
        width: 30px;
    }
}

div.company-name {
    font-weight: bold;
    font-size: 26px;
    padding-right: 10px;

    .info {
        padding-left: 140px;
        align-items: center;
    }

    @media (max-width: 767.98px) {
        font-size: 14px;

        .info {
            padding-left: 0px;
            align-items: start;
        }

    }


}

header a {
    font-size: 20px;
    @media (max-width: 767.98px) {
        font-size: 14px;
    }
}

div.bg-1 {
    background: url("images/bg-city.jpeg") no-repeat center;
    background-size: cover;
    height: 600px;

    @media (max-width: 767.98px) {
        height: 300px;
    }

}

div.sum-container {
    height: 600px;

    @media (max-width: 767.98px) {
        height: 300px;
    }
}

div.summary {
    color: white;
    font-size: 85px;
    font-family: 'Oswald', sans-serif;

    @media (max-width: 1199.98px) {
        font-size: 60px;
    }

    @media (max-width: 767.98px) {
        font-size: 25px;
    }
}

.title {
    color: #084dae;
    padding: 40px 0 10px;
    border-bottom: 2px solid #084dae;
    margin-bottom: 40px;
    width: 50%;

    @media (max-width: 767.98px) {
        padding: 20px 0;
        width: 100%;
    }
}

.item {
    border-radius: 8px;
    box-shadow: 0 4px 12px -2px rgba(7, 8, 8, .2);
    width: 30%;
    padding: 24px;
    background: white;
    margin-bottom: 40px;
    text-align: center;
    font-size: 20px;
    min-height: 250px;
    display: flex;
    flex-direction: column;
    justify-content: center;


    @media (max-width: 1199.98px) {
        width: 47%;
        font-size: 20px;
    }


    @media (max-width: 767.98px) {
        width: 100%;
        padding: 15px;
        min-height: 100px;
        font-size: 16px;
        margin-bottom: 8px;
    }
}

footer {
    padding: 20px 0;
    box-shadow: 0 4px 12px -2px rgba(7, 8, 8, .2);
}

a.email {
    color: black;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

.carousel {
    padding: 0 200px 40px;
    @media (max-width: 767.98px) {
        padding: 0;
    }
}

.carousel-control-next {
    right: -5% !important;
    @media (max-width: 767.98px) {
        right: 0% !important;
    }
}

.carousel-control-prev {
    left: -5% !important;
    @media (max-width: 767.98px) {
        left: 0% !important;
    }
}
