/* CSS reset */

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
    margin: 0;
    padding: 0;
}
html,
body {
    margin: 0;
    padding: 0;
    overflow: hidden;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
fieldset,
img {
    border: 0;
}
input {
    border: 1px solid #b0b0b0;
    padding: 3px 5px 4px;
    color: #979797;
    width: 190px;
}
address,
caption,
cite,
code,
dfn,
th,
var {
    font-style: normal;
    font-weight: normal;
}
ol,
ul {
    list-style: none;
}
caption,
th {
    text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-weight: normal;
}
q:before,
q:after {
    content: '';
}
abbr,
acronym {
    border: 0;
}
/* General Demo Style */

body {
    font-family: Constantia, Palatino, "Palatino Linotype", "Palatino LT STD", Georgia, serif;
    background: #111111;
    font-weight: 400;
    font-size: 15px;
    color: #fff;
}
a {
    color: #333;
    text-decoration: none;
}
a:hover,
img:hover {
    border: none;
    outline: none;
}
.container {
    width: 100%;
    position: relative;
    text-align: center;
}
.clr {
    clear: both;
}
.container > header {
    padding: 30px 30px 10px 30px;
    margin: 0px 20px 10px 20px;
    position: relative;
    display: block;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
    text-align: right;
}
.container > header h1 {
    font-family: 'Bitter', Arial, sans-serif;
    font-size: 30px;
    line-height: 40px;
    position: relative;
    font-weight: 400;
    color: #fff;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
    padding: 0px 0px 5px 0px;
}
.container > header h1 span {
    color: #000;
    text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.3);
}
.container > header h2 {
    font-size: 16px;
    font-style: italic;
    padding: 0px 0px 15px 0px;
}
.se-container {
    display: block;
    width: 100%;
    overflow: hidden;
    padding-top: 0px;
}
.se-slope {
    margin: 0 -50px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center;
}
.se-slope:nth-child(odd) {
    background: #ffffff;
    -webkit-transform: rotate(10deg);
    -moz-transform: rotate(10deg);
    -o-transform: rotate(10deg);
    -ms-transform: rotate(10deg);
    transform: rotate(10deg);
    margin-top: -200px;
    box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.4) inset;
    box-shadow: 0px -1px 3px rgba(0, 0, 0, 0.4);
}
.se-slope:nth-child(even) {
    background: #111111;
    width: 130%;
    -webkit-transform: rotate(-16deg);
    -moz-transform: rotate(-16deg);
    -o-transform: rotate(-16deg);
    -ms-transform: rotate(-16deg);
    transform: rotate(-16deg);
    box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.9) inset;
    padding-bottom: 252px;
}
.se-content {
    margin: 0 auto;
}
.se-content h3 {
    font-size: 60px;
    position: relative;
    display: inline-block;
    padding: 10px 30px 8px 30px;
    height: 80px;
    background: #000;
    line-height: 80px;
    margin-bottom: 20px;
    font-family: 'Bitter', 'Trebuchet MS', Arial;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.9);
}
.se-content h3:before {
    content: '';
    width: 0;
    height: 0;
    border-top: 38px solid transparent;
    border-bottom: 60px solid transparent;
    border-right: 60px solid black;
    position: absolute;
    left: -59px;
    top: 0px;
}
.se-content h3:after {
    content: '';
    width: 0;
    height: 0;
    border-top: 38px solid transparent;
    border-bottom: 60px solid transparent;
    border-left: 60px solid black;
    position: absolute;
    right: -59px;
    top: 0px;
}
.se-slope:nth-child(odd) .se-content h3:before,
.se-slope:nth-child(odd) .se-content h3:after {
    border-right-color: #e90089;
    border-left-color: #e90089;
}
.se-content p {
    width: 75%;
    max-width: 500px;
    margin: 0 auto;
    font-style: italic;
    font-size: 18px;
    line-height: 24px;
    padding-top: 10px;
}
.se-content p:first-letter {
    font-size: 40px;
    font-family: 'Adobe Garamond Pro', Garamond, Palatino, 'Palatino Linotype', Times, 'Times New Roman', Georgia, serif;
}
/* White Section */

