/*CSS Imports */
@import url("https://fonts.googleapis.com/css2?family=Luckiest+Guy&family=Quicksand:wght@400;600;700&family=Rubik+Mono+One&display=swap");

/* Body and HTML*/
html {
  margin: 0;
  padding: 0;
  width: 100%;
}

body {
  margin: 0;
  padding: 0;
  text-align: center;
  background-color: #000033;
  width: 100%;
}

/* Home Page Styles*/

#home-page {
  background-image: radial-gradient(#feffcc, #feffa9, #ffe04f);
  min-height: 100vh;
  width: 100%;
  margin: auto;
  padding-top: 20px;
}
#home-inside {
  max-width: 960px;
  text-align: center;
  margin: auto;
}
#home-page-logo {
  text-align: right;
}
#home-page-logo img {
  width: 200px;
  cursor: pointer;
}

#description {
  color: #3366cc;
  font-family: "Rubik Mono One", sans-serif;
  text-align: left;
  padding-left: 60px;
}
#description ul {
  list-style-type: none;
  padding-left: 0;
}
.name-header {
  font-size: 22pt;
  margin-bottom: 20px;
  letter-spacing: 1px;
}
#description ul li {
  font-size: 12pt;
  letter-spacing: 2px;
  line-height: 24pt;
}
.bio-text p {
  text-align: left;
  font-weight: 700;
  font-family: "Quicksand", sans-serif;
  margin-top: 60px;
  padding-left: 20px;
  font-size: 12pt;
  line-height: 24pt;
  margin-bottom: 40px;
  color: #3366cc;
}
/* Header Styles */
#header {
  width: 100%;
  margin: 0;
}
.header-interior {
  max-width: 1024px;
  margin: auto;
  text-align: center;
}
.sticky {
  left: 0;
  list-style-type: none;
  position: fixed;
  top: 0;
  width: 100%;
  background-image: radial-gradient(#feffcc, #feffa9, #ffe04f);
  z-index: 3;
  padding-top: 10px;
}
.non-sticky {
  text-align: left;
  width: 100%;
  display: inline-block;
  margin-top: 20px;
}
.nav-item-logo {
  display: none;
}
.nav-item-social {
  padding-left: 10px;
  margin-bottom: 20px;
  color: #3366cc;
  display: none;
  float: right;
}
.nav-item-logo img {
  font-family: "Luckiest Guy", cursive;
  color: #3366cc;
  width: 80px;
  margin-bottom: 10px;
  cursor: pointer;
}
.nav-item {
  text-align: center;
  display: inline-block;
}
.nav-item a {
  text-decoration: none;
}
.nav-item i,
.nav-item-social i {
  margin-bottom: 10px;
  font-size: 25pt;
}
.nav_text {
  font-family: "Quicksand", sans-serif;
  font-weight: 600;
  text-decoration: none;
  font-size: 10pt;
  margin-bottom: 10px;
}
#social-media {
  text-align: right;
  margin-bottom: 20px;
  color: #3366cc;
}
.social-media-icon {
  padding-left: 20px;
}
/*Interior Styles */
.interior-wrapper {
  width: 100%;
  margin: auto;
}
.interior-page {
  text-align: center;
  margin: auto;
  width: 100%;
  max-width: 960px;
}
.interior-page h2 {
  font-family: "Luckiest Guy", cursive;
  font-size: 42pt;
  letter-spacing: 10px;
}
.interior-scroll {
  text-align: center;
  margin: auto;
  cursor: pointer;
}
.interior-scroll a {
  text-decoration: none;
  color: #000033;
}
.interior-scroll a:hover {
  color: white;
  padding-top: 10px;
  background-color: #303030;
  border-radius: 20px;
  padding: 10px;
}
.interior-description-text {
  text-align: left;
  font-weight: 700;
  font-family: "Quicksand", sans-serif;
  font-size: 12pt;
  line-height: 24pt;
}
#view-projects {
  width: 100%;
  text-align: center;
  margin-top: 200px;
}
#next-project {
  width: 100%;
  text-align: center;
  margin-top: 100px;
}
#last-project {
  position: absolute;
  z-index: 2;
  top: 30px;
}
/* Coding Styles */
#coding {
  /*background-image: radial-gradient( #71ddfd,#2c74e3);*/

  background-image: linear-gradient(
    to right,
    rgba(113, 221, 253, 0.83),
    rgba(113, 221, 253, 0.92),
    #2c74e3
  );
  padding-top: 20px;
  min-height: 100vh;
  position: relative;
}
#coding-inside {
  background-image: linear-gradient(
    to right,
    rgba(113, 221, 253, 0.83),
    rgba(113, 221, 253, 0.92),
    #2c74e3
  );
  background-repeat: repeat;
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  left: 0;
  top: 0;
}
#coding h2,
p {
  color: #000033;
  text-align: left;
}
#coding-sidebar {
  text-align: right;
}
#web-languages {
  font-family: "Luckiest Guy", cursive;
  font-size: 15pt;
  letter-spacing: 3px;
}
.web-language-icon {
  width: 50px;
}
#coding-slide {
  height: 280px;
  margin-bottom: 10px;
  width: 100%;
}
#coding-slide img {
  height: 250px;
  align-content: en;
}
/*Oddlibs Styles */
#oddlibs-page {
  min-height: 100vh;
  background-color: #000000;
  position: relative;
}
#oddlibs-interior {
  background-image: linear-gradient(#ffcc00, #ff9900);
  width: 100%;
  max-width: 960px;
  height: 100%;
  min-height: 100vh;
}
#oddlibs-image {
  justify-content: center;
}
#oddlibs-image img {
  width: 300px;
}
.oddlibs-text {
  color: #000000;
}
#madlibs-slide {
  height: 300px;
  width: 100%;
  align-content: center;
  margin-bottom: 10px;
}
#madlibs-slide img {
  height: 300px;
  align-self: top;
}
#oddlibs-button {
  background-color: #3c3c3c;
  border: none;
  border-radius: 5px;
  letter-spacing: 2pt;
  color: #ffcc00;
  font-family: "Luckiest Guy", cursive;
  font-size: 12pt;
  width: 150px;
  height: 50px;
}
#oddlibs-button:hover {
  background-color: #000000;
}
/* camp trip styles */
#camp-trip {
  min-height: 100vh;
  background-color: black;
  position: relative;
}
#camp-trip-interior {
  background-image: radial-gradient(#567f26, #396218, #19440a);
  width: 100%;
  max-width: 960px;
  height: 100%;
  min-height: 100vh;
  position: relative;
}
#camp-trip-top {
  height: 150px;
  margin-top: none;
}
#camp-trip-image {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  padding: 0;
  z-index: 1;
  pointer-events: none;
}
#camp-trip-image-mobile {
  position: absolute;
  width: 100%;
  top: 0px;
  left: 0px;
  padding: 0;
  z-index: 1;
  pointer-events: none;
}
#camp-trip-mobile {
  height: 500px;
}
#camp-trip-text {
  color: white;
}
#character-choices {
  color: #ff9933;
  font-family: "Luckiest Guy", cursive;
  text-align: center;
  letter-spacing: 0.15rem;
}
#character-slider {
  margin-top: 20px;
  margin-bottom: 30px;
}
#choose-character {
  font-size: 20pt;
  margin: auto;
}
.choose-character-text {
  /*font-family:'Quicksand',sans-serif;*/
  font-size: 12pt;
}
#game-character {
  margin: 20px;
}
#game-character img {
  height: 300px;
}
.game-arrow {
  font-size: 35pt;
  line-height: 35pt;
  cursor: pointer;
  background-color: transparent;
  border: none;
  color: #ff9933;
  z-index: 999;
}
.game-arrow:hover {
  color: #cc6633;
  text-shadow: 2px 2px black;
}
#views button {
  background-color: #ff9933;
  height: 40px;
  width: 60px;
  border-radius: 8px;
  border: none;
  margin: 10px;
  color: #396218;
}
.views-button {
  font-family: "Luckiest Guy", cursive;
}
#itch-widget {
  text-align: center;
  display: inline-block;
  text-decoration: none;
  width: 100%;
}
#itch-widget a {
  text-decoration: none;
}
.camp-trip-button {
  border: none;
  list-style-type: none;
  display: inline-block;
  background-color: #65350f;
  color: #ff9933;
  border-radius: 20px;
  font-size: 12pt;
  padding: 10px;
  width: 110px;
  margin: 10px;
}
.camp-trip-button:hover {
  background-color: #2e1503;
  color: #ffcc00;
}
.camp-trip-button i {
  font-size: 28pt;
}
/* illustration styles */
#illustration {
  background-image: linear-gradient(
    to right,
    rgba(113, 221, 253, 0.9),
    rgba(113, 221, 253, 0.95),
    #2c74e3
  );
  min-height: 100vh;
  padding: 0;
}
#illustration-inside {
  background-image: linear-gradient(
    to right,
    rgba(113, 221, 253, 0.9),
    rgba(113, 221, 253, 0.95),
    #2c74e3
  );
  background-repeat: repeat;
  width: 100%;
  min-height: 100vh;
  padding: 20px;
  left: 0;
  top: 0;
}
#illustration h2,
#illustration p {
  color: #000033;
  text-align: left;
}
.illustration-card {
  padding: 40px;
}
.illustration-card:hover {
  background-color: #1c4966;
  border-radius: 20px;
}

