body {
	background-color: #F0F0F0;
	font-family: 'Cuprum', sans-serif;
}

p {
	font-size: 18px;
}

header {
	margin-top: 100px;
}

#menu {
	display: none;  /* Hides my desktopnavbar on mobile */
}

img.center { 
	display: block; 
	margin-left: auto; 
	margin-right: auto;
    margin-bottom: 5px;
}

.sub {
	margin-bottom: 40px;  /* ruimte onder titels */
}

#slapen {width: 980px;}

#leeuw {
	width: 500px;
}

#chakra {
	max-height: 900px;
}

#contactbutton {
	width: 110px;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
}

.btn-primary {
	background-color: #421807;
}

/* Popover style rules */
.popover   {
    background-color: #e74c3c;
    color: #ecf0f1;
    width: 120px;
}
.popover.right .arrow:after {
    border-right-color: #e74c3c;
}

#slidy-container {
	width: 100%; overflow: hidden;
}

#slidy-container {
	margin-top: 100px;
}



 /* tablet, landscape iPad, lo-res laptops ands desktops */
@media (min-width:961px) { 
	.navbar {display: none;} /* Hides bootstrapnavbar */
	header {
	margin-top: 20px;
	}
	h1 {
		font-size: 72px;
		font-weight: 700;
		margin-bottom: 10px;
		font-family: 'Cuprum', sans-serif;
		position: relative;
		color: #421807;  
	}
	#menu {
		display: block;
		margin-left: -20px;
		margin-top: 10px;
		margin-bottom: 10px;
		position: relative;
	}
	nav ul {
    margin: 0;
    padding: 0;
    text-align: center;
    margin-left: 20px;
	}
	nav li {
    display: inline;
    list-style: none; 
	}
	nav a:link,a:visited {
    display:inline-block;
    margin-right: 0px;
    width:120px;
    font-size: 20px;
    text-align:center;
    color: #785B4F;
    padding:4px;
    text-decoration:none;
    text-transform:uppercase;
	}
	nav a:hover,a:active {
    color: #421807;
	}
	.sub1 {display: none;}
	
} /* end mediaquery */