/*   
Theme Name: Main Theme
Description: An image-less template focusing on Typography.
Author: Walter
Version: 0.5
*/
html{
	font-family: "pt-sans", sans-serif;
}

.nav-menu-header h1{
	font-size:24px;
	margin: 0px;
	color: #2de200;
}

body {
    background-color: white;
	margin: 0px;
}

.nav-menu{
	width:100%;
}
.nav-menu-header{
	text-align: center;
	font-size: 22px;
	height: 28px;
	padding: 20px 0px;
}
.nav-wrapper{
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	padding: 5px 10px;
	flex-direction: column;
}
.nav-button{
	width: 250px;
	padding-top: 6px;
	height: 26px;
	text-decoration: none;
	color: black;
	font-size: 18px;
	text-align: center;
	border-left: 1px solid black;
	border-right: 1px solid black;
	background-color: #F0F0FF;
	margin: 3px 1px;
	
	-webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version */
}
.nav-button.active{
	background-color: #A0A0F0;
	color: white;
	text-shadow: -1px 0 #8080E0, 0 1px #8080E0, 1px 0 #8080E0, 0 -1px #8080E0;
}
.nav-button:hover{
	background-color: #E0E0FF;
}
.nav-button.active:hover{
	background-color: #9090F0;
}

.content-wrapper{
	
	background-color: white;
	min-height:200px;
	padding: 10px;
	
}

.footer-wrapper{
	padding: 10px;
	background-color: #D0D0FF;
	display: flex;
}

.footer-wrapper a{
	border-left: 2px solid #000070;
	padding-left: 5px;
	font-weight: bold;
	text-decoration: none;
	color: #686888;
	font-size: 14px;
}
.footer-wrapper a:hover{
	color: black;
}
.footer-wrapper a:visited:hover{
	color: black; 
}
.footer-wrapper a:visited{
	color: #686888;
}

.footer-main-nav{
	display: inline-block;
	width: 30%;
}
.footer-nav2{
	width: 30%;
	display: inline-block;
}
.footer-info{
	color: #606090;
	width: 40%;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
}
.footer-info :first-child{
	margin-top: auto;
}
.footer-info :last-child{
	margin-top: 9px;
}


@media screen and (min-width: 780px) {
    body {
        background-color: #A0A5E0;
		margin: 0px;
    }
	.nav-menu-header h1::after{
		content: " te Oegstgeest";
		color: #CCCCCC;
	}
	.nav-menu-header h1::before{
		content: "Gastouder ";
		color: #CCCCCC;
	}
	
	.nav-menu{
		width: 778px;
		margin-top: 20px;
		margin-left: auto;
		margin-right: auto;
		background-color: white;
		border-radius: 50px 50px 0px 0px;
		box-shadow: 0px 0px 5px #888888;
		border: 1px solid #444488;
		padding-bottom: 10px;
	}
	.nav-wrapper{
		display: flex;
		flex-direction: row;
		flex-wrap: nowrap;
		align-items: center;
	}
	
	.nav-button{
		padding-top: 4px;
		height: 26px;
		flex-grow: 1;
		margin: 0px 1px;
		border-bottom: 1px solid #D0D0D0;
		border-top: 1px solid #D0D0D0;
	}
	
	.content-wrapper{
		width: 758px;
		background-color: white;
		margin-left: auto;
		margin-right: auto;
		min-height: 200px;
		margin-top:10px;
		box-shadow: 0px 0px 5px #888888;
		border: 1px solid #444488;
	}
	
	
	
	.footer-wrapper{
		width: 758px;
		background-color: #D0D0FF;
		margin-left: auto;
		margin-right: auto;
		margin-top:10px;
		min-height:100px;
		box-shadow: 0px 0px 5px #888888;
		border: 1px solid #444488;
	}
	
	
}