.illustration-card:hover .illustration-heading,
.illustration-card:hover .illustration-caption {
  color: white;
}
.illustration-heading {
  font-family: "Luckiest Guy", cursive;
  color: #000033;
  text-align: left;
  letter-spacing: 5pt;
}
.illustration-image {
  width: 100%;
  margin-top: 20px;
}
.illustration-image img {
  width: 100%;
}
.illustration-sub-page {
  margin-top: 40px;
  margin-bottom: 60px;
}
.illustration-sub-heading {
  position: relative;
}

.illustration-sub-heading h2 {
  position: absolute;
  right: 0;
  font-size: 30pt;
}
.animation-sub-heading {
  font-family: "Luckiest Guy", cursive;
  color: #000033;
  letter-spacing: 2px;
}

#animation-page,
#char-design-page {
  display: none;
}
iframe {
  width: 540px;
  height: 480px;
  margin-bottom: 20px;
}
.illustration-close {
  font-size: 30pt;
  color: #000033;
}
.char-design-image {
  width: 100%;
  max-width: 900px;
  margin-bottom: 10px;
}
.char-design-image img {
  width: 100%;
  max-width: 900px;
}
.char-design-gif {
  padding: 10px;
  height: 100px;
  margin-bottom: 20px;
}
#animation-rect {
  display: none;
}
#char-design-rect {
  display: none;
}
/*contact styles*/
#contact {
  height: 100vh;
  background-color: #000033;
  width: 100%;
  align-items: center;
  padding: none;
  color: #000033;
}
#contact-information {
  float: right;
}
#contact-inside {
  width: 90%;
  max-width: 960px;
  min-height: 100vh;
  background-image: url(../images/textures/weights-pc.png);
  background-repeat: repeat;
  margin: auto;
  padding: 20px;
  overflow: hidden;
}
.contact-interior h2 {
  font-family: "Luckiest Guy", cursive;
  color: #000033;
  font-size: 24pt;
  float: right;
}
.skills-heading {
  font-family: "Luckiest Guy", cursive;
}
.contact-interior {
  float: right;
  padding-right: 40px;
  padding-top: 40px;
}

#contact-languages {
  font-family: "Luckiest Guy", cursive;
  color: #000033;
  font-size: 15pt;
  letter-spacing: 3px;
  text-align: right;
  margin-top: 40px;
  margin-bottom: 20px;
}
#contact-p a {
  cursor: pointer;
}
.contact-language-icon {
  width: 50px;
  text-align: right;
  float: right;
  margin-left: 10px;
}
.contact-sites {
  float: right;
  margin-left: 20px;
  margin-top: 10px;
}
.contact-sites i:hover {
  color: #3366cc;
}
.contact-sites a {
  text-decoration: none;
}
.contact-sites i {
  font-size: 20pt;
  display: block;
  color: #000033;
}
.contact-sites em {
  font-size: 10pt;
  color: #000033;
}
