@import url(https://fonts.googleapis.com/css?family=Raleway:400,100,200,300,500,600,700,800,900);

body{
    background-color:white;
    color:#333;
    font-family:'Raleway';
}

h1{
    text-transform:uppercase;
    font-size:40px;
    font-weight:100;
    letter-spacing: 0px;
}

h2{
    text-transform:uppercase;
    font-size:32px;
    font-weight:300;
    padding-top:25px;
}
h3{
    font-size:18px;
    font-weight:600;
}

a{
    color: #808080;
}
p{
    font-size:18px;
    line-height:1.4;
}

.name-wrap{
    float:left;
    width:300px;
    height:100%;
    position:fixed;
    padding:30px;
}

.name-wrap ul{
    padding:0;
    margin:0;
    margin-top:20px;
    display:block;
    list-style-type: none;
}
.name-wrap ul li{
    font-size:16px;
}
.content-wrap{
    margin-left:320px;
    float:left;
    max-width:650px;
    padding:30px;
}
.content-wrap ul li{
    font-size:16px;
}
.years{
    margin-bottom:0;
    padding-bottom:0;
}
.location{
font-size:16px;
}
img{
    height:70%;
}
img.thumb{

}
@media only screen and (max-device-width: 480px) {
    .name-wrap, .content-wrap{
        width:100%;
        height:auto;
        position:relative;
        margin-left:0;
    }
}