/*
####################################################
M E D I A  Q U E R I E S
####################################################
*/


/* Very Tiny devices -- really? */

@media (min-width: 150px) {
    h1 {
        font-size: 26px;
    }
    h2 {
        font-size: 22px;
    }
    h3 {
        font-size: 18px;
    }
    h4 {
        font-size: 14px;
    }
    p {
        font-size: 10px;
    }
    .overlayBar {
        font-size:12px;
    }
}


/* Extra small devices */

@media (min-width: 300px) {
    h1 {
        font-size: 28px;
    }
    h2 {
        font-size: 24px;
    }
    h3 {
        font-size: 20px;
    }
    h4 {
        font-size: 16px;
    }
    p {
        font-size: 12px;
    }
    .overlayBar {
        font-size:14px;
    }

}


/* Small devices (landscape phones, 576px and up) */

@media (min-width: 576px) {
    h1 {
        font-size: 30px;
    }
    h2 {
        font-size: 26px;
    }
    h3 {
        font-size: 22px;
    }
    h4 {
        font-size: 18px;
    }
    p {
        font-size: 14px;
    }
    .overlayBar {
        font-size:20px;
    }

}


/* Medium devices (tablets, 768px and up) The navbar toggle appears at this breakpoint */

@media (min-width: 768px) {
    h1 {
        font-size: 34px;
    }
    h2 {
        font-size: 30px;
    }
    h3 {
        font-size: 24px;
    }
    h4 {
        font-size: 20px;
    }
    p {
        font-size: 16px;
    }
    .overlayBar {
        font-size:26px;
    }

}


/* Large devices (desktops, 992px and up) */

@media (min-width: 992px) {
    h1 {
        font-size: 48px;
    }
    h2 {
        font-size: 44px;
    }
    h3 {
        font-size: 40px;
    }
    h4 {
        font-size: 36px;
    }
    h5 {
        font-size: 32px;
    }
    p {
        font-size: 28px;
    }
    .overlayBar {
        font-size:40px;
    }
}


/* Extra large devices (large desktops, 1200px and up) */

@media (min-width: 1200px) {
    h1 {
        font-size: 48px;
    }
    h2 {
        font-size: 44px;
    }
    h3 {
        font-size: 40px;
    }
    h4 {
        font-size: 36px;
    }
    h5 {
        font-size: 32px;
    }
    p {
        font-size: 28px;
    }

    .overlayBar {
        font-size:50px;
    }
}