/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

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, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}
body {
	line-height: 1;
}
h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-weight: normal;
}
ol, ul {
	list-style: none;
}
blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img {
	border: none;
}
body {
	background: #1a1a1a;	
}

.wildContainer {
 width: 100%;
 margin: 0 auto;
 padding: 40px 0;
 text-align:center;
}

@media only screen and (max-width: 768px) {
	.wildContainer { padding: 20px 0 12px; }
}
@media all and (max-width: 479px) {
	.wildContainer { padding: 20px 0 12px; }
}	
.wildInnerContainer {
 display:block;
 width: 100%;
 margin: 0 auto; 
 text-align:center;
 padding:20px 0 60px;
}
@media only screen and (max-width: 768px) {
	.wildInnerContainer { padding:10px 0 40px; }
}
@media all and (max-width: 479px) {
	.wildInnerContainer { padding:10px 0 30px;}
}	

h1.wildHostingLogo {	
	text-align:center;
	padding:10px 0;
}
h1.wildHostingLogo a {
	display:block;
	margin: 0 auto; 
	width: 530px;
	height: 144px;
	background: url("images/wildflowerWebSolutions530x144.png");
	background-repeat: no-repeat;
	background-position: 50% 12%;
	text-indent: -9999px;
	text-align:center;
	padding:10px 0;
	overflow:hidden;
}

@media only screen and (max-width: 768px) {
	h1.wildHostingLogo a { width: 400px; height: 109px;
	background: url("images/wildflowerWebSolutions400x109.png");background-repeat: no-repeat;
	background-position: 50% 10%; }
}
@media all and (max-width: 479px) {
	h1.wildHostingLogo a { width: 280px; height: 76px;
	background: url("images/wildflowerWebSolutions280x76.png");background-repeat: no-repeat;
	background-position: 50% 10%; }
}	

h2.hostingTagline {
	color: #f1f1f1;
	padding: 0 10px 60px 10px;
	text-align:center;
	font-size: 42px;
	line-height:160%;
	font-family: 'Lato', sans-serif;
}
@media only screen and (max-width: 768px) {
	h2.hostingTagline { font-size: 34px; }
}
@media all and (max-width: 479px) {
	h2.hostingTagline { font-size: 24px; }
}	

.uc-inquiry {
	color:#00BCD4;
	padding:20px 0px 20px;
	text-align:center;
	font-size:26px;
	font-family: 'Lato', sans-serif;
}
@media only screen and (max-width: 768px) {
	uc-inquiry { font-size: 18px; }
}
@media all and (max-width: 479px) {
	uc-inquiry { font-size: 16px; }
}	

.uc-inquiry a:link, 
.uc-inquiry a:visited, 
.uc-inquiry a:active {
	text-decoration: none;
	color:#00BCD4;
}
.uc-inquiry a:hover {
	text-decoration: none;
	color:#0097A7;
}