html, body {
    background:url('../img/background.png') no-repeat top center #0b0604;
    color:#fff;
    font-family:'Roboto', sans-serif;
    text-shadow: 0 2px 1px rgb(0, 0, 0);
}

a {
    font-weight:700;
    color:#fff;
    transition:.2s all;
}

a:hover {
    color:#e9922a;
    text-decoration: none;
}

h1 {
    font-family: 'Cinzel', serif;
    color:#fff;
    font-weight:700;
    text-transform:uppercase;
}

h2 {
    font-family: 'Cinzel', serif;
    color:#DE7627;
    font-weight:700;
    text-transform:uppercase;
    font-size:72px;
}

h3 {
    font-family:'Cinzel', serif;
    font-weight:700;
    text-transform:uppercase;
    color:#DE7627;
    text-shadow:0 0 24px rgba(0, 0, 0, 0.75);
    margin-bottom:20px;
}

h4 {
    font-family:'Cinzel', serif;
    font-weight:400;
    color: #FFFFFF;
}

p {
    font-size:14px;
    line-height:30px;
}

#header__topbar {
    background:#050505;
    height:55px;
    padding:16px 10%;
}

#header__topbar p {
    color:#b2b4b7;
    font-weight:200;
    font-size:14px;
}

nav {
    background-image:url('../img/nav.png');
    background-repeat:repeat-x;
    height:84px;
    box-shadow:0 1px 0 rgba(230, 33, 33, 0.1) inset, 0 5px 9px rgba(185, 0, 0, 0.6);
}

nav ul {
    padding-inline-start: 0;
}

#nav__left, #logo, #nav__right {
    list-style:none;
    display:inline-flex;
}

#nav__right {
    float:right;
}

#logo {
    margin:0 auto;
    display:block;
    position:relative;
    text-align:center;
    top:-205px;
    width:344px;
    opacity:100;
    transition:.2s all;
}

#logo:hover {
    opacity:1;
}

#nav__left a, #nav__right a {
    color:#fff;
    font-weight:700;
    padding:30px 60px;
    text-transform: uppercase;
}

#nav__left a:hover, #nav__right a:hover {
    box-shadow: 0 -3px 0 #EC6D00 inset;
    padding-top:25px;
    padding-bottom:35px;
}

#header__content {
    margin:100px auto 70px auto;
    text-align:center;
}

#header__content #buttons {
    display:inline-flex;
}

.btn__orange {
    padding:10px 40px;
    color:#fff;
    font-weight:bold;
    background-color:rgba(161,93,27,0.1);
    border-radius:10px;
    border:3px solid #ddcdc0;
    transition:.2s all;
    margin:10px 20px;
}

.btn__orange:hover {
    background-color:rgba(161,93,27,0.3);
}

.btn__white {
    padding:10px 40px;
    color:#fff;
    font-weight:bold;
    background-color:rgba(255,255,255,0.1);
    border-radius:10px;
    border:3px solid #fff;
    transition:.2s all;
    margin:10px 20px;
}

.btn__white:hover {
    background-color:rgba(255,255,255,0.3);
}

.btn__blurple {
    padding:10px 40px;
    color:#fff;
    font-weight:bold;
    background-color:rgba(99,121,213,0.1);
    border-radius:10px;
    border:3px solid #6379d5;
    transition:.2s all;
    display:inline-block;
}

.btn__blurple:hover {
    background-color:rgba(91,121,213,0.3);
}

.section {
    padding:55px 10%;
}

.content, .support, .security {
    text-align:center;
    padding:20px 15px;
}

#about, #discord {
    background-image: url('../img/section.png'), url('../img/section-bg.png');
    background-repeat: no-repeat, repeat;
    background-position: top left, center;
    box-shadow: 0 0 17px rgba(255, 0, 0, 0.3);
    
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

    text-align: center;
    min-height: 400px;
}

#features {
    margin-top:50px;
}

#about .col {
    background:#270000;
    box-shadow:0 0 7px rgba(0,0,0,0.35) inset;
    border:1px solid rgba(255,255,255,0.1);
    border-radius:5px;
}

.security {
    margin:0 20px;
}

.copyright {
    font-size: 14px;
    padding: 20px 10%;
    text-transform: uppercase;
}

footer {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #000;
    color: #fff;
    padding-top: 20px; 
    height: 70px;
}
