/* CUSTOM CSS KAMPEN INNEBANDYKLUBB */


/* FULL PAGE CONTAINER FORSIDE */
.containerforside {
	position: relative;
	background-image: url('../../assets/images/bilder/kampen6.jpg');
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 90vh;
	width: 100%;
	position: relative;	
}

.containerkontakt{
	position: relative;
	background-image: url('../../assets/images/bilder/kampen7_kontakt.jpg');
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 60vh;
	width: 100%;
}


/* OVERSKRIFT MEDIUM BLUR */
.overskriftblurforside {
	-webkit-backdrop-filter: blur(5px);
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	flex-direction: column;
	height: 90vh;
		}

/* OVERSKRIFT UTEN BLUR */
.overskriftforside {
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	flex-direction: column;
	height: 90vh;
		}

/* OVERSKRIFT UTEN BLUR KONTAKTSIDE */
.overskriftkontakt {
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	flex-direction: column;
	height: 60vh;
		}


/* HVIT OVERSKRIFT MED SVART SKYGGE */
.h2forside {
	color: whitesmoke;
	font-weight: 600;
	font-family: Impact, Haettenschweiler, "Franklin Gothic Bold", "Arial Black", "sans-serif";
	font-size: 65px;
	text-shadow: black 2px 2px 1px;
	text-shadow: rgba(3,59,89,1.00) 3px 3px 1px;
		
		}

.h2nyhet {
	color: white;
	
	text-shadow: black 2px 2px 1px;
	
	
}


/* KNAPP TIL PLAN-PRESENTASJON */
.btn-kampen {
	background: rgba(3,59,89,1.00);
	color: #fff;
	font-family: Impact, Haettenschweiler, "Franklin Gothic Bold", "Arial Black", "sans-serif";
	font-weight: 300;
	padding-bottom: 1em;
	padding-top: 1em;
	padding-left: 2em;
	padding-right: 2em;
	
	border: 3px solid rgba(3,59,89,1.00);
	font-weight: bold;
	cursor: pointer;
	
}

.btn-kampen:hover {
	background-color: rgba(37,146,208,0.90);
	border: 3px solid rgba(3,59,89,0.80);
	color: #fff;
}

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