@charset "utf-8";
/* CSS Document */
body {
	background-color: #151515;
}
.column {
	margin-top: 5%;
	float: left;
	text-align: center;
	width: 33.33%;
	color: white;
}
.row {
	float: left;
	text-align: center;
	width: 100%;
	height: auto;
	color: white;
}
.left {
	margin-top: 5%;
	float: left;
	text-align: center;
	width: 50%;
	color: white;
}
.right {
	margin-top: 5%;
	float: left;
	text-align: left;
	width: 50%;
	color: white;
}
ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
	/*background-color: #333;*/
	text-align: center;
	opacity: 0.8;
}

li {
	display: inline-block;
	padding: 8px;
}
li a {
	display: block;
	color: white;
	text-align: center;
	padding: 14px 16px;
	text-decoration: none;
}
/* Change the link color to #111 (black) on hover */
li a:hover {
	background-color: #111;
}

.skillitem {
	display: list-item;
	text-align: center;
	color: #1AF111;
}
.award {
	display: list-item;
	text-align: center;
	color: #1AF111;
}
.expitem { /* Name of Company*/
	display: list-item;
	text-align: center;
	color: #1AF111;
	font-weight: bold;
	font-size: 20px;
}

.expdes { /* Position Description*/
	display: list-item;
	text-align: center;
	color: #1AF111;
}

video#bgvideo {
	position: fixed;
	top: 50%;
	left: 50%;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	z-index: -100;
	-ms-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	background: url(placeholder.jpg) no-repeat;
	background-size: cover;
}
h2 {
	color: white;
	display: inline-block;
	text-align: center;
}
.overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	color: white;
	padding-top: 14%;
	text-align: center;
	margin-top: auto;
	margin-top: 45px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0;
	width: 100%;
	height: 0%;
	font-family: Consolas, "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", Monaco, "Courier New", "monospace";
}
h1 {
	font-size: 38px;
	font-family: Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", "serif"
}
h1.contact {
	text-align: center;
	color: white;
}
p.info {
	font-size: 18px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	width: 55em;
}
p.sondor, p.thumbnail, p.shake, p.youreastar {
	padding-left: 100px;
	padding-right: 100px;
}
p.contact {
	color: white;
	text-align: center;
	font-size: 18px;
	padding-top: 20px;
}