/*
Author: Michael Gillett
Author URI: http://mymicrosoftlife.com
*/

body {
	background: #666666;
	color: #fff;
	font-family: Gabriola, "Monotype Corsiva", serif;
	font-size: 13px;
	line-height: 1.3em;
	margin: 0;
	text-align: center;
}

h1,h2,h3,h4,h5,h6 {
    font-family: Gabriola, "Monotype Corsiva", serif;
	font-weight: normal;
	line-height:1.3em;
	margin:0.25em 0 0.5em 0;
	padding:0;
	position: relative;
	z-index: 2;
}
h1 {
	font-size:5em;
	margin: 0;
	text-shadow: 0 0 8px #000;
}
h2 {
	font-size: 2.3em;
	margin: 0;
	text-shadow: 0 0 8px #000;
}
h3 {font-size: 2em;}
h4 {font-size: 1.3em;}
h5 {font-size: 1.2em;}
h6 {font-size: 1.1em;}

img + h3 {
	margin-top: 50px;
}

a:link, a:visited 
{
    color:#ffcc00;
	text-decoration:none;
	border: none;
}

a:hover, a:active 
{
	color: #ffcc00;
	border: none;
}

img.floatCemter { 
    margin: 0px auto;
}

img.floatRight { 
    float: right; 
	margin: 0 0 5px 5px;
}

img
{
	border: none;
}

.right {
	float: right;
	margin: 0 0 0 10px;
}

#content
{
	margin: 60px auto 0 auto;
	max-width: 740px;
	padding: 0 20px;
	text-align: left;
}

#banner {
	height: 146px;
	background: #666 url() no-repeat center center;
}

.navigation-container
{
	background: #666;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	width: 100%;
	z-index: 100;
}

.navigation
{
	font-size: 25px;
	height: 30px;
	list-style: none;
	margin: 0 auto;
	max-width: 740px;
	padding: 10px 20px;
}

.nav-element
{
	float: left;
	margin: 0 30px 0 0;
}

.nav-element-link
{
	display: inline-block;
	padding: 10px 0;
}

.nav-element.selected
{
	border-bottom: 3px solid #ffcc00;
}

.nav-element:hover
{
	border-bottom: 3px solid #ffcc00;
}

.title-container {
	background: url('images/Circus.jpg');
	background-size: cover;
	padding: 240px 20px 20px 20px;
	position: relative;
}

.title-container-backdrop {
	background: rgba(0,0,0,0.15);
	bottom: 0;
	left: 0;
	right: 0;
	top: 0;
	position: absolute;
	z-index: 1;
}

.homepage-text
{
	font-family: "Gill Sans MT", Arial, sans-serif;
	font-size: 20px;
	line-height: 1.2em;
	margin-top: 30px;
	padding: 20px 0 30px 0;
}

.homepage-text p
{
	color: rgba(255,255,255,0.6);
}

.homepage-img {
	margin: 30px 0;
}

.swiftandfar-img {
	max-width: 150px;
}

.banner-img {
	max-width: 100%;
}

#text
{
	clear: left;
	font-family: "Gill Sans MT", Arial, sans-serif;
	font-size: 15px;
	margin: 10px 0 0 0;
	text-align: justify;
}

#tour-title
{
	clear: left;
	font-family: Gabriola, "Monotype Corsiva", serif;
	font-size: 25px;
	margin: 30px 0 10px 0;
}

#tour-text
{
	clear: left;
	font-family: "Gill Sans MT", Arial, sans-serif;
	font-size: 15px;
	margin: 0px 0 0 0;
	text-align: justify;
}

#email
{
	font-size:20px;
}

#testimonial-text
{
	font-family: Gabriola, "Monotype Corsiva", serif;
	clear: left;
	text-align: justify;
	font-size: 25px;
	line-height: 25px;
	margin: 20px 0 0 0;
}

#testimonial-author
{
	font-family: "Gill Sans MT", Arial, sans-serif;
	clear: right;
	float: right;
	margin: 0 0 30px 0;
}

.swift-and-far
{
	margin: 30px 0 0 0;
	text-align: center;
}

.swift-and-far-title
{
	font-size: 2em;
	font-family: "Gill Sans MT", Arial, sans-serif;
	text-align: left;
	margin: 30px 0 0 0;
}

.swift-and-far-text
{
	color: rgba(255,255,255,0.6);
	text-align: left;
}

.swift-and-far-text p
{
	font-family: "Gill Sans MT", Arial, sans-serif;
}

#footer
{
	border-top: 1px solid rgba(255,255,255,0.1);
	clear: both;
	font-family: "Gill Sans MT", Arial, sans-serif;
	margin: 30px 0 0 0;
	padding-top: 20px;
	text-align: center;
}