@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed');
@import url('https://fonts.googleapis.com/css?family=Audiowide');

body{
	font-family: verdana;
	font-size: 18px;
	padding: 0px;
	margin: 0px;
	margin-bottom: 100px;
}


h1.crfont, h1.crtfont, h1.crcfont{
	font-family: 'Audiowide', San-serif;
	font-size: 30px;
	font-weight: 400;
	padding: 0px;
	margin: 0px;
	padding-top: 20px;
	text-transform: uppercase;
}

a:link, a:visited{
	text-decoration: none;
	color: inherit;
	transition: .5s;
}

a:hover, a.inline:hover{
	color: hsla(235,100%,60%,1);
	transition: .5s;
}

a.inline{
	font-family: 'Roboto Condensed', Tahoma, San-serif;
	color: hsla(235,100%,20%,1);
	transition: .5s;
}


h2.crcfont{
	font-size: 22px;
	font-family: 'Audiowide', San-serif;
	color: #990000;
	text-transform: uppercase;
	padding-top: 20px;
	padding-bottom: 0px;
	margin: 0px;
	text-decoration: underline;
}

h3.contact-font{
	font-size: 18px;
	font-family: 'Audiowide', San-serif;
	color: #002B80;
	text-transform: uppercase;
	padding-left: 15px;
	padding-top: 10px;
	padding-bottom: 0px;
	margin: 0px;
	text-decoration: underline;
	text-style: italic;
}


p{
	padding: 0px 15px;
	margin-block-start:	5px;
}

p.contact{
	font-family: 'Roboto Condensed', Tahoma, San-serif;
	padding: 0px 50px;
	color: hsla(235,100%,20%,1);
	margin-block-end: 5px;
	margin-left: 30px;
}


div#header{
	position: fixed;
	top: 0px;
	width: 100%;
	font-family: 'Roboto Condensed', Tahoma, San-serif;
	border: none;
	background: hsla(0,0%,20%,1);
	color: white;
	padding: 10px;
}

div#footer{
	position: fixed;
	height: 50px;
	bottom: 0px;
	width: 100%;
	background: hsla(0,0%,50%,1);
	color: white;
	padding: 10px;	
}

div#logo{
	height: 100px;
	padding: 20px;
	float: left;
}

div.menu{
	margin: 20px;
	padding: auto 20px;
	width: 130px;
	float: right;
	border: 1px solid hsla(0,0%,20%,1);
	text-align: center;
}

div.private{
	border: 1px solid hsla(360,100%,25%,1);	
	background: hsla(360,80%,95%,1);
}

div.menu:hover{
	border: 2px solid hsla(235,100%,60%,1);
	background: hsla(0,0%,90%,1);
	transition: .5s;
}

div.private:hover{
	border: 2px solid hsla(360,100%,40%,1);
	background: hsla(360,50%,90%,1);
}

a.private:hover{
	color: hsla(360,100%,40%,1);
	transition: 0s;	
}

a.menu:hover{
	transition: 0s;
}

div#body{
	border: none;
	margin: 18px;
	margin-top: 50px;
	font-size: 20px;
	color: hsla(0,0%,10%,1);
	line-height: 150%;
}

div#content{
	clear: both;
	overflow: hidden;
}

div.space
{
	padding-left: 15px;
	padding-right: 15px;
	float: left;
}

.symbol{
	font-size: 20px;
	font-family: 'Audiowide', San-serif;
	color: hsla(0,0%,50%,1);
}

div#top{
	border-bottom: 3px inset black;
	overflow: hidden;
}

div.flex-container{
	display: flex;
}

div.flex-half{
	flex: 1;
}

div.section{
	margin-top: 20px;
	clear: left;
}

img.photo{
	width: 300px;
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
	box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
}
	
ul{
	margin-left: 50px;
}

div#slide{
	transition-duration: 1s;
	width: 480px;
	margin: 50px auto;
}

div#slide:hover{
	transition-duration: 2s;
	width: 1200px;
}

img.slide_photo{
	width: 100%;
}
	

