/* Logo background color for reference - #7a222e*/

html{
	/*background-image: url("../images/IMG_4564.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-color: #f4f4f4; grey color*/
	background-color: #000000;
}

body{
	max-width: 950px;
	margin: auto;
	background-color: #ffffff;
	padding: 2%;
}

.logo{
	float: left;
	margin-right: 40px;
	padding-top: 2%;
}

.homePageImage{
	float: left;
	margin-right: 3%;
	margin-bottom: 3%;
	box-shadow: -1px -1px 2px 2px #000000;
}

.tag{
	text-align: center;
	font-size: 1.5em;
}

header{
	float: left;
	width: 100%;
	margin-bottom: 25px;
	font-family: 'Adobe Caslon Pro', 'Times New Roman', Serif;
}

h1{
	font-size: 2.8em;
}

nav{
	width: 100%;
	/*background-color: #000000;*/
	float: right;
	max-height: 40px;
	margin-bottom: 25px;
	padding-bottom: 1%;
}

nav ul li{
	list-style-type: none;
	display: inline;
	margin-left: 10%;
}

ul li{
	list-style-type: none;
}

main{
	max-width: 850px;
	min-height: 600px;
	margin: auto;
	clear: left;
}

footer{
	background-color: #751932;
	width: 100%;
	max-width: 950px;
	min-height: 30px;
	color: #ffffff;
	text-align: center;
	padding-top: 1%;
	font-size: .8em;
}

.contactPage{
	width: 60%;
	height: 60%;
	float: right;
}

/*.myButtonLink {
	display: block;
	width: 100px;
	height: 100px;
	background: url('/path/to/myImage.png') bottom;
	text-indent: -99999px;
}
.myButtonLink:hover {
	background-position: 0 0;
}*/

a:link{
	text-decoration:none;
	color: #000000;
	font-weight: bold;
}

a:hover{
	color: #9f1c21;
}

a:visited{
	color: grey;
}

@media screen and (min-width:800px) and (max-width:1075px){
	nav{
		font-size: .8em;
	}
	.logo{
		float: left;
		margin-right: 40px;
		padding-top: 2%;
		width: 306px;
		height: 113.4px;
		margin-top: 10px;
		margin-bottom: 5px;
	}
	
	h1{
		font-size: 2.4em;
	}
	
	main{
		font-size: .9em;
	}
	
	h3{
		font-size: .85em;
	}
	
	footer{
		font-size: .9em;
	}
	
}

@media screen and (min-width:650px) and (max-width:800px){
	nav{
		font-size: .7em;
	}
	.logo{
		margin-right: 40px;
		padding-top: 2%;
		width: 272px;
		height: 100.8px;
		margin-top: 10px;
		margin-bottom: 5px;
	}
	
	h1{
		font-size: 1.8em;
		margin-bottom: 5px;
	}
	
	main{
		font-size: .85em;
	}
	
	h3{
		font-size: .8em;
	}
	
	footer{
		font-size: .8em;
	}
}

@media screen and (min-width:400px) and (max-width:650px){
	nav{
		font-size: .6em;
	}
	
	.logo{
		margin-right: 1000px;
		padding-top: 2%;
		width: 238px;
		height: 88.2px;
		margin-top: 10px;
		margin-bottom: 5px;
	}
	
	h1{
		font-size: 1.5em;
		margin-bottom: 5px;
	}
	
	main{
		font-size: .8em;
	}
	
	h3{
		font-size: .85em;
	}
	
	footer{
		font-size: .6em;
	}
	
	.contactPage{
	width: 0%;
	height: 0%;
	float: right;
}
}

@media screen and (max-width:400px){
	nav{
		font-size: .5em;
	}
	
	nav ul li{
		margin-left: 5%;
		float: left;
	}
	
	.logo{
	
		margin-right: 500px;
		padding-top: 2%;
		width: 170px;
		height: 63px;
		margin-top: 10px;
		margin-bottom: 5px;
	}
	
	.homePageImage{
	float: left;
	margin-right: 3%;
	margin-bottom: 3%;
	box-shadow: -1px -1px 2px 2px #000000;
	width: 100%;
	height:100%;
	}
	
	h1{
		font-size: 1.4em;
		margin-bottom: 5px;
	}
	
	main{
		font-size: .8em;
	}
	
	h3{
		font-size: .9em;
	}
	
	footer{
		font-size: .6em;
	}
	
	.contactPage{
	width: 0%;
	height: 0%;
	float: right;
}
	
}