
@font-face {
    font-family: 'source_sans_prolight';
    src: url('..//fonts/sourcesanspro-light-webfont.eot');
    src: url('..//fonts/sourcesanspro-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('..//fonts/sourcesanspro-light-webfont.woff') format('woff'),
         url('..//fonts/sourcesanspro-light-webfont.ttf') format('truetype'),
         url('..//fonts/sourcesanspro-light-webfont.svg#source_sans_prolight') format('svg');
    font-weight: normal;
    font-style: normal;

}
p {text-indent:50px;}

* {
	margin: 0;
}
html, body {
	height: 100%;
	font-family: 'source_sans_prolight';
}
.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -155px; /* the bottom margin is the negative value of the footer's height */
}
H5{
	font-weight:600;
	
	color:#900;
}
.push {
	height: 120px; /* '.push' must be the same height as 'footer' */
}
footer{
background: #333;
color: #eee;
font-size: 11px;	
padding:20px;
}



.navbar-default {
	background-color: #42aae1;
	border-color: #60b7e6;
}
.navbar-default .navbar-brand {
	color: #fefefe;
}
.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
	color: #ffffff;
}
.navbar-default .navbar-text {
	color: #fefefe;
}
.navbar-default .navbar-nav > li > a {
	color: #fefefe;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
	color: #ffffff;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
	color: #ffffff;
	background-color: #60b7e6;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
	color: #ffffff;
	background-color: #60b7e6;
}
.navbar-default .navbar-toggle {
	border-color: #60b7e6;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
	background-color: #60b7e6;
}
.navbar-default .navbar-toggle .icon-bar {
	background-color: #fefefe;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
	border-color: #fefefe;
}
.navbar-default .navbar-link {
	color: #fefefe;
}
.navbar-default .navbar-link:hover {
	color: #ffffff;
}

img {
    max-width: 100%;
    height: auto;
}


/*

Sticky Footer by Ryan Fait
http://ryanfait.com/

*/


