@charset "utf-8";
@font-face {
	font-family: 'ChampagneLimousines';
	src: url('fonts/ChampagneLimousines.eot');
	src: local('☺'), url('fonts/ChampagneLimousines.woff') format('woff'), url('fonts/ChampagneLimousines.ttf') format('truetype'), url('fonts/ChampagneLimousines.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,

article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
body {
	width: 100%;
	background-image: url(images/background.jpg);
	background-repeat: repeat;

}

img {
	max-width: 100%
}

.content {
	width: 80%;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

h1, h2, h3, h4, h5, h6 {
	font-family:'ChampagneLimousines';  
	font-weight:normal; 
	text-align:center;
	
}

h1 { font-size: 2em; }
h2 { font-size: 1.8em; }
h3 { font-size: 1.6m; }
h4 { font-size: 1.3em;}
h5 { font-size: 1em; }
h6 { font-size: 1.8em; }	

hr {
	padding: 0;
	border-width: 2px;
	color: #333;
}
a {
	font-family:'ChampagneLimousines', Century Gothic, Verdana, Sans-serif; 
	font-size:1em; 
	color: #333; 
	text-decoration: none; 
	border: none
}
a:link {
	color: #333; 
	text-decoration: none;
}
a:visited {
	color: #333; 
	text-decoration: none;
}
a:hover {
	color:#8cc641; 
	text-decoration:none;
}

a.footer  {
	font-size:1.5em;
}
@media all and (min-width: 640px) {
h1, h2, h3, h4, h5, h6 {
	font-family:'ChampagneLimousines';  
	font-weight:normal; 
	text-align:center;
	margin-bottom: 5px;
	padding-bottom: 5px;
}

h1 { font-size: 3em; }
h2 { font-size: 2.2em; }
h3 { font-size: 2m; }
h4 { font-size: 1.8em;}
h5 { font-size: 1.6em; }
h6 { font-size: 1.4em; }	

a {
	font-family:'ChampagneLimousines', Century Gothic, Verdana, Sans-serif; 
	font-size:1em; 
	color: #333; 
	text-decoration: none; 
	border: none
}
a:link {
	color: #333; 
	text-decoration: none;
}
a:visited {
	color: #333; 
	text-decoration: none;
}
a:hover {
	color:#8cc641; 
	text-decoration:none;
}
}
.footerimg {
	display:inline-block;
	vertical-align: middle;
}
.footertext {
	display:inline-block;
	vertical-align: middle;
}