@font-face {
    font-family: Asap-Regular;
    src: url(../font/Asap/Asap-Regular.otf);
}

@font-face {
    font-family: Asap-Bold;
    src: url(../font/Asap/Asap-Bold.otf);
}

html,
body {
    height: 100%;
}

main {
    margin-bottom: 60px;
}

@media(min-width: 1200px) {
    .container {
        width: 1024px;
    }
}

@media(min-width: 1440px) {
    .container {
        max-width: 1352px;
        width: 100%;
    }
}

@media only screen and (max-width: 900px) {
    #bannerText {
        font-size: 5vw !important;
    }
}

@media only screen and (min-width: 901px) and (max-width: 1100px) {
    #bannerText {
        font-size: 4vw !important;
    }
}

@media only screen and (min-width: 1101px) and (max-width: 1500px) {
    #bannerText {
        font-size: 3vw !important;
    }
}

@media only screen and (min-width: 1501px) and (max-width: 2200px) {
    #bannerText {
        font-size: 2vw !important;
    }
}

@media only screen and (min-width: 2201px) and (max-width: 3000px) {
    #bannerText {
        font-size: 1.5vw !important;
    }
}

@media only screen and (min-width: 3001px) {
    #bannerText {
        font-size: 1vw !important;
    }
}

/*@media only screen and (max-width: 700px) {
    #bannerText {
        font-size: 5vw !important;
    }
}

@media only screen and (min-width: 701px) {
    #bannerText {
        font-size: 4vw !important;
    }
}*/

/*@media only screen and (max-width: 1080px) {
    #bannerText {
        font-size: 2vw !important;
    }
}*/