﻿
@media only screen and (min-width: 720px) {
    body {
        font-family: 'Nunito', sans-serif, Arial, Helvetica;
    }
 
    .webp .masthead {
        background: url(../../core/img/home/agg-main-bg.webp) no-repeat center center fixed;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }

    .no-webp .masthead {
        background: url(../../core/img/home/agg-main-bg.jpg) no-repeat center center fixed;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }

    .main-top-title {
        margin-top: 14%;
    }
    .footer-icon-area {
        text-align:right;
    }

    .footer-ce-area {
        text-align: left;
        padding-top: 10px;
    }

    .footer-locations {
        padding-right: 4px !important;
    }

    .footer-maps {
        padding-left: 4px !important;
    }

    .logosvg {
        image-rendering: pixelated;
        fill: #ffffff;
        height: 76px;
    }
}


@media only screen and (max-width: 720px) {
    body {
        font-family: sans-serif, Arial, Helvetica;
    }

    .logosvg {
        fill: #212529;
        height: 54px;
    }

    .masthead {
        background: rgb(220,53,69);
        background: linear-gradient(0deg, rgba(220,53,69,1) 18%, rgba(4,40,74,1) 83%);
    }

    .main-top-title {
        margin-top: -60px;
    }
    .footer-icon-area {
        text-align: center;
    }
    .footer-ce-area {
        text-align: center;
        padding-top: 10px;
    }
}