@charset "utf-8";
/* CSS Document */
.height {
	min-height: 880px;
}
.smalley {
	font-size: 2vw;
	font-family: 'Arial Black, sans-serif', cursive;
}

.textyshads {
	text-shadow: .5px .5px 0px indianred;
}
.boxy {
	box-shadow: 2px -2px 5px 2px pink;	
}

.minsy {
	min-height:300px;
}
.openpic {
	width:20%;
	height: auto;
}

li a {
	color: black;
}

li a:hover {
  	color:  indianred;
	border-radius: 5px;
	text-shadow: 2px 0px 2px grey;
	
}

.bground {
	background: url(../images/backgroundHeader.jpg);
	background-repeat: no-repeat;
	background-position: top;
  	background-size: cover;
}


.logosize {
	max-width: 250px;
    max-height: 250px;
}

.bootay {
	padding-top: 20px;
	max-width: 2200px;
	max-height: 2800px;
}

.mappy {
	margin-bottom: 40px;
	max-height: 400px;
	max-width: 900px;

}

@media (max-width: 588px) {
	.smalley {
		font-size: 4vw;
	}
	
	.liney {
		line-height: 66%;
	}
	
	li a {
		font-size: 5vw;
		line-height: 40px;
		display: block;
		text-align: end;
	}
	
	.logosize {
		max-height: 120px;
		max-width: auto;
	}
	.push {
		text-align: end;
	}
	.paddo {
		padding-right: 0px;
	}
}