/* || general styles */

html {
  font-family: 'helvetica neue', helvetica, arial, sans-serif;
}

body {
  margin: 0 auto;
  background-color: white;
  width: auto;
  
}

h1, h2, h3 {
  font-family: arial, cursive;
  background-color: Silver;
  letter-spacing: 5px;
  margin-bottom: 2px;
}

/* header styles */

h1 {
  font-size: 3rem;
  color: black;
}

h2 {
  font-size: 2.0rem;
  color: black;
}

h3 {
  font-size: 1.3rem;
  color: black;
}

h5{
  font-size: 1.3rem;
  color: white;
}
}

header p {
  font-size: 1.3rem;
  font-weight: bold;
  text-align: center;
}

/* section styles */

#select1 {
  background-color: rgb(128, 83, 53);
  color: white;
}

#select2 {
  background-color: rgb(84, 148, 103);
  color: white;
}

#select3 {
  background-color: rgb(216, 117, 52);
  color: white;
}

#section1 {
  width: 100%;
  float: left;
  background-color: rgb(128, 83, 53);
}

#section2 {
  width: 100%;
  float: left;
  background-color: rgb(84, 148, 103);
}

#section3 {
  width: 100%;
  float: left;
  background-color: rgb(216, 117, 52);
}

#section4 {
  width: 100%;
  float: left;
  background-color: white;
}

#section5 {
  width: 100%;
  float: left;
  background-color: Silver;
}

section p {
  margin: 5px 0;
}

section ul {
  margin-top: 0;
}

a {
  font-size: 1.3rem;
  color: red;
}




* {
	font-family: sans-serif;
	color: black;
	text-decoration: none;
}


header {
	display: flex;
	white-space: nowrap;
	overflow: hidden;
	text-overflow:ellipsis;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	color: black
}

.nav-text {
	white-space: nowrap;
	overflow: hidden;
	text-overflow:ellipsis;
	display: inline;
	text-align: center;
	padding: 8px 22px;
	font-weight: bold;
	font-size: 24px;
	color: black;
}
.nav-text2 {
	white-space: nowrap;
	overflow: hidden;
	text-overflow:ellipsis;
	display: inline;
	text-align: center;
	padding: 8px 22px;
	font-weight: bold;
	font-size: 36px;
}
header img {
	width: auto;
	height: 196px;
}
form {
	width: 100%;
	text-align: center;
	font-size: 18px;
	color: black;
	font-family: "Arial";
	margin: 10px 0;
}

label {
	color: black;
}
input {
	font-size: 18px;
	background-color: white;
	border-radius: 12px;
	border: 1px solid;
	padding: 6px 9px;
	
}
footer {
	padding: 8px 12px 16px 12px;
}
button {
	font-size: 18px;
	background-color: white;
	border-radius: 12px;
	border: 1px solid;
	padding: 6px 9px;
}
u {
	text-decoration: underline;
}
article {
		text-align: center;
		
}

}
picture{
	img-align: center;
}

.essen {
	width: 100%;
	height: 100%;
}

button:hover , a:hover{
	cursor: pointer;
}

.mobile-container {
	max-width: 480px;
	margin: auto;
	height: 500px;
	color: white;
	border-radius: 10px;
  }
  
  .topnav {
	overflow: hidden;
	position: relative;
	z-index: 100;
  }
  
  .topnav #myLinks {
	display: none;
	z-index: 100;
  }
  #myLinks {
	  position: fixed;
	  background-color: rgb(255, 255, 255);
	  width: 100vw;
	  height: 100vh;
	  z-index: 100;
	  display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
  }
  #myLinks div {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	z-index: 100;
	height: 60%;
  }
  .topnav a {
	float: left;
	color: black;
	text-decoration: none;
  }
  #logo {
	  width: auto;
  }
  .topnav a.icon {
	display: inline;
	float: right;
	text-align: end;
	padding: 6px;
	margin: 6px;
  }
  
  .topnav a:hover {
	color: black;
  }

  #mobile-nav {
	  display: none;
  }

@media only screen and (max-width: 600px){
#mobile-nav {
	display: block;
}
header {
	display: none;
}
input, form, button {
	font-size: 18px;
}
.icon:hover {
cursor: pointer;
}
input{
	width: 70%;
}
}
