* {
    box-sizing: border-box;
}

body {
    margin: 0;
    font-family: 'Alegreya Sans', 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
    font-size: 100%;
    font-weight: 300;
    color: #333333;
    width: 100%;
}

p {
    font-size: 1.2em;
}

h1 {
    font-size: 1.6em;
    font-family: 'Alegreya Sans', 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    color: #ba7832;
}

h2 {
    font-size: 1.4em;
    font-family: 'Alegreya Sans', 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    color: #ba7832;
}

h3 {
    font-size: 1.2em;
    font-family: 'Alegreya Sans', 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
    font-weight: 400;
    color: #ba7832;
}

header {
    position: fixed;
    top: 0;
    width: 100%;
    background-color: #ffffff;
}

div.section {
    padding: 50px;
}

div.intro {
    float: left;
    width: 30%;
    padding: 30px 50px 50px 50px;
}

div.img {
    border: 0px;
    border-radius: 50%;
    width: 85%;
    height: 85%;
}

div.img:hover {
    box-shadow: 0 0 10px #cccccc, 0 0 20px #ba7832;
    border-radius: 50%;
}

div.img img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

.responsive {
    float: left;
    width: 16.66666%;
}



.clearfix:after {
    content: "";
    display: table;
    clear: both;
}

article {
    padding: 0px 50px;
}

nav {
    
}

footer {
    width: 100%;
}

.footer {
    background-color: #ba7832;
    padding: 3px 50px;
    color: #ffffff;
    bottom: 0;
    height: 15%;
}

.logo {
    margin: 0;
    width: 14.99999%;
    float: left;
    padding: 5px;
} 

img.logo {
    width: 98%;
    height: auto;
}

@media only screen and (max-width: 750px){
    .responsive {
        width: 24.99999%;
    }
}

@media only screen and (max-width: 600px){
    .responsive {
        width: 49.99999;
        height: auto;
    }
    .logo {width: 49.99999%}
}

ul.topnav {
    list-style-type: none;
    margin: 0;
    width: 84.999999%;
    overflow: hidden;
    background-color: #ffffff;
    font-family: 'Alegreya Sans', 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
    font-size: 1em;
    font-weight: 700;
    text-transform: uppercase;
}

ul.topnav li {
    float: right;
    height: 40px;
    padding: 5px;
}

ul.topnav li a {
    display: block;
    color: #ba7832;
    padding: 6px 40px;
    border-radius: 20px;
    text-decoration: none;
}

ul.topnav li a:hover:not(.active) {
    background-color: #db3f28;
    color: #ffffff;
    box-shadow: 0 2px 4px rgba(0,0,0,0.12), 0 2px 4px rgba(0,0,0,0.24);
}

ul.topnav li.left {
    float: left;
}

ul.ftr {
    list-style-type: none;
    width: 100%;
    overflow: hidden;
    font-family: 'Alegreya Sans', 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
    font-size: 1em;
    font-weight: 400;
}

ul.ftr li {
    float: right;
}

ul.ftr li a {
    display: block;
    padding: 5px 20px 0px 20px;
    text-decoration: none;
    color: #ffffff;
}

ul.ftr li a:hover {
    color: ##ba7832;
}

ul.ftr li.right {
    float: right;
}

@media screen and (max-width: 600px){
    ul.topnav {width: 49.999999%; font-size: 0.4em:}
    ul.logo li {float: none;}
    ul.topnav li.left, 
    ul.topnav li {float: right;}
    ul.ftr li.right,
    ul.ftr li {float: none;}
    .footer {height: 30%;}
}

#logo{

    background-color: #ffffff;
}

#top {
    width: 100%;
    z-index: -1;    
}

.portrait {
    width: 25%;
    float: left;
    border-radius: 50%;
}

aside.project {
    text-align: right;
    padding: 80px 10px 0px 50px;
    border-right: 6px solid #ba7832;
    position: fixed;
    float: left;
    width: 19.9999%;
    z-index: -1;
}


img.reel {
    float: right;
    width: 100%;
    height: auto;
    padding: 7px;
}

section.reel{
float: right;
width: 74.999999%;
}

ul.reel {
    list-style-type: none;
    margin: 0;
    padding: 80px 50px 0px 10px;
    overflow: hidden;
    background-color: #ffffff;
    font-family: 'Alegreya Sans', 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
    font-size: 24px;
    font-weight: 300;
}

ul.reel li {
    float: right;
   
}