body {
    padding: 0;
    margin: 0;
    color: #656564;
    font-family: Helvetica;
}

.logo {
    background: url('../imgs/MAXWELL_DRUMMOND_LOGO_PURPLE_RGB.svg');
    background-size: cover;
    width: 223px;
    height: 75px;
    display: block;
}

.site_container {
    width: 85%;
    margin: 0 auto;
}

header {
    position: relative;
}

.header_content {
    color: #fff;
    /*background: #410437;*/
    position: relative;
    width: 100%;
}

.header_content h1 {
    font-size: 85px;
    margin-bottom: 0;
    font-weight: 100;
    margin-top: 10px;
    font-family: 'Libre Baskerville', serif;
    letter-spacing: -2px;
    line-height: 97px;
}

.header_content p {
    font-size: 16px;
    line-height: 27px;
    width: 80%;
}

.header_content_container {
    background: rgba(65, 4, 55, 0.85);
    /*mix-blend-mode: multiply;*/
    width: 40%;
    z-index: 9;
    position: relative;
    padding: 5% 10%;
}

nav {
    position: relative;
    z-index: 1;
    margin-bottom: 20px;
}

.nav_left {
    float: left;
    padding-top: 15px;
}

.nav_right {
    float: right;
    padding-top: 15px;
}

.clear {
    clear: both;
}

.nav_right a  {
    color: #410437;
    text-transform: uppercase;
    text-decoration: none;
    display: inline-block;
    padding: 20px;
    font-size: 14px;
    letter-spacing: 2px;
}

.nav_right a:hover  {
    text-decoration: underline;
}


.header {
    width: 100%;
    height: 100%;
}


.contact_header {
    width: 100%;
    height: 100%;
}

.banner_overlay {
    background: rgba(108, 43, 61, 0.8);
    left: 0;
    top: 0;
    width: 50%;
    height: 100%;
    position: absolute;
    z-index: 0;
    mix-blend-mode: multiply;
}

.header_image {
    background: url(../imgs/skyline.jpg);
    background-size: cover;
    width: 70%;
    height: 465px;
    position: absolute;
    right: 0px;
    top: 215px;
    z-index: 0;
}

.header_disclaimer {
    position: absolute;
    right: -70px;
    top: 150px;
    font-size: 14px;
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    font-weight: bold;
    text-align: left;
    color: #410437;
}

.intro {
    text-align: center;
    padding: 230px 0 60px;
    position: relative;
}

.intro h3 {
    color: #410437;
    font-size: 26px;
    width: 360px;
    margin: 20px auto 15px;
    font-family: 'Libre Baskerville', serif;
    font-weight: 100;
}

.intro p {
    font-size: 16px;
    line-height: 27px;
    width: 550px;
    margin: 10px auto 40px;
}

.cta {
    text-align: center;
    position: relative;
    background: #410437;
    color: #fff;
    padding: 40px 0;
}

.cta p {
    font-size: 18px;
    line-height: 28px;
    width: 620px;
    margin: 10px auto;
}

.cta h3 {
    font-family: 'Libre Baskerville', serif;
    font-weight: 100;
    font-size: 22px;
}

.cta .button {
    font-size: 22px;
    margin-bottom: 10px;
}

.maxwell_icon {
    width: 40px;
    height: 40px;
}

.image_banner {
    background: url('../imgs/banner-bg.jpg');
    background-size: cover;
    padding: 60px 0;
    text-align: center;
    color: #fff;
}

.image_banner h1 {
    width: 75%;
    margin: 10px auto;
    font-size: 52px;
    line-height: 65px;
    font-family: 'Libre Baskerville', serif;
    font-weight: 100;
}

.main_copy {
    padding-bottom: 100px;
}

.main_copy h5 {
    font-family: big-caslon-fb, serif;
    font-weight: 700;
    font-size: 78px;
    color: #A5A5A5;
}

.main_copy_left {
    float: left;
    width: 41%;
    margin-bottom: 100px;
}

.main_copy_right {
    float: right;
    width: 50%;
    padding-top: 120px;
    font-size: 16px;
    line-height: 32px;
}

