body {
	background: url(../images/many_happy_planes.gif) no-repeat left bottom;
	font-size: 16px;
}

h1, h2  {
	text-align: center;
 }

#introduction, #services, #clients {
	padding-top: 80px;
	margin-bottom: 50px;
}

h1 {
	/*font-family: PlutoMedium;*/
	font-size: 40px;
	font-weight: bold;
	margin: 0 0 20px 0;
	color: #666;
}
h1 span {
	border: solid 5px #ff9900;
	padding: 20px;
	margin: 10px 0;
	display: inline-block;
	border-radius: 10px;
	border-top: none;
	border-bottom: none;
}

h2 {
	color: #666;
	/*font-family: PlutoMedium;*/
	font-size: 26px;
}

h2 span {
	font-size: smaller;
	font-style: italic;
}

p {
	margin: 0 0 10px;
}

a {
	color: #3282e6;
	text-decoration: none;
}

#introduction img {
	display: initial;
}

#services {
	margin-top: 50px;
}
#services h2 {
	text-align: right;
}

#services ul {
	font-family: Gotham-ExtraLight;
	font-size: 16px;
	list-style: none;
	margin: none;
	padding: none;
	text-align: right;
}

#clients {
	margin-top: 50px;
	margin-bottom: 100px;
}
#clients img {
	width: 100%;
}

#contact {
	margin-bottom: 150px;
}
#footer {
	/*color: #FFF;*/
	/*background: #f2733e;*/
	min-height: 105px;
	padding-top: 50px;
	text-align: right;
	font-size: 13px;
	margin-top: 50px;
}

.navbar-default {
    background-color: #FFF;
}

.navbar-default .navbar-nav>li>a {
	text-transform: uppercase;
	color: #ff9900;
	font-size: 14px;
	font-weight: bold;
}