body{
	margin: 0px;
}
body:before{
	content:"";
	display:block;
	position:fixed;
	top:0;
	left:0;
	z-index:-1;
	width:100%;
	height:100vh;
	background:url(design-tools.jpg);
	background-size:contain;
}

a:link { color: #696969; }
a:visited { color: #dc143c; }
a {text-decoration: none;}

.header{
	background-color: #FFF;
	padding: 0px 20px 0px 22px;
	position: fixed;
	justify-content: flex-start;
	align-items: center;
	width: 100%;
	height: 50px;
	box-shadow: 0px 5px 100px 5px rgba(0,0,0,0.4);
}
.headermenu{
	flex-direction: column;
}
.shadow{
	display: block;
	background-color: #FFF;
	height:100px;
	width: 150vw;
	position:absolute;
	right: 40px;
	top:0px;
	box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.3);
	z-index: -1;
}
.request{
	display: none;
}
.logo img{
	top: 30px;
	display: inline-block;
	height: 60px;
	position: relative;
}
.menu{
	display: flex;
	position:relative;
	top: 15px;
	list-style: none;
}
.button{
	justify-content: center;
	display: inline-block;
	margin: 0px 5px;
	width: 70px;
	height: 25px;
	text-align: center;
	line-height: 25px;
	font-size: 0.7em;
	border: solid 1px #000;
	border-radius: 20px;
	position: relative;
	right: 20px;
}
h4{
	width: 250px;
	padding: 0.5em 1em;
	text-decoration: none;
	background: #f7f7f7;
	border-left: solid 6px #998e73;
	color: #332f26;
	font-weight: bold;
	box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.29);
	margin-left: 5px;
}
.subtitle {
	margin: 0 auto;
	margin-bottom: 10px;
	width: 200px;
	background-color: #ff9999;
	font-weight: bold;
	padding: 2px 11px 2px 15px;
	color: #332f26;
	transition: .4s;
	border-left: solid 3px #543f32;
	border-right: solid 3px #543f32;
	border-radius: 3px;
	text-align: center;
}
.subsubtitle {
	margin: 0 auto;
	width: 160px;
	background-color: #f4d9d9;
	font-weight: bold;
	padding: 2px 11px 2px 15px;
	color: #332f26;
	transition: .4s;
	border-left: solid 3px #543f32;
	border-right: solid 3px #543f32;
	border-radius: 3px;
	text-align: center;
}
.list{
	padding: 0;
	font-family: "Impact","fantasy","arial black","sans-serif";
	font-weight: bold;
}
.rec{
	width: 250px;
	color: #404040;
	border-left: solid 6px #a9a9a9;
	border-bottom: solid 2px #dadada;
	background: whitesmoke;
	margin-bottom: 5px;
	line-height: 1.5;
	padding: 0.5em;
	list-style-type: none!important;
	font-weight: bold;
	margin-left: 5px;
	text-align: center;
}
.rec a{
	display: block;
	width: 100%;
}
.recording{
	background-color: #FFF;
	margin: 20px 15px 20px 15px;
	padding: 0px 8px 0px 5px;
	box-shadow: 2px 2px 2px 2px rgba(100,100,100,0.4)
}
.recordings{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.calendar{
	width: 90%;

	
}