@import url('https://fonts.googleapis.com/css2?family=Orbitron&display=swap');

html{
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

body{
    font-family: americane-condensed, sans-serif;
    font-style: normal;
    font-weight: 400;
    background-color: #232223;
    color: #ffffff;
    font-size: 14px;
}

h1, h2, h3, h4, h5{
    font-family: 'Orbitron', sans-serif;
    font-weight: 700;
    font-style: italic;
    font-size: 40px;
    line-height: 40px;
}

a:hover{
    color: #2657FF !important;
    text-decoration: none !important;
}

.navigation,
.nav-sections,
.copyright,
.panel .wrapper,
.navigation .level0>.level-top{
    background-color: #222222;
    color: #ffffff;
}

.navigation .level0>.level-top:hover{
    color: #2657FF;
}

.page-header .wrapper{
    background-color: #222222 !important;
    color: #ffffff;
}



/************ FOOTER *************/

@media (min-width: 768px) {
    .page-footer {
        background: url("../images/footer/footer.jpg") center no-repeat;
        padding-bottom: 61px;
    }
}

.page-footer .footer{
    display: flex;
    flex-direction: row;
}

.footer.content .links a,
.footer .footer-two a,
.footer .footer-three a,
.footer.content .links a:visited,
.footer .footer-two a:visited,
.footer .footer-three a:visited{
    color: #a6a6a6;
}

/************ FOOTER END *************/