.main_copy_vision {
    width: 70%;
}

.main_copy_vision_image {
    float: left;
    width: 25%;
    margin-right: 5%;
}

.main_copy_vision_copy {
    float: left;
    width: 60%;
    font-size: 16px;
    line-height: 32px;
}

.main_copy_vision_copy h5 {
    margin-top: 0px;
    margin-bottom: 50px;
}

.image_strip {
    margin-bottom: 30px;
}

.image_strip:last-of-type {
    margin-bottom: 0px;
}

.image_strip img {
    width: 33.333333333%;
    float: left;
    object-fit: cover;
    height: 280px;
}

.button {
    padding: 15px 10px;
    background: #c6c6c6;
    color: #410437;
    border: 1px solid #c6c6c6;
    text-decoration: none;
    display: block;
    width: 150px;
    margin: 0 auto;
    cursor: pointer;
    font-family: 'Libre Baskerville', serif;
    font-weight: 100;
}

.button:hover {
    background: #410437;
    color: #fff;
    border: 1px solid #fff;
}

.button.back {
    width: 210px;
    margin: 0 0 40px;
}

footer {
    background: #706f6f;
    color: #fff;
    padding-top: 30px;
    padding-bottom: 40px;
    text-align: center;
}

.footer_copy {
    /*margin-bottom: 50px;*/
    font-size: 18px;
    line-height: 32px;
    width: 54%;
    margin: 0 auto 30px;
}

.footer_copy a {
    text-decoration: none;
}

.footer_copy a:hover {
    text-decoration: underline;
}

footer p a {
    color: #fff;
    text-decoration: none;
}

.footer_bottom {
    text-align: left;
}

.footer_bottom .logo{
    width: 223px;
    height: 75px;
    margin-bottom: 30px;
    margin-left: -10px;
    float: left;
    background: url('../imgs/MAXWELL_DRUMMOND_LOGO_WHITE_RGB.svg');
    background-size: cover;
}

.footer_line {
    width: 100%;
    height: 3px;
    background: #fff;
    margin-bottom: 25px;
}

.footer_contact {
    float: left;
    width: 42%;
    min-width: 150px;
}

.footer_contact_middle {
    float: left;
    width: 30%;
}

.footer_contact_last {
    float: right;
    width: 21%;
    min-width: 150px;
    text-align: right;
}

.footer_contact p, .footer_contact_middle p, .footer_contact_last p {
    margin: 1px 0;
    font-size: 12px;
    line-height: normal;
}

.footer_contact p a:hover {
    text-decoration: underline;
}

.margin-0-b {
    margin-bottom: 0 !important;
}

.contact_form {
    width: 80%;
    margin:  0 auto 60px;
}

.contact_form input, .contact_form textarea {
    width: 100%;
    margin-bottom: 20px;
    padding: 10px 10px 10px 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    border: none;
    border-bottom: 1px solid #A5A5A5;
    font-size: 14px;
    color: #656564;
    text-indent: 5px;
}

.contact_form textarea {
    min-width: 100%;
    max-width: 100%;
    min-height: 200px;
    border: 1px solid #A5A5A5 !important;
}

.contact_form label {
    font-size: 14px;
    margin-bottom: 10px;
    display: block;
    margin-top: 15px;
}

.discover_title {
    margin: 50px auto 0px !important;
}

.contact_copy {
    float: left;
    width: 50%;
}

.contact_form_container {
    float: right;
    width: 50%;
}

.contact_form_container h5 {
    width: 80%;
    margin:  0 auto 50px;
    font-size: 17px;
}

.contact_container {
    padding-top: 90px;
}

.contact_copy h2 {
    font-family: big-caslon-fb, serif;
    /*font-weight: 800;*/
    /*font-style: italic;*/
    font-weight: 700;
    font-size: 55px;
    color: #A5A5A5;
    margin-top: 0;
    line-height: 55px;
    margin-bottom: 30px;
}

.contact_copy p {
    width: 85%;
    margin: 0;
    line-height: 24px;
}

