body {
	background-color: #FFF;
}

/* Text color Travel Centricity block */
.big-bar h2,
.big-bar span,
.big-bar p {
	color: #000;
}

/* Background color Focus Areas */
.focus-bar {
	background-color: #F9F9F9;
}

/* Text color Focus Areas */
.focus-bar h2,
.focus-bar span,
.focus-bar p {
	color: #000;
}

/* Text color Future Features */
.future-web h2,
.future-web span,
.future-web p {
	color: #000;
}

/* Text color "Let us know" in Future Features */
.let-us-know {
	color: rgb(39,58,116);/*change*/
}
.let-us-know:hover {
	color: rgb(39,58,116);/*change*/
}

/* Background color How To Install */
.install-bar {
	background-color: #FFF;
}

/* Text color "How to Install" */
.install-bar h2,
.install-bar h4,
.install-bar p,
.install-bar span {
	color: #000;
}

.pilot-bar {
    background-color: #F9F9F9;
}

.pilot-bar span,
.pilot-bar p {
    color: #000;
}

/* Button color */
.top-bar a.app,
.install-bar a.download {
background-color: rgb(39,58,116);/*change*/
	color: #fff;/*change*/
	border: none;
	margin: 25px;
	box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.3);
  transition: all 0.3s ease 0s;
  outline: none;
}

.top-bar a.app:hover,
.install-bar a.download:hover {
	background: rgb(39,58,116);/*change*/
}

.footer-bar img {
	width: 200px !important;
}

.top-bar {
	background-size: cover;
	background-position: center bottom;
}

.flexslider ul.slides li h2,
.flexslider ul.slides li p.bold,
.top-bar h2,
.top-bar p {
	text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.7);
}

.top-bar {
	border-bottom: 5px solid #fff;
}
.footer-bar {

	border-top: 5px solid #fff;
}

@media only screen  and (max-width: 1023px) {
	.pilot-bar {
		background-color: #F9F9F9
	}
}

.top-bar .logo {
	margin-bottom: 55px;
}

.focus-bar .text-center {
	color: rgb(0,0,0) /*change*/
}
