/* Meyer Reset (http://meyerweb.com/eric/tools/css/reset/) */

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;
	}

html, body {
	background-color: #FFF;
    }

#container {
    width: 100%;
    background-color: #FFF;

	padding: 0;
    }

#personal {
    width: 60%;
	margin: 0;
	margin: 0 0 0 10px;

    }

ul#nav li {
    list-style-type: none;
    font-family: "Open Sans", sans-serif;
    font-size: 3.2em;
    padding: 0 0 5% 0;
	text-transform: uppercase;
	font-weight: bold;
    }
	
ul#nav li li {
    list-style-type: none;
    font-family: "Open Sans", sans-serif;
    font-size: .65em;
    padding: 1% 0 2% 0;
	text-transform: lowercase;
	font-weight: 400;
    }

/* PRESENTATION */
h1 {
    font-family: arial;
    color: #000;
    font-weight: 700;
    font-size: 4.6em;
    padding: 0 0 4% 0;
    }

h1.bottom {
    color: #000;
    }

h1.error {
    font-family: georgia, serif;
    color: #000;
    font-size: 1.8em;
    line-height: 43px;
    }

/* links */
a:link {
	color: #04D99D;
	text-decoration: none;
	}      

a:visited {
	color: #04D99D;
	text-decoration: none;
	}
	
a:hover {
	color: #F2DC6B;
	-webkit-transition:color .4s ease-in;  
   	-moz-transition:color .4s ease-in;  
   	-o-transition:color .4s ease-in;  
   	transition:color .4s ease-in;
	text-decoration: none;
	}

a:active {
	color: #000;
	}
	
	/* MOBILE */
@media only screen and (max-width: 770px) {
#personal {
    width: 60%;
    }


@media only screen and (max-width: 600px) {
h1 {
    font-size: 2em;
    }

#personal {
    width: 90%;
    }

ul#nav li {
    padding: 0 0 7% 0;
    }
