html {
  scroll-behavior: smooth;
}

body {
  font-family: "Petrona", serif;
  background-color: black;
  color: #e4b36b;
  overflow-x: hidden !important;
  width: 100vw;
  text-align:center;
}

.highlight-text{
	font-family: "Petrona", serif;
	color: #79F5FFFF;
}
a {
	font-family: "Petrona", serif;
	color: #79F5FFFF;
	font-size:24px;
	text-decoration: underline;
	font-style:	bold;
	
	}
.main-container {
  background-image: url("../images/concrete-bg-dark.png");
  background-size: contain;
}

.main-content {
  z-index: 999;
}

.main-content h2,
.main-content p,
.main-content span {
  padding-left: 0.5em;
}

.remove-padding span {
  padding-left: 0 !important;
}

.parallax1::after {
  display: block;
  content: " ";
  background-color: brown;
  height: 400px;
  width: 100vw;
  position: absolute;
}

.title {
  font-size: 2rem;
  margin-top: 30px;
}

img {
  width: 100%;
}

.hide-mobile {
  display: none;
}

.show-mobile {
  display: block;
}

.menu-wrapper {
  position: fixed;
  z-index: 1000;
}

#toggle {
  z-index: 1000000;
}

.menu {
  position: absolute;
  color: #e4b36b;
  width: 50vw;
  height: 100vh;
  background: #202120;
  margin: 0;
  text-align: center; 
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s;
  display: block;
  z-index: 1000;
}

.menu a {
  color: #e4b36b;
  text-decoration: none;
  display: block;
  text-align: center;
  font-size: 1.5em;
  padding: 20px 0;
}
.menu a.wishlist-link {
  padding: 0;
}
.menu a .wishlist {
  margin: 0 auto;
  position: relative;
  top: -5px;
  padding: 5px 15px;
  color: #000000;
  margin-top: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

#menu a:hover {
  color: #e4b36b;
}

