@charset "utf-8";
/* CSS Document */

@media only screen and (min-width: 600px) {
	

body {
	font-family: "Josefin Sans";
	font-style: normal;
	font-weight: 400;
		margin: 0%;
}
a {
	color: inherit;
	background-color: inherit;
	text-decoration: inherit;
}
a:hover {
	color: inherit;
	background-color: inherit;
	text-decoration: inherit;
}
a:focuse {
	color: inherit;
	background-color: inherit;
	text-decoration: inherit;
}
#header {
	clear:none;
	float: left;
	margin:0%;
	width: 100%;
	background-color: white;
	position: fixed;
		top: 0px;
}
	

	
#logo {
	clear: none;
	float: left;
	margin: 0.5%;
	width: 100px;height: 100px;
	background-color: rgba(1,39,70,1.00);
	text-align: center;
}
#business-name {
	clear: none;
	float: left;
	margin-left: 0%;
	margin-right: 0%;
	margin-top: 1%;
	margin-bottom: 1%;
	padding: 0%;
	width: 58%;
	text-align: left;
	border-bottom: rgba(255,0,4,1.00) thin solid;
	font-size: 300%;
	}
	
	#main-content{
		clear: none;
		float: left;
		width: 100%;
		margin: 12% 0%;
	}
	#page-message{
		clear: none;
		float: left;
		width: 90%;
		margin: 0%0%0%9%;
		padding: 0%;
		color: black;
		font-size: 200%;
	}	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
}