body,
html {
	height: 100%;
	margin: 0;
	overflow-x: hidden;
}
ul li {
	color: rgb(235, 115, 115);
}
ul li a {
	color: rgb(0, 0, 0);
}
.container {
	position: relative;
	max-width: 1400px;
	z-index: 1;
}

.art-image {
	width: auto;
	height: 400px;
	object-fit: cover;
	position: absolute;
	transform: rotate(-30deg);
}
.logo-vannmerke {
	width: auto;
	height: 300px;
	object-fit: cover;
	position: absolute;
	opacity: 0.5;
	transform: rotate(30deg);
}
.by-bilde {
	width: auto;
	height: 500px;
	object-fit: cover;
	position: absolute;
	opacity: 0.8;
	transform: rotate(0deg);
}
.struts-bilde {
	width: auto;
	height: 500px;
	object-fit: cover;
	position: absolute;
	transform: rotate(180deg);
}
.main-image {
	width: auto;
	height: 300px;
	object-fit: cover;
	position: absolute;
	left: 50%;
	top: 20%;
	transform: translate(-50%, -20%) rotate(20deg);
}
.text-block {
	position: absolute;
	top: 60%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: white;
	padding: 20px;
	background-color: rgba(240, 197, 154, 0.5);
}

a[role="button"] {
	background-color: rgb(40, 40, 40);
	color: rgb(235, 115, 115);
	text-decoration: none;
	padding: 10px 20px;
	border: none;
	cursor: pointer;
	display: inline-block;
	transition: all 0.3s ease;
}

a[role="button"]:hover {
	color: white;
	font-weight: bold;
}

.modal {
	display: none; /* Hidden by default */
	position: fixed; /* Stay in place */
	z-index: 2; /* Sit on top */
	left: 0;
	top: 0;
	width: 100%; /* Full width */
	height: 100%; /* Full height */
	overflow: auto; /* Enable scroll if needed */
	background-color: rgb(0, 0, 0); /* Fallback color */
	background-color: rgba(0, 0, 0, 0.4); /* Black w/ opacity */
}

.modal-content {
	background-color: #fdfafa;
	opacity: 0.7;
	margin: 15% auto; /* 15% from the top and centered */
	padding: 20px;
	border: 1px solid #888;
	width: 80%; /* Could be more or less, depending on screen size */
}

.close-button {
	color: #aaa;
	float: right;
	font-size: 28px;
	font-weight: bold;
}

.close-button:hover,
.close-button:focus {
	color: black;
	cursor: pointer;
}

button {
	background-color: rgb(40, 40, 40);
	color: white;
	padding: 10px 20px;
	border: none;
	cursor: pointer;
	transition: all 0.3s ease;
}

button:hover {
	font-weight: bold;
	color: rgb(235, 115, 115);
}
