body {
    font-family: "museo",serif;
}
.page-content .contentwrap {
    padding-top:0;
    overflow:hidden;
}
h1, h2, h3, h4 {
    font-family: 'Montserrat', sans-serif;
}
hr {
    border-top: 1px solid #b2b2b2;
}
.clear-float {
    clear:both;
}
.highlight {
    color:#f6813a;
}
.small {
    font-size: 13px;
}
/* heading styles */
.middle-rule {
    position: relative;
    display: inline-block;
    width: auto;
    padding-right: 20px;
    margin-bottom: 0;
}
.middle-rule:before {
    content:"";
    position: absolute;
    display: block;
    left: 100%;
    right: 0;
    top: 50%;
    width: 1000px;
    height: 1px;
    background-color: #999;
    margin-top:-0.5px;
}
.bottom-rule {
    padding-bottom: 10px;
    border-bottom: 1px solid #bbb;
}
.light-heading {
    font-family: "museo", serif;
    font-weight: 500;
}

/** layout styles **/
.project-main {
    display: table-cell;
    vertical-align: top;
    width: 75%;
    padding-right: 3%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.project-sidebar {
    display: table-cell;
    vertical-align: top;
    width: 20%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.display-left {
    text-align: left;
    max-width: 600px !important;
    margin-right:40px;
    margin-bottom:10px;
    float:left;
}
.display-right {
    text-align: right;
    max-width: 600px !important;
    margin-left:40px;
    margin-bottom:10px;
    float:right;
}

@media only screen and (max-width: 960px){
    .display-left,
    .display-right {
        text-align: left;
        max-width: 100% !important;
        margin: 20px 0;
        float: none;
    }
}