html {
	scroll-behavior: smooth;
}

body {
	background-color: #f1f1f1;
	margin: auto;
	font-family: Arial;
}

.navbar {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 110px;
	background-color: #2e2e2e;
	z-index: 100;
}

/* --- Title Texts Formats ---*/
.navbar h1 {
	color: white;
	margin-top:10px;
	margin-bottom:-20px;
	padding-left:20px;
	font-family: Arial;
}

.navbar h2 {
	font-size: 14pt;
	color: #dbdbdb;
	padding-left:20px;
	font-family: Arial;
}

@media only screen and (max-width: 435px) {
	.navLink {
		
	}
}

@media only screen and (min-width: 436px) {
	.navLink {
		/*padding-top:0px;*/
	}
}

@media only screen and (min-width: 815px) {
	.navLink {
		float:right;
		padding-top:35px;
		font-size: 10pt;
	}
}

#info {
	margin-top: 110px;
	height: 450px;
	padding-top: 110px;
	scroll-margin-top: 110px;
}

#background-video {
	width: 100vw;
	object-fit: cover;
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: -1;
}

#info table {
	background-color: #f1f1f1;
	height: 450px;
	width: 900px;
	margin-left: auto;
	margin-right: auto;
}

#info .content tr {
	
}

#info .content td {
	width: 50%;
}

#info .content table h1 {
	margin-top: -20px;
	margin-bottom: -20px;
}

#info .content table h2 {
	padding-left: 90px;
	padding-top: 0;
	padding-bottom: 0;
	font-size: 15pt;
	margin-bottom: -10px;
}

#info .content table p {
	text-align: left;
	font-family: Arial;
	font-size: 10pt;
	padding-left: 90px;
	padding-right: 70px;
}

#info table img {
	padding: 0px;
	margin: auto;
	width: 450px;
	height: 450px;
}

#infoLinks {
	background-color: #e6e6e6;
	left: 0;
	width: 100%;
}

#infoLinks section {
	width: 900px;
	height: 75px;
	background-color: black;
	margin: auto;
}

#infoLinks ul {
	display: table;
	margin: auto;
	padding: 23px;
}

#infoLinks li {
	margin: auto 10px;
}

#infoLinks img {
	width: 25px;
	height: 25px;
}

#experience, #education, #games {
	background-color: #f1f1f1;
	scroll-margin-top: 110px;
}

#about {
	background-color: #e6e6e6;
	padding-top: 50px;
	padding-bottom: 50px;
	left: 0;
}

#about h1 {
	padding: 0px;
}

#about p {
	width: 700px;
	margin: auto;
	text-align: left;
	padding-bottom: 40px;
}

a {
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

#games {
	padding-bottom: 50px;
}

footer {
	height: 50px;
	background-color: #f1f1f1;
}


ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
}

li {
	display: inline-block;
}

li a {
	display: block;
	color: white;
	padding-left: 30px;
	padding-right: 30px;
	text-decoration: none;
	vertical-align: middle;
}

a {
	font-family: Arial;
	font-size: 12pt;
	padding: 10px;
}

li a:hover {
	color: #d4d4d4;
	text-decoration: none;
}

li a:active {
	color: #bababa;
}

a.selected {
	background-color: #545454;
}

.content {
	top: 50px;
}

.content h1 {
	color: #182153;
	padding-top: 25px;
	text-align: center;
	font-family: Arial;
}

.content p {
	color: #182153;
	font-size: 14pt;
	padding-top: 15px;
	text-align: center;
	padding-left: 125px;
	padding-right: 125px;
	font-family: Arial;
}

.content a {
	color: #182153;
	padding: 0;
	font-style: italic;
}

/* --- Games List Format --- */
.gameThumbnails {
	list-style: none;
	text-align: center;
	padding-top: 50px;
}

.gameThumbnails li {
	display: inline-block;
}

.gameThumbnailContainer {
	position: relative;
}

.gameThumbnailImage {
	display: block;
}

