/******************************************************************imports************************************************************************/
@import 'fonts/fonts.css';
@import 'bootstrap.min.css';
@import 'classes.css?v=1.0.0';
/*************************************************************************************************************************************************/

body {
    font-family: 'gotham_htf';
    font-size: 17px;
}

body > div {
    background-image: url(../img/background.jpg);
}

.text-xl {
    font-size: 35px;
}

.text-black {
    color: #000000;
}

.bg-black {
    background-color: #000000;
}

/******************************************************************responsive breakpoints*********************************************************/
@media (min-width: 768px) {
    .text-xl {
        font-size: 71px;
    }
}
/*************************************************************************************************************************************************/