﻿.display-main{
    font-weight:200 !important;
}
header.masthead-home {
    position: relative;
    overflow: hidden;
    background-color: #ffc107;
}

    header.masthead-home .masthead-home-content {
        z-index: 1;
        position: relative;
    }

        header.masthead-home .masthead-home-content .masthead-home-heading {
            font-size: 4rem;
        }

        header.masthead-home .masthead-home-content .masthead-home-subheading {
            font-size: 2rem;
        }
#map{
    height:200px;
}


@media (max-width: 575.98px) {
    .display-main {
        font-size:20px;
    }
    .masthead-home-content{
        margin-top:24px;
    }
}

@media (min-width: 576px) and (max-width: 767.98px) {
    .display-main {
        padding-top: 24px;
        font-size: 22px;
    }
}

@media (min-width: 768px) and (max-width: 1199.98px) {
    header.masthead-home {
        padding-top: 24px;
    }
    .display-main{
        font-size:30px !important;
    }
}

@media (min-width: 1200px) {
    header.masthead-home {
        padding-top: 24px;
    }

        header.masthead-home .masthead-home-content .masthead-home-heading {
            font-size: 6rem;
        }

        header.masthead-home .masthead-home-content .masthead-home-subheading {
            font-size: 4rem;
        }
    .display-main {
        font-size: 35px !important;
    }
}