
			body {
    background: rgba(0, 43, 54, 0.9);
    color: #ffffff !important;
}
header#header {
    background: rgba(7, 54, 66, 0.8);
}
#logo {
    height: 80px;
}
.watch {
    text-align: center;
    margin-bottom: 20px;
}
.watch p {
    margin: 0;
    color: #FFE400;
    font-size: 20px;
    font-style: italic;
}
p.center, .banner-home {
    text-align: center;
    margin-bottom: 20px;
}
#view-full .button {
    background: linear-gradient(143deg, #00BBCC 0%, #de1212 100%);
}
h1.entry-title {
    color: #ffffff;
}
#view-full .button:hover {
    background: linear-gradient(143deg, #d31c1c 0%, #00BBCC 100%);
    transform: scale(1.1);
    box-shadow: 0 0 20px rgba(75, 62, 140, .4);
}
.entry-content h2, .same-h2 {
    color: #ffffff;
}
.entry-content h3 {
    background: linear-gradient(transparent 90%, #af7538 0);
    color: #ffd1a1;
}		