body {
    background-color: #fff;
}
.rsGCaption p, .galleryInfo p, .right p {
    font-family: 'Source Sans Pro', sans-serif;
}
h1, h2, h3 {
    font-family: 'Source Sans Pro', sans-serif;
}
.logo {
    background: url('Out-Logo.png') no-repeat;
    background-size: 72px;
    width: 72px;
    height: 26px;
    top: 15px;
    left: 20px;
    margin-left: 0px;
}
.logo .link {
    width: 72px;
    height: 26px;
    display: block;
}
#topnav {
    background: #000;
}
.headerTitle {
    left: 95px;
}

.rsGCaption h2 {
    margin: 5px 20px 5px 0;
    float: left;
}
.rsCaption .descr p {
    margin: 0 0 5px 0;
    font-size: 15px;
    float: left;
    width: 100%;
}
.rsCaption .descr p:first-of-type {
    margin: 12px 0 0 20px;
    width: auto;
}
.rsCaption .descr::after {
    clear:left;
}

/*Pride Specific stuff*/
.colorline {
    height: 4px;
}
.rainbow {
    background: linear-gradient(to right,#f78e0a,#f78e0a 16.67%,#edc919 16.67%,#edc919 33.33%,#93c138 33.33%,#93c138 50%,#14c6aa 50%,#14c6aa 66.667%,#5423aa 66.67%,#5423aa 83.33%,#f90c5b 83.33%,#f90c5b 100%) repeat scroll 0 0 rgba(0,0,0,0);
    height: inherit;
    overflow: hidden;
    width: 100%;
}

.pride #topnav {
    background: #fff;
}
.pride .logo {
    background: url('Pride-Logo.png') no-repeat;
    background-size: 72px;
    width: 72px;
    height: 19px;
    top: 20px;
    left: 20px;
    margin-left: 0px;
}
.pride .headerTitle {
    color: #222;
}

/*Advocate Specific Stuff*/

.advocate .logo {
    background: url('Advocate-Logo.png') no-repeat;
    background-size: 90px;
    width: 90px;
    height: 22px;
    top: 19px;
    left: 20px;
    margin-left: 0px;
}

.advocate #topnav {
    background: #980000;
}

.advocate .headerTitle {
    left: 109px;
}


@media only screen and (max-width: 1024px){
    .logo {
        background: url('Out-Logo.png') no-repeat;
        background-size: 52px;
        width: 52px;
        height: 19px;
        position: absolute;
        top: 9px;
        left: 10px;
    }
    .logo .link {
        width: 52px;
        height: 19px;
        display: block;
    }
    .headerTitle {
        left: 60px;
        top: 0px;
    }
    .pride .logo {
        background: url('Pride-Logo.png') no-repeat;
        background-size: 52px;
        width: 52px;
        height: 14px;
        position: absolute;
        top: 13px;
        left: 10px;
    }
}
@media only screen and (max-width: 480px){
    .headerTitle {
        left: 60px;
        top: 1px;
    }
    .rsCaption .descr p:first-of-type {
        margin:5px 0 0 10px;
    }
}