﻿header{
		background: #fff;
		color:#fff;
}
.main {
		background: #fff;
}
.navbar {
		margin-bottom:2px;
}

.navbar-nav {
		float: right;
}

.navbar-collapse {
		float: right;
}

.footer {
		padding-bottom:10px;
		padding-top:10px;
}
.color1 {
		background: #d6d6d6;
		color:#535451;	
		border-radius: 5px;
}
.color2 {
		background: #fff;
		color:#2B2D2F;		
}
aside {
		background: #292829;
		color:#fff;
		font-size: 16px;
		border-radius: 5px;
		
}
footer{
		background: #292829;
		color:#fff;
		line-height:10px;
}

.row {
	margin-top: 2px;
	margin-bottom: 2px
}

.carousel-indicators {
	bottom: 0px;
	margin-bottom: 4px;
}

article {
	font-size: 16px;
}
