/*****************************************/
/********** MAIN BODY ELEMENTS ***********/
/*****************************************/
body 
{ 
	background-color: #66ff00;
	color: #000000;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 13px;
	margin: 0px 0px 0px 0px;
}


/*****************************************/
/********** SPACING **********************/
/*****************************************/
.topspacing{ padding: 46px 0px 0px 0px;}
.thumbnail{  padding: 5px 10px 10px 10px;}


/*****************************************/
/********** TEXT *************************/
/*****************************************/
h1{color: #333333; font-family: 'Frijole', cursive;}
h2{color: #333333;}
h3{color: #333333;}
h4{color: #66ff00;}


/*****************************************/
/********** LINKS ************************/
/*****************************************/
a.a1:link{   color: #eeeeee; font-size: 13px; text-decoration: underline;}
a.a1:visited{color: #eeeeee; font-size: 13px; text-decoration: underline;}
a.a1:hover{  color: #66ff00; font-size: 13px; text-decoration: underline;}

a.a2:link{   color: #000000; font-size: 13px; text-decoration: underline;}
a.a2:visited{color: #000000; font-size: 13px; text-decoration: underline;}
a.a2:hover{  color: #66ff00; font-size: 13px; text-decoration: underline;}

a.a3:link{   color: #000000; font-size: 18px; text-decoration: underline;}
a.a3:visited{color: #000000; font-size: 18px; text-decoration: underline;}
a.a3:hover{  color: #66ff00; font-size: 18px; text-decoration: underline;}


/*****************************************/
/********** FILLS AND BACKGROUNDS ********/
/*****************************************/
.white{ background-color: #ffffff; color: #000000;}
.green{ background-color: #66ff00; color: #000000;}
.gray33{background-color: #333333; color: #eeeeee;}


/*****************************************/
/********** NAVIGATION BAR ***************/
/*****************************************/
#dirtsmash-bootstrap-menu.navbar-default .navbar-brand {
    color: rgba(238, 238, 238, 1);
}
#dirtsmash-bootstrap-menu.navbar-default {
    font-size: 16px;
    background-color: rgba(51, 51, 51, 1);
    border-width: 1px;
    border-radius: 4px;
}
#dirtsmash-bootstrap-menu.navbar-default .navbar-nav>li>a {
    color: rgba(238, 238, 238, 1);
    background-color: rgba(51, 51, 51, 1);
}
#dirtsmash-bootstrap-menu.navbar-default .navbar-nav>li>a:hover,
#dirtsmash-bootstrap-menu.navbar-default .navbar-nav>li>a:focus {
    color: rgba(51, 51, 51, 1);
    background-color: rgba(238, 238, 238, 1);
}
#dirtsmash-bootstrap-menu.navbar-default .navbar-nav>.active>a,
#dirtsmash-bootstrap-menu.navbar-default .navbar-nav>.active>a:hover,
#dirtsmash-bootstrap-menu.navbar-default .navbar-nav>.active>a:focus {
    color: rgba(51, 51, 51, 1);
    background-color: rgba(238, 238, 238, 1);
}
#dirtsmash-bootstrap-menu.navbar-default .navbar-toggle {
    border-color: #eeeeee;
}
#dirtsmash-bootstrap-menu.navbar-default .navbar-toggle:hover,
#dirtsmash-bootstrap-menu.navbar-default .navbar-toggle:focus {
    background-color: #eeeeee;
}
#dirtsmash-bootstrap-menu.navbar-default .navbar-toggle .icon-bar {
    background-color: #eeeeee;
}
#dirtsmash-bootstrap-menu.navbar-default .navbar-toggle:hover .icon-bar,
#dirtsmash-bootstrap-menu.navbar-default .navbar-toggle:focus .icon-bar {
    background-color: #333333;
}


/*****************************************/
/********** YOUTUBE VIDEO SIZING *********/
/*****************************************/
.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}