body, html, * {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	font-family: arial;
}
body {
	display: table;
	overflow: auto;
}

section, nav {
	width: 90vw;
	margin: 2vh auto;
}

header {
	background: #00394d;
	color: white;
	width: 100vw;
}

header h2, header h3 {
	margin-left: 5vw;
	padding: 1vh 0;
}

.about p, .references p {
	padding: .5em;
	border: .3px solid #00394d;
}

.references p {
	font-size: .9em;
}

.references {
	margin-bottom: 2vh;
}

.section-title {
	color: #00394d;
}

section span.fa {
	font-size: 2.5em;
}

span.fa-link {
	display: none;
}


details summary::-webkit-details-marker {
	display: none;
}

summary, .edu div{
	background: rgba(0, 172, 230, 0.4);
}

a:not(.contacts) {
	border: 2px solid #00394d;
	border-radius: 2px;
	text-align: center;
	color: white;
	background: #00ace6;
	display: block;
	text-decoration: none;
}

.contact div {
	border: 2px solid #00394d;
	border-radius: 2px;
	text-align: center;
	color: white;
	background: #00ace6;
}

.contact div a, .contact div p {
	width: 100%;
	display: block;
	color: white;
	text-decoration: none;
	font-size: 1em;
}

a:hover {
	background: #00394d;
	border: 4px solid #00ace6;
}

nav a {
	margin: .4vh 0;
	font-size: 3em;
}

ul, li {
	text-indent: none;
	list-style: none;
}

.skills p {
	font-size: .95em;
}

li {
	border-bottom: .2px solid #00394d;
	font-size: .9em;
}

ul {
	margin: .5vh 0;
}

time {
	border: .2px solid #00394d;
	font-size: .8em;
}

li {
	margin-left: .75vw;
}
.skills p, .interests li {
	padding-left: .75vw;
}

@media screen and (min-width: 768px) {
	.contact {
		display: table;
		overflow: auto;
	}
	.contact div {
		width: 48%;
		float: left;
		margin: 1%;
	}
}

@media screen  and (min-width: 800px) {
	.contact div {
		width: 24%;
		margin: .5%;
		font-size: .9em;
	}

	
	p, li, a {
		padding: .5vh 0;
		transition: all .2s linear;
	}

	.skills details {
		width: 48%;
		float: left;
		margin: 0 1%;
	}

	.references p {
		text-align: center;
		font-size: .8em;
		width: 30%;
		float: left;
		margin: 1%;
		border: none;
	}
	
}

@media print {
	header, .references p, .references a, .work a, .contact div a, .contact div p  {
		color: black;
	}

	.references p {
		text-align: center;
		font-size: .5em;
		width: 30%;
		float: left;
		margin: 1%;
		border: none;
	}

	section span.fa {
		font-size: 1em;
	}

	.contact div {
		width: 24%;
		margin: .5%;
		float: left;
		font-size: .7em;
	}
	
	.skills details {
		width: 48%;
		float: left;
		margin: 1%;
	}

	.work {
		margin-top: 1vh;
		clear: both;
	}

	header h2, header h3 {
		margin-left: 5vw;
		padding: 0;
	}

	time, .references a, .work a {
		border: none;
	}

	.about {
		padding-top: 0;
	}

	span.fa.fa-link {
		display: inline;
		font-size: .6em;
	}

	li {
		border-bottom: .1px solid #00394d;
		font-size: .6em;
	}

	.skills p, .work p {
		font-size: .6em;
	}

	.section-title, .work-detail h4 {
		font-size: .9em;
	}
}