p,
h1,
h2,
h3,
h4,
h5,
body
{
	color: #FFF;
	font-weight: 300;
	font-family: 'Roboto', sans-serif;
}

body 
{
	background-color: #FFF;
}

li > a
{
	color: #FFF;
}

/* ---- General Styles ---- */

.text-shadow
{
	text-shadow: 0 1px 1px rgba(0,0,0,0.4);
}

.text-shadow-heavy
{
	text-shadow: 4px 8px rgba(0,0,0,1.0);
}

.justify
{
	text-align: justify;
}

.jumbotron
{
	padding: 0px;
	margin: 0px;
}


button.dropdown-toggle{
	background-color:rgba(255,255,255,0.3) !important;
}

button.submit-button{
	margin-left: 1em;
}

div.input-group{
	background-color:rgba(255,255,255,0.3) !important;
	margin-left: 1em;
	margin-right: 0.5em;
	margin-bottom: 2em;
}

input.transparent-input{
	background-color:rgba(255,255,255,0.55) !important;
	margin-left: 1em;
	margin-right: 0.5em;
	margin-bottom: 1.5em;
	color: #555;
}

input.transparent-input-dropdown{
	background-color:rgba(255,255,255,0.55) !important;
	margin-left: 0em;
	margin-bottom: 2em;
	width: 25%;
	color: #555;
}

textarea.transparent-input{
	background-color:rgba(255,255,255,0.4) !important;
	margin-left: 1em;
	margin-right: 0.5em;
	margin-bottom: 1em;
}

.form-control::-webkit-input-placeholder { color: rgba(255,255,255,1.0); }


/* ---- Navigation Styles ---- */

.navbar 
{
	border:0px;
    background-color: #F9F9F9;
    box-shadow:0px -3px 0px rgba(50,50,50,0.25) inset;
}

.navbar .nav > .active > a, 
.navbar .nav > .active > a:focus 
{
	color: #333;
	text-decoration: none;
	background-color: #fff;
	-webkit-box-shadow:     none;
	    -moz-box-shadow:    none;
	        box-shadow:     none;
}

.navbar .nav > .active > a, 
.navbar .nav > .active > a:focus 
{
    color: #777;
    font-weight:400;
    box-shadow:0px -3px 0px rgba(50,50,50,0.5) inset;
}

/* ---- Home Styles ---- */

#Home
{
	background: url('img/home-lg.jpg') 50% 0% fixed no-repeat;
  background-size: cover;
	min-height: 750px;
	min-width: 320px;
	margin-bottom: 0px;
}

#Home h1
{
	padding-top: 140px;
}

/* ---- About Styles ---- */

#About
{
	background: url('img/about-lg.jpg') 50% 0% fixed repeat;	
	background-size: cover;
	min-height: 750px;
	min-width: 320px;
	margin-bottom: 0px;
}

/* ---- Contact Styles ---- */

#Contact
{
	background: url('img/contact-lg.jpg') 50% 0% fixed repeat;	
	background-size: cover;
	min-height: 750px;
	min-width: 320px;
	margin-bottom: 0px;
}


/* ---- Apply Styles ---- */

#Apply
{
	background: url('img/apply-lg.jpg') 50% 0% fixed repeat;
	background-size: cover;
	min-height: 750px;
	min-width: 320px;
	margin-bottom: 0px;
}

/* ---- Claims & Forms Styles ---- */

#Claims
{
	background: url('img/claims-lg.jpg') 50% 0% fixed repeat;
	background-size: cover;
	min-height: 750px;
	min-width: 320px;
	margin-bottom: 0px;
}

/* ---- Links Styles ---- */

#Links
{
	background: url('img/links-lg.jpg') 50% 0% fixed repeat;
	background-size: cover;
	min-height: 750px;
	min-width: 320px;
	margin-bottom: 0px;
}

/* ----------------------------------------------------- */

@media (max-width: 768px) {
	#Home {
		background: url('img/home-sm.jpg') 50% 0% scroll repeat;
		min-height: 800px;
		background-color: rgb(0,48,87);
		background-size: cover;
	}
	#About {
		background: url('img/about-sm.jpg') 50% 0% scroll repeat;
		min-height: 800px;
		background-color: rgb(0,48,87);
		background-size: cover;
	}
	#Contact {
		background: url('img/contact-sm.jpg') 50% 0% scroll repeat;
		min-height: 800px;
		background-color: rgb(0,48,87);
		background-size: cover;
	}
	#Apply {
		background: url('img/apply-sm.jpg') 50% 0% scroll repeat;
		min-height: 800px;
		background-color: rgb(0,48,87);
		background-size: cover;
	}
	#Claims {
		background: url('img/claims-sm.jpg') 50% 0% scroll repeat;
		min-height: 800px;
		background-color: rgb(0,48,87);
		background-size: cover;
	}
	#Links {
		background: url('img/links-sm.jpg') 50% 0% scroll repeat;
		min-height: 800px;
		background-color: rgb(0,48,87);
		background-size: cover;
	}

	#Home h1 {
		padding-top: 128px;
	}

	#Home .text-shadow {
		text-shadow: 0 0 0;
	}

	#About .text-shadow {
		text-shadow: 0 0 0;
	}

	#Contact .text-shadow {
		text-shadow: 0 0 0;
	}

	#Claims .text-shadow {
		text-shadow: 0 0 0;
	}

	#Links .text-shadow {
		text-shadow: 0 0 0;
	}

	#DownArrow
	{
		display: none;
	}

	.jumbotron {
		max-height: 480px;
	}

	i,
	p,
	h1,
	h2,
	h3,
	h4,
	h5,
	body
	{
		color: #EEE;
	}

	#HomeBody {
		background-color: rgb(0,48,87);
	}
}

