
#preloadScreen {
  display: initial;
  text-align: center;
}

#postloadScreen {
  visibility: hidden;
}

#title {
	display: inline-block;
  width: 8%;
	background-color: #000020;
	grid-area: header;
	vertical-align: middle;
  align: middle;
  margin: 0.1%;
  margin-top: 1%;
  margin-bottom: 1%;
  float: left;
}

#projectPage {
	display: none;
}

#menu {
	width: 100%;
	height: 100%;
	text-align: left;
}

#videoContainer {
	position: relative;
	margin-bottom: 8%;
	margin-top: 1%;
}

#audioButton {
  font-size: 1.4vw;
}

#otherGames {
  margin-left: 3vw;
}

#egg {
	color: #000000;
}

#video {
  width: 100%;
  height: 100%;
}

#name {
	cursor: pointer;
	margin-left: 1vw;
	vertical-align: middle;
  align: middle;
	object-fit: contain;
  border-radius: 0;
  width: 60%;
}

#preloadName {
  margin-top: 3%;
  margin-left: 40%;
  vertical-align: middle;
  align: middle;
  object-fit: contain;
  border-radius: 0;
  width: 20%;
}

#nameSpan {
	vertical-align: middle;
  margin-left: 10%;
}

#promo:hover {
	cursor: default;
}

#socialmedia {
	text-align: center;
}

#homeVideo {
	margin: 0;
}

#videoFull {
	display: none;
	width: 100%;
	height: 100%;
}

#overlay {
	position: absolute;
	background: rgba(0, 0, 0, 0.5);
	color: #f1f1f1;
	width: 100%;
	height: 100%;
	top: 0;
  left: 0;
	z-index: 10;
	text-align: center;
	vertical-align: top;
}

#overlay p {
	font-size: 3vw;
	top: 50%;
	left: 47.2%;
	width: 70%;
	font-weight: bold;
	text-align: center;
	position: absolute;
	-ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

#menuJob {
  margin-left: 1.5vw;
  margin-right: 1.5vw;
  margin-bottom: 1vw;
  font-size: 2.5vw;
}

#menuBar {
  display: inline-block;
  width: 85%;
}


#projectElevatorPitch {
  margin-bottom: 2vh;
  font-style: italic;
  font-size: 2.5vw;
}

#projectLine {
  text-align: left;
  margin-top: 2vw;
  margin-bottom: 5vw;
}

#educationColumns {
  display: inline-block;
  text-align: center;
}

#otherProjects {
  text-align: center;
}

.preloadElement {
  text-align: center;
}

.projectGenre {
	background-color: #002563;
}

.projectEngine {
	background-color: #309200;
}

.projectType {
	background-color: #E60089;
}

.tagsLine {
	display: flex;
  margin: 0.5vw;
  margin-left: 1.5vw;
}

.projectPageParts {
  margin-left: 2.5vw;
}

.greyBackground {
	background-color: #333333;
}

.imageSide {
  width: 45%;
	margin: 1.5vw;
	display: inline-block;
	position: relative;
	text-align: center;
	vertical-align: top;
}

.textSide {
	width: 45%;
  margin: 1.5vw;
	display: inline-block;
	position: relative;
	vertical-align: top;
}

.portfolioGame {
	width: 28%;
	margin: 2vw;
  box-shadow: 10px 7px #000000;
  border-radius: 20px;
	display: inline-block;
	position: relative;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	overflow: hidden;
}

.portfolioOverlay {
	position: absolute;
	margin-bottom: 0;
	margin-right: 2vw;
  background-image: linear-gradient(to bottom,  rgba(10,10,10,1), rgba(10,10,10,0.1));
	color: #f1f1f1;
	width: 100%;
	height: 100%;
	bottom: 0;
  left: 0;
	z-index: 10;
	text-align: center;
}

.portfolioGame:hover .thumbnail {
  -ms-transform: scale(1.05);
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
	filter: brightness(70%);
  transition: transform .2s, filter .2s;
}

.portfolioOverlay h2 {
	/* margin-top: 100px; */
}

.elevatorPitch {
  font-style: italic;
  text-align: left;
  margin-left: 2vw;
  display: none;
}

.projectVideo {
	height: 100%;
	margin-top: 1vh;
	max-width: 100%;
	vertical-align: baseline;
	object-fit: fill;
}

.portfolioGame:hover .elevatorPitch {
  display: block;
}

.thumbnail {
	transition: transform .2s, filter .2s;
}

.thumbnail:hover {
	-ms-transform: scale(1.05);
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
	filter: brightness(70%);
}

.educationBlock {
  width: 27%;
  display: inline-block;
  text-align: center;
  vertical-align: top;
  margin: 2.7vw;
  margin-left: 2.5vw;
  margin-right: 2.5vw;
}

