@import url('https://fonts.googleapis.com/css2?family=Nanum+Gothic:wght@400;700;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Alfa+Slab+One&family=Nanum+Gothic:wght@400;700;800&display=swap');
:root {
  --darkerRed: #C81D25;
  --MaxBlueGreen: hsl(185, 67%, 45%);
  --reactionRed:#ef233c;
  --btnColor: #dc8c7d;
  --topbarRed: #ce0000;
  --offBlack: #212427;
  --weirdyellow: rgb(196, 186, 0);
}


.dark-mode {
  filter: gray;
  filter: grayscale(100%);
  
}
html:hover{
  cursor: url('../img/favicon.png'), pointer;   
  

}
.main{ 
  display: block;
  text-align: center;
  position: relative;
  width: 100%;
  height: 100%;
  justify-content: center;
  overflow-x: hidden;
  inline-size: 100%;
  overflow: hidden;
}
#navbar {
  list-style-type:	none;
  margin:	0;
  padding:0;
  background-color: var(--reactionRed);
  font-size: 0;
  width: 100%;
  top: 0; left: 0;
  text-align: center;
  transition: height 0.35s ease, padding 0.35s ease;
  
}


li a, .dropbtn {
display:			inline-block;
color:				white;
text-align:			center;
padding:			15px 15px;
text-decoration:	none;
width:				100px;
font-size: initial;
}

body{
  width:100%;
  margin:0;
  font-family: 'Alfa Slab One', cursive;
  background-color: var(--reactionRed);
  overflow: hidden;
    align-items: center;
    justify-content: center;
   
}

.mainHome{
  display: flex;
  text-align: center;
  position: relative;
  width: 100%;
  height: 100%;
  justify-content: center;
  overflow: hidden;
}

.coverheading{
  margin: 0;
  top: 0;
  width: 100%;
  height: 100%;
  font-family: 'Alfa Slab One', cursive;
  /* font-size: 8em; */
  font-size: calc(6vw + 6vh);
  opacity: 0.2;
  color: white;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  filter: drop-shadow(16px 16px 20px rgba(0, 0, 0, 0.536));
  /* -webkit-text-stroke: 4px rgb(101, 8, 8); */

}
/* @media only screen and (max-width: 200px) {
  .coverheading {
    font-size: 3em;
  }
}
@media only screen and (max-width: 600px) {
  .coverheading {
    font-size: 5em;
  }
} */

.biglogo{
  width: 60vw;
  position:absolute;
  font-size: 20px;
  z-index: 1;
  margin-top: 10vh; 
}

.biglogo:hover{
  transition: 0.6s;
  transform: scale(2);
}


.lead{
  display: flex;
  justify-content: center;
  margin: 10px 10px;
  
}
.lead2{
  display: flex;
  justify-content: center;
  margin-left: 50vw;
  margin-top: 50vh;
  position: absolute;

}
.startbutton{
  position:absolute;
  border: solid 10px transparent;
  /* border-top-color: black; */
  /* border-right-color: black; */
  background-color: var(--reactionRed);


  color: white;
  padding: 15px 40px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 20px;
  border-radius: -4px;
  align-items: center;
  z-index: 1;
  border-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px, rgba(0, 0, 0, 0.07) 0px 2px 2px, rgba(0, 0, 0, 0.07) 0px 4px 4px, rgba(0, 0, 0, 0.07) 0px 8px 8px, rgba(0, 0, 0, 0.07) 0px 16px 16px;
}
.startbutton:hover{
  transition: 0.6s;
  transform: scale(1.2);
  color: var(--reactionRed);
  border-right-color: var(--reactionRed);
  background-color: black;
  box-shadow:
  0 0 100vh 100vw white,  
  0 0 50vh 50vh var(--reactionRed), 
  0 0 20vh 20vh black;

}

.arrow {
  border: solid white;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 3px;
}

.right {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

.place{
  font-family: 'Alfa Slab One', cursive;
  font-weight: 2000;
  
}
/* .biglogo img{
  width: 200px;
  height: 100px;
  position: absolute;
} */




#more {display: none;}

#more1 {display: none;}
