/*@import url('css/animations.css');*/
/*
A custom Bootstrap 3.1 template
from http://bootply.com

This CSS code should follow the 'bootstrap.css'
in your HTML file.

license: MIT
author: bootply.com
*/
/*html, body {
	height: 100%;
	background: center no-repeat fixed url('images/wall-street-sign.jpg');
}*/
.icon-bar {
	background-color: #fff;
}

.navbar-trans {
	background-color: #279ddd;
	color: #fff;
}

.navbar-trans li>a:hover, .navbar-trans li>a:focus, .navbar-trans li.active
	{
	background-color: #38afef;
}

.navbar-trans a {
	color: #fefefe;
}

.navbar-trans .form-control:focus {
	border-color: #eee;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px
		rgba(100, 100, 100, 0.6);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px
		rgba(100, 100, 100, 0.6);
}

section {
	padding-top: 70px;
	padding-bottom: 50px;
	min-height: calc(100% - 1px);
}

.v-center {
	/*padding-top: 10%;*/
	font-size: 70px;
}

.well {
	border-color: transparent;
}

a.list-group-item.active, [class*='-info'] {
	background-color: #4CB0EA;
	color: #fff;
}

section>h1 {
	color: #ffffff;
}

div>div>div>h3 {
	color: #ffffff;
}

#section1>div>div>div {
	color: #ffffff;
}

#section5>ul {
	color: #000000;
}

.landingPage {
	/*background: center no-repeat fixed url('./images/tablet_phone_layout.jpg');*/
	
}

.solid-block {
	background-color: #fff;
}

#section1 {
	background-color: #4CB0EA;
	color: #dedeff;
}

#section2 {
	background-color: #fff;
	color: #444;
}

#section3 {
	background-color: #4CB0EA;
	color: #ffffff;
}

#section4 {
	background-color: #fff;
	color: #444;
}

/*#section5, #section7 {
	color: #f5f5f5;
}*/
#section5 {
	height: 100%;
}

#section6 {
	background-color: #4CB0EA;
	color: #ddd;
}

/*
footer {
	background-color: #494949;
	color: #ddd;
	min-height: 100px;
	padding-top: 20px;
	padding-bottom: 40px;
}*/
footer .nav>li>a {
	padding: 3px;
	color: #ccc;
}

footer .nav>li>a:hover {
	background-color: transparent;
	color: #fff;
}