/****************** FONTS ******************/
@font-face {
    font-family: "Roboto-Regular";
    src: url("../fonts/Roboto-Regular.ttf");
    font-weight: normal;
}
@font-face {
    font-family: "RobotoCondensed-Bold";
    src: url("../fonts/RobotoCondensed-Bold.ttf");
    font-weight: bold;
}
@font-face {
    font-family: "Roboto-Italic";
    src: url("../fonts/Roboto-Italic.ttf");
    font-weight: normal;
    font-style: italic;
}

/****************** BODY ******************/
body {
    font-family: 'RobotoCondensed-Bold';
    color: #FFF;
}

/****************** CONTAINER ******************/
.container {
    max-width: 1200px !important;
}

/****************** TAG's ******************/
a {
    text-decoration: none !important;
}

/****************** BACKGROUND ******************/
.bg-yellow {
    background-color: #fbbd42;
}

.bg-red {
    background-color: #eb585e;
}

.bg-blue {
    background-color: #56b7c9;
}