body {
    margin: 0 auto;
    padding: 1em 1em 1em;
    line-height: normal;
    background: #fff6f4;
}

.main{    
    color: #000;
}

.main a {
    color: #000;
}

/*site title*/
h1 {
    font-family: roc-grotesk, sans-serif;
    font-weight: 400;
    font-style: normal;
    letter-spacing: .5px;
    color: #000; 
    font-size:4.8vw;
    line-height: 5vw;
    margin: 0px;
    padding-bottom: 10px;
    padding-right: 20px;
}

h2 {}

/*project titles*/
h3 {
    font-family: roc-grotesk, sans-serif;
    font-weight: 400;
    font-style: normal;
    padding-right: 20px;
    color: #000;
    font-size: 3vw;
    line-height: 3.5vw;
    margin: 0px;
}

/*left column text*/
h4 {
    font-family: roc-grotesk, sans-serif;
    font-weight: 400;
    font-style: normal;
    padding-right: 25px;
    font-size: 1.8vw;
    line-height: 2.2vw;
    margin: 0px;
    padding-top: 5px;
}

/*list*/
h5 {
    font-family: roc-grotesk, sans-serif;
    font-weight: 400;
    font-style: normal;
    
    font-size: 1.8vw;
    line-height: 3vw;
    margin: 0px;
    
}

pre{
    font-size: 1.5vw;
    line-height: 2.2vw;
    padding: 20px;
    background:#fff;
    
}

p { 
    font-family: roc-grotesk, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1.8vw;
    line-height: 2.2vw;
    text-align: left;
}

a {
    text-decoration: none;
    color: #000;
}

a:hover {
    text-decoration: underline;
    
}


ul {
    list-style-type:none;
    padding-left: 20px;
    margin: 0px;
} 

img {
    width: 100%;
    margin: 0px;
}

.smallimg {
    width: 20%;
}

.videoWrapper {
    position: relative;
    
    height: 0;
    padding-bottom: 56.25%;
}
.video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.column {
    float: right;
}

.first{
    width: 35%;
    height: 100%;
    position:fixed;  
}

.second{
    width: 65%;
    position:static;
}

/* Clear floats after the columns */
.row:after {
    content: "";
    
    clear: both;
}

@media (max-width: 768px) {
    .column {
        width: 100%;
        position:static;
    }
    
    h1{
        font-size: 10vw;
        line-height: 10vw;
    }
    h3{
        font-size: 6vw;
        line-height: 6vw;
    }
    h4,p{
        font-size: 4vw;
        line-height: 4.5vw;  
    }
    h5{
        font-size: 4vw;
        line-height: 6vw;
    }
    ul {
        padding-left: 0px;
    
} 

}


