
			body {
    background-color: #eddaf0;
    color: #111 !important;
}
#logo {
    height: 80px;
}
body.home #header {
    background-color: #594961;
}
.banner-home, .watch {
    text-align: center;
    margin-bottom: 20px;
}
.watch p {
    margin: 0;
    color: #FFE400;
    font-size: 20px;
    font-style: italic;
}
.box {
	border: 2px solid #594961;
    padding: 20px;
    margin-bottom: 10px;
}
p.center {
    text-align: center;
    margin-bottom: 20px;
}
#view-full .button {
    background-color: #594961;
    color: #fff;
}
h1.entry-title {
    color: #594961;
}
#view-full .button:hover {
    background-color: rgba(89, 73, 97, 0.7);
    transform: scale(1.1);
    box-shadow: 0 0 20px rgba(75, 62, 140, .4);
}
.entry-content h2, .same-h2, .footer-copyright {
    color: #594961;
}
.entry-content h3 {
    background: linear-gradient(transparent 90%, #af7538 0);
    color: #111;
}		