.banner {
	background-image: url("/sites/default/files/pictures/arctic-tern-2400.jpg");
	min-height:600px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed, scroll;
}

.block-block-content325a1dc2-4b16-48c1-9e03-afbf39db6cdf {
	color: #00001a;
	padding: 100px;
}

@media (max-width: 980px) {.banner {display: none;}}

.featured-top {
	background-image: url("/sites/default/files/pictures/calotte-academy-kirkenes.png");
	height: auto;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: scroll;
}

.featured {
	background-image: url("/sites/default/files/pictures/poyrisjarvi-wilderness.png");
	height: auto;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: scroll;
}

.featured-bottom {
	background-image: url("/sites/default/files/pictures/lecture-room01.png");
	height: auto;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: scroll;
}

.region-footer-top-second {float: right;}
.carousel-image {margin-left: auto; margin-right: auto; width: 100%;}

.blog-overview .card {
  margin-left: 1rem;
  margin-right: 1rem;
  height: 600px;
  padding: 1px 5px 10px 5px;
  margin-bottom: 2rem;
  border: 2px solid #ccc;
  transition: 0.3s;
	box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
  border-radius: 5px;
}

.blog-overview .card:hover {
  box-shadow: 0 8px 16px 0 rgba(0,0,0,0.4);
}