nav.navbar{
    -webkit-box-shadow: inset 0 -0.1rem 0.25rem rgba(0,0,0,.1);
    box-shadow: inset 0 -0.1rem 0.25rem rgba(0,0,0,.1);
	background: rgba(66, 139, 0, 0.8);
	opacity: 0.8;
    filter: alpha(opacity=80); /* For IE8 and earlier */
}

.space {
	margin-left: 10px;
	margin-right: 10px;
}

.carousel {
	max-height: 100%;
	margin-bottom: 4rem;
}

.carousel-item{
	background: gray;
}

.carousel-control-next-icon {
    background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%237D0541' viewBox='0 0 8 8'%3E%3Cpath d='M1.5 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
	color: black;
}
.carousel-control-prev-icon {
    background-image : url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%237D0541' viewBox='0 0 8 8'%3E%3Cpath d='M4 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
	color: black;
}

div.dia{
	text-align:center;
}

img.dia {
	vertical-align:middle;
}

.title {
	color: #32cd32;
	margin-bottom: 15px;
	font-size: 2.5rem;
}

.subTitle{
	color: #FFFFFF;
	margin-bottom: 10%;
	font-size: 1.5rem;
}

.subTitle-white{
	color: #3f3f3f;
	margin-bottom: 10%;
	font-size: 1.5rem;
}

img.info{
	vertical-align: middle;
	border-style: none;
}

.marketing{
	margin-top: 10px;
}

.heading{
	margin-bottom: 1.5rem;
}

hr{
	margin-top: 5rem;
	margin-bottom: 5rem;
}

.featurette-heading{
	margin-top: 7rem;
}

.blog-header {
	margin-top: 100px;
    padding-bottom: 1.25rem;
    margin-bottom: 2rem;
    border-bottom: .05rem solid #eee;
}

.container {
    max-width: 60rem;
}

.blog-title {
    margin-bottom: 0;
    font-size: 2rem;
    font-weight: normal;
}

.blog-description {
    font-size: 1.1rem;
    color: #999;
}

.blog-footer {
    padding: 2.5rem 0;
    color: #999;
    text-align: center;
    background-color: #f9f9f9;
    border-top: .05rem solid #e5e5e5;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: normal;
    color: #333;
}

body {
    font-family: Georgia, "Times New Roman", Times, serif;
    color: #555;
}

.blog-post {
    margin-top: 7rem;
}

.blog-post-title {
    margin-bottom: .25rem;
    font-size: 2.5rem;
}

.blog-post-meta {
    margin-bottom: 1.25rem;
    color: #999;
}

img.res {
	max-width: 100%;
}

.blog-pagination {
    margin-bottom: 4rem;
}

.blog-pagination > .btn {
    border-radius: 2rem;
}

.sidebar-module-inset {
    padding: 1rem;
    background-color: #f5f5f5;
    border-radius: .25rem;
}

.sidebar-module {
    padding: 1rem;
    margin: 0 -1rem 1rem;
}

.profile {
	background-color: #32cd32;
	width: 300px;
	display: table;
	margin: 0 auto;
	border-style: groove;
}

.name {
	text-align: center;
	color: #FFFFFF;
	padding-top: .5rem;
	padding-bottom: .5rem;
	margin: 0;
}

.bio {
	color: #32cd32;
	padding: 10px;
}

.ch_element {
	margin: 0;
}

.contenthover {
	height: 100%;
	background-color: gray;
}

.img-fluid {
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto;
}

#myImg {
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s;
}

#myImg:hover {opacity: 0.7;}

/* The Modal (background) */
.modal {
	margin-top: 76px;
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 10px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}

/* Modal Content (image) */
.modal-content {
    margin: auto;
    display: block;
	max-width: calc(100% - 140px);
	max-height: calc(100% - 86px);
}

/* Caption of Modal Image */
#caption {
    margin: auto;
    display: block;
    width: 90%;
    text-align: center;
    color: #ccc;
    padding: 10px 0;
    height: 150px;
}

/* Add Animation */
.modal-content, #caption {    
    -webkit-animation-name: zoom;
    -webkit-animation-duration: 0.6s;
    animation-name: zoom;
    animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
    from {-webkit-transform:scale(0)} 
    to {-webkit-transform:scale(1)}
}

@keyframes zoom {
    from {transform:scale(0)} 
    to {transform:scale(1)}
}

/* The Close Button */
.close {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
}

.close:hover,
.close:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
}

@media only screen and (max-width: 212px){
	.carousel{
		margin-top: 116px;
		max-height: calc(100% - 116px);
	}
}

@media only screen and (max-width: 300px){
	.subTitle-white{
		font-size: 50%;
		margin-bottom: 0px;
	}
	.subTitle{
		font-size: 50%;
		margin-bottom: 0px;
	}
	.title{
		font-size: 60%;
		margin-bottom: 0px;
	}
}

/* Large screen weergeven vanaf 1920px*/
@media screen and (min-width: 1280px) {
    .largescreen {
        display: block;
    }
}

/* Large screen verbergen voor alles kleiner dan 1920px*/
@media screen and (max-width: 1280px) {
    .largescreen {
        display: none;
    }
}


/*Volgorde van onderstaande (medium of alles met waarin een min & max gecombineerd worden) screens is belangrijk! Indien je niet de juiste volgorde gebruikt worden er dubbele weergegeven!*/


/* Medium screen verbergen voor alles groter dan 1920px*/
@media screen and (min-width:1280px) {
    .mediumscreen {
        display: none;
    }
}

/* Medium screen verbergen voor alles kleiner dan 1120px*/
@media screen and (max-width: 853px) {
    .mediumscreen {
        display: none;
    }
}

/* Medium screen weergeven voor alles tussen dan 1120 en 1920px*/
@media screen and (min-width:853px) and (max-width:1280px) {
    .mediumscreen {
        display: block;
    }
}​

/* Extra small screen weergeven voor alles kleiner dan dan 700px*/
​@media screen and (max-width: 853px) {
    .smallscreen {
        display: block;
    }
}

/* Small screen verbergen voor alles groter dan 700px*/
@media screen and (min-width: 853px) {
    .smallscreen {
        display: none;
    }
}

@media screen and (min-width: 1000px) {
	.subTitle-white{
		margin-bottom: 200px;
	}
	.subTitle{
		margin-bottom: 200px;
	}
	.carousel{
		max-height: calc(100% - 76px);
	}
}


/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px) and (min-width: 300px){
    .modal-content {
        width: 100%;
    }
	.subTitle-white{
		font-size: 75%;
		margin-bottom: 0px;
	}
	.subTitle{
		font-size: 75%;
		margin-bottom: 0px;
	}
	.title{
		font-size: 85%;
		margin-bottom: 0px;
	}
}