html, body, div, span, p, a, del, em, img, ol, ul, li, fieldset, form, label {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}


body {

	background-image: url("images/background.png");
	background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: 100vw auto;
}


.bg {
  /* The image used */
  background-image: url("background.png");

  /* Full height */
  height: 100%;

  /* Center and scale the image nicely */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
	}

p {
	margin:1em 0;
	line-height:1.1em;
}


h1 {
	font-size:2.91em;
	margin:0;
}



#progress {
	height:2%;
	background:#444;
	bottom:0;
	z-index:200;
}

#scrollbar {
	position:fixed;
	right:2px;
	height:50px;
	width:6px;
	background:#444;
	background:rgba(0,0,0,0.6);
	border:1px solid rgba(255,255,255,0.6);
	z-index:300;
	border-radius:3px;
}

.skrollr-desktop #scrollbar {display:none;}


#intro {
	width:80%;
	left:50%;
	top:1em;
	margin-left:-40%;
	padding:0.5em;
	text-align:center;
	border-radius:0.5em;
	font-family: 'Raleway', sans-serif;
	padding-top: 15%;

	-webkit-transform-origin:0 0;
	-moz-transform-origin:0 0;
	-ms-transform-origin:0 0;
	-o-transform-origin:0 0;
	transform-origin:0 0;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#intro .arrows {
	font-size:2em;
	color: black;
}

#transform {
	width:70%;
	left:50%;
	top:20%;
	margin-left:-35%;
	text-align:center;
	font-size:150%;
	transform-origin:(50%, 50%);
}

.panels {
	width:100%;
	height:100%;
	padding-top:10%;
	text-align:center;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

.columnsaudio {
	display: flex;
	flex-direction: row;
	width: 40%;
	height: 35px;
	margin: 0 auto;
}


#war {
	width: 538.4px;
	height: 410px;
	/*394.6px;*/
}

#bye {
	width: 434.4px;
	height: 450px;
	
}

#climb {
	width: 518.8px;
	height: 450px;
}

#border {
	width: 582px;
	height: 400px;
}

#camp {
	width: 544px;
	height: 420px;
}

#boat {
	width: 548px;
	height: 400px;
}

#saved {
	width: 510px;
	height: 400px;
}

.intro2 {

	text-align:center;
	border-radius:0.5em;
	font-family: 'Raleway', sans-serif;
	padding-top: 15%;


}

nav {
	width: 100%;
	position: fixed;
	top: 0;
	display: block;
	height: 5vh;
	background-position: 0 0;    
    background-repeat: no-repeat;    
    z-index: 1000;
}

nav li {
	color: whitesmoke;
	text-align: center;
	background-color:black;
	width: 15%;
	display: inline-block;
	line-height: 7.5vh;
	margin: 0 15px;
	float: right;
	font-family: 'Raleway';
	font-style: normal;
	font-weight: 400;
	font-display: swap;
}