.intro {
  background-image: url("../images/mainbg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed; 
  background-position-x: center;
}

@media (max-width: 599px) {
  .intro {
    background-image: url('../images/mainbg-mobile.png');
  }
}

/* .intro::after {
  display: block;
  content: " ";
  background-image: url("../images/concrete-bg.jpg");
  background-size: contain;
  background: linear-gradient(-180deg, rgba(22, 18, 16, 0) 0%, rgba(22, 18, 16, 1) 100%);
  height: 50px;
  width: 100vw;
  position: absolute;
  bottom: -95px;
} */

.intro-wrapper {
  
  display: flex;
  flex-direction: column;
  align-items: center;
}


.intro-wrapper .parallax-title {
  position: relative;
  width: 100%;
  align-items: center;
  margin-top: -75px;
}

.intro-wrapper .parallax-dude {
  width: 100vw;
  margin-top: 50px;
  margin-bottom: -25px;
}

.social {
  width: 100%;
  height: 75px;
  align-items: center;
  position: fixed;
  background-color: #110e0c;
  bottom: 0;
  z-index: 20000;
  display: block;
}

.social .social-wrapper {
  display: flex;
  justify-content: space-between;
  max-width: 300px;
  margin: 20px auto 0;
}

.social-item {
  cursor: pointer;
  font-size: 35px;
  color: #e4b36b;
  text-shadow: 0 0 10px #161616, 0 0 20px #161616, 0 0 30px #0f292a, 0 0 40px #081617, 0 0 50px #020404, 0 0 60px black, 0 0 70px black;
}

.social-item2 {
  cursor: pointer;
  font-size: 75px;
  color: #e4b36b;
  text-shadow: 0 0 10px #161616, 0 0 20px #161616, 0 0 30px #0f292a, 0 0 40px #081617, 0 0 50px #020404, 0 0 60px black, 0 0 70px black;
}

.social-item:hover {
  color: #FFFFFFFF;
  text-shadow: 0 0 10px #79F5FFFF, 0 0 20px #79F5FFFF, 0 0 30px #dc9d40, 0 0 40px #79F5FFFF, 0 0 50px #79F5FFFF, 0 0 60px #79F5FFFF, 0 0 70px #79F5FFFF;
}

.about {
  width: 100%;
  margin: 0 auto;
}
.about .img-container {
  padding: 0;
  z-index: 20;
}
.about .img-container img {
  z-index: 25;
}
.about h2 {
  margin: 0;
}
.about .about-text-wrapper {
  margin-bottom: 3rem;
  margin-top: -5px;
  padding-top: 25px;
}

.about .title {
  margin-left: 80px;
}

.media {
  margin-top: 0px;
}

.about,
.gallery {
  padding-top: 25px;
}

.steam-widget {
  width: 100%;
  height: 200px;
  background-color: #282e39;
  
}

.yt-container {
  margin: 2rem 0;
}

.steam-wrapper {
  margin: 3rem 0;
  position: relative;
  text-align:center;
}

.contact {
  margin-bottom: 100px;
}

.form-wrapper form {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}

.field {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}

input,
textarea {
  width: 80%;
  padding: 5px 1rem;
}

textarea {
  height: 150px;
}

label {
  margin-top: 25px;
  margin-bottom: 10px;
}

.gallery {
  margin-bottom: 75px !important;
}

.button {
  background-image: url("../images/SmallShortButton.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 131px;
  height: 50px;
  font-family: "Petrona", serif;
  border: none;
  font-weight: 700;
}
.button:hover {
  background-image: url("../images/SmallShortButton_Hover.png");
}
.button:focus {
  background-image: url("../images/SmallShortButton_Selected.png");
}

.contact .button {
  margin-top: 20px !important;
}

.footer {
  background-color: #251e1e;
  margin-top: 20px;
  padding: 0.5rem 0 75px;
  text-align: center;
}
.footer .social {
  height: unset;
  margin: 0;
  padding: 0;
  width: 100%;
}

.footer p {
  padding: 1em;
  margin: 0 auto;
}

.fw-block {
  position: relative;
  color: white;
  padding: 3rem 0;
  text-align: center;
}
.fw-block::before {
  position: absolute;
  width: 100vw;
  height: 100%;
  top: 0;
  left: calc(((100vw - 100%) / 2) * -1);
  background: linear-gradient(to top, #1b332d, #1e3935);
  content: "";
}
.fw-block .fw-content {
  position: relative;
}

.usp {
  margin: 6rem auto;
  max-width: 600px;
}

.steam-mobile {
  margin: 75px 0 50px;
}

/* tablet */
@media (min-width: 600px) {
  body {
    overflow: unset;
  }

  #toggle {
    display: none !important;
  }

  .hide-mobile {
    display: block;
  }

  .show-mobile {
    display: none;
  }

  .menu-wrapper {
    height: 75px;
    width: 100%;
  }

  #menu {
    background: none;
    background: #202120;
    background-image: url("../images/menuBg.png");
    background-repeat: repeat-x;
    background-size: height 100px;
    display: flex;
    width: 80%;
    height: 82px;
    opacity: 1;
    visibility: visible;
    padding-top: 0;
    padding: 0 10%;
    justify-content: space-between;
    position: sticky;
    top: 0;
    left: 0;
  }
  #menu a {
    margin-left: 10px;
    border: none;
    color: #e4b36b;
  }
  #menu a.wishlist-link {
    padding: 0;
  }
  #menu a .wishlist {
    position: relative;
    top: -5px;
    padding: 5px 15px;
    color: #000000;
    margin-top: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #menu a:hover {
    color: #79F5FFFF;
  }
  #menu .menu-items-wrapper {
    display: flex;
    justify-content: space-evenly;
    visibility: visible;
    margin: 0 auto;
    width: 60%;
	
  }
  #menu .menu-item-blinking  {
  animation: blinker 3s linear infinite;
  min-width: 150px;
  } 
  
  .main-content {
    margin-top: 200px;
  }



