body p
{
	text-align: justify;
}
h1, h2, h3, h4, h5
{
	font-family:'Roboto';
	font-weight: 300;
}
h1 { font-size:2.0em; color:#FFF;}
h2 { font-size:1.8em; color:cornflowerblue;}

.showcase a.btn
{
	font-family:'Montserrat';
	font-weight: 400;
	
	font-size:18px;
}

.brand-band
{
	height:140px;
	background-color:rgba(30,30,120,0.5);
	background-image: url(../images/blue-rush01.png);
	background-attachment: fixed;
	padding:20px;
	border-bottom:3px solid orange;
}

.affix {
	top: 0;
	width: 100%;
	z-index:101;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.affix a {
    color: #fff !important;
    padding: 15px !important;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.affix-top a {
    padding: 25px !important;
}

.affix + .affix-fixer
{
	height:90px;
}

.affix + .container-fluid {
	padding-top: 140px;
}

.affix + .container {
    padding-top:50px
}

.navbar-footer
{
	/*height:180px;*/
	position:relative;
	background-color:rgba(30,30,120,0.5);
	/*background-color:#000;*/
	border-top:3px solid orange;
	margin-top:60px;
}

ul.list-check li:before
{

font-family: 'FontAwesome';
/*content: '\f067';*/
content: '\f05d';
margin:0 5px 0 -15px;
color: orange;
font-weight: 100;

}

div.copyright
{
	background-color:rgba(0,0,0,0.5);
}
div.copyright p
{
	text-align:center;
	padding:5px;
	padding-top:10px;
}

ul.list-chevron li:before
{
	font-family: 'FontAwesome';
	content: '\f138';
	margin:0 5px 0 -15px;
	color: cornflowerblue;
	font-weight: 100;
}