/*
** Common
*/
body {
    background: #090909;
    color: #f0ad4e;
}

nav {
    width: 100% !important;
    max-width: 1100px !important;
    margin: 0 auto 20px auto !important;
}

/*
** Divs
*/
#particles-js {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #090909;
}

#landing {
    position: absolute;
    top: 50%;
    right: 50%;
    -webkit-transform: translate(50%, -50%);
            transform: translate(50%, -50%);
    color: #fff;
    width: 80%;
    max-width: 600px;
    color: #f0ad4e;
}

#main {
    width: 98%;
    max-width: 1100px;
    margin: 10px auto;
    border: 1px solid #f0ad4e;
    background-color: #090909;
}

#content {
    width: 98%;
    margin: 0 auto;
}

#footer {
    width: 98%;
    max-width: 1100px;
    margin: 20px auto;
    color: #ffffff;
    font-size: 14px;
}

/*
** Classes
*/
.octin {
    font-family: 'octin_sportsregular'; 
}

.landingBox {
    border-top:2px dashed #f0ad4e;
    border-bottom:2px dashed #f0ad4e;
}

.links {
    color: #f0ad4e;
    text-decoration: none;
}

.links:hover {
    color: #f0ad4e;
}

.bg-dark {
    background: #090909 !important;
}

/*
** Font Families
*/
@font-face {
    font-family: 'octin_sportsregular';
    src: url('../font/octin_sports_rg-webfont.woff2') format('woff2'),
         url('../font/octin_sports_rg-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}