@charset "UTF-8";



/*
Bilo Light
font-family: "bilo", sans-serif;
font-weight: 400;
font-style: normal;

Bilo Light Italic
font-family: "bilo", sans-serif;
font-weight: 400;
font-style: italic;

Bilo Medium
font-family: "bilo", sans-serif;
font-weight: 600;
font-style: normal;

Bilo Medium Italic
font-family: "bilo", sans-serif;
font-weight: 600;
font-style: italic;

*/

body {
	font-family: "bilo", sans-serif;
	font-weight: 400;
	font-style: normal;
}



img {max-width: 100%;}

body, html {
	margin: 0;
	padding: 0;
}

footer{ 
	width: 100%;
	height: 40px;
	background-color: black;
	color: darkseagreen;
	text-align: center;
	position: fixed;
	bottom: 0;
	left: 0;
	padding-top: 10px;
	}






@media screen and (min-width:800px){
	
	h1 {
	text-align: center;
	color:darkslategray;
}
	
	
}


@media screen and (max-width:800px){
	
	h1 {
	float: right;
	color:darkslategray;
	font-size: 25px;
	width: 80%;
	
}
	
	
}
