/* 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;
}
header {
	background-image: url("../img/header.svg");
	background-position: top right;
	background-size: cover;
	background-repeat: no-repeat;
	min-width: 960px;
	width: 100%;
	padding: 2em 0 0 2em;
	position: fixed;
	z-index: 1000;
}
header img {
	width: 284px;
	padding: 8px 0px 50px 8px;
}
nav {
	font-family: 'Josefin Sans', sans-serif;
	text-transform: uppercase;
	color: #011627;
	line-height: 4em;
	max-width: 200px;
	padding: 13em 0 0 5em;
	float: left;
	overflow: hidden;
	position: fixed;
}
nav ul {
	display: flex;
	flex-direction: column;
}
nav a {
	text-decoration: none;
	color: #011627;
	padding-left: .7em;
}
nav li.active {
	background-image: url("../img/selector.svg");
	background-position: 0 1.5em;
	background-size: 20%;
	background-repeat: no-repeat;
}
.banner-icon {
	display: none;
}
body {
	background: #fff;
	background-image: url();
	background-position: top right;
	background-size: cover;
	background-repeat: no-repeat;
	font-family: proxima-nova, sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 1.2em;
	line-height: 1.6em;
	margin: 0 auto;
	width: 100%;
	color: #344552;
}
h1 {
	font-weight: 600;
	font-size: 1.6em;
	line-height: 1em;
	padding-bottom: .5em;
}
h2 {
	font-size: 1.75em;
	font-weight: 400;
	line-height: 1.2em;
	padding: .5em 0em;
}
h3 {
	font-size: 1.4em;
	font-weight: 400;
	line-height: 1.2em;
	padding: .5em 0em;
}
p {
	padding: .5em 0em;
	max-width: 800px;
}
main {
	padding: 14em 6em 6em;
	margin: 0 0 0 12em;
	min-width: 500px;
}
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;
}
footer {
	clear: both;
	background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 25%, rgba(255, 255, 255, 1) 100%);
	background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 25%, rgba(255, 255, 255, 1) 100%);
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 25%, rgba(255, 255, 255, 1) 100%);
 filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=0);
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	height: 50px;
}
footer p {
	font-style: italic;
	font-size: .6em;
	line-height: 1em;
	color: #01162765;
	text-align: right;
	padding: 1em .5em 0em 0em;
	max-width: 100%;
}
footer img {
	width: 30px;
	vertical-align: -.75em;
}
table.resume {
	max-width: 400px;
}
.resume h3 {
	font-style: italic;
	font-size: 1.2em;
	color: #f99e23;
	padding: 1.5em 0 0 0;
}
.resume h4 {
	font-size: .9em;
	font-weight: 600;
	line-height: 1.1em;
	padding: .75em 0 0 0;
}
.resume h5 {
	font-size: .8em;
	font-style: italic;
}
.resume p {
	font-size: .85em;
	line-height: 1.2em;
}
.resume li {
	font-size: .85em;
	line-height: 1.2em;
	list-style-image: url("../img/selector.svg");
	padding: 0 0 .6em 0;
}
.skills p {
	font-size: .8em;
	line-height: 1.2em;
	padding: .5em 0 0 0;
}
.skills td {
	min-width: 5.5em;
}
.head p {
	font-size: .8em;
	line-height: 1.2em;
	font-weight: 800;
}
.span{
	text-align: right;
}
/*media query for mobile 868px*/
@media screen and (max-width : 1000px ) {
h1 {
	font-size: 1.5em;
	line-height: 1.2em;
}
h2 {
	font-size: 1.2em;
	line-height: 1em;
	padding-top: 1.1em;
}
h3 {
	font-size: 1.2em;
	line-height: 1.5em;
}
p {
	font-size: .96em;
	line-height: 1.5em;
}
/*responsive menu*/
main {
	padding: 2em 2em 6em;
	margin: 0;
	min-width: 200px;
}
nav {
	width: 100%;
	float: right;
	padding: 0;
	line-height: 1.9em;
	background-color: #011627;
	position: fixed;
	top: 9.6em;
	right: 0;
	z-index: 100;
}
nav li {
	border-bottom: #fff 1px solid;
}
nav a {
	text-decoration: none;
	color: #fff;
	padding-left: .7em;
}
nav li.active {
	background-image: url("../img/mobileselector.svg");
	background-position: left;
	background-repeat: no-repeat;
	background-color: #fff;
	border-bottom: #011627 1px solid;
}
nav li.active a {
	color: #011627
}
/*sets the position of the ul to top of window*/
article, aside {
	float: left;
	padding: 3em 2em 3em 0;
	position: absolute;
	top: 9em;
}
/*responsive menu*/
	#moblienav {
		z-index: 1001;
		position: fixed;
	}
	
#main ul.topnav {
	display: none; /*invisible*/
}
#main ul.topnav li {
	display: block; /*forces links into blocks so they stack*/
}
#main ul.topnav li a, #main ul.topnav li a:visited, .banner-icon a, .ban- ner-icon a:visited {
	padding: .9em .7em .5em .7em; /*increase area size of link hotspot*/
	text-decoration: none; /*remove link underline on .banner-icon*/
	line-height: .8em; /*centers text vertically in the block*/
	font-weight: 700; /*bold text*/
	transition: 0.3s; /*transition time to hover state*/
	baseline-shift: 15%;
}
#main ul.topnav li a:hover, #main ul.topnav li a:focus, #main ul.topnav li a:active, .banner-icon a:focus, .banner-icon a:hover, .banner-icon a:active {
	color: #011627; /*color change*/
	background-color: #fff; /*change of background-color*/
}
#main ul.topnav li.active a:hover, #main ul.topnav li.active a:focus, #main ul.topnav li.active a:active {
	background-image: url("../img/mobileselector.svg");
	background-position: left;
	background-repeat: no-repeat;
}	
.banner-icon {
	color: #fff;
	display: block;
	position: absolute; /*positions div*/
	top: 8.1em;
	right: 0; /*and at right side of the window*/
}
.banner-icon a {
	display: block; /*show link*/
	padding: .5em .7em .5em .7em; /*add to hotspot area*/
	color: #fff;
}
#main ul.topnav.responsive {
	position: relative; /*sets the position of the element*/
	display: block; /*shows the ul*/
	top: 0;
}
/*sets the position of the ul to top of window*/
#main ul.topnav.responsive li a {
	display: block;/*assigns the a box properties*/
	text-align: center; /*centers text within the box*/
	border-bottom: dotted #333 1px; /*assigns a dotted border under each link that will be dotted, gray and 1px wide.*/
}
}
