body {
    padding-top:80px!important;
    background-color:#ffffff;
}

.slide-bg {
    background-color: #131315;
    background-image: url('../img/slide2.png');
    background-repeat: no-repeat;
    background-position: bottom;
    /* background-size: cover; */
    height: 630px;
    padding: 0px;
    margin: 0px;
}

.nav-style {
    background-color: #131315;
    border-bottom: 1px solid #28282a;
    font-family: 'Nunito Sans', sans-serif;
}

a .nav-link {
    color:#fff!important;
}

a:hover .nav-link {
    color:red!important;
}

.calendar-style a {
    color: #000000!important;
    text-decoration: none;
}

.calendar-style a:hover {
    color: #8f8f90!important;
    text-decoration: none;
}

.footer  {
    line-height: 23px;
    background-color: #131315;
    color:#8f8f90!important;
    font-size:13px;
    line-height: 16px;
}

.footer ul {
    list-style: none;
    margin: 0;
    padding: 0;
    text-decoration: none;
    color: #8f8f90!important;
}

.footer a {
    color: #8f8f90!important;
    text-decoration: none;
}

.footer a:hover {
    color: #fff!important;
    text-decoration: none;
}

.footer-header {
    border-bottom:0px solid #fff!important;
    border-radius: 3px;
    padding-bottom:5px;
    font-size:14px;
}

.text-bg-primary {
    background-color: #8f8f90!important;
}