@media (min-width: 1140px) {
	#top {
		background-color: rgba(91, 140, 195, 1.0) !important;
	} 

	#bottom {
		width: 100%;
		height: 100px;

		bottom: 0;

		position: fixed !important;
		visibility: hidden;

		z-index: 100;
	}

	h2 {
		margin-bottom: -5px !important;
	}

	.parent_nav {
		color: #FF884C !important;
	}

	.subpage_container {
	    width: 1100px;

	    margin-top: 100px;
	    margin-left: 22%;

	    float: left;
	}

	.subpage_text {
		width: 55%;
		
		float: left;
	}

	.subpage_images {
		width: 35%;
		
		float: left;
	}

	.subpage_images img {
		height: 200px;
		width: 80%;
		
		margin: 20px 50px;
	}

	#scroll_top_button {
		height: 50px;
		width: 50px;

		float: right;

		margin-right: 15%;
	}

	#scroll_top_button:hover {
		cursor: pointer;
	}

	#img_plattegrond {
		height: 400px !important;
	}

	#img_urmel4 {
		height: 175px !important;
		margin-top: 20px;
	}

	.youtube-player {
		width: 680px; 
		height: 400px;

		margin: 30px auto;

		float: left;
		position: relative;
		z-index: 101;
	}

	.google_maps {
		width: 600px;
		height: 450px;

		border: 0;
	}
}