<style type="text/css">
    .page-padding h1 {
    display: none;
}
    .border {
        display: none;
    }

    .page-padding {
        padding: 0;   
    }

    .page-padding h1 {
        margin-top: 0;
        margin-bottom: 0;
    }
    
    .section1 {
        background-color: #252525;
        background-image: url(/wp-content/uploads/2018/03/IMG_7641.jpg);
        background-position: center left;
        background-repeat: no-repeat;
        background-size: contain;
        display: block;
        position: relative;
        transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
        padding: 0px 0px 0px 0px;
        z-index: 3;
    }
    
	@media (max-width: 1200px) {
        .section1 {
            background-position: center center;
          	background-size: cover;
        }
    }

    .section1-raw {
        width: 100%;
        height: 100%;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        align-items: center;
    }
    
    .section1-column-left {
        position: relative;
        min-height: 1px;
        width: 50%;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;       
    }
    
	@media (max-width: 1200px) {
        .section1-column-left {
            display: none;
        }
    }

    .section1-column-right {
        position: relative;
        min-height: 1px;
        width: 50%;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
      	justify-content: center;
    }
    
	@media (max-width: 1200px) {
        .section1-column-right {
            width: 100%;
        }
    }

    .section1-right-wrap {
        align-items: center;
        background-color: #252525;
        border-style: solid;
        border-width: 15px 15px 15px 15px;
        border-color: #ffffff;
        transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
        padding: 120px 40px;
        margin: 0% 15% 0% -15%;
    }
    
	@media (max-width: 1200px) {
        .section1-right-wrap {
           padding: 60px;
           margin: 15%;
        }
    }

	@media (max-width: 750px) {
        .section1-right-wrap {
           padding: 30px;
           margin: -10% 10% 10% 10%;
        }
    }

    .section1-description-wrap {
        color: #ffffff;
        font-family: "Oswald", Sans-serif;
        font-size: 42px;
        text-transform: uppercase;
        line-height: 1.25em;
        position: relative;
        font-weight: 600;
        letter-spacing: -1px;
    }
    
	@media (max-width: 900px) {
        .section1-description-wrap {
           font-size: 28px;
        }
    }

	@media (max-width: 750px) {
        .section1-description-wrap {
           font-size: 20px;
        }
    }

    .section2 {
        background-color: #252525;
        background-image: url(/wp-content/uploads/2018/03/IMG_7688.jpg);
        background-position: center right;
        background-repeat: no-repeat;
        background-size: contain;
        display: block;
        position: relative;
        transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
        padding: 0px 0px 0px 0px;
        z-index: 3;
    }
    
	@media (max-width: 1200px) {
        .section2 {
            background-position: center center;
          	background-size: cover;
        }
    }

    .section2-raw {
        width: 100%;
        height: 100%;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        align-items: center;
    }
    
    .section2-column-left {
        position: relative;
        min-height: 1px;
        width: 50%;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
      	justify-content: center;
    }

	@media (max-width: 1200px) {
        .section2-column-left {
            width: 100%;
        }
    }

    .section2-column-right {
        position: relative;
        min-height: 1px;
        width: 50%;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;        
    }

	@media (max-width: 1200px) {
        .section2-column-right {
            display: none;
        }
    }

    .section2-left-wrap {
        align-items: center;
        background-color: #a00b11;
        border: none;
        transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
        padding: 60px;
        margin: 0% -15% 0% 15%;
    }

	@media (max-width: 1200px) {
        .section2-left-wrap {
            margin: 15% 15% 15% 15%;
        }
    }

	@media (max-width: 750px) {
        .section2-left-wrap {
            padding: 30px;
          	margin: -10% 10% 10% 10%;
        }
    }

    .section2-description-header {
        color: #000000;
        font-family: "Oswald", Sans-serif;
        font-size: 42px;
        text-align: right;
        text-transform: uppercase;
        line-height: 1.25em;
        position: relative;
        font-weight: 600;
        letter-spacing: -1.5px;
    }
    
	@media (max-width: 900px) {
        .section2-description-header {
            font-size: 28px;
        }
    }

	@media (max-width: 750px) {
        .section2-description-header {
            font-size: 20px;
        }
    }

    .section2-space-up {
        height: 35px;
    }
    
	@media (max-width: 900px) {
        .section2-space-up {
            height: 20px;
        }
    }

    .section2-description-text {
        color: #ffffff;
        font-family: "Oswald", Sans-serif;
        font-size: 18px;
        text-align: right;
        line-height: 1.25em;
        position: relative;
    }
    
	@media (max-width: 900px) {
        .section2-description-text {
            font-size: 13px;
        }
    }

    .section2-space-down {
        height: 86px;
    }
    
	@media (max-width: 900px) {
        .section2-space-down {
            height: 50px;
        }
    }

	@media (max-width: 750px) {
        .section2-space-down {
            height: 10px;
        }
    }

    .section2-button-container {
        margin: 0% 0% -11% 0%;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        justify-content: flex-end;
    }
    
    @media (max-width: 1600px) {
        .section2-button-container {
            margin: 0% 0% -15% 0%;
        }
    }
    
    @media (max-width: 1450px) {
        .section2-button-container {
            margin: 0% 0% -17% 0%;
        }
    }
    
	@media (max-width: 1200px) {
        .section2-button-container {
            margin: 0% 0% -13% 0%;
        }
    }

	@media (max-width: 1024px) {
        .section2-button-container {
            margin: 0% 0% -15% 0%;
        }
    }

	@media (max-width: 900px) {
        .section2-button-container {
            margin: 0% 0% -19% 0%;
        }
    }

	@media (max-width: 750px) {
        .section2-button-container {
            margin: 0% 0% -10% 0%;
        }
    }

	@media (max-width: 450px) {
        .section2-button-container {
            margin: 0% 0% -20% 0%;
        }
    }

    .section2-button-wrap {
        width: 200px;
        height: 50px;
        border-radius: 0px 0px 0px 0px;
        background-color: #b78c30;        
    }
    
	@media (max-width: 750px) {
        .section2-button-wrap {
            width: 150px;
        }
    }

    .section2-button-text {
        color: #ffffff;
        font-family: "Oswald", Sans-serif;
        font-size: 30px;
        position: relative;
        align-items: flex-end;
        height: 100%;
        display: flex;
        justify-content: flex-end;
        padding-right: 5px;
    }
    
	@media (max-width: 750px) {
        .section2-button-text {
            font-size: 25px;
        }
    }

    .section3 {
        background-color: #a10c12;
        background-image: url(/wp-content/uploads/2018/03/IMG_7600.jpg);
        background-position: center left;
        background-repeat: no-repeat;
        background-size: contain;
        display: block;
        position: relative;
        transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
        padding: 0px 0px 0px 0px;
        z-index: 3;
    }
    
	@media (max-width: 1200px) {
        .section3 {
            background-position: center center;
          	background-size: cover;
        }
    }

    .section3-raw {
        width: 100%;
        height: 100%;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        align-items: center;
    }
    
    .section3-column-left {
        position: relative;
        min-height: 1px;
        width: 50%;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;        
    }
    
	@media (max-width: 1200px) {
        .section3-column-left {
            display: none;
        }
    }

    .section3-column-right {
        position: relative;
        min-height: 1px;
        width: 50%;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;   
      	justify-content: center;
    }
    
	@media (max-width: 1200px) {
        .section3-column-right {
            width: 100%;
        }
    }

    .section3-right-wrap {
        align-items: center;
        background-color: #fefefe;
        border: none;
        transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
        padding: 60px;
        margin: 0% 15% 0% -15%;
    }
    
	@media (max-width: 1200px) {
        .section3-right-wrap {
            margin: 15%;
        }
    }

