@charset "UTF-8";
/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
	max-width: 100%;
}
/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width:100%;
}
/*
Purple:	#542748
White:	#ffffff
Blue:	#1e1754
*/

body{
	background-color:#1e1754;
	color:#fff;
	font-size:16px;}

body h1{
	margin-bottom:15px;}

.container-fluid{
	margin:0 30px 30px;}

.image{
	margin-bottom:20px;}


/*--Navigation--*/
.navbar{
	background-color:#542748;
	padding:20px;
	border:none;
	font-weight:bold;}

.navbar-default .navbar-nav>li>a{
	color:#fff;}

.navbar-default .navbar-nav>li>a:hover{
	color:#999;}

.navbar-collapse{
	border:none;
	box-shadow:none;}

.navbar-brand {
	padding: 3px 15px;
}

/*--Features--*/
	
#featuresIntro p, h1{
	font-weight:bold;
	/*padding:20px;*/
	margin-left:10%;}
	
#indeximg{
	text-align:center;}
	
#featuresPanel{
	margin-bottom:20px;}

.panel{
	margin:20px;
	border:none;}

.btn-block {
	background-color:#542748;
	border:none;
	padding:15px;
	color:#FFF;
	}
	
.btn-default{
	background-color:#542748;
	color:#fff;}
	
.btn{
	border-radius:0;}
	
/*--About--*/
#about{
	font-weight:bold;
	padding:20px;
	}
	
#about h1{
	margin-left:0;}
	
/*--Services--*/
#services h1{
	margin-left:0;}
	
/*--Contact--*/

.form-control{
	width:50%;}

#contact h1{
	margin-left:0;}
	
#form{
	margin-left:10px;}

.label{
	font-weight:bold;
	font-size:18px;}
	
/*--Footer--*/
	
#footer {
	background-color:#542748;
	text-align:center;
	padding: 20px;
}