
* {
    margin: 0;
    padding: 0;
    line-height: 1; 
}

html:not(.no-js) [data-aos=slide-up] {
  -webkit-transform: translate3d(0,50%,0);
  transform: translate3d(0, 50%, 0);  
}


html {
  position: relative;
  width: 100%;
  overflow: hidden;
}

body[data-aos-easing="ease"] {
    width: 100%;
  	overflow-x: hidden;
  	font-family: 'Roboto Condensed', sans-serif;
  	-webkit-overflow-scrolling: touch;
  	position: relative;
}

.mobile {
  	display: none;
}

.main-content {
    color: #ffffff;
    min-height: 100vh;
    overflow: hidden;
  	position: relative;
 	background-image: url('//ips4-wowslegends-global.gcdn.co/pages_media/7_13_bckg_texture.jpg');
    background-color: #00183e;
    background-position: center 1100px;
    background-repeat: repeat-y;
  	width: 100%;
}

.wrapper {
    padding: 0 16px;
    max-width: 1340px;
    width: 100%;
    margin: 0 auto;
  	overflow: hidden;
}

.flex {
    display: flex;
    justify-content: center;
    align-items: center;
  	text-align: center;
}

.flex-column {
    flex-direction: column;
}

.font-roboto {
    font-family: 'Roboto', sans-serif;
}

.font-roboto-condensed {
    font-family: 'Roboto Condensed', sans-serif;
}

.uppercase {
    text-transform: uppercase;
}

@media screen and (min-width: 2000px) {
  .main-content {
    background-position: center 50vw;
    background-size: 100%;
  }
}

@media screen and (max-width: 600px) {
  .mobile {
    display: block;
  }
  
  .desktop {
   	display: none; 
  }
  
  .main-content:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}