.gameThumbnailOverlay {
	position: absolute;
	opacity: 0;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	height: 100%;
	width: 100%;
	transition: .5s ease;
	background-color: rgba(0,0,0,0.7);
}

.gameThumbnailContainer:hover .gameThumbnailOverlay {
	opacity: 1;
}

.gameThumbnailText {
	color: white;
	font-size: 20px;
	position: absolute;
	width: 80%;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	text-align: center;
}


/** Title Style **/
.title {
	border-top: 1px solid #d6d6d6;
	border-bottom: 1px solid #d6d6d6;
	text-align: center;
	padding: 20px;
}

.title h1 {
	font-size: 15pt;
	font-family: Arial;
}

/** Dated List **/
.datedList {
	margin: auto;
	padding: 10px;
	width: 80%;
	border-spacing: 0px 50px;
}

.datedList td {
	width: 30%;
}

.datedListDate {
	text-align: right;
	padding-right: 50px;
	border-right: 1px solid gray;
}

.datedListDate h1, .datedListDate h2 {
	text-align: right;
	margin: 0;
	padding: 0;
}

.datedListDate h1 {
	font-size: 20pt;
}

.datedListDescription {
	padding-bottom: 20px;
	padding-left: 50px;
	vertical-align: center;
	text-align: left;
}

.datedListDescription h2 {
	padding: 0;
}

.datedListDescription p {
	padding: 0;
}


/** Skills **/
.skillsTitle {
	border-top: 1px solid #f1f1f1;
	border-bottom: 1px solid #f1f1f1;
	text-align: center;
	padding: 20px;
	background-color: black;
}

.skillsTitle h1 {
	font-size: 15pt;
	font-family: Arial;
	color: #f1f1f1;
}

#skills {
	background-color: #242424;
	scroll-margin-top: 110px;
}

#skills table {
	padding: 10px;
	margin: auto;
	border-spacing: 50px;
	background-color: #242424;
}

#skills td {
	background-color: #5e5e5e;
	color: #f1f1f1;
	font-size: 15pt;
	text-align: center;
	width: 350px;
	height: 75px;
}

#skills ul {
	padding: 25px 10px;
	list-style: none;
	text-align: center;
}

#skills li {
	background-color: #5e5e5e;
	width: 300px;
	height: 75px;
	margin: 10px;
}

.skillItem {
	color: #f1f1f1;
	font-size: 15pt;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	text-align: center;
	position: relative;
}

/** CONTACT ME **/
#contactTable {
	margin: auto;
	border-spacing: 0;
}

#contact td {
	padding: 40px 40px 50px 40px;
	width: 50%;
}

#contact .content h1 {
	margin-top: -20px;
	margin-bottom: -20px;
	text-align: left;
}

#contact h2 {
	padding-top: 0;
	padding-bottom: 0;
	font-size: 15pt;
	margin-bottom: -10px;
}

#contact p {
	text-align: left;
	padding: 0;
	padding-top: 20px;
	padding-bottom: 40px;
	font-size: 10pt;
}

#contactFormTable {
	border-spacing: 10px;
	width: 500px;
}

#contactFormTable td {
	height: 40px;
	padding: 0;
}

#contactFormTable input {
	width: 100%;
	padding: 0px 10px;
	box-sizing: border-box;
}

#contactForm-Name {
	width: 100%;
	height: 100%;
	border: none;
}

#contactForm-Email {
	width: 100%;
	height: 100%;
	border: none;
}

#contactForm-Subject {
	width: 100%;
	height: 100%;
	border: none;
}

#contactForm-Message {
	width: 100%;
	height: 100%;
	border: none;
}

#contactForm-Submit {
	width: 100%;
	height: 100%;
	border: none;
	color: white;
	background-color: black;
}

#contactMeSocialMedia {
	border-top: 1px solid black;
	border-spacing: 0px 10px;
}

#contactMeSocialMedia td {
	padding: 0;
	width: 30px;
}

#contactMeSocialMedia img {
	width: 20px;
	height: 20px;
}

textarea {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	resize: none;
	width: 100%;
	font-family: Arial;
	padding: 10px;
}