/*
Justin Woodard
Web Programming, Final Personal Portfolio stylesheet
*/

* {
	font-size: 12pt;
	font-family: "Verdana", "Geneva", sans-serif;
	color: white;
}

.head {
	margin-bottom: 75pt;
}

.logo {
	float: left;
	margin-left: 10px;
	height: 100px;
	width: 400px;
	text-align: center;
}

.logo img{
	display: block;
	height: 100px;
	width: auto;
	vertical-align: center;
}


/*  Navigation Bar  */
.nav {
	text-align: right;
	margin-right: 72px;
	padding-top: 2.5%;
}

#navButton {
	font-size: 36pt;
	position: fixed;
}

.overlay {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  right: 0;
  background-color: rgba(0.075, 0.15, 0.4, 0.9);
  overflow-x: hidden;
  transition: 0.2s;
  border: 4px solid #5078A0;
  border-radius: 5px;
}

.overlay-content {
  position: relative;
  top: 25%;
  width: 100%;
  text-align: center;
  margin-top: 30px;
  padding-right: 10%;
}

.overlay a {
  padding: 8px;
  text-decoration: none;
  font-size: 36px;
  color: #5078A0;
  display: block;
  transition: 0.2s;
}

.overlay a:hover, .overlay a:focus {
  color: #f1f1f1;
  text-decoration: underline;
}

.overlay .closebtn {
  position: absolute;
  top: 20px;
  right: 45px;
  font-size: 60px;
}

@media screen and (max-height: 450px) {
  .overlay a {font-size: 20px}
  .overlay .closebtn {
  font-size: 40px;
  top: 15px;
  right: 35px;
  }
}

.loginLink {
	margin-top: 5%;
	font-size: 12pt;
	color: gray;
}

/*  Header php  */
#header {
	font-size: 16;
	font-weight: bold;
	margin-top: 0px;
	color: #A8D9FF;
	letter-spacing: 2px;
}

h1 {
	text-align: center;
	font-size: 24pt;
}

body {
	background-color: #1E1E28; /* darkblue */
}

canvas {
    padding-left: 0;
    padding-right: 0;
    margin-left: auto;
    margin-right: auto;
    display: block;
    width: 800px;
    height: 600px;
    border: 1px solid #A8D9FF;
    border-radius: 5px;
}

.mainBodyLinks {
	margin-top: 2%;
	text-align: center;
	color: #A8D9FF;
	font-size: 24pt;
	margin-left: 20px;
}

.mainBodyLinks a{
	color: #A8D9FF;
	font-size: 25pt;
	text-decoration: none;
}

.mainBodyLinks a:hover, .mainBody a:focus {
  color: #f1f1f1;
  font-size: 26pt;
  text-decoration: underline;
}

.welcome {
	margin-top: 10%;
	font-size: 24pt;
	text-align: center;
}

.footer {
	padding: 50px 10px;
    text-align: center;
    overflow: hidden;
}

/*  Styles for the contact page  */

.emailForm, .login {
	border: 4px solid white;
    border-radius: 20px;
	padding: 10px 10px;
	margin-top: 25px;
	margin-left: auto;
	margin-right: auto;
	width: 75%;
	
}

.messageSubmit {
	text-align: center;
	font-size: 16pt;
	margin-top: 75pt;
	margin-bottom: 25pt;
}

legend {
	border: 1px solid white;
    border-radius: 10px;
	font-size: 22pt;
	padding: 10px;
	color: white;
	background-color: #3C3C50;
	margin-bottom: 20pt;
}

fieldset, .login {
	background-color: #3C3C50;
	border: 2px outset gray;
	border-radius: 10px;
	color: black;
}

fieldset strong,
ul strong,
fieldset label.left,
fieldset .column {
	float: left;
	width: 10%;
}

input {
	color:black
}

textarea {
	width: 600px;
	height: 100px;
	color: black;
}

.protected {
	padding: 10px 10px;
	margin-top: 25px;
	margin-left: auto;
	margin-right: auto;
	border-collapse: collapse;
	text-align: center;
	
}

.protectedVid {
	border: 4px solid gray;
    border-radius: 20px;
	width: 960px;
	height: 540px;
}

/*  Styles for the gallery page  */
.gallery, .resume {
	padding: 10px 10px;
	margin-top: 25px;
	margin-left: auto;
	margin-right: auto;
	border-collapse: collapse;
	text-align: center;
	
}

.galleryVideos {
	border: 4px solid gray;
    border-radius: 20px;
	width: 960px;
	height: 540px;
}

/*  Styles for the resume page  */
.resume {
	width: 90%;
	border: 4px solid white;
    border-radius: 10px;
    background-color: #3C3C50;
}

#resume {
	width: 100%;
	height: 1000px;
}

/*  Styles for the games page  */
.game {
	text-align: center;
	border: 2px solid white;
    border-radius: 20px;
	padding: 10px 10px;
	margin-left: auto;
	margin-right: auto;
	width: 75%;
	
}

.game img {
	width: 500px;
	heigh: auto;
}

.gameTitle {
	font-size: 20pt;
	color: #A8D9FF;
	font-weight: bold;
}

/*  Styles for the about me page  */

.aboutMe {
	padding: 25px 25px;;
	margin-left: auto;
	margin-right: auto;
	width: 900px;
	height: auto;
	border: 2px solid white;
    border-radius: 20px;
	padding: 10px 10px;
	overflow: hidden;
	background-color: #3C3C50;
}

.info {
	font-size: 14pt;
}

img.aboutMe {
	border: none;
	float: right;
	width: 300px;
	height: auto;
	vertical-align: center;
	margin-right: 3%;
}

#funFacts {
	float: clear;
	text-align: center;
}

/*  Styles for the footer  */
.footer p {
	padding: 10px;
	margin-bottom: 10px;
	text-align: center;
}

.contactLink a{
	margin-top: 24px;
	font-size: 20pt;
	color: #A8D9FF;
	font-weight: bold;
}

.contactLink a:hover, .contactLink a:focus {
	font-size: 22pt;
	color: #f1f1f1;
}

.mediaBar {
	column-count: 3;
	column-gap: 10px;
	width: 33%;
	margin-left: auto;
    margin-right: auto;
}

.mediaBar img{
	display: block;
	margin-left: auto;
    margin-right: auto;
    padding: 5px;
	width: 65px;
	height: 65px;
}

.mediaBar img:hover {
	border: none;
	border-radius: 10pt;
	background-color: rgba(250, 250, 250, 0.125);
}

#rights, #social{
	font-size: 10pt;
	color: gray;
}