HTML {
	font-size: 100%;
}

BODY {
	background-image: url(images/WindowTintingBackground.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
	background-color: orange;
	color: black;
	margin: 0px;
	font-size: 90%;
	font-family: "Arial", sans-serif;
}

h1 {
	font-size: 150%; 
	font-weight: bold;
	color: black;
	text-align: center;
	padding-top: 10px;
}

h2 { 
	font-size: 120%; 
	font-weight: bold;
	display: inline;
}

a:link {color: yellow;}
a:visited {color: yellow;}
a:hover {color: maroon;}
a {color: yellow;}

ul {
	margin: 0px;
	padding: 25px;
}

hr {
	margin-top: 0px;
	margin-bottom: 0px;
	border-top: 1px solid black;
	margin: 15px;
}

hr.white {
	margin-top: 0px;
	margin-bottom: 0px;
	border-top: 1px solid white;
	margin: 0px;
}

img {
	float: center;
	width: 100%;
	height: auto;
	outline: none;
	border:none;
	color: #000;
	display: block;
}

img.normal {
	width: auto;
}


/* Reset
------------------------------------------------------------ */
* { 
	margin: 0; 
	padding: 0; 
}

/* Banner */			
#banner {
	background: rgba(0, 0, 0, 0.7);
	color: white;
	float: center;
	height: auto;
	padding: 15px;
	margin: 15px;
}

/*
#banner img {
	width: 100%;
	height: auto;
}
*/


/* Structure */
#wrapper {
	max-width: 800px;
	margin: auto;
}

@media all and (max-width: 767px) {

	BODY {
		background-image: url(images/WindowTintingBackgroundMedium.jpg);
		background-position: center center;
		background-repeat: no-repeat;
		background-attachment: fixed;
		background-size: cover;
	}

	#donotdisplay {
		display:none;
	}
}