.contentBlock {
	vertical-align: middle;
	/* margin-bottom: 1vh; */
	height: 33%;
  margin-left: 1vw;
	overflow: hidden;
}

.sectionContent {
	display: inline-block;
	transition-duration: 0.2s;
  margin-top: 5%;
}

.sectionMenu {
	/* width: 18%; */
  height: 100%;
	background-color: #000020;
  overflow: hidden;
  height: auto;
  position: fixed;
  top: 0;
  z-index: 20;
  /* float: left; */
	text-align: left;
  /* overflow-y: auto; */
  /* scrollbar-color: #FF7800 #000020;
  scrollbar-width: thin; */
}

.contentParts {
	/* width: 82%; */
	display: inline-block;
	position: relative;
	/* text-align: center; */
}

.sections {
	text-align: center;
	position: relative;
}

.menuItem {
	display: inline-block;
  text-align: center;
  /* transition-duration: 0.2s; */
	text-decoration: none;
  font-size: 1.2vw;
  margin-left: 1.6vw;
	margin-top: 2vw;
	padding: 0.6%; */
}


.menuItem:hover {
	color: #FF7800;
	/* font-size: 1.22vw; */
	cursor: pointer;
}

.menuSide {
	display: inline-block;
  /* display: none; */
  height: 50%;
  margin: 0;
}

.pointsList {
	margin-top: 0.5vh;
	margin-left: 4.5vw;
	margin-right:2vw;
	font-size: 1vw;
	text-align: left;
	line-height: 180%;
}


.fa {
  padding: 1.5%;
  font-size: 1%;
  width: 10%;
	height: 10%;
  text-align: center;
  text-decoration: none;
  margin: 5px 2px;
	border-radius: 20%;
}

.fa:hover {
    opacity: 0.7;
}

.fa-linkedin {
  background: #FF7800;
  color: #FFFFFF;
}

.fa-facebook {
	background: #FF7800;
  color: #FFFFFF;
}

.textSpan {
	display: inline-block;
	width: 47%;
	position: relative;
	text-align: center;

}
.projectTitle {
  margin-left: 2vw;
  margin-top: 2vw;
}

.projectItem {
  display: none;
}

.dropDown {
  display: inline-block;
  width: 35%;
	margin-left: 50%;;
  text-decoration: none;
}

.controller {
	max-width: 60%;
  max-height: 50%;
	border-radius: 0;
}

.card {
  max-width: 35%;
  padding-left: 12%;
  border-radius: 0;
}

.controller:hover {
	src: url('images/decoration/yellowController.png');
}

.checkmark {
	width: 8%;
	border-radius: 0;
	margin: 0;
	display: none;
}

::selection {
	background-color: #BBBBBB;
}

.tag {
	display: inline-block;
	padding: 0.2vw;
  padding-left: 0.5vw;
  padding-right: 0.5vw;
	position: relative;
	margin: 0.5vw;
	text-align: left;
}

.linkAway {
	text-decoration: underline;
	color: #FFD355;
	cursor: pointer;
}

.smallButton {
	margin: 0.5vw;
	font-size: inherit;
}

.smallButton:hover {
	color: #000000;
	background-color: #FFFFFF;
	font-size: inherit;
}

.sideLogo {
	width: 40%;
	margin-left: 50%;
	height: 10%;
	border-radius: 0;
}

.subheader {
  margin-top: 0vw;
  font-size: 1.5vw;
}

.otherProjectsPanel {
	display: inline-block;
	position: relative;
	text-align: center;
  margin: 2vw;
	margin-bottom: 1%;
}

.schoolSection {
  display: inline-block;
}

html {
	scroll-behavior: smooth;
}

body {
	color: #FFFFFF;
	background-color: #000020;
	font-family: 'Open Sans', sans-serif;
  min-width: 340px;
	text-decoration: none;
	background-repeat: vertical;
	background-size: 100%;
	font-weight: 500;
	font-size: 100%;
	margin: 0;
}

ul {
  padding-inline-start: 0px;
}

li {
  /* list-style: square; */
	padding-left: 0.5vw;
  margin-top: 5px;
  /* margin-bottom: 5px; */
  font-size: calc(5px + 1vw);
  line-height: 1.5;
}

li::marker {
  color: #FFFFFF;
  display: inline-block;
  height: 2vh;
  width: 2vw;
	border-radius: 50%;
}

hr {
  border-color: #FF7800;
}

p {
	margin-top: 0.5vh;
	margin-left: 3vw;
	margin-right: 2vw;
	font-size: calc(5px + 1vw);
	text-align: left;
	line-height: 150%;
}


