/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}




body{
    background-color: #f9f9f9;
    }

a{
    -0-transition:3s;
    -0- transition:3s;
    -moz-transition:3s;
    -webkit-transition:3s;
    transition:3s;
    text-decoration: none;
}
em{
    font-style: oblique;
}

strong{
    font-style: bold;
}
img{
    width: 100%;
}
h1 h2 h3 h4 h5{
    font-family: proxima-nova, sans-serif;
    font-style: normal;
}
h3{
    text-transform: capitalize;
    font-size: 1.875em;
    padding: 0 0 1% 0;
    color: #001833;
    font-weight: 800;
}
header{
    background: 
    linear-gradient(
        rgba(224,204,200,1.0),
        rgba(224,204,200,0.90)
    ),
        /*bottom, image */
        url(coverimg.jpg);
        background-size:cover;
        background-position: center top;
        width: 100%;
}
.intro{
    max-width: 960px;
    margin:0 auto;
    padding:8% 0;
}
.intro h1{
    font-size: 6em;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-weight: 800;
    line-height: 1.5em;
}
.intro h2{
    font-size: 2em;
    text-align: center;
    color: #fff;
    font-weight: 300;
    text-transform: capitalize;
    letter-spacing: 0.09em;
}
.wrapper{
    max-width: 960px;
    margin:0 auto;
    font-family: promixa-nova sans-serif;
}

.about{
    padding: 4% 0;
}
.about p{
    font-family: promixa-nova sans-serif;
    font-style: normal;
    font-weight: 300;
    line-height: 1.8;
    color: #616569;
    letter-spacing: 0.03em;
    margin: 10px auto;
    font-size: 1.5em;
    padding: 2% 0;
}
.about p a{
    color: #e1ccc9;
    border-bottom: 2px solid;
}
.work{
    height: 300px;
    padding: 2% 0;
}
.work h3{
    padding:4% 0;
}
.textbox{
    float: left;
    text-align: left;
    width: 480px;
    background-color: #fff;
    height:100%;
}
.textbox_content{
    padding: 4% 8%;
}
.textbox_content p{
    line-height: 1.8;
    color: #616569;
    letter-spacing: 0.03em;
    font-size: 1em;
}
.button{
    padding: 5% 3%;
    border: 3px solid #e0ccc8;
    letter-spacing: 0.2em;
    text-decoration: none;
    color: #e0ccc8;
    text-align: center;
    display: block;
    font-weight: 600;
    text-transform: uppercase;
    margin-top: 4%;
}
.button:hover{
    color: #fff;
    background-color: #e0ccc8;
}
.image_area{
    width: 480px;
    height: 300px;
    overflow: hidden;   
}
.left{
    float: left;
}
.right{
    float: right;
}
.contact{
    width: 100%;
    background-color: #011833;
    padding: 5% 0;
    margin-top: 5%;
    clear: both;
}
.contact_content{
    max-width: 960px;
    margin: 0 auto;
    text-align: center;
}
.contact_content h4{
    font-size: 1.875em;
    padding: 1% 0;
    color: #fff;
    font-weight: 600;
    letter-spacing: 0.04em;
}
.contact_content a{
    color: #e0ccc8;
    text-decoration: none;
}
.image_divider{
    padding: 15% 0;
    background-size: cover;
    background-position: center;
}
footer{
    background-color: #e0ccc8;
    color: #fff;
    padding: 2% 0;
    width: 100%;
    clear: both;
    height: 100px;
}
.footer_content{
    max-width: 960px;
    padding: 2% 0;
    margin: 0 auto;
    font-family: proxima-nova sans-serif;
    font-style: normal;
    font-weight: 300;
    line-height: 1.4;
    color: #fff;
    letter-spacing: 0.03em;
    font-size: 1em;
}
.credit{
    float: left;
}
.social{
    float: right;
}
.social li a{
    color: #fff;
    padding: 0.2em;
    font-size: 1.8em;
    font-weight: 600;
}
.social li a:hover{
    color: #011833;
}
/*///////////////////////////////////////////////////*/
@media only screen and (max-width:1000px){
    .wrapper{
        padding:0 4%;
    }
    .work{
        padding: 4% 0;
    }
    .image_area{
        float: left;
        width: 100%;
        line-height: auto;
    }
    .textbox{
        width: 100%;
        height: auto;
    }
    .social li a {
        font-size: 1.4em;        
    }
    .footer_content{
        padding: 3.5%;
        
    }
}

@media only screen and (max-width:800px){
    .intro h1{
        font-size: 4em;
        line-height: 1.2;}
    .intro h2{
        font-size: 1.8em;
        padding-top: 3%;
    }
    .about p{
        font-size: 1em;
        line-height: 2;
    }
    footer{
        height: 130px;
        line-height: 1.3em;
    }
    .footer_content{
        padding: 4%;
        font-size: 14px;
    }
    .social{
        float: left;
    }
    .social li a{
        font-size: 1.3em;
    }
    .contact_content{
        font-size: 12px;
        line-height: 1.5;
    }
}

.profileimg{
    height: 90%;
    width: 75%;
}
/*////////////////////////////////////////////////////*/
