.story-rotator img {
    max-width: 100% !important;
    height: auto !important;
}
.story-rotator {
    position: relative;
    height: auto;
}

.node--type-front-page .field--name-body {
    padding-bottom: 100px;
    padding-top: 100px;
    padding-left: 40px;
    padding-right: 40px;
    clear: both;
    background: #3f372e;
    color: #ffffff;
    font-size: 20px;
    line-height: 150%;
    font-weight: 300;
}
.node--type-front-page .field--name-body h1 {
    color: #ffffff;
    font-weight: 300;
    letter-spacing: -3px;
}
.node--type-front-page .field--name-body a {
    color: #ffffff;
}
/* COLOR OVERLAY BLOCKS */
.paragraph--type--color-image-overlay-link {
    width: 50%;
    position: relative;
    float: left;
}
.paragraph--type--color-image-overlay-link a {
    color: #ffffff;
    text-decoration: none;
}
.paragraph--type--color-image-overlay-link a:hover {
    color: #ffffff;
    text-decoration: none;
}
.paragraph--type--color-image-overlay-link img {
    opacity: 50%;
}
.paragraph--type--color-image-overlay-link a:hover img {
    opacity: 20%;
}
.field--name-field-link-title {
    font-weight: 600;
    color: #ffffff;
    font-size: 70px;
    position: absolute;
    width: 100%;
    top: 50%;
    margin-top: -35px;
    letter-spacing: -3px;
    text-align: center;
}
.field--name-field-link-title a {
    width: 100%;
    display: block;
    text-align: center;
}
.footer-wide-overlay {
    background: rgba(63,55,46,.99);
    width: 100%;
    color: #ffffff !important;
}
.footer-wide-container {
    padding: 20px;
}
.btn-profile {
    display: inline-block;
    padding: 15px 30px;
    text-align: center;
    background: #ffffff;
    color: rgb(63,55,46);
    font-size: 20px;
    margin-top: 40px;
    margin-bottom: 40px;
}
.footer-wide-container h2 {
    margin-bottom: 40px;
}
.footer-wide-summary {
    font-size: 20px;
}
.view-profile-list .views-row {
    padding-bottom: 40px;
    margin-bottom: 40px;
    border-bottom: 1px solid silver;
}
.view-schools .views-row {

    border-bottom: 1px solid silver;
}
.view-profile-list h2 {
    font-size: 40px !important;
}
.field--name-field-school-contact,
.field--name-field-website-link {
    margin-bottom: 30px;
}
@media (min-width: 992px) {
    .footer-wide-overlay {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 50%;
        background: rgba(63,55,46,.8);
    }
    .footer-wide-container {
        padding: 80px;
    }
    .footer-wide-container h2 {
        font-size: 40px;
        letter-spacing: -1px;
    }
    /* headings */
    .screen-width-title h1.page-header {
        display: block;
        width: 75%;
        background: url(../images/bg-title.png) top right no-repeat;
    }
    .content-width-title h1.page-header {
        font-weight: 400;
        letter-spacing: -3px;
        padding: 0;
        border-bottom: 0;
        margin: 0 0 30px 0;
        color: #477a39;
    }
    .title-header {
        background: #e3e3e3;
    }
    .region-content h2 {
        font-weight: 400;
        letter-spacing: -1px;
        font-size: 28px;
        line-height: 130%;
        color: #b88a2d;
    }
    h1 {
        font-size: 64px;
    }
}
@media (min-width: 1200px) {
    .screen-width-title h1.page-header {
        padding-left: 14%;
    }
    .footer-wide-container h2 {
        font-size: 60px;
    }
}
@media (min-width: 1600px) {
    .node--type-front-page .field--name-body {
        padding-left: 10%;
        padding-right: 10%;
        margin: 0 auto;
    }
}
@media (max-width: 991px) {
    .node--type-front-page .field--name-body {
        padding: 40px;
        clear: both;
        background: #3f372e;
        color: #ffffff;
        font-size: 20px;
        line-height: 150%;
        font-weight: 300;
    }
    .paragraph--type--color-image-overlay-link {
        width: 100%;
    }
    .field--name-field-link-title {
        font-weight: 600;
        color: #ffffff;
        font-size: 50px;
        position: absolute;
        width: 100%;
        top: 50%;
        margin-top: -35px;
        letter-spacing: -3px;
        text-align: center;
    }
    h1 {
        margin-bottom: 30px;
        font-size: 35px;
    }
}
@media (max-width: 600px) {
    h1.page-header {
        width: 100%;
    }
}