@media (max-width: 750px) {
        .section3-right-wrap {
            padding: 30px;
          	margin: -10% 10% 10% 10%;
        }
    }

    .section3-description-header {
        color: #9c302e;
        font-family: "Oswald", Sans-serif;
        font-size: 42px;
        text-align: left;
        text-transform: uppercase;
        line-height: 1.25em;
        position: relative;
        font-weight: 600;
        letter-spacing: -1.5px;
    }
    
	@media (max-width: 900px) {
        .section3-description-header {
            font-size: 28px;
        }
    }

	@media (max-width: 750px) {
        .section3-description-header {
            font-size: 20px;
        }
    }

    .section3-space-up {
        height: 35px;
    }
    
	@media (max-width: 900px) {
        .section3-space-up {
        	height: 20px;
      }
    }
    

    .section3-description-text {
        color: #000000;
        font-family: "Oswald", Sans-serif;
        font-size: 18px;
        text-align: left;
        line-height: 1.25em;
        position: relative;
    }
  
	@media (max-width: 900px) {
        .section3-description-text {
        	font-size: 13px;
      }
    }
    
      
    .section3-space-down {
        height: 86px;
    }

    @media (max-width: 900px) {
        .section3-space-down {
        height: 50px;
      }
    }
 
	@media (max-width: 750px) {
        .section3-space-down {
        height: 10px;
      }
    }

    .section3-button-container {
        margin: 0% 0% -11% 0%;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        justify-content: flex-start;
    }
    
    @media (max-width: 1600px) {
        .section3-button-container {
            margin: 0% 0% -14% 0%;
        }
    }
    
    @media (max-width: 1450px) {
        .section3-button-container {
            margin: 0% 0% -17% 0%;
        }
    }
    
	@media (max-width: 1200px) {
        .section3-button-container {
            margin: 0% 0% -13% 0%;
        }
    }

	@media (max-width: 1024px) {
        .section3-button-container {
            margin: 0% 0% -15% 0%;
        }
    }

	@media (max-width: 900px) {
        .section3-button-container {
            margin: 0% 0% -19% 0%;
        }
    }

	@media (max-width: 750px) {
        .section3-button-container {
            margin: 0% 0% -10% 0%;
        }
    }

	@media (max-width: 450px) {
        .section3-button-container {
            margin: 0% 0% -20% 0%;
        }
    }

    .section3-button-wrap {
        width: 200px;
        height: 50px;
        border-radius: 0px 0px 0px 0px;
        background-color: #b78c30;        
    }
  
	@media (max-width: 750px) {
        .section3-button-wrap {
            width: 150px;
        }
    }

    .section3-button-text {
        color: #ffffff;
        font-family: "Oswald", Sans-serif;
        font-size: 30px;
        position: relative;
        align-items: flex-end;
        height: 100%;
        display: flex;
        justify-content: flex-end;
        padding-right: 5px;
    }
 
	@media (max-width: 750px) {
        .section3-button-text {
            font-size: 25px;
        }
    }

    .section4 {
        background-color: #252525;
        background-image: url(/wp-content/uploads/2018/03/IMG_model.jpg);
        background-position: center left;
        background-repeat: no-repeat;
        background-size: contain;
        display: block;
        position: relative;
        transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
        padding: 0px 0px 0px 0px;
        z-index: 3;
    }
    
	@media (max-width: 1200px) {
        .section4 {
            background-position: center center;
          	background-size: cover;
        }
    }

    .section4-raw {
        width: 100%;
        height: 100%;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        align-items: center;
    }
    
    .section4-column-left {
        position: relative;
        min-height: 1px;
        width: 50%;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;        
    }
    
	@media (max-width: 1200px) {
        .section4-column-left {
            display: none;
        }
    }

    .section4-column-right {
        position: relative;
        min-height: 1px;
        width: 50%;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;  
      	justify-content: center;
    }
    
	@media (max-width: 1200px) {
        .section4-column-right {
            width: 100%;
        }
    }

    .section4-right-wrap {
        align-items: center;
        background-color: #252525;
        border-style: solid;
        border-width: 15px 15px 15px 15px;
        border-color: #ffffff;
        transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
        padding: 120px 40px;
        margin: 0% 15% 0% -15%;
    }
    
	@media (max-width: 1200px) {
        .section4-right-wrap {
            padding: 60px;
        	margin: 15%;
        }
    }

	@media (max-width: 750px) {
        .section4-right-wrap {
           padding: 30px;
           margin: -10% 10% 10% 10%;
        }
    }

    .section4-description-wrap {
        color: #ffffff;
        font-family: "Oswald", Sans-serif;
        font-size: 42px;
        text-transform: uppercase;
        line-height: 1.25em;
        position: relative;
        font-weight: 600;
    }

	@media (max-width: 900px) {
        .section4-description-wrap {
            font-size: 28px;
        }
    }
	@media (max-width: 750px) {
        .section4-description-wrap {
           font-size: 20px;
        }
    }

</style>