body{
    color: #758690;
    font-family: 'Open Sans', sans-serif;
    font-size: 1.1rem;
}
h1, h2, h3, h4, h5{
    color: #5a6870;
}
a{
    color: #E72D3C;
}
a:hover{
    color: #cf1f2d;
    text-decoration: none;
}
.navbar{
    border-bottom: 1px solid #ced4da;
}
.mb-8, .my-8{
    margin-bottom: 6rem;
}
.mb-t, .my-8{
    margin-top: 6rem;
}
.pb-8, .py-8{
    padding-bottom: 6rem;
}
.pb-t, .py-8{
    padding-top: 6rem;
}
.btn-dark, .btn-dark:not([disabled]):not(.disabled).active, .btn-dark:not([disabled]):not(.disabled):active, .show>.btn-dark.dropdown-toggle{
    background-color: #E72D3C;
    border-color: #E72D3C;
}
.btn-dark:hover{
    background-color: #cf1f2d;
    border-color: #cf1f2d;
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link{
    background-color: #E72D3C;
    border-color: #E72D3C;
}
.card a:hover{
    cursor: pointer;
    text-decoration: none;
}
.card a:hover .card-title{
    color: #E72D3C;
    text-decoration: none;
}
.xtable {
    display: table;
    margin: 0 auto;
}
ul#horizontal-list {
    min-width: 196px;
    list-style: none;
    padding-top: 20px;
}
ul#horizontal-list li {
    display: inline;
    margin-right: 15px;
}
ul#horizontal-list li:last-child {
    margin-right: 0px;
}

.nav-link{
    font-size: 1.2rem;
    font-weight: 500;
}

@media all and (max-width: 1199px) {

} 
@media all and (max-width: 991px) {

} 
@media all and (max-width: 768px) {

} 
@media all and (max-width: 575px) {
    .desktop-nav{
        display: none;
    }
    .navbar-toggler{
        float: right;
    }
    ul#horizontal-list{
        padding-left: 0px;
    }
    ul#horizontal-list li{
        display: block;
    }
}