@import url('https://fonts.googleapis.com/css?family=Lato:300,400,700,900');
@import url('https://fonts.googleapis.com/css?family=Oswald:400,700');

html {
    font-family: 'Lato';
    font-size: 16px;
}

/* @media (max-width:992px) {
    html {
        font-size: 15px;
    }
}

@media (max-width:768px) {
    html {
        font-size: 14px;
    }
}

@media (max-width:576px) {
    html {
        font-size: 13px;
    }
} */

a {
    color: #ae1010;
}
a:hover {
    text-decoration: none;
    color: rgba(174, 16, 16, 0.514);
}

p {
    /* margin: 0; */
    text-align: justify;
}

/* dl, ol, ul {
    padding: 0;
} */

.modal-dialog{
    -webkit-transform: translate3d(0, 0, 0)!important;
    -moz-transform: translate3d(0, 0, 0)!important;
    -ms-transform: translate3d(0, 0, 0)!important;
    -o-transform: translate3d(0, 0, 0)!important;
    transform: translate3d(0, 0, 0)!important;
}

/* .modal-open {
    position: fixed;
} */

h1, h2, h3,
h4, h5, h6 {
    font-family: 'Oswald', sans-serif;
    color: #ae1010;
}

.btn, .input-group-text {
    text-transform: uppercase;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
}
section {
    position: relative;
}

.btn-primary {
    color: #fff;
    background-color: #ae1010;
    border-color: #ae1010;
}
.btn-secondary {
    color: #fff;
    background-color: #802d21;
    border-color: #802d21;
}
.btn-outline-primary {
    color: #ae1010;
    /* background-color: #ae1010; */
    border-color: #ae1010;
}
.btn-outline-primary:hover {
    /* color: #fff; */
    background-color:#ae1010;
    border-color: #ae1010;
}
.btn-primary:hover {
    /* color: #fff; */
    background-color:#ae1010;
    border-color: #ae1010;
}

.bg-primary {
    background-color: #ae1010!important;
}

.color-primary {
    color: #ae1010!important;
}

/* .color-primary:hover {
    color: #8f3d3d!important;
} */

.hover-primary:hover {
    color: #9084f5!important;
}

.bg-colored{
    /* background-color: #ca6060;     */
    background-color: #ae1010;
    color: white;
}

.bg-colored h2{
    /* background-color: #ca6060;     */
    /* background-color: #ae1010; */
    color: white;
}

.flex-1 {
    flex: 1;
}