﻿body {
	font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
	margin: 0px;
	text-align: left;
}
.background {
	max-width: 100%;
	height: auto;
	z-index: -1;
}
.center {
	text-align: center;
}
.header {
	display: block;
	padding: 20px;
	color: #FFFFFF;
	visibility: visible;
	position: fixed;
	z-index: 1;
	top: 50px;
	left: 36px;
}
.header a {
	color: #FFFFFF;
}
.menu {
	display: block;
	padding: 10px 40px 5px 0px;
	background: #000000;
	color: #FFFFFF;
	min-height: 30px;
	font-family: "Century Gothic", sans-serif;
	font-size: 16px;
	text-align: right;
}

.footer {
	display: block;
	padding: 10px 40px 0px 40px;
	background: #000000;
	color: #FFFFFF;
	min-height: 30px;
	font-family: "Century Gothic", sans-serif;
	font-size: 16px;
}
.body-container {
	/*	don't use flex, messes up WebGL project pages
	display: flex;
	flex-wrap: wrap; */
	display: block;
	width: 90%;
	margin: auto;
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: #FFFFFF;
}

.resume-section {
	width: 100%;
}
h1 {
	font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
	font-size: 60px;
	text-transform: uppercase;
	font-weight: normal;
}
h2 {
	border-style: none;
	border-color: inherit;
	border-width: medium;
	margin-top: 12.0pt;
	margin-right: 0in;
	margin-bottom: 6.0pt;
	margin-left: 0in;
	page-break-after: avoid;
	padding: 0in;
	font-size: 22pt;
	font-family: "Century Gothic",sans-serif;
	text-transform: uppercase;
	color: #336699;
	font-weight: bold;
	text-align: center;
}
h3 {
	margin-top:12.0pt;
	margin-right:0in;
	margin-bottom:0pt;
	margin-left:0in;
	page-break-after:avoid;
	font-size:14.0pt;
	font-family:"Century Gothic",sans-serif;
	color:#548AB7;
	text-transform:uppercase;
	}
h4 {
	margin: 0in;
	font-size: 10pt;
	font-family: "Century Gothic",sans-serif;
}
.Segoe-sm {
	font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
	font-size: small;
}
.Segoe-list {
	font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
	font-size: small;
	margin-top: 0px;
}
a {
	color: #336699;
	text-decoration: none;
}
.menu a {
	color: #FFFFFF;
	text-decoration: none;
}
.menu a:hover {
	color: #FFFF;
	text-decoration: none;
}
.menu a:visited {
	color: #FFFFFF
}
.menu a:active {
	color: #FFFFFF;
}
.footer a {
	color: #FFFFFF;
	text-decoration: none;
}
.img-margin {
	border-width: 0px;
	margin: 40px;
}
.row {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}
.column {
	width: 50%;
}
.full-column {
	width: 100%;
}

.float-right img {
	width: 100%;
	float: right;
	margin: 10px;
}
.resume-header {
	width: 100%;
	display: grid;
	grid-template-columns: 1fr 60px;
}

@media (max-width: 600px){  
	.column {
		width: 100%;
	}
}

