/*
	99Lime.com HTML KickStart by Joshua Gatcke
	style.css

*/

/*---------------------------------
	IMPORTS
-----------------------------------*/
@font-face {
  font-family: "Body";
  src: url(font/bold.woff);
  font-weight: bold;
  src: url(font/regular.woff);
  font-weight: normal;
}

@font-face{
	font-family: "Body Italic";
	src: url(font/italic.woff);
	font-style: italic;
}

/* Webfont: RumbleBrave */@font-face {
    font-family: 'RumbleBrave';
    src: url('font/RumbleBrave.eot'); /* IE9 Compat Modes */
    src: url('font/RumbleBrave.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('font/RumbleBrave.woff') format('woff'), /* Modern Browsers */
         url('font/RumbleBrave.ttf') format('truetype'), /* Safari, Android, iOS */
         url('font/RumbleBrave.svg#RumbleBrave') format('svg'); /* Legacy iOS */
    font-style: normal;
    font-weight: normal;
    text-rendering: optimizeLegibility;
}



/*---------------------------------
	OVERRIDES
-----------------------------------*/
h1.title{
	font-family: "RumbleBrave", serif;
	color: #e4f4f7;
	font-size: 11vw;
	text-shadow: 2px 2px #ea1c00;
}

h2.title{
	font-family: "RumbleBrave", serif;
	color: #e4f4f7;
	font-size: 8vw;
	text-shadow: 2px 2px #ea1c00;
}
h3.title{
	font-family: "RumbleBrave", serif;
	color: #e4f4f7;
	font-size:4.0em;
	text-shadow: 2px 2px #ea1c00;
}

i{
	font-family: "Body Italic", Times, serif;
	font-style: italic;
}

h4.center{
	color: #ea1c00;
	font-size:2.5em;
	text-shadow: 2px 2px #070100;
}

h4.reddish{
	color: #ea1c00;
	font-size:2.5em;
	text-shadow: 2px 2px #070100;
}


h1,h2,h3,h4,h5{
font-family: "RumbleBrave", serif;
font-weight:normal;
}

h6{
	font-family: "Body", Times, serif;
	font-weight: bold;

}

thead th,
tbody th{
font-family: "Body", Times, serif;
}

button,
a.btn,
input[type="submit"],
input[type="reset"],
input[type="button"]{
font-family: "Body", Times, serif;
}

.menu{
font-family: "Body", Times, serif;
}

blockquote{
font-family: "Body", Times, serif;
}


/*---------------------------------
	LAYOUT
-----------------------------------*/
body{
margin:0;
padding:0 0 0 0;
color:#000;
background:#000;
background-image: url(img/bg.jpg);
/* Background image is centered vertically and horizontally at all times */
background-position: center center;
/* Background image doesn’t tile */
background-repeat: no-repeat;
/* Background image is fixed in the viewport so that it doesn’t move when
the content’s height is greater than the image’s height */
background-attachment: fixed;
/* This is what makes the background image rescale based
on the container’s size */
background-size: cover;
font:normal 0.9em/150% 'Body', Times, serif;
text-shadow: 0 0 1px transparent; /* google font pixelation fix */
}

p{
	font-family: "Body", Times, serif;
	font-style: normal;
}

div.boxy{
	background:#11282894;
	padding:1.0em;
	color: #e4f4f7;
	border-width:4px;
	border-style:double;
	border-color: #070100;
}

div.boxy a:link {
	color: #e4f4f7;
	font-weight: bold;
}

div.boxy a:hover {
	color: #6dacd1;
}

div.boxy a:visited {
	color: #9c9a9e;
}

div.boxy a:hover {
	color: #ffbe0a;
}


#wrap{
width:100%;
background:#fff;
margin:30px auto 30px auto;
padding:0 2%;
border:1px solid #ccc;
}


#footer{
text-align:center;
padding:20px;
margin:0;
border-top:1px solid #ddd;
color:#999;
font-size:0.8em;
text-shadow:0px 1px 1px #fff;
position: relative;
top:0;
left:0;
background:#fff;
}

	#link-top{
	display:none;
	}

/* NAV BAR*/
.navbar{
position:fixed;
top:0;
left:0;
width: 100%;
background:#000;
color:#fff;
z-index:1000;
}

	.navbar #logo{
	position:absolute;
	top:0;
	right:0;
	padding:0.5em 1em;
	font-size: 1.7em;
	color:#efefef;
	text-decoration:none;
	}

	.navbar span{
	color:#86dc00;
	}


	.navbar ul{
	display:inline-block;
	margin:0;
	padding:0;
	}

		.navbar li{
		margin:0;
		padding:0;
		list-style-type:0;
		display:inline-block;
		}

		.navbar li a{
		display:inline-block;
		color:#efefef;
		padding:1em 1.3em;
		text-decoration:none;
		text-transform: uppercase;
		line-height:100%;
		font-size: 1.2em;
		}

.callout{
background:#4598ef;/*#86dc00;*/
padding:3em 0;
color:#fff;
box-shadow:inset 0 0 10px rgba(0,0,0,0.2);
text-align: center;
text-shadow:0px 1px 3px rgba(0,0,0,0.2);
display:block;
}
	.callout + div.grid{margin-top:50px;}
	 a.callout{cursor:pointer;}
	 .callout i.icon-4x{font-size:6em;}
	 .callout h4{margin-bottom:30px;}
	 .callout-top{margin:50px 0 0 0;}
	 .callout p{margin-bottom:0;}
	 .callout .button{margin-top:10px;}
	 .callout.green{background:#19ad0b;/*#86dc00;*/}

#mc_embed_signup{
padding:30px 0;
}

#ui-preview{
border:5px solid #ddd;
margin:30px 0;
display:block;
}
