/* 
    Created on : 15/10/2018, 9:18:02 PM
    Author     : Cody Rees
*/
html body {
    background-color: #060606;
    scroll-behavior: smooth;
}
iframe {
    width: 100%;
    height: 100%;
}
a {
    color: #FFF300;
}
a:hover {
    color: #FFF300;
    text-decoration: underline;
}

nav.navbar {
    background-color: #060606;    
    border-bottom: 2px solid #FFF300;
    height: 70px;
    padding-top: 0;
    padding-bottom: 0;
}
.navbar-brand img {
    height: 50px;
    padding: 0 30px;
}
.nav-item {
    padding: 15px;
    font-family: 'Roboto Mono', monospace;
    text-transform: uppercase;
    
}
.nav-item.active,
.nav-item:hover {
    background-color: #FFF300;
}
.nav-item.active a,
.nav-item:hover a {
    color: #060606 !important;
}


#carousel {
    border-bottom: 2px solid #ED000A;
}
#carousel .carousel-inner {
    height: 450px;
}
#carousel .carousel-inner img {
    height: 600px;
    object-fit: cover;
}

.content-pane {
    padding: 50px 0;
    color: #fff;
}

.content-pane h1 {
    font-family: 'Roboto Mono', monospace;
    text-transform: uppercase;
    border-bottom: 2px solid #fff300;
    color: #fff;
    width: 100%;
    padding: 10px 0;
    text-align: justify;
}
.content-pane p {
    font-family: 'Open Sans', sans-serif;
}

