@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@400;600&display=swap'); 

body {
    background: #fff;
    font-family: 'Raleway', sans-serif;
    color: #000;
}

ul strong, ol strong {
    color: #DF6A2E;
}

h1 {
    font-size: 30px;
    text-shadow: none;
    text-transform: capitalize;
    color: #ff8000;
}

h2 {
    color: #ff8000;
    font-size: 26px;
}

h3, h4, h5, h6 {
    color: #ff8000;
    font-size: 22px;
}

img, iframe {
    max-width: 100%;
}

a {
    color: #ff8000;
}

a:hover {
}

header {
    background: #000;
}

header .navbar-brand img {
    width: 380px;
}

#homenavtwo {
    background: rgba(255,255,255, 1);
    border-radius: 5px;
    margin-top: 5px;
}

#homenavtwo h3 {
    color: #DF6A2E;
    margin-bottom: 0;
}

#homenavtwo ul {
    margin-bottom: 10px !important;
    padding: 20px;
}

#homenavtwo ul li {
}

#homenavtwo ul li a {
    color: #000;
    text-decoration: none;
}

#homenavtwo ul li a:hover {
    color: #DF6A2E;
}

.custom-toggler.navbar-toggler {
    border-color: #fff;
}

.custom-toggler .navbar-toggler-icon {
    background-image: url( "data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

article section#mainpagelistup, article section#gameinfo {
    background: #ff8000;
}

article section#gameinfo {
    padding: 20px 0;
}

article section#gameinfo h3{
    color:#fff;
    margin-top: 70px;
}

article section#gameinfo span{
    color:#fff;
}

article section#mainpagelistup h2 {
    color: #fff;
    padding-top: 30px;
}

article section#lastextup {
    padding-top: 30px;
}

#rightnavtwo h3 {
    padding-left: 15px;
}

#rightnavtwo ul {
    margin-bottom: 20px !important;
    padding: 5px 15px;
    border-radius: 5px;
}

#rightnavtwo ul li a {
    text-decoration: none;
    color: #212529;
}

#rightnavtwo ul li a:hover {
    color: #DF6A2E;
}

footer {
    padding: 50px 0;
}

footer a {
    text-decoration: underline;
}

footer a:hover {
    color: #1d2730;
    text-decoration: none;
}

a.btn {
    background-color: #000000;
    border-color: #000000;
    color: #fff;
}

a.btn:hover {
    background: #000000;
    opacity: .6;
    color:#fff;
}

@media (min-width: 769px) {
}
