html{
	cursor: url("./image/misc/normalSelect.png"), auto;
	font-family: CustomFont;
	font-weight: 750;
	overflow-x: hidden;
	padding: 15px;
}
.backgroundFix{
  position: fixed;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("./image/main/wallpaper6.jpg");
  background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed; 
	background-position: center;
}
@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, .4);
	outline: 5px solid rgba(0, 0, 0, .4);
	border-radius: 15px;
	position: auto;
	width: auto;
	height: 100%;
}
/*Navigation bar on wider windows */
.placeholder{
  position: relative;
}
.navbar{
	background-color: rgba(29,45,68, .9);
	outline: 5px solid rgba(29,45,68, .9);
	border-radius: 15px;
	overflow: hidden;
	position: fixed;
	z-index: 1000;
	box-shadow: 0 0 10px 5px rgba(0, 0, 0, .7); 
	margin-top: 12px;
}
.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: #1f2730;
	box-shadow: 0 0 10px 5px rgba(31, 39, 48, 0.9);
	border-radius: 15px;
	transition: background-color 0.35s;
	text-shadow: black 1px 0 10px;
}
.playHref{
	font-family: LifeCraft;
	font-size: 2.6vw;
	text-decoration: none;
	outline: 5px solid rgba(29,45,68, .9);
	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;
	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;
}
.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{
	background-color: rgba(0, 0, 0, .7);
	background-image: url("./image/main/imageScroll/wowClassic.jpg");
	background-size: cover;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center center;
	padding: 25px;
	margin-top: 20px;
	outline: 5px solid rgba(0, 0, 0, .7);
	border-radius: 15px;
	color: white;
	width: inherit;
  height: 75dvh;
  display: grid;
  overflow: hidden;
}
.webContainer2{
	background-color: rgba(0, 0, 0, .7);
	margin-top: 30px;
	padding: 25px;
	outline: 5px solid rgba(0, 0, 0, .7);
	border-radius: 15px;
	display: flex;
	color: white;
}
/*Text and etc.*/
      /*webContainer1*/
      /*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;
	left: 40%;
}
.logoBlizzard{
  position: center;
  margin: -0.75vw 0px;
} 
.logoBlizzardMobile{
  position: center;
}
      /*webContainer1*/
.imageScroll{
  position: relative;
  margin-bottom: -10%;
  margin-top: -10%;
}
      /*webContainer2*/
.video1{
  width: calc(60/100 * 72dvw);
  height: calc(60/100 * 42dvw);
  border-radius: 15px;
}
.character2{
  position: absolute;
  top: inherit;
  margin-top: 0;
  left: 70%;
}
/*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);
	}
	.webContainer1{
	  height: calc(20/100 * 1440px);
	}
	.webContainer2{
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center; 
    flex-direction: column;
  }
	.video1{
    width: 100%;
  }
  .text1 h2, .text1 h3{
    font-size: clamp(2.45vw, 2.45vw, 3vw);
  }
  .text2 h3{
    margin-left: auto;
    font-size: clamp(1.5vw, 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(2.5vw, 4vw, 5vw);
    }
    .text2 h3{
      margin-left: auto;
      font-size: clamp(1.5vw, 3vw, 4vw);
    }
    .text2{
      overflow: visible;
      width: auto;
      height: auto;
    }
  }
}