h3 {
	margin-top: 0.5vh;
	margin-left: 3.5vw;
	margin-right:2vw;
	margin-bottom: 0;
	font-size: 1.2vw;
	text-align: center;
	line-height: 150%;
}

div {
  clear: both;
  scroll-margin-top: 150px;
}

button {
	background-color: #FF7800;
	color: #FFFFFF;
	cursor: pointer;
	border: none;
	padding: 1%;
	font-weight: bold;
	transition-duration: 0.2s;
	font-size: 3vw;
	border-radius: 0.5vw;
}

button:hover {
	/* font-size: 4.5vw; */
	cursor: pointer;
  opacity: 70%;
}

img {
	margin-top: 1vh;
	max-width: 100%;
	vertical-align: baseline;
	object-fit: fill;
}

h1 {
	text-align: left;
	font-size: calc(5px + 4vw);
  font-weight: 100;
	margin: 0;
  padding-top: 3vh;
	margin-top: 1.8vh;
	margin-bottom: 1.8vh;
  margin-left: 2.5vw;
	color: #FFFFFF;
}

h2 {
	margin-top: 1vh;
	margin-bottom: 0;
  margin-left: 3vw;
	/* text-decoration: underline;
	text-decoration-color: #FFD355; */
	text-align: left;
  font-size: calc(8px + 2vw);
  font-weight: 900;
}

h4 {
	text-align: center;
	font-size: calc(5px + 1vw);
	color: #FFFFFF;
	margin: 0;
	margin-top: 0.5%;
}

h5 {
	text-align: center;
	font-size: 0.5vw;
	color: #FFFFFF;
	margin: 0;
}

a {
	text-decoration: none;
	color: inherit;
}


footer {
	margin-top: 1%;
	margin-left: 20%;
  height: 5%;
	text-align: center;
	background-color: #FF7800;
  float: left;
	color: #FFFFFF;
}

em {
	text-align: center;
	font-size: 1vw;
	text-decoration: none;
}

strong {
	color: #000000;
  background-color: #ffD355;
  padding: 0.05vw;
  padding-left: 0.3vw;
  padding-right: 0.3vw;
	font-size: inherit;
	cursor: help;
	text-decoration-line: none;
	/* border: 1px;
	border-style: solid;
	border-color: #ffD355; */
}

strong:hover {
	color: #000000;
	background-color: #FFFFFF;
	font-size: inherit;
}

@media screen and (max-width: 1920px) {
  .portfolioGame {
    width: 45%;
  }
}


@media screen and (max-width: 769px) {
  /* For mobile phones: */
  #title {
    margin: 0.1%;
    margin-top: 2%;
    margin-bottom: 1%;
    vertical-align: inherit;
    width: 20%;
    float: left;
  }
  #menuJob {
    font-size: 3vw;
  }
  #menuBar {
    display: inline-block;
    margin-top: 0px;
    width: 79%;
  }
  #projectElevatorPitch {
    margin-left: 3vw;
  }
  #projectName {
    padding: 0px;
  }
  #name {
    /* padding-bottom: 0.5vw; */
  }
  .sectionMenu, .sectionContent {
    width: 100%;
  }
  .sectionContent {
    margin-top: 24%
  }
  .sectionMenu {
    overflow: hidden;
    text-align: center;
    vertical-align: middle;
    height: auto;
    position: fixed;
    top: 0;
    z-index: 20;
  }
  .textSide {
    width: 92%;
  }
  .imageSide {
    width: 92%;
  }
  .menuItem {
    display: inline-block;
    font-size: 2.2vw;
    margin-left: 1%;
    margin-right: 1%;
  }
  .dropDown {
    width: 5%;
    margin-left: 1%;
  }
  .menuSide {
    display: none;
  }
  .aboutImage {
    max-width: 100%;
  }
  .projectTitle {
    font-size: 4vw;
  }
  .portfolioGame {
    width: 93%;
  }
  .tagsLine {
   font-size: 4vw;
  }
  .otherProjectsPanel {
    margin: 0.6vw;
    margin-right: 2.7vw;
  }
  .educationBlock {
    width: 92%;
  }
  .contentBlock {
    text-align: center;
    margin-left: 0px;
  }
  .subheader {
    margin-top: 0vw;
    font-size: 3vw;
  }

  li {
    font-size: 3vw;
  }
  p {
    font-size: calc(5px + 1.5vw);
    margin-left: 0px;
  }
  div {
    scroll-margin-top: 100px;
  }
  h1 {
    margin-left: 3vw;
  }
  h2 {
    font-size: calc(8px + 4vw);
    margin-left: 0px;
  }
  h5 {
    font-size: 0.5vw;
  }
}
