body{
	--maincol: #949494;
	--addcol: #636262;
	--bannercol: white;
	/*background-image: url(/img/wallpaper.jpg);
	background-size: cover;
	background-repeat: no-repeat;*/
	background-color: black;
}
*{
	outline: none;
}
a {
	color: black;
	text-decoration: none;
}
.screen{
	padding-left: 20px;
	padding-right: 20px;
}
.center{
	display: flex;
	justify-content: center;
}
.bell{
	width: 60px;
	height: 60px;
	margin-top: 40px;
}

.overlay_wrap{
	position: absolute;
	width: 100%;
}
.overlay_menubutton{
	position: absolute;
	width: 25px;
	height: 25px;
	right: 30px;
	top: 30px;
	cursor: pointer;
	transition: all 0.5s linear;
}
.overlay_menubutton_transformed{
	transform: rotate(90deg);
}

.overlay_menu{
	padding: 50px 0 50px 0;
	display: none;
	position: absolute;
	width: 150px;
	height: 250px;
	background-color: black;
	right: 20px;
	top: 20px;
	border: 1px solid white;
	justify-content: space-evenly;
	align-items: center;
	flex-direction: column;
}

.overlay_point{
	color: white;
	width: 100%;
	text-align: center;
	padding: 5px;
	font-family: 'Poiret One', cursive;
	transition: 0.5s;
}
.overlay_point:hover{
	background-color: white;
	color: black;
}

.listtitle{
	color: black;
	text-align: left;
	font-family: 'Poiret One', cursive;
	padding-left: 20%;
	margin-bottom: 20px;
	
}
.listdescription{
	color: black;
	text-align: left;
	font-family: 'Exo 2', sans-serif;
	padding-left: 30%;
}
.listlink{
	color: black;
	text-align: left;
	font-family: 'Exo 2', sans-serif;
	padding-left: 30%;
	margin-bottom: 50px;
	text-decoration: underline;
	font-weight: bold;
}


