html{
	cursor: url("./image/misc/normalSelect.png"), auto;
	font-family: CustomFont;
	font-weight: 750;
	overflow-x: hidden;
	 scrollbar-width: none;   /*disable scrollbar visibility*/
  -ms-overflow-style: none;   /*disable scrollbar visibility*/
}
body {
  background-color: rgba(29,45,68, 1);
  margin: 0px;
}
.backgroundFix{
  opacity: 1;
  position: fixed;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("./image/main/wallpaperGifClassic.gif");
  background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed; 
	background-position: center;
	filter: blur(1.5px);
}
@font-face{
    font-family: LifeCraft;
    src: url("./font/LifeCraft.ttf");
}
@font-face{
    font-family: CustomFont;
    src: url("./font/FontCustom1.bold.ttf");
}
.page{
	background-color: rgba(0, 0, 0, 0);
	outline: 5px solid rgba(0, 0, 0, 0);
	border-radius: 15px;
	position: auto;
	width: auto;
	height: 100%;
	margin-top: 20px;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
}
/*Navigation bar on wider windows */
.placeholder{
  position: relative;
  background-color: rgba(29,45,68, 0.9);
  opacity: 0;
}
hr{
  width: 100%; height: 5px; border-radius: 15px; background-color: rgba(244, 191, 42); border-width: 0px;
}
.navbar{
	background: linear-gradient(0deg,rgba(29, 45, 68, .7) 0%, rgba(32, 123, 168, .7) 100%);
	outline: 5px solid linear-gradient(0deg,rgba(29, 45, 68, .7) 0%, rgba(32, 123, 168, .7) 100%);
	border-radius: 15px;
	position: fixed;
	z-index: 1000;
	overflow: hidden;
	width: auto;
}
.navbar .a{
  overflow: hidden;
}
.navbarHref{
	font-size: 1.8vw;
	color: #ffbf00;
	float: right;
	padding: 1.75vw;
	text-align: center;
	text-decoration: none;
}
.navbarHref:hover{
	cursor: url("./image/misc/linkSelect.png"), auto;	
	background-color: rgba(44,69,104, .5);
	border-radius: 15px;
	transition: background-color 0.35s ease;
}
.playHref{
	font-family: LifeCraft;
	font-size: 2.6vw;
	text-decoration: none;
	outline: 5px solid linear-gradient(0deg,rgba(29, 45, 68, .7) 0%, rgba(32, 123, 168, .7) 100%);
	text-shadow: #FFE869 1px 0 10px;
	color: #3c4959;
	float: right;
	padding: 1.4vw;
	text-align: center;
	background-image: url("./image/main/background4.png");
	background-size: cover;
}
.playHref:hover{
	cursor: url("./image/misc/linkSelect.png"), auto;
	transition: background-image 0.35s ease;
	background-image: url("./image/main/background5.png");
	-webkit-text-stroke-color: #ffce3d;
	color: #ffbf00;
	text-shadow: black 1px 0 10px;
}
/*Navigation bar on mobile and smaller windows*/
.navbarMobile{
	background-color: rgba(29,45,68, .9);
	outline: 5px solid rgba(29,45,68, .9);
	position: fixed;
	margin: 0;
	border-radius: 15px;
	text-decoration: none;
	z-index: 1000;
}
.navbarMobileWindowSettings{
    position: absolute;
    padding: 0;
    margin: 0;
    top: 0;
    left: 0;
    z-index: 1000;
    border-radius: 15px;
}
.menuToggleButton{
    width: 50px;
    height: 50px;
    background-image: url("./image/misc/menuTo.png");
    background-size: cover;
    background-color: transparent;
    border-color: transparent;
    background-repeat: no-repeat;
    background-position: center center;
}
.menuUnToggleButton{
    width: 50px;
    height: 50px;
    background-image: url("./image/misc/menuBack.png");
    background-size: cover;
    background-color: transparent;
    border-color: transparent;
    background-repeat: no-repeat;
    background-position: center center;
}
.navbarMobileWindow{
	background-color: rgba(29,45,68, 1);
	overflow: hidden;
	position: fixed;
  display: none;
  z-index: 1000;
  width: 50dvw;
  height: 100%;
}
.navbarHrefMobile{
	font-size: 8vw;
	text-decoration: none;
	color: #ffbf00;
	float: top;
	padding: 1.45vw;
	text-align: left;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}
