body{
	background-color: #343a40 !important;
}

#wrapper{
	width: 100%;
	max-width: 2000px;
	margin: 0px auto;
	background-color: #343a40;
	height: 100vh;
	position: relative;
	
}

/* #image{ */
	/* min-width: 100%; */
	/* min-height: 100vh; */
	/* background-image: url("JWBH6181.jpg"); */
	/* background-repeat: no-repeat; */
	/* background-size: 100% ; */
	/* position: relatieve; */
	/* top: 0px; */
	/* left: 0px; */
	/* z-index: 0; */
	/* opacity: 0.5; */
/* } */

#content{
	z-index: 10;
}

#facebook{
	position: absolute;
	right: 15px;
	top: 15px;
}

#facebook img{
	width: 50px;
}

#degroep{
	text-align: center;
}

#key{
	position: absolute;
	right: 15px;
	bottom: 30px;
}

#key img{
	width: 50px;
	opacity: 0.7;
}

#logout{
	position: absolute;
	right: 15px;
	bottom: 65px;
}

#add_event p{
	margin: 0;
}

#add_event a{
	color: black;
}

hr {
    height: 1px;
    background-color: black;
}

.save_button {
    background:url(document-save-5.png) no-repeat;
	position: relative;
	top: -4px;
    cursor:pointer;
    width: 32px;
    height: 32px;
    border: none;
	font-size: 0;
	margin-right: 25px;
}

.btn-group{
	border-radius: 10px;
}



/* modals */

.modal-content{
		background-image: url(white-wood-textures_74190-4597.jpg);
}

.modal-body {
	color: black;
}

.modal-xl {
	max-width: 1200px !important;
}


/* fotoalbum */

.miniatuur{
	width: 150px;
	height: 150px;
	overflow: hidden;
	margin: 20px;
	display: inline-block;
	overflow: hidden;
}

.verticaal img {
	width: 150px;
	margin-top: -50px;
}

.horizontaal img {
	height: 150px;
	margin-left: -50px;
}



@media all and (orientation:landscape) {
	#image{
		min-width: 100%;
		min-height: 100vh;
		/* background-image: url("Naamloos-1.jpg"); */
		background-image: url("bg1.png");
		background-repeat: no-repeat;
		background-size: 100% ;
		position: absolute;
		top: 0px;
		left: 0px;
		z-index: 0;
		/* opacity: 0.5; */
	}
}

@media all and (orientation:portrait) {
	#image{
		min-width: 100%;
		min-height: 100vh;
		background-image: url("bg2.png");
		background-repeat: no-repeat;
		background-size: 100%;
		position: absolute;
		top: 10vw;
		left: 0px;
		z-index: 0;
		/* opacity: 0.5; */
	}
}

@media screen and (max-width: 990px) {
	#facebook{ 
		display: none;
	}
}


@media screen and (max-width: 750px) {
	#image{
		/* min-width: 100%; */
		min-height: calc(100vh - 10vw + 3px);
		/* background-image: url("9.jpg"); */
		/* background-repeat: no-repeat; */
		/* background-size: auto 100% ; */
		/* position: absolute; */
		top: 10vw;
		/* left: 0px; */
		/* z-index: 0; */
		/* opacity: 0.5; */
	}
	

}
