/* 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,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
*/
/**************************************************
	Reset - remove web browser default 
	margin and padding settings for these html tags
***************************************************/

h1, h2, h3, h4, h5, h6, ul, li, p, iframe {
	margin:0;
	padding:0;
}

/**************************************************
	Site Wide definitions
***************************************************/

body{
	margin:0px;										/* margin and padding set to 0 in Body to remove "border" margins on web pages */
	padding:0px;
	font:100% 'Muli', verdana,arial,helvetica,sans-serif;	/* base font for the entire website */
	font-weight: 300; 
	font-size:19px;									/* base font size for the entire website. Default set to 12px for Arial typeface */
	color:white;										/* base text color for the entire website */
}

a, a:visited {										/* settings for links throughout the website. Navbar links defined in Navigation section */
	color: #37d2e7;									/* text link color for default and visited */
	text-decoration:none;							/* remove underline from link */
	font-weight:400;
	font-size:18px;
	font-family: 'Fugaz One', cursive;
}

a:hover {											
	color: #FFCC00;									/* text link color on rollover */
}

.clear-float{
	clear:both;
}

p {
	margin-bottom: 18px;
	line-height:30px;
}

h1, h2, h4, h5, h6 {
	font-family: 'Fugaz One', cursive;
	font-weight: 400; 
}

h1 {
	font-size:52px;
	line-height:62px;
}

h2 {
	color:#37d2e7;
	margin-top:25px;
}

h6 {
	color:#37d2e7;
	margin-top:25px;
	padding-right: 150px;
	padding-bottom: 4px;
	font-size: 30px;
	background: url(../img/logo-schedule.jpg) no-repeat right top;
	display: inline-block;
}

h3 {
	font-weight: 400; 
	font-size:22px;
}

h4 {
	color:#FFCC11;
	font-size:30px;
}

h5 {
	font-size:32px;
	line-height:40px;
	color:white;
	margin:30px 0 10px;
}

h1+h5 {
	margin-top:0px;
}

p+h1, h3+h1 {
	margin-top:30px;
}

img {
	border:none;
}

