.rotate90 {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

#validation {
	display: none;
}
.printonly {
	display: none;
}
* {
	margin: 0;
	padding: 0;
	border: 0;
	border-collapse: collapse;
}
@font-face {
	font-family: Ligurino Outline;
	src: url('Ligurino Outline.eot');
	src: url('Ligurino Outline.ttf') format('opentype');
}
@font-face {
	font-family: Weathered BRK;
	src: url('Weathered BRK.eot');
	src: url('Weathered BRK.ttf') format('opentype');
}
@font-face {
	font-family: Circulate BRK;
	src: url('Circulate BRK.eot');
	src: url('Circulate BRK.ttf') format('opentype');
}
h1 {
	font-family: Ligurino Outline;
	font-weight: normal;
	color: #ffffff;
	font-size: 3em;
}
h2 {
	font-family: Weathered BRK;
	font-weight: normal;
	color: #003366;
	display: inline;
	font-size: 1.75em;
}
h3 {
	font-family: Circulate BRK;
	font-weight: normal;
	color: #003366;
	font-size: 1.75em;
	padding: .5em;
}
h4 {
	color: #003366;
	padding-bottom: 1em;
}
body {
	color: #003366;
	background-color: #6bb5ff;
	text-align: center;
}
#body {
	border: 5px #000000 solid;
	width: 80%;
	margin-left: 10%;
	border-radius: 2em;
	margin-top: 5px;
}
#kurtschwob {
	background-color: #003366;
	border-radius: 1.65em 1.65em 0 0;
}
#toplinks {
	background-color: #6bb5ff;
	padding: .5em;
}
#toplinks table, #movielinks table {
	width: 100%;
	white-space: nowrap;
}
#toplinks td, #movielinks td {
	width: 1%;
}
#toplinks ul, #movielinks ul {
	display: none;
}
#toplinks li, #movielinks li {
	padding: 6.5%;
}
#toplinks a, #movielinks a {
	color: #003366;
	text-decoration: none;
}
#toplinks a:visited, #movielinks a:visited {
	color: #003366;
	text-decoration: none;
}
#toplinks a:hover {
	color: #ffffff;
	text-decoration: underline;
}
section, #section {
	display: block;
	color: #003366;
	background-color: #ffffff;
	border-radius: 0 0 1.7em 1.7em;
}
section p, section dl, section #form, section #resume {
	width: 90%;
	margin-left: 5%;
	text-align: justify;
}
section dt {
	font-weight: bold;
}
section dd {
	margin-bottom: 1em;
}
section a {
	color: #003366;
	text-decoration: underline;
}
section table {
	white-space: nowrap;
	margin-left: auto;
	margin-right: auto;
}
section .space {
	width: 5%;
}
#bottomnav {
	font-size: .8em;
}
section li {
	padding: .5em;
}
section a:hover {
	color: #6bb5ff;
	text-decoration: none;
}
section a:visited {
	color: #003366;
	text-decoration: underline;
}
section a:hover {
	color: #6bb5ff;
	text-decoration: none;
}
#socialmedia {
	padding-bottom: 1em;
}
p {
	padding-bottom: 1em;
}
ul {
	list-style-type: none;
	width: 100%;
}
li {
	display: inline;
}
form {
	display: inline;
	padding: .5em;
}
input, textarea {
	padding: .5em;
	border: 1px #000000 solid;
	border-radius: .75em;
}
input:hover, textarea:hover {
	background-color: #6bb5ff;
	color: #003366;
}
.hr {
	border: 1px solid;
	width: 90%;
	margin-left: 5%;
	margin-bottom: 1em;
	color: #6bb5ff;
}
.left {
	text-align: left;
}
.center {
	text-align: center;
}
.right {
	text-align: right;
}
.floatright {
	float: right;
	margin-right: 5%;
}
#copyright {
	color: #003366;
	font-size: .75em;
}
#copyright  a, #copyright a:hover, #copyright a:visited {
	color: #ff0000;
}
#resume h4 {
	text-align: left;
	border-top: 1px solid;
	border-bottom: 1px solid;
	padding: 0;
}
#resume ul {
	display: block;
	list-style-type: disc;
	margin-left: 1em;
	padding-left: 1em;
}
#resume p, #resume li {
	padding: 0;
	margin-left: 0;
	padding-top: .25em;
	padding-bottom: .25em;
	text-align: justify;
	display: block;
}
#resume .printonly {
	display: none;
}
@media screen and (min-width: 2500px) {
	#body {
		width: 90%;
		margin-left: 5%;
	}
	#toplinks {
		font-size: 1.1em;
	}
	#kurtschwob {
		border-radius: 1.5em 1.5em 0 0;
	}
}
@media screen and (min-width: 5000px) {
	#toplinks {
		font-size: 1.2em;
	}
	#kurtschwob {
		border-radius: 1.3em 1.3em 0 0;
	}
}
@media screen and (max-width: 1279px) {
	#toplinks {
		font-size: .95em;
	}
}
@media screen and (max-width: 1000px) {
	#body {
		width: 97%;
		margin-left: 1%;
	}
}
@media screen and (max-width: 799px) {
	#toplinks {
		font-size: .92em;
	}
}
@media screen and (max-width: 499px) {
	h1 {
		font-size: 2em;
	}
	#toplinks {
		padding: 0;
	}
}
