@media (prefers-reduced-motion: no-preference) {
	html,
	body {
		margin: 0;
		padding: 0;
		scroll-snap-type: y mandatory;
		scroll-behavior: smooth;
		scroll-padding: 0;
	}
	section {
		scroll-snap-align: start;
		scroll-margin: 0;
	}
}

html,
body {
	position: relative;
	font-family: Arial bold, Helvetica, sans-serif;
}

section {
	background: #202020;
	min-height: 100vh;
	padding: 2.5em;
}

#navstyle {
	border-color: green;
	border-width: 5px;
	border-style: solid;
}

#navigation {
	position: fixed;
	top: 0;
	left: calc(50% - 20em);
	z-index: 99;
	margin: 0 auto;
	padding: 1em;
	width: 40em;
	background: transparent;
	list-style: none;
	text-shadow: 0 0 15px #ffffff;
}

#navigation li {
	float: left;
	height: 2em;
	text-align: center;
	margin: 0;

	line-height: 150%;
	font-family: Arial bold, Helvetica, sans-serif;
	margin: 0 0 0 1em;
}

#navigation li a,
#navigation li a:link,
#navigation li a:visited {
	text-decoration: none;
	display: block;
	height: 2em;
	color: #000;
	font-weight: bold;
	padding: 0.1em 1em;
}

#navigation li a:hover,
#navigation li a:focus,
#navigation li a:active {
	color: #fff;
	text-shadow: 0 0 15px #000;
}

section > * {
	max-width: 40em;
	margin: 0.5em auto;
}

section h2 {
	font-size: 4em;
	text-align: center;
	line-height: 2rem;
	-webkit-backface-visibility: hidden;
	padding: 2%;
	text-shadow: 0 0 15px #fff, 0 0 2px #fff;
}

section h3 {
	font-size: 3em;
	text-align: center;
	line-height: 1rem;
	-webkit-backface-visibility: hidden;
	padding: 1.5%;
	text-shadow: 0 0 15px #fff, 0 0 2px #fff;
}

section h4 {
	font-size: 2em;
	text-align: center;
	line-height: 1rem;
	-webkit-backface-visibility: hidden;
	text-shadow: 0 0 15px #fff;
}

section h5 {
	font-size: 1em;
	font-weight: bold;
	text-align: left;
	line-height: 1rem;
	-webkit-backface-visibility: hidden;
}

section h6 {
	font-size: 1em;
	font-weight: bold;
	text-align: right;
	line-height: 1rem;
	-webkit-backface-visibility: hidden;
}
section p {
	text-align: justify;
	-webkit-backface-visibility: hidden;
	font-family: Arial bold, Helvetica, sans-serif;
}

.quote {
	text-align: center;
	-webkit-backface-visibility: hidden;
	font-family: Arial bold, Helvetica, sans-serif;
}

/* Colored sections */

#part_1 {
	background-image: url(images/Dalle_Field_Fog.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center bottom; 
	background-size: cover;
}

#part_1 img {
	padding-top: 5%;
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 30%;
}
#part_2 {
	background-image: url(images/Dalle_Fog_Gun.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center bottom;
	background-size: cover;
}

#part_2 img,
#part_5 img {
	float: right;
	margin-left: 1em;
}

#part_3 {
	background-image: url(images/Dalle_Heli_extract.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center bottom;
	background-size: cover;
}
#part_3 p{
	padding: 10px 10px;
	background: linear-gradient(0deg, rgba(256,256,256,1) 5%, rgba(256,256,256,1) 40%, rgba(256,256,256,0) 100%); 
}

#part_4 {
	background-image: url(images/Dalle_Snow_Fog.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center bottom;
	background-size: cover;
}

#part_5 {
	background-image: url(images/Dalle_River.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center bottom;
	background-size: cover;
}

#part_6 {
	background-image: url(images/Dalle_Snow.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center bottom;
	background-size: cover;
}

@media screen and (max-width: 32em) {
	section h2 {
		font-size: 2em;
	}
	section p {
		width: 90%;
		/*left: 5%;*/
		margin-top: 0;
		color: #fff;
	}
}

hr { width:100%; height:1px; background: #fff }

#logo {

}

.about-box {
	display: flex;
	padding: 20px;
	margin: 0.1em auto;
	text-align: center;
}

.about-section {
	flex: 1;
	padding: 20px;
	border-radius: 5px;
	background: linear-gradient(0deg, rgba(256,256,256,0.4) 0%, rgba(256,256,256,1) 50%, rgba(256,256,256,0.4) 100%);
	box-shadow:0 0 20px white;
}

.about-section-header{
	padding: 10px;
	
	
}

.about-section-text{
	padding: 10px;
	color: #fff;
	background: linear-gradient(0deg, rgba(0,0,0,0.5) 5%, rgba(0,0,0,1) 40%, rgba(0,0,0,0.5) 100%); 
	border-radius: 5px;
}

.server-section {
	flex: 1;
	padding: 20px;
	border-radius: 10px;
	background: linear-gradient(0deg, rgba(256,256,256,0.6) 0%, rgba(256,256,256,1) 50%, rgba(256,256,256,0.6) 100%);
	box-shadow:0 0 20px white;
}

.server-section-header{
	padding: 10px;
}

.server-section-text{
	
	padding: 10px;
	color: #000;
}

.mySlides {
	display:none;
}

.slide-container {
	box-shadow:0 0 20px white;
}

@keyframes animateright{
		from{opacity:0} to{opacity:1}
}

.Slide-box {
	padding: 10px 10px;
	width: 100%;
	text-align: center;
	background: linear-gradient(0deg, rgba(256,256,256,1) 5%, rgba(256,256,256,1) 40%, rgba(256,256,256,0) 100%); 
	position:relative;
	animation:animateright 1s
}

.textblock {
	background: linear-gradient(0deg, rgba(256,256,256,0.8) 0%, rgba(256,256,256,1) 50%, rgba(256,256,256,0.5) 100%);
	padding: 10px;
	box-shadow:0 0 20px white;
	border-radius: 10px;
}
