/*!
 * TrippoApp v1.0
 * Copyright 2012 Trippo, Inc
 * Licensed under CC BY 3.0
 * http://creativecommons.org/licenses/by/3.0/
 *
 */



 /***** STRUCTURE *****/

 body {
	background-image: url('../img/bg.jpg');
	background-repeat: no-repeat;
	background-position: center center;
	background-attachment: fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	}

h1, h2, h3, h4, h5, h6 {
	text-shadow: white 0.02em 0.02em;
	font-family: 'QlassikBold', sans-serif;
	}

h2 {
	font-size: 2.3em;
}

 .content {
	padding-top:100px;
	font-size: 1.1em;
	line-height: 1.8em;
	}

.content p {
	font-size: 1.0em;
	line-height: 1.8em;
	margin-bottom: 1.1em;
	}


/***** BODY *****/

.page-title {
	padding: 100px 0 30px 0;
	}

.arrow-top img {
	margin: -7px 0 0 15px;
	}



/***** NAVIGATION BAR *****/

.navbar .brand {
	font-weight: bold;
	color: black;
	text-shadow: 0 1px 0 rgba(255, 255, 255, .1), 0 0 30px rgba(255, 255, 255, .125);
}



/***** HOMEPAGE *****/

#details {
	position: relative;
	float: right;
	width: 527px;
	margin-top: 80px;
	padding-left: 20px;
}

#tagline {
	font-size: 1.8em;
	margin-top: 1em;
	clear: both;
	text-align: center;
	text-shadow: white 0.02em 0.02em;
	font-family: 'QlassikBold', sans-serif;
}

#description {
	margin-top: 1em;
	margin-bottom: 1.8em;
}

#features li {
	background: url('../img/check.png') no-repeat left;
	list-style: none;
	padding-left: 25px;
	margin-left: -23px;
	line-height: 1.7em;
}

.download-box {
	width: 45%;
	float: left;
	padding-top: 20px;
	padding-right: 5%;
	font-size: 0.9em;
	line-height: 1.3em;
	}

#topbar1 {
	width: 100%;
	height: 20px;
	padding: 0;
	margin: 0;
	background-color: #99d8f3;
}
#topbar2 {
	width: 100%;
	height: 5px;
	padding: 0;
	margin: 0;
	background-color: #ca5f92;
}

/***** CONTACT *****/

#contact-form {
	border-left: 1px solid #cccccc;
	}

#contact-info {
	padding-bottom:20px;
	}



/***** FOOTER *****/

.footer {
	font-size: 0.85em;
	line-height: 1.5em;
	padding: 15px 0;
	border-top: 1px solid #CCC;
}

#copyright {
	float:left;
	}

#credits {
	float:right;
	}