a, a:visited, a:active { color: #93117e }
a:hover { color: #a3be19 }
button, input[type="button"], input[type="reset"], input[type="submit"], .button {
border-color: #93117e;
color: #93117e;
}
button:hover, input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover, .button:hover {
border-color: #a3be19;
color: #a3be19;
}
.top-bar { background-color: #93117e }
.site-info { display: none }
@media screen and (min-width: 768px) {
.page-template-front-page .site-main {
margin: 0px 40% 0 0;
}
.page-template-front-page .content-area {
float: left;
margin: 0 -40% 0 0;
width: 100%;
}
.page-template-front-page .site-content {
max-width: 1040px;
}
}