.content{
	min-width: 1000px; 
	margin-left: auto;
	margin-right: auto;
	margin-top: 60px;
	margin-bottom: 20px;
	width: 50%;
}
.header{
	position: relative;
	background-image: url(/img/mainpaper.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	width: 100%;
	height: 300px;
}
.h-title{
	text-align: center;
	margin-top: 10px;
	color: white;
	font-family: 'Poiret One', cursive;
	font-size: 40px;
	font-weight: bold;
}
.h-text{
	text-align: center;
	color: white;
	font-family: 'Exo 2', sans-serif;
	font-size: 20px;
	margin-top: 10px;

}
.mainpaper{
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	overflow: hidden;
}
.menu{
	background-color: black;
	position: absolute;
	width: 60%;
	padding: 20px;
	bottom: -40px;
	display: flex;
	justify-content: space-between;
	border: 1px solid white;

}
.point{
	font-family: 'Poiret One', cursive;
	text-decoration: none;
	color: white;
	font-size: 25px;
	transition: 0.2s;

}
.point:hover{
	color: black;

}
.pointwrap{
	transition: 0.2s;
	padding:5px;
}
.pointwrap:hover{
	background-color: white;
}
.banner{
	background-color: var(--bannercol);
	width: 100%;
	padding-top: 60px;
	padding-bottom: 20px;
}
.b-text{
	color: black;
	text-align: center;
	font-size: 40px;
	font-family: 'Poiret One', cursive;
	font-weight: bold;
	margin-bottom: 10px;
}
.b-desc{
	font-family: 'Exo 2', sans-serif;
	font-size: 20px;
	text-align: center;
	margin-bottom: 20px;
}
.strip{
	width: 60%;
	height: 1px;
	background-color: black;
	margin-bottom: 10px;
}

.w20{
	width: 20%;
}
.w25{
	width: 25%;
}
.w33{
	width: 33.33%;
}
.w50{
	width: 50%;
}
.container {
    display: inline-block;
    position: relative;
    transition: 0.2s;
}
.container:hover{
	opacity: 0.5;
}
.dummy {
    margin-top: 100%;
}
.element {
	border: 1px solid black;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: silver;
    text-align: center;
    background-position: center;
    background-size: cover;
}

.blockflex{
	display: flex;
}

.strip2{
	width: 2%;
	height: 200px;
}


.nodisplay{
	display: none;
	transition: 1s;
}

.slider{
	border-radius: 20px;
	border: 1px solid #d2d2d2;
	margin-bottom: 20px;
	padding: 20px;
	transition: 0.2s;
}
.slider:hover{
	opacity: 0.3;
}
.s-title{
	text-align: center;
	color: black;
	font-family: 'Poiret One', cursive;
	font-size: 35px;
	margin-bottom: 10px;
}

.s-text{
	margin-top: 10px;
	text-align: center;
	color: black;
	font-family: 'Exo 2', sans-serif;
	font-size: 20px;
	margin-bottom: 10px;

}

.tick{
	text-align: center;
	font-family: 'Exo 2', sans-serif;
	font-style: italic;
	font-size: 20px;
}

.contactico{
	width: 28px;
	height: 28px;
	display: inline-block;
}

.hreftext{
	color: black;
	font-style: underline;
}

.iconblock{
	width: 500px;
	align-items: left;
	text-align: left;
	font-family: 'Exo 2', sans-serif;
	font-size: 28px;
	margin-bottom: 20px;
}
td{
	padding: 6px;
	text-align: center;
	font-family: 'Exo 2', sans-serif;
	font-size: 20px;
}
th{
	padding: 6px;
	text-align: center;
	font-family: 'Exo 2', sans-serif;
	font-size: 20px;
}
.calendar{
	border: 1px solid black;
}

.busy{
	background-color: #55869b;
}

.clean{
	background-color: #d7e502;
}
.emptytr{
	border: none;
}

.minisquare{
	width: 25px;
	height: 28px;
	text-align: center;
	border: 1px solid black;
}

.examplewrap{
	align-items: center;
	display: flex;
	justify-content: space-between;
	margin-bottom: 20px;
}

.prices{
	border: 1px solid black;
	width: 100%;
}

.feedback{
	width: 400px;
	margin-bottom: 20px;
}
.feedbackblock{
	display: flex;
	flex-direction: column;
}



@media screen and (max-width: 1150px){
	/*opt. main*/
	body{
		background-color: white;
	}
	.bell{
		width: 50px;
		height: 50px;
		margin-top: 50px;
	}
	.content{
		margin-top: 0;
		width: 100%;
		min-width: 0px;
	}
	.header{
		height: 250px;
	}
	.h-title{
		margin-top: 15px;
		font-size: 35px;
	}
	.h-text{
		font-size: 15px;
		margin-top: 5px;
	}
	.s-title{
		font-size: 25px;
	}
	.s-text{
		margin-top: 5px;
	}
	.menu{
		padding: 25px;
		bottom: -50px;

	}
	.point{
		font-size: 15px;
	}
	.banner{
		background-color: var(--bannercol);
		width: 100%;
	}
	.contactico{
		width: 15px;
		height: 15px;
		display: inline-block;
	}
	.b-text{
		font-size: 20px;
	}
	.b-desc{
		font-size: 13px;
	}
	.iconblock{
		font-size: 20px;
		width: 300px;
	}
	/*/////////////////*/
	td{
		padding: 2px;
	}
	th{
		padding: 2px;
	}


	.overlay_menubutton{
		width: 25px;
		height: 25px;
		right: 5px;
		top: 5px;
	}
	.overlay_menu{
		padding: 30px 0 30px 0;
		display: none;
		position: absolute;
		width: 130px;
		height: 185px;
		background-color: black;
		right: 0;
		top: 0;
		border: 1px solid white;
		justify-content: space-evenly;
		align-items: center;
		flex-direction: column;
	}
	
	.overlay_point{
		color: white;
		width: 100%;
		text-align: center;
		padding: 2.5px;
		font-family: 'Poiret One', cursive;
		transition: 0.5s;
		font-size: 15px;
	}
	.overlay_point:hover{
		background-color: white;
		color: black;
	}
	

	

}
@media screen and (max-width:620px){
	/*opt. main*/
	.header{
		height: 200px;
	}
	.menu{
		padding: 10px;
		width: 100%;
	}
	/*///////////////*/
}