.se-slope:nth-child(odd) .se-content {
    -webkit-transform: rotate(-10deg);
    -moz-transform: rotate(-10deg);
    -o-transform: rotate(-10deg);
    -ms-transform: rotate(-10deg);
    transform: rotate(-10deg);
    color: #111111;
    padding: 180px 100px 233px 100px;
    background-color: #ffffff;
}
.se-slope:nth-child(2n+1) .se-content:hover {
    background-color: #7d7d7d;
}
.se-slope-img01:hover,
.se-slope-img02:hover {
    border: none;
    outline: none;
}
/* Dark Grey Section */

.se-slope:nth-child(even) .se-content {
    -webkit-transform: rotate(16deg);
    -moz-transform: rotate(16deg);
    -o-transform: rotate(16deg);
    -ms-transform: rotate(16deg);
    transform: rotate(16deg);
    color: #000;
    padding: 120px 100px 222px 100px;
}
.se-slope:nth-child(odd) .se-content h3 {
    background: #e90089;
    color: #000;
}
.se-slope:nth-child(even) .se-content h3 {
    background: #000;
    color: #e90089;
}
.se-slope-img01 {
    margin-left: -39%;
    padding-top: 50px;
}
.se-slope-img02 {
    text-align: center;
    margin-left: 39%;
}
* {} a:hover,
img:hover {
    outline: none;
    border: none;
}
/* IPHONE PORTRAIT*/

@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (orientation: portrait) {
    .se-slope-img01 {
        margin-bottom: -100px;
        padding-top: 20px;
    }
    .se-slope-img01,
    .se-slope-img02 {
        width: 339px;
    }
    .se-slope-img02 {
        position: relative;
        left: -50px;
        top: -22px;
    }
    .se-content p {
        width: 95%;
    }
    .se-slope:nth-child(odd) .se-content,
    .se-slope:nth-child(even) .se-content {
        padding-left: 60px;
        padding-right: 60px;
    }
    .se-slope:nth-child(even) {
        width: 130%;
    }
}
/* IPHONE LANDSCAPE*/

@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (orientation: landscape) {
    .se-slope-img01 {
        margin-bottom: -139px;
        position: relative;
        left: -83px;
        top: -39px;
    }
    .se-slope-img02 {
        position: relative;
        top: -53px;
        left: 63px;
    }
    .se-slope-img01,
    .se-slope-img02 {
        max-width: 380px;
    }
}
/* Media Queries Large Displays */

@media screen and (min-device-width: 990px) and (max-device-width: 1024px) {
    .se-slope-img01 {
        padding-top: 50px;
        margin-bottom: -13px;
        padding-bottom: 1px;
    }
}
/* Media Queries Large Displays */

@media screen and (min-device-width: 1025px) and (max-device-width:1680px) {
.se-slope-img01 {
    padding-top: 0px;
    padding-bottom: 150px;
    margin-top: -23px;
}

.se-slope:nth-child(2n+1) {
    margin-top: -235px;
}

.se-slope-img02 {
padding-top:58px;

}
}


/* Media Queries Large Displays */

@media screen and (min-device-width: 1681px) and (max-device-width: 4001px) {
    .se-slope-img01 {
        padding-top: 20px;
        margin-left:-50%;
    padding-bottom: 330px;
    }
    
    .se-slope:nth-child(2n+1) {
    margin-top: -235px;
}

.se-slope-img02 {
padding-top:88px;
margin-left:50%;

}

.se-slope:nth-child(2n) .se-content {
    transform: rotate(16deg);
    color: rgb(0, 0, 0);
    padding: 120px 100px 292px;
}


}



/* Media Queries Small Desktops*/

@media screen and (max-width: 800px) {
    .se-content h3 {
        font-size: 40px;
    }
    .se-slope-img01 {
        margin-left: 0 auto;
        text-align: center;
        margin-left: 0%;
        padding-bottom: 10px;
        padding-top: 50px;
    }
    .se-slope-img02 {
        margin-left: 22%;
    }
    .se-slope-img01,
    .se-slope-img02 {
        max-width: 380px;
    }
    .se-slope:nth-child(even) {
        width: 160%;
    }
}