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;w
  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;c
	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: linear-gradient(0deg,rgba(29, 45, 68, .7) 0%, rgba(32, 123, 168, .7) 100%);
  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;
}
.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;
}
.homePages{
  position: absolute;
  font-size: 1vw;
  background-color: rgba(44,69,104, 1);
  color: white;
  text-align: center;
  display: grid;
  justify-content: center;
  justify-items: center;
  border-radius: 15px;
  outline: 2px solid rgba(44,69,104, 1);
  width: 8dvw;
  height: auto;
  z-index: 1000;
}
.navbarHrefWOW:hover > .homePages {
  display: block;
}
.homePagesHref:hover{
  color: #ffbf00;
  cursor: url("./image/misc/linkSelect.png"), auto;
}
/*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*/
.webContainer1{
  position: relative;
	background-color: rgba(0, 0, 0, .7);
	background-image: url("./image/main/imageScroll/wowClassic.jpg");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
	outline: 5px solid rgba(0, 0, 0, 0);
	border-radius: 15px;
	color: white;
	width: inherit;
  	  height: 50dvw;
  overflow: hidden;
  margin-top: 15px;
}
.webContainer2{
  position: relative;
	background-color: rgba(0, 0, 0, .7);
	margin-top: 30px;
	padding: 25px;
	outline: 5px solid rgba(0, 0, 0, 0);
	border-radius: 15px;
	display: flex;
	color: white;
	overflow: hidden;
	height: 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;
}
/*Text and etc.*/
      /*webContainer1*/
.container1Preset{
  height: inherit;
  display: flex;
  transition: background 1s ease;
}
.container1InteriorInnerPreset{
  height: inherit;
  display: grid;
  justify-items: center;
  align-items: center;
}
.container1InteriorInnerDoublePreset{
  position: relative;
  display: grid;
  justify-items: center;
  align-items: center;
  top: 30%;
  margin-top: 20%;
}
.container1InteriorOuterPreset{
  height: inherit;
  transform: translateY(-100%);
}
.container1{
  position: relative;
  top: 100%;
  width: 40%;
  height: inherit;
  background-color: rgba(0, 0, 0, .7); 
  box-shadow: 0 0 10px 5px rgba(0, 0, 0, .7); 
  border-radius: 15px; 
  overflow: hidden;
  display: grid;
  justify-items: center;
  align-items: center;
  opacity: 0;
  transition: opacity 0.35s ease;
}
.container1Image{
  position: absolute;
	transition: width 0.35s ease;
}
.container1ScrollBars{
  position: absolute;
  display: flex;
  justify-items: center;
  align-items: center;
  margin-bottom: 15px;
  height: 7px;
  top: auto;
}
.container1ScrollBars > *:hover{
  height: .6dvw;
}
.learnMoreWC1{
  position: relative;
  display: block;
  width: auto;
  height: auto;
  padding: 10px;
  z-index: 500;
  transform: translate(-50%, -150%);
  top: auto;
  left: 50%;
  font-family: LifeCraft;
	font-size: 2.6vw;
	text-decoration: none;
	outline: 2px solid rgba(255, 191, 0, .9);
	color: #ffbf00;
	background: rgba(29,45,68, .9);
	float: right;
	text-align: center;
}
.learnMoreWC1:hover{
  cursor: url("./image/misc/linkSelect.png"), auto;	
  outline: 2.5px solid rgba(255, 255, 255, 1);
}
.text1{
  margin-top: -10%;
}
.text1 h2{
  margin-left: 2%;
  font-size: 2vw;
}
.text1 h3{
  margin-left: 2%;
  font-size: 1.5vw;
}
    /*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);
}
        /*Slideshow buttons in Web Contaienr [1]*/
.slideshowButtons{
  position: absolute;
  z-index: 900;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: stretch;
}
.slideshowRightButton{
  margin-left: auto;
  width: 5%;
  background-color: rgba(0,0,0, 0);
  border-color: transparent;
  opacity: 0;
}
.slideshowRightButton:hover{
  transition: 0.35s ease;
  background-color: rgba(0,0,0, .5);
  box-shadow: 0 0 10px 30px rgba(0,0,0, 0.5);
  cursor: url("./image/misc/linkSelect.png"), auto;	
  opacity: 1;
}
.slideshowRightButtonImage{
  transform: translate(-50%, -50%);
  width: 2.5dvw;
  height: auto;
}
.slideshowLeftButton{
  margin-right: auto;
  width: 5%;
  background-color: rgba(0,0,0, 0);
  border-color: transparent;
  opacity: 0;
}
.slideshowLeftButton:hover{
  transition: 0.35s ease;
  background-color: rgba(0,0,0, .5);
  box-shadow: 0 0 10px 30px rgba(0,0,0, 0.5);
  cursor: url("./image/misc/linkSelect.png"), auto;	
  opacity: 1;
}
.slideshowLeftButtonImage{
  transform: rotate(180deg);
  width: 2.5dvw;
  height: auto;
}
      /*webContainer2*/
.text2 h3{
  margin-left: 2%;
  font-size: 1.5vw;
}
.text2{
  overflow: hidden;
  width: calc(60/100 * 42dvw);
  height: calc(60/100 * 42dvw);
  display: flex;
  align-items: center; 
}
/*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;
}
      /*webContainer1*/
.imageScroll{
  position: relative;
  width: 25dvw;
  height: auto;
  margin: 0px;
}
      /*webContainer2*/
.video1{
  width: calc(60/100 * 72dvw);
  height: calc(60/100 * 42dvw);
  border-radius: 15px;
}
.character2{
  position: absolute;
  left: 70%;
  bottom: 0%;
}
/*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 linear-gradient(0deg,rgba(29, 45, 68, .7) 0%, rgba(32, 123, 168, .7) 100%);
		border-radius: 15px;
	}
	.container1{
	  width: auto;
	  display: grid;
	  height: inherit;
	  margin: 0px;
	}
	.imageScroll{
	  justify-self: start;
	  width: auto;
	  height: 15dvw;
	}
	.webContainer1{
	  height: 50dvw;
	}
	.webContainer2{
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center; 
    flex-direction: column;
  }
	.video1{
	  width: 100%;
	  height: auto;
    aspect-ratio: 1.7145 / 1;
  }
  .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;
  }
  .character2{
    display: none;
  }
}
@media screen and (max-width: 499px){ /*mobile*/
    .navbar{
      display: none;
    }
    html{
      padding: 5px;
    }
    .webContainer1{
	    height: calc(10/100 * 1440px);
	  }
    .webContainer2{
      padding: 5px;
      align-items: center;
      justify-content: center;
    }
    .video1{
      width: calc(120/100 * 72dvw);
      height: calc(120/100 * 42dvw);
      display: block;
      margin: auto;
    }
    .webContainer2{
      display: grid;
      text-align: center;
    }
    .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;
    }
}