html, body {
    font-family: 'Nimbus Sans Novus';
    font-weight: normal;
    font-size: 14px;
}

body {
    background-image: url('../images/browboxlogo_gray.png') !important;
}

@media(max-width: 840px) {
    html, body {
        font-size: 2.15vw;
    }
}


@media(max-width: 720px) {
    html, body {
        font-size: 2.5vw;
    }
}

@media(max-width: 600px) {
    html, body {
        font-size: 2.8vw;
    }
}

@media(max-width: 500px) {
    html, body {
        font-size: 4vw;
    }
}

@media(max-width: 350px) {
    html, body {
        font-size: 5vw;
    }
}

* {
    -webkit-tap-highlight-color:transparent;
    outline: none !important;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Losta Masta' !important;
    font-style: normal !important;
    font-weight: 500 !important;
    margin: 0 auto !important;
    margin-bottom: 0.75em !important;
    display: block !important;
    text-align: left;
}

h1 {
    font-size: 2.5rem !important;
}

h2 {
    font-size: 2.2rem !important;
}

h3 {
    font-size: 1.9rem !important;
}

h4 {
    font-size: 1.6rem !important;
}

h5 {
    font-size: 1.3rem !important;
}

h6 {
    font-size: 1rem !important;
}

@media(max-width: 600px) {
    h1 {
        font-size: 1.5rem !important;
    }

    h2 {
        font-size: 1.3rem !important;
    }

    h3 {
        font-size: 1.25rem !important;
    }

    h4 {
        font-size: 1.15rem !important;
    }

    h5 {
        font-size: 1.1rem !important;
    }

    h6 {
        font-size: 1.05rem !important;
    }
}

p {
    text-align: left;
}