body,
html {
  margin: 0;
  padding: 0;
  height: 100%;
  font-family: 'Raleway', sans-serif;
}

#title-section {
  background-color: black;
  background-image: url("images/BG_Asset.png");
}

#title-section, #project-section, #contact-section, #about-section, #links-section {
  padding: 30px;
}

#contact-section {
  background-color: #DFB5C9;
  height: 450px;
  padding-bottom: 50px;
  border-top: 2px solid #000;
}

#links-section {
  background-color: #333;
  height: 350px;
  color: whitesmoke;
  text-align: left;
  font-family: 'Raleway', sans-serif;
  a {
    text-decoration: none;
    color: inherit;
    width: 100%;
    display: block;
    line-height: 2;
  }

  .email-us {
    margin-top: 50px;
    a {
      display: inline;
      line-height: 1;
      text-decoration-line: underline;
      text-decoration-color: green;
    }
  }
}

.banner {
  display: flex;
  justify-content: space-between;
  opacity: 0;
  animation: fade-in 0.8s 0.1s forwards cubic-bezier(0.11, 0, 0.5, 0);
  a {
    text-decoration: none;
    color: inherit;
  }
}

.studio-title {
  padding-bottom: 50px;
  font-size: 1.5rem;
  color: whitesmoke;
  text-shadow: 0px 0px 0 #000, 0px 0px 0 #000, -2px 2px 0 #202020, 0px 0px 0 #000;
  line-height: 1.2;

  margin: 0;
}

.navigation {
  display: none;
  color: whitesmoke;
  font-size: 1.5rem;
  a {
    padding: 0 1rem;
  }
}

.press-img {
  max-width: 250px;
}

.dh-laurel {
  max-width: 100px;
  position: absolute;
  top: 100px;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
}

.about-container {
  max-width: 300px;
}

.gdoc-laurel {
  max-width: 100px;
  position: absolute;
  top: 200px;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
}

.bordered-content {
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  animation: fade-in 1.2s 0.2s forwards cubic-bezier(0.11, 0, 0.5, 0);
}

.centered-image {
  max-width: 100%; 
  height: auto;
}

.desktop-image {
  display: none;
}

.wishlist {
  text-decoration: none;
  color: #fffbff;
  font-size: 2rem;
  a { color: inherit; } 
}

.bg-color {
  margin: 10px 0;
  background-color: #f3a4a463;
  height: 4rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

.char-image {
  width: 720px;
}

.skull-container {
  width: 100%;
}

.skull_cup {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 20%;
}

.concierges {
  text-align: center;
  color: #ffe8f3;
  outline: #000;

  h2 {
    font-family: 'AlegreyaSans', sans-serif;
    text-shadow: 2px 2px 3px  #202020;
  }
}

.new-page-content {
  text-align: center;
}

#project-section {
  padding: 30px;
  background-color: #8C53B8;
}


.project {
  border-top: 1px solid black;
  width: 100%;
  display: flex;
  padding-top: 1rem;
  justify-content: center;
  flex-direction: column;
  margin-bottom: 50px;
}

.project-title {
  margin: 0;
  text-align: left;
  flex-basis: 30%;
  font-size: 1.5rem;
}

#project-section .project-image {
  width: 100%; 
  max-width: 400px;
  height: auto;
  flex-basis: 30%; 
  margin-bottom: 1rem;
}

.home {
  h2 {
    margin: 0;
    margin-bottom: 3rem;
    font-size: 3rem;
  }
}

.socials-container {
  padding-top: 35px;
  padding-bottom: 30px;
  text-align: center;

  a, a:hover {
      text-decoration: none;
      background: none;
  }
}

.follow-prompt {
  text-align: center;
  font-size: 1.5rem;
}

.socials {
  max-width: 40px;
  margin-left: 10px;
  margin-right: 10px;
}

.projects {
  margin: 0;
  padding: 0;
  color: #333;
  background-color: #f5f5f5;
  text-align: center;

  h1 {
    margin: 0;
  }
}

.project-image {
  max-width: 100%;
  height: auto;
  
}

.project-description {
  opacity: 0;
  animation: fade-in 2.2s 0.2s forwards cubic-bezier(0.11, 0, 0.5, 0);
  font-size: 2rem;
  /* line-height: 2rem; */
  margin-bottom: 50px;
  color: white;
  text-align: center;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
}

.hero {
  background-color: white;
  padding: 50px 20px;
  margin-bottom: 20px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  border-radius: 7px;
  color: #222;
}

.hero img {
  width: 80px;
  border-radius: 10px;
}

.hero h1 {
  font-size: 2.5rem;
  margin: 0;
  color: #222;
}

.hero p {
  font-size: 1.2rem;
  color: #222;
}

.hero div {
  font-size: 1rem;
  color: #222;
}

.hero a{
  margin-bottom: 15px;
}

.button {
  display: inline-block;
  padding: 10px 20px;
  font-size: 1.5rem;
  color: #222;
  background-color: #88CA5E;
  border: none;
  border-radius: 5px;
  text-decoration: none;
  transition: background-color 0.3s;
}

.button:hover {
  background-color: #27aa25;
}

#copyright {
  width: 100%;
  padding: 10px 0;
  text-align: center;
  background-color: whitesmoke;
  color: black;
  font-family: 'Raleway', sans-serif;
}

