.container {
    text-align: center;
    font-family: 'Montserrat', sans-serif !important;
}

.jumbotron {
    background-color: #c50322 !important;
    height: 400px;
}

.gold-font {
    color: #fae603;
}

p {
    font-size: 130% !important;
}

.main-container {
    padding-bottom: 50px;
}

.firebrick-font {
    color: #c50322 !important;
}

.extra-info-block {
    background-color: #c50322 !important;
    color: #fae603 !important;
    margin-top: 10px;
    margin-bottom: 10px;
}

.extra-info-block img {
    height: 100px;
    width: 100px;
    margin-bottom: 30px;
}

@media only screen and (max-width: 513px) {
 .rez-for-mob {
     font-size: 300% !important;
 }
}

@media only screen and (max-width: 292px) {
    .rez-for-mob {
        font-size: 200% !important;
    }

    .jumbotron {
        height: 300px;
    }
}

img {
    max-width: 100%;
    height: auto;
    width: auto\9; /* ie8 */
}


