/* Code written by: Keyan Hatefi */

*
{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html body
{
  background: url('./resources/background.png');
  background-color: #141414; /* In case the background image fails to load */
  height:auto;
}

/* ----------------------------------------------------------------------------------------- */

/* Navigation - Start*/
a
{
  color: #C8C8C8;
  text-decoration: none;
}

a:link
{
  color: #C8C8C8;
}

a:hover
{
  color: #648DCD;
  text-shadow: 0px 0px 10px #648DCD;
}

a:active
{
  color: #0064ff;
  text-shadow: 0px 0px 20px #0064ff;
}
/* Navigation - End*/

/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
/* Index Page */

.index-logo
{
  display:flex;
  justify-content: center;
  margin-top: 5vh;
}

.index-img-logo
{
  width:auto;
  height:200px;
  max-width:auto;
  min-height:200px;
  max-height:200px;
}

.index-name
{
  margin-top: 4vh;
}

.index-name h1
{
  display:flex;
  justify-content: center;
  font-family: 'Orbitron', sans-serif;
  text-transform: uppercase;
  font-size: 35px;
  line-height: 10px;
  color:#80B2FF;
}

.index-name h2
{
  display:flex;
  justify-content: center;
  font-family: 'Orbitron', sans-serif;
  font-size: 25px;
  color:#80B2FF;
}

.index-hr
{
  margin-top: 50px;
  margin-left:auto;
  margin-right:auto;
  width:77vw;
  color: #648DCD;
  filter:drop-shadow(0px 0px 5px #648DCD);
  opacity: 50%;
}

.index-text-org
{
  display:flex;
  justify-content: center;
  margin-top: 50px;
  margin-left:auto;
  margin-right:auto;
  width:1200px;
  font-family: 'Roboto', sans-serif;
  color:#C8C8C8;
  font-size: 15px;
  text-align: center;
  line-height: 30px;
}

.index-hr-line
{
  display: flex;
  flex-basis: 100%;
  align-items: center;
  margin-top: 70px;
  color:#80B2FF;
  font-family: 'Orbitron', sans-serif;
  font-size: 25px;
}

.index-hr-line:before, .index-hr-line:after 
{
  content: "";
  flex-grow: 1;
  background: #648DCD;
  height: 1px;
  font-size: 0px;
  line-height: 0px;
  margin: 0px 210px;
  filter:drop-shadow(0px 0px 5px #648DCD);
  opacity: 50%;
}

.index-socialmedia
{
  margin-top:1%;
}

.index-socialmedia-row
{
  display:flex;
  justify-content:center;
}

.index-socialmedia-img
{
  width:70px;
  height:auto;
}

.index-misc
{
  margin-top:2%;
  margin-bottom:10%;
  height:200px;
}

.index-h2-misc
{
  display:flex;
  justify-content: center;
  font-family: 'Orbitron', sans-serif;
  font-size: 25px;
  color:#80B2FF;
}

.index-row
{
  display:grid;
  justify-content:center;
  grid-template-columns:repeat(2,500px);
  grid-auto-rows:5px;
  gap:100px;
  margin:44px 0;
  color:#ffffff;

}

.index-p
{
  font-weight:300;
  font-size:15px;
  text-align:center;
  font-family: 'Roboto', sans-serif;
  color:#ffffff;
  padding:10px;
}

.index-button
{
  display:flex;
  justify-content: center;
  position: relative;
  font-family: 'Orbitron', sans-serif;
  background-color: #141414;
  color: #648DCD;
  border: 2px solid #648DCD;
  padding: 16px 100px;
}

.index-footer nav
{
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  
  display:flex;
  justify-content: center;
  flex-direction: row;
  
  height: 5rem;
  padding-top: 1.5rem;
  
  background-color: #141414;
  border-top: 1px solid #648DCD;
  color:#ffffff;
  font-family: 'Orbitron', sans-serif;
  text-transform: uppercase;
  font-size: 20px;
  gap: 10vw;
}

/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
/* Portfolio Page */


.portfolio-logo
{
  display:flex;
  justify-content: center;
  margin-top: 2rem;
  margin-bottom: 1rem;
}

.portfolio-img-logo
{
  width:100px;
  height:auto;
}

.portfolio-hr-line
{
  display: flex;
  flex-basis: 100%;
  align-items: center;
  margin-bottom: 15px;
  color:#80B2FF;
  font-family: 'Orbitron', sans-serif;
  font-size: 40px;
}

.portfolio-hr-line:before, .portfolio-hr-line:after 
{
  content: "";
  flex-grow: 1;
  background: #648DCD;
  height: 1px;
  font-size: 0px;
  line-height: 0px;
  margin: 0px 210px;
  filter:drop-shadow(0px 0px 5px #648DCD);
  opacity: 50%;
}

.portfolio-row
{
  display:grid;
  justify-content:center;
  grid-template-columns:repeat(3,400px);
  grid-auto-rows:270px;
  gap:100px;
  margin:44px 0;
  color:#ffffff;
}

.portfolio-p
{
  font-weight:300;
  font-size:20px;
  text-align:center;
  font-family: 'Roboto', sans-serif;
  color:#ffffff;
  padding:10px;
  margin-bottom: 10rem;
}

.portfolio-img
{
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.portfolio-description
{
  margin-top:2%;
  margin-bottom:2%;
  text-align:center;
  line-height: 30px;
  font-family: 'Roboto', sans-serif;
  font-size:20px;
  color:#ffffff;
}

.portfolio-download
{
  margin-top: 15px;
}

.portfolio-button
{
  display:flex;
  justify-content: center;
  position: relative;
  font-family: 'Orbitron', sans-serif;
  background-color: #141414;
  color: #648DCD;
  border: 2px solid #648DCD;
  padding: 1px 100px;
}

.portfolio-disclaimer
{
  font-weight:300;
  font-size:13px;
  text-align:center;
  font-family: 'Roboto', sans-serif;
  color: #648DCD;
  padding:5px;
  line-height: 20px;
}

.copyright-text
{
  display:flex;
  justify-content: center;
  text-align: center;
  font-family: 'Roboto', sans-serif;
  text-transform: uppercase;
  font-size: 15px;
  letter-spacing: 2px;
  line-height: 20px;
  color:#80B2FF;
  padding-top: 3rem;
  padding-bottom: 10rem;
}

/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
/* Work Pages */

.work-text-org
{
  display:flex;
  justify-content: center;
  margin:auto;
  margin-bottom:5rem;
  font-family: 'Roboto', sans-serif;
  color:#C8C8C8;
  font-size: 20px;
  line-height: 40px;
  width: 80vw;
  gap:5em;
  padding-bottom: 5rem;
}

.work-text-hr
{
  height:300px;
  margin:auto;
  color: #648DCD;
  filter:drop-shadow(0px 0px 5px #648DCD);
}

.work-text-left, .work-text-right
{
  width:100%;
}

.work-thumbnail
{
  margin-top:30px;
  display:flex;
  justify-content: center;
}

.work-thumbnail-video
{
  margin-top:30px;
  margin-bottom: 5rem;
  display:flex;
  margin-left:auto;
  margin-right:auto;
}

.work-thumbnail img
{
  height:50vw;
  width:auto;
  max-height: 50%;
  border-radius: 10%;
  margin-bottom: 5rem;
  padding: 10px;
}

div.work-scroll
{
  display:flex;
  align-items: center;
  background-color: #141414;
  overflow: auto;
  white-space: nowrap;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 50px;
  width:100%;
}

div.work-scroll img
{
  padding: 10px;
  min-width:50vh;
  object-fit: fit;
}

/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
/* TTRPG Character Sheet Page */

.ttrpg-logo
{
  display:flex;
  justify-content: center;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.ttrpg-img-logo
{
  width:100px;
  height:auto;
}

.ttrpg-hr-line
{
  display: flex;
  flex-basis: 100%;
  align-items: center;
  margin: 8px 0px;
  color:#80B2FF;
  font-family: 'Orbitron', sans-serif;
  font-size:40px;
}

.ttrpg-hr-line:before, .ttrpg-hr-line:after 
{
  content: "";
  flex-grow: 1;
  background: #80B2FF;
  height: 1px;
  font-size: 0px;
  line-height: 0px;
  margin: 0px 100px;
}

.ttrpg-row
{
  display:grid;
  justify-content:center;
  grid-template-columns:repeat(3,400px);
  grid-auto-rows:300px;
  gap:100px;
  margin:50px;
  margin-left:25vw;
  padding-bottom: 10rem;
}

.ttrpg-column
{
  height:250px;
}

.ttrpg-p
{
  font-weight:300;
  font-size:20px;
  text-align:center;
  font-family: 'Roboto', sans-serif;
  color:#ffffff;
  padding:10px;
  margin-bottom: 10rem;
}

.ttrpg-img
{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ttrpg-text
{
  display:flex;
  justify-content: center;
  margin:auto;
  font-family: 'Roboto', sans-serif;
  color:#C8C8C8;
  text-align:center;
  font-size: 20px;
  line-height: 30px;
  padding-top: 2rem;
  width: 70vw;
  gap:5em;
}

.ttrpg-button
{
  display:flex;
  justify-content: center;
  position: relative;
  bottom:155px;
  font-family: 'Orbitron', sans-serif;
  background-color: #141414;
  color: #648DCD;
  border: 2px solid #648DCD;
  padding: 16px 100px;
  text-transform: uppercase;
  text-align:center;
}

.ttrpg-game-selection
{
  width: 20%;
  height: 35%;
  border-right: solid #648DCD 2px;
  border-image: linear-gradient(rgba(100,141,205,0.7), rgba(0,0,0,0)) 1;
  position:absolute;
  margin-left:2vw;
}

.ttrpg-game-selection-h2
{
  text-align: center;
  color:#80B2FF;
  font-family: 'Orbitron', sans-serif;
  font-size:30px;
}

.ttrpg-game-selection-h2seperate
{
  margin-bottom:20px;
  margin-top:20px;
  color: #648DCD;
}

.ttrpg-game-selection-p
{
  text-align: center;
  font-family: 'Roboto', sans-serif;
  color:#C8C8C8;
  font-size: 20px;
  line-height: 40px;
}

.ttrpg-row-nochars
{
  display:grid;
  justify-content:center;
  grid-auto-rows:300px;
  gap:100px;
  margin:50px;
  margin-left:25vw;
  padding-bottom: 10rem;
}

.ttrpg-h2-nochars
{
  color:#80B2FF;
  font-family: 'Orbitron', sans-serif;
  font-size:30px;
  display: flex;
  align-items: center;
  text-transform: uppercase;
}

/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
/* Minecraft Pages */

.minecraft-text-org
{
  display:flex;
  justify-content: center;
  margin:auto;
  margin-bottom:10rem;
  font-family: 'Roboto', sans-serif;
  color:#C8C8C8;
  font-size: 20px;
  line-height: 40px;
  max-width: 80vw;
  gap:5em;
}

.minecraft-text-hr
{
  height:34rem;
  color: #648DCD;
  filter:drop-shadow(0px 0px 5px #648DCD);
}

.minecraft-text-left
{
  width:70%;
}

.minecraft-text-right
{
  margin-top:2%;
}

.minecraft-thumbnail
{
  margin-top:30px;
  margin-bottom:30px;
  display:flex;
  justify-content: center;
}

.minecraft-thumbnail img
{
  height:25vw;
  width:auto;
  max-height: 50%;
  width:500px;
  height:auto;
}

.minecraft-h2
{
  display: flex;
  justify-content: center;
  color:#648DCD;
  font-family: 'Orbitron', sans-serif;
  text-transform: uppercase;
  font-size:30px;
  margin-top:60px;
  margin-bottom: 15px;
}

.minecraft-download
{
  margin-top:2rem;
}

.minecraft-button
{
  display:flex;
  justify-content: center;
  position: relative;
  font-family: 'Orbitron', sans-serif;
  background-color: #141414;
  color: #648DCD;
  border: 2px solid #648DCD;
  padding: 1px 100px;
}

.minecraft-disclaimer
{
  font-weight:300;
  font-size:15px;
  text-align:center;
  font-family: 'Roboto', sans-serif;
  color: #648DCD;
  padding:10px;
  line-height: 30px;
}

div.minecraft-scroll
{
  display:flex;
  align-items: center;
  background-color: #141414;
  overflow: auto;
  white-space: nowrap;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 50px;
}

div.minecraft-scroll img
{
  padding: 10px;
  min-width:50vh;
  object-fit: fit;
}

/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
/* Footer Nav */
/* Portfolio - About - Contact */

.nav-footer hr
{
  height:25px;
  opacity:50%;
  color:#648DCD;
}

.nav-footer nav
{
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  
  display:flex;
  justify-content: center;
  flex-direction: row;
  
  height: 5rem;
  padding-top: 1.5rem;
  
  background-color: #141414;
  border-top: 1px solid #648DCD;
  color:#ffffff;
  font-family: 'Orbitron', sans-serif;
  text-transform: uppercase;
  font-size: 20px;
  gap: 10vw;
}

/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */

.portfoliowork-footer hr
{
  height:25px;
  opacity:50%;
  color:#648DCD;
}

.portfoliowork-footer nav
{
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  
  display:flex;
  justify-content: center;
  flex-direction: row;
  
  height: 5rem;
  padding-top: 1.5rem;
  
  background-color: #141414;
  border-top: 1px solid #648DCD;
  color:#ffffff;
  font-family: 'Orbitron', sans-serif;
  text-transform: uppercase;
  font-size: 20px;
  gap: 10vw;
}

/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
/* Animations */

@keyframes text-focus-in 
{
 0% 
 {
   filter: blur(12px);
   opacity: 0;
 }

 100% 
 {
   filter: blur(0px);
   opacity: 1;
 }
}


@keyframes tracking-in-expand 
{
 0% 
 {
   letter-spacing: -0.5em;
   opacity: 0;
 }

 40% 
 {
   opacity: 0.6;
 }
 
 100% 
 {
   opacity: 1;
 }
}