.evil {
    background-color: #a83232 !important;
    font-family: "Comic Neue", cursive;
    background: url("../img/satanic_bg.gif") repeat-x;
    background-size: cover;
    color: white !important;
    font-weight: bold;
}

.evil > footer {
    background: url("../img/fire.gif") repeat-x;
    color: black !important;
}

.evil > footer > ul > li {
    color: black !important;
}

body,
html {
    padding: 0px;
    margin: 0px;
    background-color: #000;
    font-family: "Roboto Mono", monospace;
    font-size: 0.7em;
    color: #ecf0f1;
}

a,
a > button {
    text-decoration: none;
    list-style: none;
    font-size: inherit;
}

p > a,
li > a,
b > a {
    color: #bdc3c7;
    text-decoration: underline;
}

a:hover,
a > button:hover {
    text-decoration: underline;
}

hr {
    border-color: #34495e;
}

p,
ul,
ol {
    font-size: 1.2rem;
    line-height: 2rem;
    margin-top: 1.4rem;
}

b,
b > a {
    color: #2ecc71 !important;
}

h1 {
    font-size: 1.8rem;
    margin-top: 2rem;
}

code {
    background-color: #20262c;
    padding: 1.2rem;
    font-size: 1.1rem;
    margin: 1rem 0px;
    display: block;
    width: auto;
    word-wrap: break-word;
}

.no-margin,
.no-margin:hover {
    margin: 0px !important;
}

.no-padding,
.no-padding:hover {
    padding: 0px !important;
}

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

.center-text {
    text-align: center;
}

.badge--green {
    background-color: #2ecc71;
    text-shadow: 1px 1px #20262c;
}

.badge {
    padding: 0.3rem 0.8rem;
    margin: 0px 1rem;
    border-radius: 2px;
    font-weight: bold;
}

.container {
    width: 80%;
    margin: 0px auto;
}

.centered {
    text-align: center;
}

.intro__p {
    font-size: 1.8rem;
    line-height: 2.2rem;
}

.intro {
    width: 90%;
    margin: 0px auto;
}

.intro__btn {
    font-family: inherit;
    font-size: 2rem;
    padding: 1.6rem;
    background-color: white;
    color: #000;
    border: none;
    border-radius: 2px;
    margin: 2rem !important;
}

.intro__btn:hover {
    cursor: pointer;
}

.btn--red:hover {
    background-color: #e74c3c;
    color: white;
}

.btn--green:hover {
    background-color: #2ecc71;
    color: white;
}

.news-container {
    font-size: 1rem;
    border-radius: 0.2rem;
    margin: 0px auto;
    display: block;
    align-content: center;
}

.news-container__item {
    border-left: 5px solid #2ecc71;
    padding: 0.5rem 1.2rem;
    margin: 1rem 0.5rem;
    vertical-align: top;
}

.news-container__item__a {
    color: #bdc3c7;
    text-decoration: underline;
}

.news-container__item__tile {
    font-size: 1.1rem;
    margin: 0px;
}

.news-container__item__body {
    font-size: 1.2rem;
}

.news-container__item__date {
    margin: 0px;
}

/* Header */
header {
    width: 100%;
}

.logo-container {
    display: block;
    width: 100%;
    text-align: center;
    padding: 4rem 0px 2.5rem 0px;
}

.logo-container__img {
    width: 80%;
    max-width: 483px;
}

/* Main Menu */
header > .menu-container {
    display: block;
    width: 100%;
}

header > .menu-container > ul {
    list-style-type: none;
    font-size: 1.3rem;
    padding: 0px;
    margin: 0px;
    text-align: center;
}

header > .menu-container > ul > li {
    display: inline-block;
    padding: 0.5rem;
    margin: 0.1rem 0px;
}

header > .menu-container > ul > li > a {
    text-decoration: none;
    color: #bdc3c7;
}

header > .menu-container > ul > li > a:hover {
    color: white;
}

/* Menu special links */
.play-li {
    background-color: white;
    border-radius: 3px;
}

.play-li > a {
    color: black !important;
}

/* Footer */
footer {
    padding: 2.5rem;
    text-align: center;
    margin-top: 2rem !important;
    font-size: 1rem;
}

.xmas {
    background-image: url("../img/snowflakes.png");
}

.footer__nav__ul {
    list-style: none;
    padding: 0px;
    font-size: 1rem;
    margin: 1rem 0px;
    display: block;
}

.footer__nav__ul__li {
    display: inline-block;
    padding: 0px 0.5rem;
}

.footer__nav__ul__li:last-of-type {
    border: none;
}

.footer__nav__ul__li > a {
    color: #bdc3c7;
    text-decoration: underline;
}

.footer_logo_container__img {
    width: 5rem;
    display: block;
    margin: 1rem auto;
}

.footer__copy {
    margin: 1rem;
    display: block;
}

/* Mobile */
/* Small, tablets etc... */
@media (min-width: 768px) {
}

/* Small Desktops */
@media (min-width: 992px) {
    body,
    html {
        font-size: 0.9em;
    }

    p,
    ul,
    ol {
        font-size: 1.1rem !important;
        line-height: 1.7rem !important;
        margin-top: 1.4rem !important;
    }

    .container,
    header > .menu-container {
        width: 80% !important;
    }

    header > .menu-container {
        margin: 0px auto;
    }

    header > .menu-container > ul {
        text-align: left !important;
        font-size: 1.3rem !important;
    }

    header > .menu-container > ul > li {
        padding: 0.8rem !important;
        margin: 0.5rem 0px !important;
    }

    .news-container__item {
        display: inline-block !important;
        width: 50% !important;
    }

    .intro__p {
        font-size: 2.3rem !important;
        line-height: 3rem !important;
        font-weight: bold;
    }

    .intro {
        width: 80%;
        margin: 0px auto;
    }

    .intro__btn {
        padding: 1.8rem;
        font-size: 2rem;
    }
}

/* Large Desktop */
@media (min-width: 1200px) {
    .news-container__item {
        width: calc(100% / 3) !important;
    }

    .container,
    header > .menu-container {
        width: 70% !important;
    }
}
