
			body {
    background-color: ##111111;
    color: #ffffff !important;
}
#logo {
    height: 80px;
}
.banner-home, .watch {
    text-align: center;
    margin-bottom: 20px;
}
.watch p {
    margin: 0;
    color: #FFE400;
    font-size: 20px;
    font-style: italic;
}
p.center {
    text-align: center;
    margin-bottom: 20px;
}
#view-full .button {
    background-color: #FFE400;
    color: #000000;
}
h1.entry-title {
    color: #FFFFFF;
}
#view-full .button:hover {
    background-color: #FFE400;
    transform: scale(1.1);
    box-shadow: 0 0 20px rgba(75, 62, 140, .4);
}
.entry-content h2, .same-h2 {
    color: #00bbcc;
}
.entry-content h3 {
    background: linear-gradient(transparent 90%, #af7538 0);
    color: #ffd1a1;
}
div#container {
    position: relative;
    z-index: 1;
    background: #1e201f;
    border-radius: .7rem;
    padding: 1.5rem;
    box-shadow: 0 1px 0 rgba(255, 255, 255, .1), inset 0 3px 3px rgba(0, 0, 0, .5);
    margin-bottom: 1rem;
}		