.game-page {
  background-image: url("images/BG_Asset.png");

  img {
    width: 100%;
    opacity: 0;
    animation: fade-in 0.8s 0.1s forwards cubic-bezier(0.11, 0, 0.5, 0);
  }

  h2 {
      text-align: center;
  }

  .content {
    background-color: whitesmoke;
    padding: 15px;
    margin-bottom: 50px;
    border-radius: 10px;
    margin-top: 15px;
    color: black;
    font-size: 20px;
  }
}

.press-container {
  margin-top: 30px;
}


/* Hamburger Menu Styles */

.menu-icon {
  color: whitesmoke;
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 2rem;
  cursor: pointer;
  z-index: 1000;
  opacity: 0;
  animation: fade-in 0.8s 0.1s forwards cubic-bezier(0.11, 0, 0.5, 0);
}

.menu-content {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: black;
  color: #333;
  color: whitesmoke;
  z-index: 1000;
  padding-top: 80px;
  font-family: 'Raleway', sans-serif;
}

.menu-content a {
  display: block;
  color: #333;
  color: whitesmoke;
  text-decoration: none;
  padding: 20px 30px;
  font-size: 3rem;
  text-align: left;

}

.menu-content a:hover {
  background-color: rgb(122, 30, 131);
}

.close-menu {
  position: absolute;
  top: 5px;
  right: 20px;
  font-size: 4rem;
  cursor: pointer;
}

.menu.open .menu-content {
  display: block;
}

/* End Hamburger Menu Styles */

.about-page {
  margin: 0;
  padding: 0;
  background-color: #fff;
  color: #333;
  font-family: Arial, sans-serif;

  h1, .navigation {
    font-family: 'Raleway', sans-serif;
  }
}

.legal-page {
  color: #333;
  justify-content: center;

  .content {
    margin: 30px;
    font-family: Arial, sans-serif;
  }
}

.menu {
  align-items: center;
  text-align: center;
}

#sf3zdb6018a4ff090132a82bec6cbecfab1f5915bee2b95571f98410fe49aa5948ec {
  display: flex;
  justify-content: center;
  align-items: center;
}

.newsletter {
  padding-bottom: 200px;
}

.about-container {
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;

  padding: 20px;
  background-color: #fff;
  margin-bottom: 50px;

  p {
    margin-bottom: 16px;
    line-height: 1.6;
  }

  img {
    width: 100%;
  }
}

.blog-image {
  max-height: 400px;
  padding: 30px 0;
  display:block;
  margin:auto;
}

.blog-container {
  margin-left: auto;
  margin-right: auto;

  max-width: 700px;
  padding: 20px;
  background-color: #fff;
  border-radius: 8px;

  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  margin-bottom: 50px;

  align-items: left;
  text-align: left;
}

.blog-content {
  line-height: 1.6;
  padding: 40px;
}

.blog-page, .press-page {
  margin: 0;
  padding: 0;
  font-family: Arial, sans-serif;
  background-color: #f8f8f8;
  color: #333;
  justify-content: center;
  align-items: center;
  text-align: center;

  .banner, h2 {
    font-family: 'Raleway', sans-serif;
  }

  h1 {
    font-size: 2rem;
  }

  .date {
    padding-bottom: 20px;
  }

  .review-title {
    text-align: center;
  }
}

@media (max-width: 700px) {
  .trailer-desktop {
    display: none;
  }

  .trailer-mobile {
    display: block;
  }

  .wishlist {
    font-size: 2rem;
  }

  .bg-color {
    margin: 10px 0;
    padding: 0 10px;
    height: 6rem;
  }

  .project-description {
    font-size: 1.5rem;
  }

  .char-image {
    width: 100%;
  }
}

@media (min-width: 700px) {
  .press-img {
     max-width: 400px;
  }

  .dh-laurel {
    max-width: 200px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: block;
  }

  .gdoc-laurel {
    max-width: 200px;
    position: absolute;
    top: 200px;
    bottom: 0;
    left: 0;
    right: 0;
    display: block;
  }

  .menu {
    display: none;
  }

  .navigation {
    display: block;
  }

  .home {
    h2 {
      font-size: 4rem;
    }
  }

  .studio-title {
    font-size: 2rem;
  }

  .mobile-image {
    display: none;
  }

  .desktop-image {
    display: block;
  }

  .trailer-desktop {
    display: block;
  }

  .trailer-mobile {
    display: none;
  }

  .socials-container, .follow-prompt {
    text-align: left;
  }

  .project {
    flex-direction: row;
    align-items: flex-start;
    margin-bottom: 0;
  }

  .project-title {
    margin: 0;
    flex-basis: 30%;
    font-size: 2rem;
    top: 0;
  }

  .project-description {
    margin: 0;
    flex-grow: 1; 
  }

  .project-image {
    width: 100px; 
  }

  #links-section {
    text-align: left;
  }

  .about-container {
    max-width: 700px;
  }
}


@keyframes fade-in {
  100% {
    opacity: 1;
    filter: blur(0);
  }
}

@font-face {
  font-family: 'Raleway'; 
  src: url('fonts/Raleway-Light.ttf') format('truetype');
  font-weight: normal;
  font-style: normal; 
}

@font-face {
  font-family: 'AlegreyaSans'; 
  src: url('fonts/AlegreyaSans-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal; 
}