@keyframes blinker {  
  50% { color: #79F5FFFF; }
}
 
  .intro {
    padding-bottom: 0;
    background-color: black;
    height: 70vh;
  }

  .intro-wrapper {
    padding: 18rem 0;
  }

  .intro-wrapper .parallax-title {
    /* width: 30%; */
  }

  .intro-wrapper .parallax-dude {
    width: 100%;
    position: absolute;
    margin-left: 20%;
    top: 0;
    padding-top: 10rem;
  }

  .about {
    background-size: cover;
  }

  .about .title {
    margin: unset;
  }

  .about img {
    width: 100%;
    display: block;
    margin: 0 auto;
  }

  .gallery {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    flex-direction: column;
    margin-bottom: 75px;
  }
  .gallery .gallery-item {
    display: inline-block;
    margin: 10px;
    border: 3px solid #000;
    box-shadow: 3px 3px 8px 0px rgba(0, 0, 0, 0.3);
    max-width: 30%;
  }
  .gallery .gallery-item:hover {
    transform: scale(1.025);
  }

  .social {
    width: 100vw;
    margin: 0 auto;
  }
}


/* DESKTOP */
@media (min-width: 1000px) {
  .menu {
    -webkit-box-shadow: 0px 3px 1px 0px #21180c;
    -moz-box-shadow: 0px 3px 1px 0px #21180c;
    box-shadow: 0px 3px 1px 0px #21180c;
  }

  .intro-wrapper .parallax-title {
    width: 100%;
    margin: 0px;
  }

  .intro-wrapper .parallax-dude {
    width: 20%;
    position: absolute;
  }

  .intro-wrapper .parallax-dude2 {
    width: 10%;
    /* position: absolute; */
  }

  .intro {
    height: 100vh;
  }

  .main-content {
    width: 960px;
    margin: 150px auto;
    position: relative;
  }

  .fw-block {
    padding: 3rem 0;
  }
}

/* WIDE SCREEN */
@media (min-width: 1400px) {
  .intro {
    height: 110vh;
  }
}
/* plugins *3

body.preloader-site {
  overflow: hidden;
}

.preloader-wrapper {
  height: 100%;
  width: 100%;
  background: #46330f;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1001;
}

.preloader-wrapper .preloader {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 120px;
}

/* css to import to use on the display */
#toggle {
  position: absolute;
  z-index: 100;
  display: block;
  width: 20px;
  height: 30px;
  margin: 30px 0 10px 30px;
}

#toggle span:after,
#toggle span:before {
  content: "";
  position: absolute;
  left: 0;
  top: -9px;
}

#toggle span:after {
  top: 9px;
}

#toggle span {
  position: relative;
  display: block;
}

#toggle span,
#toggle span:after,
#toggle span:before {
  width: 100%;
  height: 5px;
  background-color: #e4b36b;
  transition: all 0.3s;
  backface-visibility: hidden;
  border-radius: 2px;
}

/* on activation */
#toggle.on span {
  background-color: transparent;
}

#toggle.on span:before {
  background-color: #e4b36b;
  transform: rotate(45deg) translate(5px, 5px);
}

#toggle.on span:after {
  background-color: #e4b36b;
  transform: rotate(-45deg) translate(7px, -8px);
}

#toggle.on + .menu {
  opacity: 1;
  visibility: visible;
}

/* css for menu appearance*/
.yt-container {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  height: 0;
}

.yt-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#toTop {
  height: 50px;
  width: 50px;
  display: none;
  position: fixed;
  bottom: 80px;
  right: 15px;
  z-index: 99;
  border: none;
  outline: none;
  background-color: rgba(9, 92, 60, 0.65);
  color: white;
  cursor: pointer;
  border-radius: 50%;
  font-size: 2rem;
  box-shadow: 0 5px 20px rgba(14, 25, 80, 0.3);
}

#toTop svg {
  margin-top: 13px;
  width: 25px;
}

/*# sourceMappingURL=main1.css.map */
