@font-face {
    font-family: MontLight;
    src: url("/fonts/Mont-ExtraLightDEMO.woff") format("woff");
}

@font-face {
    font-family: MontBold;
    font-weight: bold;
    src: url("/fonts/Mont-HeavyDEMO.woff") format("woff");
}

/* General Definitions */
html,body {
    /* font-family: 'Work Sans', sans-serif; */
    font-family: 'Work Sans', sans-serif;
    font-weight: 300;
    background: #fff;
    padding: 0;
    margin: 0;
    height: 100px;
    position: relative;
    overflow-x: hidden;
    overflow-y: hidden;    
}
html { font-size: 62.5%; } /* =10px */
body,input,li,p,label,textarea,button { 
    font-size: 1.8rem; /* =18px */
    line-height: 3.2rem;
} 
a {
    color: #ff0000;
    text-decoration: none;
}
a:hover,
a:active,
a:focus {
    text-decoration: underline;
}
h1, h2, h3, h4 {
    font-weight: 100;
    margin: 0 0 20px 0;
    padding: 0;
    color: #ff0000;
    font-family: 'MontBold', sans-serif;    
}
h1 {
    font-size: 5vmin;
    line-height: 5vmin;
}
h2 {
    font-size: 2.8rem;
    margin-bottom: 50px;
    padding-bottom: 20px;
}
h3 {
    font-size: 2.2rem;
}
h4 {
    font-size: 2.0rem;
}	
.lead {
    font-family: 'MontLight', sans-serif;    
    position: absolute;
    font-size: 2.8rem;
    letter-spacing: .25rem;
    line-height: 3.8rem;
    margin-left: 40vw;
    width: 20vw;
    color: #ff0000;
    text-transform: uppercase;
    border-left: 4px solid;
    padding: 0 0 0 20px;
}
p {
    margin: 0 0 20px 0;

}
.site-wrapper {
    display: flex;
    height: 100vh;
}
.site-wrapper:after {
    content: " ";
    background-color: #ff0000;
    height: 400px;
    width: 200vw;
    position: absolute;
    transform: rotate(-30deg) translate(-60vw, 50vh);
    filter: opacity(.9);
    mix-blend-mode: multiply;
}

.site-wrapper .left {
    width: 50%;
    padding: 10vh 5vw 10vh 10vw;
    overflow-y: scroll;
}
.site-wrapper .right {
    background: url("/images/IMG_6918-SM-AdrianJean.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    width: 50%;
}

.social {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
}
.social li {
    font-family: 'MontBold', sans-serif;
    font-size: 1.6rem;
    margin-right: 10px;
    text-transform: uppercase;
}

.footer {
    padding: 50px 0;
    font-size: 1.2rem;
}