@charset "UTF-8";

@font-face {
    font-family: race;
    src: url(../font/FasterOne-Regular.ttf);
}

@font-face {
    font-family: Amaranth;
    src: url(../font/Audiowide-Regular.ttf);
}

@font-face {
    font-family: RacingTeam;
    src: url(../font/RacingTeam.otf);
}

@font-face {
    font-family: Drift;
    src: url(../font/drift.otf);
}

body, html {
    margin: 0;
    padding: 0;
}


/** HEADER **/


li .nav-link:hover {
    color: #000000 !important;
    background-color: #faf8f8;
}

.navbar-toggler {
    border-color: rgb(255 255 255) !important;
}

.nav-color{
    z-index: 20;
}

h1 {
    font-family: Amaranth !important;
}

a, a:hover {
    text-decoration: none !important;
}

/* ******* HEADER ****** */

.header {
    display: flex;
    padding-top: 28px;
    z-index: 100;
    background-color: #000000;
}

.logo, .logo:hover {
    color: grey;
    text-transform: uppercase;
    letter-spacing: 1px;
    z-index: 100;
}

.logo img {
    height: 70px;
}

.menu {
    margin: auto;
    z-index: 100;
}

/** FOOTER **/

/* Footer */
@import url('https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css');
section {
    padding: 60px 0;
}

section .section-title {
    text-align: center;
    color: #202020;
    margin-bottom: 50px;
    text-transform: uppercase;
}
#footer {
    background: #181d20 !important;
}

.bottom-flag {
    display: block;
    position: relative;
    height: 5px;
    width: 100%;
    background-color: white;
    margin-top: 7%;
    box-shadow: 4px -7px 15px 3px rgba(0, 0, 0, 0.25);
}

.bottom-flag::before {
    content: "";
    display: block;
    position: relative;
    background: linear-gradient(150deg, #013F7C 15%, #7a91aa 50%, #ffffff 90%);
    width: 50%;
    height: 5px;
    float: left;
}

.bottom-flag::after {
    content: "";
    display: block;
    position: relative;
    background: linear-gradient(150deg, #ffffff 15%, #ba6479 50%, #D60235 90%);
    height: 5px;
    width: 50%;
    float: right;
}

.staff-title {
    color: #db0e14;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 500;
}

#footer h5{
    padding-left: 10px;
    border-left: 3px solid #eeeeee;
    padding-bottom: 6px;
    margin-bottom: 20px;
    color:#ffffff;
}
#footer a {
    color: #ffffff;
    text-decoration: none !important;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}
#footer ul.social li{
    padding: 3px 0;
}
#footer ul.social li a i {
    margin-right: 5px;
    font-size:25px;
    -webkit-transition: .5s all ease;
    -moz-transition: .5s all ease;
    transition: .5s all ease;
}
#footer ul.social li:hover a i {
    font-size:30px;
    margin-top:-10px;
}
#footer ul.social li a,
#footer ul.quick-links li a{
    color:#ffffff;
}
#footer ul.social li a:hover{
    color:#eeeeee;
}
#footer ul.quick-links li{
    padding: 3px 0;
    -webkit-transition: .5s all ease;
    -moz-transition: .5s all ease;
    transition: .5s all ease;
}
#footer ul.quick-links li:hover{
    padding: 3px 0;
    margin-left:5px;
    font-weight:700;
}
#footer ul.quick-links li a i{
    margin-right: 5px;
}
#footer ul.quick-links li:hover a i {
    font-weight: 700;
}

/* Featurettes
------------------------- */

.featurette-divider {
    margin: 5rem 0; /* Space out the Bootstrap <hr> more */
}

/* Thin out the marketing headings */
.featurette-heading {
    font-weight: 300;
    line-height: 1;
    letter-spacing: -.05rem;
}

@media screen and (max-width: 360px){
    .logo img {
        height: 45px;
    }
}



