body {
	font-size: 12px;
	position: relative;
	max-width: 1140px;
	margin: auto;
}

/* header */

header {
	border-bottom: solid 5px;
	margin: auto;
	max-width: 600px;
	display: flex;
	text-align: center;
	padding: 1rem;
	justify-content: center;
}

@media (max-width: 767px) {
    .headerimg {
        display:none;
    }
	.headertext {
		font-size: 3rem;
    }
}

@media (min-width: 767px) {
	.headerimg {
		display: block;
	}
	.headertext {
		font-size: 4.5rem;
		margin-left: 0.5em;
		text-shadow: 1px 1px #c0c0c0;
    }
}

.headerimg {
    align-self: center;
}

.headertext {
	font-family: Alegreya Sans SC;
    align-self: center;
}

a {
	color: #000000;
	text-decoration: none;
}

/* section */

@media (max-width: 767px) {
    section {
		margin-bottom: 1.8rem;
		margin-top: 1.8rem;
    }
    .knppr {
		border-spacing: 1.5rem;
		font-size: 1.7rem;
    }
	.knppr td {
		width: 12rem;
    }
	footer {
		text-align: center;
	}
	.fotbild {
		display: block;
	}
}

@media (min-width: 767px) {
    section {
		margin-bottom: 3rem;
		margin-top: 3rem;
    }
	.knppr {
		border-spacing: 2rem;
		font-size: 2.3rem;
    }
	.knppr td {
		width: 17rem;
    }
	footer {
		text-align: right;
	}
	.fotbild {
		display:none;
	}
}

.knppr {
	font-family: Mukta;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.knppr td {
	background-color: #EBEBEB;
	border: ridge  2px black;
	border-radius: 10px;
	border-spacing: 20px 0;
	padding: 0.5rem 1rem 0.5rem 1rem;
}

.knppr td:hover {
	background-color: #C8C8C8;
	font-weight: bold;
	cursor: pointer;
	}

.knppr td:active {
	background-color: #A5A5A5;
	cursor: pointer;
}

footer {
	border-top: solid 1px black;
	font-family: Mukta;
	font-size: 0.9rem;
	justify-content: center;
	margin: auto;
	max-width: 600px;
	padding: 1rem;
}

.fotbild {
	padding-top: 1.5rem;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.stavning:hover span {
	display: none;
}

	.stavning:hover:after {
		content: "Stavanäinga";
	}
	
.info:hover span {
	display: none;
}

	.info:hover:after {
		content: "Udi prosjegten";
	}

/* section - om*/

@media (max-width: 767px) {
    .udi_txt, .udi_txt1 {
        font-size: 1.2rem;
    }
}

@media (min-width: 767px) {
	.udi_txt, .udi_txt1 {
		font-size: 1.3rem;
	}
}

.udi_txt1 {
	padding: 0 1rem 0 1rem;
	text-align: justify;
	}

.udi_txt {
	padding: 0.6rem 1rem 0 1rem;
	text-align: justify;
}

.udi_pts {
	padding: 0.5rem 1rem 0.5rem 1rem;
	letter-spacing: 0.8rem;
	text-align: center;
}

.udi_txt, .udi_txt1, .udi_pts {
	font-family: Mukta;
	margin: auto;
	max-width: 600px;
}