/*-----------------------------------------------
--- Background Styles
-----------------------------------------------*/

body.background-default {
	background-color: #111;
}

/*-----------------------------------------------
--- Button Styles
-----------------------------------------------*/

.menu-button {
	display: inline-block;
	vertical-align: middle;
	font-size: 16px;
	height: 40px;
	width: 200px;
	border: #000 solid 0px;
	padding-top: 3px;
	padding-bottom: 3px;
	background-color: #1D1D1D;
	color: #FFF;
	font-family: Verdana, Geneva, sans-serif;
	text-decoration: none;
	position: relative;
	cursor: pointer;
	float: left;
	z-index: 1;
}

.menu-button:hover {
	padding-top: 0px;
	padding-bottom: 0px;
	background-color: #282828;
	float: left;
	z-index: 1;
}

.menu-button:active {
	padding-top: 0px;
	padding-bottom: 0px;
	float: left;
}

.menu-button:focus {
	outline: 0;
}

.menu-button-selected {
	background-color: #242424;
}

.menu-button-selected:hover {
	background-color: #282828;
}

/*-----------------------------------------------
--- Container Styles
-----------------------------------------------*/

header {
	margin: auto;
	position: relative;
	width: 1200px;
	height: 165px;
	padding-top: 16px;
}

div.logo {
	position: absolute;
	top: 24px;
	left: 0px;
}

div.nav-bar {
	position: relative;
	width: 1200px;
	height: 41px;
	top: 165px;
	background-color: #1D1D1D;
}

section {
	margin: auto;
	position: relative;
	width: 1200px;
	min-height: 800px;
	top: 80px;
	padding-bottom: 64px;
}

footer {
	margin: auto;
	position: relative;
	width: 1200px;
	padding-top: 68px;
	padding-bottom: 16px;
}

div.copyright {
	display: table-cell;
	background-color: #1D1D1D;
	position: relative;
	width: 1200px;
	height: 36px;
	margin: auto;
	text-align: center;
	vertical-align: middle;
	color: #FFF;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	bottom: 0px;
}

/*-----------------------------------------------
--- Portfolio Styles
-----------------------------------------------*/

div.projectlink {
	box-sizing: border-box;
	border: #404040 solid 4px;
	margin: auto;
	width: 1008px;
	height: 208px;
	position: relative;
	margin-top: 48px;
}

div.gallery-container {
	margin: auto;
	width: 1040px;
	height: 100%;
	position: relative;
}

.gallery-video {
	border: #202020 solid 4px;
	width: 1032px; 
	height: 580px;
}

.gallery-item {
	display: inline-block;
	padding: 0px 8px 8px 8px;
	text-decoration: none;
	outline: 0px;
}

.gallery-thumb {
	border: #202020 solid 4px;
	width: 240px; 
	height: 135px;
}

/*-----------------------------------------------
--- About Me Styles
-----------------------------------------------*/

skillsection {
	margin: auto;
	position: relative;
	min-width: 15%;
	max-width: 30%;
	top: 10px;
	display: inline-block;
	float: left;
	padding-left: 16px;
	padding-right: 16px;
}

skillsection-header {
	line-height: 48px;
	color: #C8D8FF;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
}

skillsection-content {
	position: relative;
	left: 32px;
	line-height: 150%;
	color: #CCC;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
}

/*-----------------------------------------------
--- Image Styles
-----------------------------------------------*/

a.icon-link {
	padding: 2px 6px;
	display: inline-block;
	font-size: 16px;
	color: #FFFFFF;
	font-family: Verdana, Geneva, sans-serif;
	text-decoration: none;
	position: relative;
	cursor: pointer;
	float: right;
}

/*-----------------------------------------------
--- Text Styles
-----------------------------------------------*/

.text-default {
	color: #CCC;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	line-height: 150%;
	padding-left: 64px;
	padding-right: 64px;
}

div.header-text-small {
	color: #CCC;
	font-family: 'Syncopate', sans-serif;
	font-size: 18px;
	line-height: 150%;
	padding-left: 64px;
	padding-right: 64px;
	text-decoration: none;
}

a.text-link {
	color: #CDF;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	text-decoration: none;
}

.header-link-small {
	color: #CDF;
	font-family: 'Syncopate', sans-serif;
	font-size: 16px;
	text-decoration: none;
}

.header-link {
	color: #CDF;
	font-family: 'Syncopate', sans-serif;
	font-size: 20px;
	text-decoration: none;
}

div.text-header {
	color: #FFF;
	font-family: 'Syncopate', sans-serif;
	text-transform: uppercase;
	font-size: 32px;
	line-height: 150%;
	font-weight: 800;
	padding-left: 16px;
	padding-top: 55px;
	padding-bottom: 45px;
}

div.text-header-short {
	color: #FFF;
	font-family: 'Syncopate', sans-serif;
	text-transform: uppercase;
	font-size: 32px;
	line-height: 150%;
	font-weight: 800;
	padding-left: 16px;
	padding-top: 25px;
	padding-bottom: 25px;
}

div.text-header2 {
	color: #FFF;
	font-family: 'Syncopate', sans-serif;
	text-transform: uppercase;
	font-size: 20px;
	line-height: 150%;
	font-weight: 800;
	padding-left: 48px;
	padding-top: 25px;
	padding-bottom: 25px;
}

/*-----------------------------------------------
--- Color Styles
-----------------------------------------------*/

.blue, div.blue {
	color: #C8D8FF;
}

/*-----------------------------------------------
--- Utility Styles
-----------------------------------------------*/

.border-left {
	box-sizing: border-box;
	border-left: #404040 solid 1px;
}

.border-right {
	box-sizing: border-box;
	border-right: #404040 solid 1px;
}

.border-top {
	box-sizing: border-box;
	border-top: #404040 solid 1px;
}

.border-bottom {
	box-sizing: border-box;
	border-bottom: #404040 solid 1px;
}

.border-all {
	box-sizing: border-box;
	border: #404040 solid 1px;
}

a {
	outline: 0;
}