
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

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, 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,
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;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
header, hgroup, menu, nav, section, main {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* Our lovely list of special url styles, this system is best. */
a.zeta:link {color: #000000;} a.zeta:visited {color: #000000;}
a.zeta:link {text-decoration: none;} a.zeta:hover {color: #fe0000;}

a.ruffles:link {color: #334391;} a.ruffles:visited {color: #334391;}
a.ruffles:link {text-decoration: none;} a.ruffles:hover {text-decoration: none;}

a.doritos:link {color: #000;} a.doritos:visited {color: #000;}
a.doritos:link {text-decoration: none;} a.doritos:hover {text-decoration: none;}

a.phone {color: #000;color: inherit; text-decoration: none;} a.phone:link {color: #000;} a.phone:visited {color: #000;}
a.phone:link {text-decoration: none;} a.phone:hover {color: #000;}

a.emailz {color: #000;color: inherit; text-decoration: none;} a.emailz:link {color: #000;} a.emailz:visited {color: #000;}
a.emailz:link {text-decoration: none;} a.emailz:hover {color: #fe0000;}

/* In case anyone wants to emb a video ever */
.video { position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;}
.video iframe { position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;}

b {font-weight: bold;}
i {font-style: italic;}

@media only screen and (max-width: 769px) {
.google-maps {display: none;}
.google-mapsmobile {position: relative;margin-top: 10%;padding-bottom: 45%; // This is the aspect ratio height: 0;overflow: hidden; }
.google-mapsmobile iframe { position: absolute;  top: 0;  left: 0; width: 100% !important;height: 240px !important;  }}
@media only screen and (min-width: 769px) {
.google-mapsmobile {display: none;}
.google-maps {position: relative; margin-top: 0;padding-bottom: 13%; // This is the aspect ratio height: 0;overflow: hidden; }
.google-maps iframe { position: absolute;  top: 0;  left: 0; width: 100% !important;height: 350px !important;  }}

