html {
	scroll-behavior: smooth;
}

body {
	margin: 0;
	font-family: 'Ostrich Sans', sans-serif;
	font-size: 26px;
	line-height: 1.5;
}

header {
	background-color: #333;
	color: white;
    padding: 20px;
	height: 470px;
	display: flex;
	justify-content: center;
	align-items: center;
}

h1 {
	margin: 0px;
	margin-top: 20px;
	font-size: 500%;
}

#myNav {
	background-color: #333;
	color: black;
	padding: 20px;
	padding-left: 0;
	padding-right: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 150%;
	width: 100%;
}

.stickyN {
	position: fixed;
	top: 0;
}

.stickyN + main {
	padding-top: 60px;
} 

nav ul {
list-style: none;
margin: 0;
padding: 0;
display: flex;
}

nav li {
margin-right: 20px;
}

ul > .invis {
	list-style-type: none;
   }

button {         
  width: 310px; 
  margin-top: 1px;                /*Angir marginen over elementet */
  margin-bottom: 1px;            /*Angir marginen under elementet*/
  height: 40px;
  border: none;
  font-size: 26px;
  font-weight: bold;
  font-family: 'Ostrich Sans', sans-serif;
  cursor: pointer;
}

nav a {
color: white;
text-decoration: none;
}

main {
margin: 20px;
}

section {
margin-bottom: 20px;
}

section h2 {
margin-top: 0;
}

.link {
	color: #333;
}

.link:hover {
	color: #c800ff;
}

footer {
background-color: #ccc;
padding: 10px;
text-align: center;
}

@media (max-width: 768px) {
nav {
flex-direction: column;
}
nav li {
margin-right: 10;
margin-bottom: 10px;
}
}

#contact {
	font-size: 50px;
}

table {
	width: 100%;
	text-align: center;
}

.overdel {
	font-size: 36px
}