@charset "UTF-8";
/* CSS Document */

body{
    margin:0;
    padding:0;
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    background-color:#FFF;
    font-size:19px;
    line-height:150%;
    height:100%;
}

html, body{
    height:100%;
}

.photo_column{
    background-image:url(../images/purewool.jpg);
    background-size:cover;
}

.items-row{
    height:100%;
}

h1{
    margin-top:33%;
    font-size:4.5vw;
    line-height:100%;
    margin-bottom:40px;
}

h2{
    margin-bottom:10px;
}

a{
    color:#453838;
}

@media (max-width:1000px), (max-device-width: 1000px){
    .items-row{
        height:auto;
        display:inline-block;
    }
    
    .photo_column{
        padding-top:40%;
        background-position:bottom left;
    }
    
    .one_of_two_columns_without_margin{
        width:100%;
        margin:0;
        text-align:center;
    }
    
    h1{
        margin-top:80px;
        font-size:7vw;
    }
    
}

@media (max-width:500px), (max-device-width: 500px){
    .photo_column{
        padding-top:60%;
    }
}