html {
    scroll-behavior: smooth;
}

body {
    font-family: "Raleway", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Oswald", sans-serif;
}

h1 {
    font-size: 96px;
}

h2 {
    font-size: 48px;
}

h3 {
    font-size: 40px;
}

h4 {
    font-size: 36px;
}

h5 {
    font-size: 24;
}

h6 {
    font-size: 20;
}

p {
    font-family: "Raleway", sans-serif;
}

a {
    text-decoration: none;
    color: inherit;
}

a:hover {
    text-decoration: none;
    color: inherit;
}

small {
    font-family: sans-serif;
    display: block;
    text-transform: none;
    font-size: 60%;
    color: #181718;
}

.img-center {
    display: block;
    margin: 0 auto;
}

nav {
    background-color: #181718;
}

.space-t {
    margin-top: 100px;
}

.space-b {
    margin-bottom: 100px;
}

#hero {
    color: #fff;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #181718;
}

#hero p {
    width: 50%;
    margin: 0% auto;
    text-shadow: 1px 1px #000000;
}

.link {
    background-color: #181718;
    border-radius: 20px;
    color: #fff;
    height: 100px;
    margin: 0 auto;
    padding: 20px;
    display: table;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.link:hover {
    background-color: #ffffff;
    color: #181718;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    border: #181718 3px solid;
}

.cell {
    display: table-cell;
    vertical-align: middle;
}

.icon {
    float: left;
    margin-left: 20px;
}

.text {
    margin-left: 80px;
}

footer {
    background-color: #181718;
    color: #ffffff;
}

footer p {
    margin-bottom: 0px;
}

@media only screen and (max-width: 460px) {
    #hero img {
        width: 100%;
    }
    #hero p {
        width: 80%;
    }
    .link {
        width: 90% !important;
    }
 .nav-tabs li {
                            flex:100%;
                            text-align:center;
                        }



h3{
font-size:30px;
}
}
/*# sourceMappingURL=style.css.map */

.hide {
    display: none;
}
.show {
    display: block;
}
.nav-link {
    color:#2a303d;
}
.nav-tabs .nav-link:hover, .nav-tabs .nav-link.active {
    color:#993333!important;
}
.prime,
.sidebar {
    background-color: #993333;
}
.btn-primary {
    background-color: #2a303d;
    border: 0;
}
.btn-primary:hover {
    background-color: #993333;
    border: 0;
}
.second {
    background-color: #f0d357;
    border: 0;
}
.second-link {
    color: #f0d357;
}
.second:hover {
    background-color: #f0d357;
}
.second-link:hover {
    color: #f0d357;
}
.table>:not(caption)>*>* {
    color:inherit;
    background-color:inherit;
}

@media (max-width: 767.98px) {
    .sidebar {
        --cui-is-mobile: true;
        position: fixed;
        top: 0;
        bottom: 0;
        z-index: 1031;
        overflow-y: auto; /* Add this line to enable vertical scrolling */
        max-height: 100vh; /* Set maximum height to the viewport height */
    }
.sidebar-backdrop {
z-index:1020;
}

}
.frontEndNav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
}

.text-start {
    text-align: start;
}

.logo-container {
    text-align: center;
}

.nav-icon {
    height: 1.25rem;
}
