div#page-wrapper {
    font-size: 120%;
}
.region-header {
    font-size: 85% !important;
    min-height: 82px;
}
body {
    color: #3b3b3b;
    background: #fff;
    min-height: 100%;
    word-wrap: break-word;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 87.5%;
    line-height: 1.5;
}
#header {
    background-color: #5505a7;
    background-image: -webkit-linear-gradient(top,#250046 0%,#5505a7 100%);
    background-image: linear-gradient(to bottom,#250046 0%,#5505a7 100%);
}
a.site-branding__logo {
    width: 70px;
    margin-right: 0;
}
.site-branding__text {
    padding: 0;
}
.site-branding__name {
    font-family: playball;
    font-size: 315%;
    margin-bottom: -6px;
}
.site-branding__slogan {
    font-weight: bold;
}
.site-footer {
    background: #45f11d;
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 100;
}
.site-footer .content {
    color: #250046;
    color: rgba(37, 0, 70);
    font-size: 0.857em;
}