<<<<<<< HEAD
=======

@font-face {
	font-family: Geolight;
	src: url(../assets/GeosansLight.ttf);
}

html {
	font-family: GeoLight, arial;
	color: #060606;
}

body {
	margin: 0;
	padding: 0;
}

header {
	z-index: 100000;
}

nav {
	background-color: #f8f7f7;
	text-decoration: bold;
	font-size: 3vw;
	display: flex;
	flex-direction: row;
	justify-content: space-evenly;
	align-items: stretch;
	margin: 0;
}

nav > div a{
	/*background-color: pink; TEST*/
	text-decoration: none;
	color: #060606;
}

nav > div a:hover{
	color: #f46464;
}

nav div {
	/*background-color: blue; TEST*/
	height: 90px;
	display: flex;
	align-items: center;
}

#boxshadowonly {
	position: absolute;
	top: 0px;
	box-shadow: 0px 0px 20px 0px #060606;
	height: 90px;
	width: 100%;
	background-color: blue;
	z-index: -4;
}
.agenda {
	display: flex;
	align-items: center;
	justify-content: center;
}
.google_calendar {
	padding:10px
}

@media(max-width: 1275px){
	nav {
		font-size: 4vw;
	}
	
	.margintopless {
		margin-top: -1.5vh;
	}

@media(max-width: 1150px){
	
	.margintopless {
		margin-top: -1vh;
	}
	/*#logomenu {
		height: 50px;
	}
	#addresslogo{
		top: 20px;
		left: 20px;
	}*/
}

@media(max-width: 468px){
	nav {
		font-size: 7vw;
	}
	
	/*#addresslogo{
		display: none;
	}*/
	

	
main {
	padding:10%;
}

>>>>>>> 5a11cdba1356e27d28c95932b4dcf462a8975c55