/*Page content container*/
.webContainer2{
	background-color: rgba(0, 0, 0, .7);
	padding: 25px;
	outline: 5px solid rgba(0, 0, 0, 0);
	border-radius: 15px;
	display: grid;
	align-content: center;
	text-align: center;
	color: white;
	overflow: hidden;
	height: 75dvh;
	width: auto;
}
.webContainer3{
  position: relative;
	background-color: rgba(0,0,0, .8);
	margin-top: 30px;
	padding: 25px;
	outline: 5px solid rgba(0, 0, 0, 0);
	border-radius: 15px;
	display: grid;
	color: white;
	overflow: hidden;
	height: auto;
}
.footer{
  margin: 0px;
  margin-top: 25px;
  background-color: rgba(29,45,68, 1);
  width: auto;
  height: auto;
  display: grid;
  align-items: center;
  justify-content: center;
}
    /*Footer*/
.footerHrefDiv{
  margin-top: 10px;
}
.socials1{
  display: flex;
  align-items: center;
  justify-content: center;
}
.socials1Href{
  text-decoration: none;
  color: rgb(52,80,122);
  cursor: url("./image/misc/linkSelect.png"), auto;	
  width: 50px;
}
.footerBlizzardLogo{
  position: relative;
}
.footerText{
  font-size: 16px;
  color: rgba(52,80,122, 1);
  margin: 0px;
  position: relative;
  text-align: center;
}
.footerFaqButton{
  position: relative;
  display: block;
  width: auto;
  height: auto;
  padding: 10px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 15px;
  font-family: LifeCraft;
	font-size: 1.3vw;
	text-decoration: none;
	outline: 2px solid rgba(255, 191, 0, .9);
	color: #ffbf00;
	background: rgba(29,45,68, .9);
	text-align: center;
}
.footerFaqButton:hover{
  cursor: url("./image/misc/linkSelect.png"), auto;	
  outline: 2.5px solid rgba(255, 255, 255, 1);
}
/*Images and etc.*/
.logoWarcraft{
	position: absolute;
	transform: translate(-50%, -50%);
	top: 50%;
	left: 50%;
}
.logoWarcraft:hover{
  width: 5%;
}
.logoBlizzard{
  position: center;
  margin: -0.75vw 0px;
  top: 50%;
} 
.logoBlizzard:hover{
  filter: saturate(300%);
}
.logoBlizzardMobile{
  position: center;
}
/*Media to optimise window size and its content*/
@media screen and (min-width: 500px){
    .navbarMobile{
        display: none;
    }
}
@media screen and (max-width: 900px){
  .navbar{
		outline: 3px solid rgba(29,45,68, .9);
	}
  .text1{
    margin-top: -5%;
  }
  .text1 h2{
    font-size: clamp(2.5vw, 2.5vw, 4vw);
  }
  .text1 h3{
    font-size: clamp(2vw, 2vw, 3vw);
  }
  .text2 h3{
    margin-left: auto;
    font-size: clamp(2vw, 2vw, 3vw);
  }
  .text2{
    overflow: visible;
    width: auto;
    height: auto;
  }
}
@media screen and (max-width: 499px){ /*mobile*/
    .navbar{
      display: none;
    }
    html{
      padding: 5px;
    }
    .text1 h2, .text1 h3{
      font-size: clamp(1.5vw, 3vw, 4vw);
    }
    .text2 h3{
      margin-left: auto;
      font-size: clamp(1.5vw, 3vw, 4vw);
    }
    .text2{
      overflow: visible;
      width: auto;
      height: auto;
    }
}