.contact_copy p a {
    color: #656564;
    text-decoration: none;
}

.contact_copy p a:hover {
    text-decoration: underline;
}

.contact_form button {
    background: #000;
    color: #fff;
    padding: 12px 22px;
    -webkit-appearance: none;
    -moz-appearance: none;
    font-size: 15px;
    cursor: pointer;
}

.contact_form button:hover {
    background: #bdbdbd;
}

.active {
    text-decoration: underline !important;
    color: #410437 !important;
}

.owl-nav {
    position: absolute;
    /*top: 50%;*/
    /*transform: translate(0, -50%);*/
    width: 100%;
    font-size: 90px;
    color: #410437;
    font-family: big-caslon-fb, serif;
}

.owl-carousel .owl-nav button.owl-next {
    float: right;
}


.owl-nav button {
    background: rgba(255,255,255,0.5) !important;
    height: 280px;
}

.social_icon img {
    width: 40px;
    height: 40px;
    margin-left: 10px;
}

.social_icon_container {
    float: right;
    margin-top: 6px;
}

.contact_social_icon {
    display: inline-block;
    margin-right: 10px !important;
    width: unset !important;
    margin-top: 20px !important;
}

.contact_social_icon .social_icon img {
    margin-left: 0;
}

.gallery_title {
    color: #410437;
    font-family: big-caslon-fb, serif;
    font-weight: 700;
    font-size: 20px;
    padding-left: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.owl-prev {
    position: absolute;
    top: -280px;

    /*text-shadow:*/
    /*-1px -1px 0 #fff,*/
    /*1px -1px 0 #fff,*/
    /*-1px 1px 0 #fff,*/
    /*1px 1px 0 #fff;*/
}

.owl-next {
    right: 0;
    position: absolute;
    top: -280px;

    /*text-shadow:*/
    /*-1px -1px 0 #fff,*/
    /*1px -1px 0 #fff,*/
    /*-1px 1px 0 #fff,*/
    /*1px 1px 0 #fff;*/
}

.prev_icon, .next_icon {
    width: 40px !important;
    height: 40px !important;
}


.news_item {
    padding-bottom: 10px;
    margin-bottom: 14px;
    border-bottom: 1px solid #dedede;
}

.news_item:last-child {
    border-bottom: none;
}

.news_padding {
    padding-top: 15px;
}

.news_item_content {
    width: 100%;
    vertical-align: top;
}

.news_image {
    display: inline-block;
    width: 20%;
    margin-right: 3%;
    min-height: 240px;
    object-fit: cover;
}

.news_item_content {
    display: inline-block;
    width: 75%;
}

.news_item_content h4 {
    color: #410437;
    font-size: 22px;
    font-family: 'Libre Baskerville', serif;
    margin: 15px 0 15px;
}

.news_item_content time {
    color: #000;
}

.news_item .button {
    margin: unset;
    width: 92px;
}

.news_header {
    width: 80%;
    margin-bottom: 40px;
}

.news_header h1 {
    font-size: 50px;
    line-height: 67px;
}

.news_tags {
    float: right;
    margin-top: -10px;
    color: #000;
    font-size: 12px;
}

.news_filter {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: right;
}

.news_filter .tag {
    display: inline-block;
    padding: 5px 10px;
    background: #c6c6c6;
    color: #410437;
    border: 1px solid #c6c6c6;
    text-decoration: none !important;
    margin: 0 auto;
    cursor: pointer;
    font-family: 'Libre Baskerville', serif;
    font-weight: 100;
}

.news_filter .tag:hover {
    background: #410437;
    color: #fff;
    border: 1px solid #fff;
}

.news_filter .tag.active {
    background: #410437;
    color: #fff !important;
    border: 1px solid #fff;
}

.filtr-container {
    margin-bottom: 30px;
}

.news_article_copy {
    margin-top: 40px;
    margin-bottom: 50px;
}

.news_article_copy p img {
    display: block;
}


@media screen and (max-width: 1200px) {
    .header_content h1 {
        font-size: 75px;
        line-height: 80px;
    }
}


@media screen and (max-width: 980px) {
    .banner_overlay {
        width: 60%;
    }

    .main_copy_right {
        padding-top: 100px;
        margin-bottom: 50px;
    }

    .main_copy h5 {
        font-size: 60px;
    }


    .header_content_container {
        width: 50%;
    }

    .news_header {
        width: 80%;
    }

    .news_image {
        width: 38%;
    }

    .news_item_content {
        width: 50%;
    }

}


@media screen and (max-width: 800px) {
    .banner_overlay {
        width: 100%;
    }

    .header_disclaimer {
        display: none;
    }

    .site_container {
        width: 90%;
    }

    .main_copy_left {
        width: 100%;
        margin-bottom: 0;
    }

    .main_copy_right {
        padding-top: 0px;
        margin-bottom: 30px;
        width: 100%;
    }

    .main_copy h5 {
        margin-top: 40px;
        margin-bottom: 30px;
    }

    .main_copy_vision {
        width: 90%;
        margin: 0 auto;
    }

    .main_copy_vision_image {
        display: none;
    }

    .main_copy_vision_copy {
        width: 100%;
    }

    .footer_copy {
        width: 100%;
    }

    .header_content_container {
        width: 70%;
    }

    .header_image {
        width: 70%;
        height: 385px;
        top: 231px;
    }
}

@media screen and (max-width: 680px) {
    .footer_contact_last {
        width: 20%;
        float: left;
    }

    .footer_contact {
        margin-bottom: 15px;
    }

    .intro p {
        width: 100%;
    }

    .contact_copy, .contact_form_container, .contact_form, .contact_form_container h5 {
        width: 100%;
    }

    .contact_container {
        padding-top: 50px;
    }

    .contact_copy {
        margin-bottom: 50px;
    }

    .header_content_container {
        width: 80%;
    }

    .header_image {
        display: none;
    }

    .intro {
        padding: 50px 0 60px;
    }

    .header_content p {
        width: 100%;
    }

    .image_banner h1 {
        width: 100%;
    }

    .news_filter {
        text-align: center;
    }

    .news_filter span {
        display: block;
        margin-bottom: 5px;
    }
}


@media screen and (max-width: 600px) {
    .footer_contact, .footer_contact_middle, .footer_contact_last {
        width: 100%;
        float: none;
        text-align: center;
        margin-bottom: 30px;
    }

    .footer_bottom .logo {
        float: none;
        margin: 0 auto;
    }

    .news_image {
        width: 300px;
        margin: 0;
        min-height: unset;
    }

    .news_item_content {
        width: 100%;
    }


}

@media screen and (max-width: 530px) {
    .header_content h1 {
        font-size: 65px;
        line-height: 65px;
    }

    .image_banner h1 {
        font-size: 35px;
        line-height: 47px;
    }
}

@media screen and (max-width: 430px) {
    .header_content h1 {
        font-size: 49px;
        line-height: 58px;
        margin-bottom: 20px;
    }

    .header_content p {
        width: auto;
        margin-bottom: 0px;
    }

    .nav_right a {
        padding: 27px 8px;
        font-size: 12px;
    }

    .nav_right a:last-child {
        padding-right: 0 !important;
        letter-spacing: 1px;
    }

    .header_content h1 {
        margin-top: 40px;
    }

    .header_content p {
        padding-bottom: 40px;
    }

    .intro h3 {
        width: auto;
    }

    .news_image {
        width: 100%
    }
}


@media screen and (max-width: 350px) {
    .intro h3 {
        width: 100%;
    }

    .main_copy h5 {
        font-size: 45px;
    }

    .social_icon_container {
        width: 100%;
        text-align: center;
        margin-bottom: 20px;
    }

    .footer_bottom .logo {
        float: unset;
        margin: 30px auto;
    }

    .logo {
        width: 136px;
        height: 50px;
    }

    .nav_right a {
        padding: 22px 7px;
        font-size: 10px;
    }

    .header_content h1 {
        font-size: 45px;
        line-height: 45px;
    }
}




