															/** NAVBAR STYLES **/

.navbar-inner{
	background: transparent;
	box-shadow: none;
	border: none;
	padding-left: 0;
	padding-right: 0;
	padding-bottom: 20px;
}

.navbar{
	border-bottom: 1px solid black;
	margin-top: 20px;
	margin-bottom: 30px;
}

.navbar .nav{
	margin: 0;
	padding-top: 11px;
}

.navbar .brand{
	text-indent: -9999px;
	width: 190px;
	height: 61px;
	background: url(img/brand.png) no-repeat;
	line-height: 101px;
	margin-left: 0;
	padding: 0;
}

.navbar .nav > li > a{
	font-size: 16px;
	font-family: 'Convergence', sans-serif;
	color: #000;
	text-shadow: none;
	padding: 10px;
	margin: 0 5px;
	line-height: 16px;
}

.navbar .nav > li > a:focus, .navbar .nav > li > a:hover{
	box-shadow: none;
	color: rgba(0,0,0,0.7);
}

.navbar .nav > .active > a, .navbar .nav > .active > a:hover, .navbar .nav > .active > a:focus{
	box-shadow: none;
	background: rgba(0,0,0,0.1);
	color: #000;
	border: 1px solid black;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

															/** END OF NAVBAR STYLES **/

															/** BODY STYLES **/

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

.content p.bold{
	font-weight: 700;
}

.content span.bold{
	font-weight: 500;
}

.content{
	margin-bottom: 70px;
}

.content-text {
	padding-right: 10px;
}

.content p{
	font-size: 14px;
	font-weight: 400;
	font-family: 'Ubuntu', sans-serif;
	color: black;
	line-height: 15px;
}

.content a{
	color: black;
	text-decoration: underline;
}

h1{
	font-size: 28px;
	font-family: 'Convergence', sans-serif;
	font-weight: 700;
	color: black;
	line-height: 28px;
	margin-bottom: 40px;
}

h2{
	font-size: 22px;
	font-family: 'Convergence', sans-serif;
	font-weight: 700;
	color: black;
	line-height: 22px;
	margin-top: 20px;
	margin-bottom: 10px;
}

h3{
	font-size: 18px;
	font-family: 'Convergence', sans-serif;
	font-weight: 700;
	color: black;
}

.profile-image {
	margin-top: 55px;
}



.arrow{
	margin-top: 100px;
}

.bodystatsleft{
	width: 100px;
	float: left;
	text-align: right;
	margin-bottom: 40px;
}

.bodystatsright{
	width: 100px;
	float: right;
	text-align: left;
	margin-bottom: 40px;
}

#wrap > div.container > div.content > div > div > div > h2{
	text-align: center;
}

.bodystats p{
	font-size: 16px;
	font-family: Lobster Two, cursive;
	color: #000000;
	margin-bottom: 3px;
}

.instagramfeed{
	padding-top: 32px;
	width: 457px;
	margin-left: 1px;
}

.instagramfeedcontainer{
	background-image: url(img/instagramfeedbg.png);
	background-repeat: no-repeat;
	width: 459px;
	margin-top: 20px;
}

/** BLOG PAGE STYLES **/

.blogpreview{
	height: 150px;
	margin-bottom: 20px;
}

.blogpreview:hover{
	border: 1px solid #000000;
	-webkit-box-shadow: 1px 1px 2px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 1px 1px 2px 0px rgba(0,0,0,0.75);
	box-shadow: 1px 1px 2px 0px rgba(0,0,0,0.75);
}

.blogpreview h2{
	margin: 0;
	padding: 0;
	font-size: 16px;
	font-family: 'Convergence', sans-serif;
	color: #000000;
	margin-top: 20px;
	margin-right: 40px;
}

.blogpreview  .span3{
	background: url(img/datesplit.png) no-repeat right;
	height: 148px;
	text-align: right;
}

.blogpreview h3{
	margin: 0;
	padding: 0;
	font-size: 18px;
	font-style: bold;
	font-family: 'Convergence', sans-serif;
	color: #000000;
}

a.continue{
	font-size: 14px;
	font-family: 'Ubuntu', sans-serif;
	color: #000000;
	margin: 0;
	padding: 0;
	position: absolute;
	bottom: 0;
	right: 0;
}

.blogpreview > .span6 {
	position: relative;
	height: 100%;
}

.blogpreview > .span6 p{
	margin: 0;
	padding: 0;
	font-size: 12px;
	font-family: 'Ubuntu', sans-serif;
	color: #000000;
}

.blogpreview .right{
	background-image: none;
}

.blogpreview .right img{
	margin: 1px 1px 1px 0;
	padding: 0;
}

/** END OF BLOG PAGE STYLES **/

/** BLOGPOST STYLES **/

.blogpost{
}

.blogpost h2{
	margin: 0;
	padding: 0;
	font-size: 16px;
	font-family: 'Convergence', sans-serif;
	color: #000000;
	margin-top: 20px;
	margin-right: 40px;
}

.blogpost  .span3{
	height: 148px;
	text-align: right;
}

.blogpost h3{
	margin: 0;
	padding: 0;
	text-align: center;
	font-size: 18px;
	font-style: bold;
	font-family: 'Convergence', sans-serif;
	color: #000000;
}

a.continue{
	font-size: 14px;
	font-family: Lobster Two, cursive;
	color: #000000;
	margin: 0;
	padding: 0;
	position: absolute;
	bottom: 0;
	right: 0;
}

.blogpost > .span6 {
	position: relative;
	height: 100%;
}

.blogpost > .span6 p{
	margin: 8px;
	padding: 0;
	font-size: 12px;
	font-family: 'Ubuntu', sans-serif;
	color: #000000;
}

.blogpost > p:last-child {
	margin: 0;
}

.blogpost .right{
	background-image: none;
}

.blogpost .right img{
	margin: 1px 1px 1px 0;
	padding: 0;
}

/** END OF BLOGPOST STYLES **/

/** JOURNEY PAGE STYLES **/

.journeypreview{
	height: 222px;
	margin-bottom: 20px;
	border: 1px solid black;
	-webkit-box-shadow: 1px 1px 2px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 1px 1px 2px 0px rgba(0,0,0,0.75);
	box-shadow: 1px 1px 2px 0px rgba(0,0,0,0.75);
}

.journeypreview h3{
	margin: 0;
	padding: 0;
	font-size: 18px;
	font-style: bold;
	font-family: 'Convergence', sans-serif;
	color: #000000;
	text-align: center;
}

.journeypreview h2{
	margin: 0;
	padding: 0;
	font-size: 16px;
	font-family: 'Convergence', sans-serif;
	color: #000000;
	text-align: center;
}

.journeypreview > .span6 {
	position: relative;
	height: 100%;
}

.journeypreview > .span6 p{
	margin: 0;
	padding: 0;
	font-size: 12px;
	font-family: 'Ubuntu', sans-serif;
	color: #000000;
	margin-top: 30px;
}

.journeypreview .left img{
	margin: 1px 1px 0 1px;
	padding: 0;
}

.journeypreview .right{
	text-align: right;
}

.journeypreview .right img{
	margin: 1px 1px 1px 0;
	padding: 0;
}

/** END OF JOURNEY PAGE STYLES **/

/** JOURNEYCONTENT PAGE STYLES **/

h4{
	font-size: 16px;
	font-family: 'Ubuntu', sans-serif;
	color: #000000;
}

.center{
	text-align: center;
}

h5{
	font-size: 14px;
	Font-style: italic;
	text-align: center;
	font-family: 'Ubuntu', sans-serif;
	color: #000000;
}

/** END OF JOURNEYCONTENT PAGE STYLES **/

/** CONTACT PAGE STYLES **/
#wrap > div.container > div.content > div > div > div > div > iframe{
	margin: 0;
	width: 600px;
	height: 480px;
}

/** #wrap > div.container > div.content > div > div > div:nth-child(2){
	margin-left: 0;
} **/

.contactcontainer{

}

.well{
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	width: 600px;
	text-align: center;
	margin-bottom: 0;
	border: 1px solid #000000;
	background-color: #acacac;
	margin: auto;
}

.antispam { display:none;}

.contactheading h3{
	margin: 0;
	padding: 0;
	font-size: 18px;
	font-style: bold;
	font-family: 'Convergence', sans-serif;
	color: #000000;
	text-align: center;
}

form{
	width: 500px;
	margin: 0 auto;
}

label {
	width: 100px;
	float: left;
	text-align: right;
	font-size: 14px;
	font-weight: 400;
	font-family: 'Ubuntu', sans-serif;
	color: #000;
	line-height: 20px;
}

input[type="text"] {
	width: 360px;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	padding: 0;
}

input[type="submit"] {
	width: 90px;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	font-size: 15px;
	font-weight: 400;
	font-family: 'Ubuntu', sans-serif;
}

.submitbtn{
	margin-top: 4px;
}

textarea {
	width: 360px;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	padding: 0;
}

.contactlabel{
	float: left;
}

/** END OF CONTACT PAGE STYLES **/

/** END OF JOURNEY PAGE STYLES **/

															/** END OF BODY STYLES **/

															/** FOOTER STYLES **/

footer{
	background-color: #828282;
	text-align: center;
	line-height: 80px;
}

.footer-logo{
	padding-top: 10px;
	height: 61px;
}

footer .brand{
	text-indent: -9999px;
	display: inline-block;
	width: 190px;
	height: 61px;
	background: url(img/brand.png) no-repeat;
	margin-left: 0;
	padding: 0;
}

body > footer > div > div > div.copy.span5 > small > strong > a{
	color: #000000;
}

															/** END OF FOOTER STYLES **/

/** BUTTON STYLES **/

.btn.instagram{
	background: transparent;
	text-shadow: none;
	font-family: 'Convergence', sans-serif;
	font-size: 16px;
	line-height: 36px;
	border: 0;
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	padding: 0;

}

.btn.instagram:hover{
	background: #686868;
	color: #fff;
}

.btn.twitter{
	background: transparent;
	text-shadow: none;
	font-family: 'Convergence', sans-serif;
	font-size: 16px;
	line-height: 36px;
	border: 0;
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	padding: 0;
	margin-left: 40px;
}

.btn.twitter:hover{
	background: #686868;
	color: #fff;
}

.social-sprite.instagram{
	width: 36px;
	height: 36px;
	display: inline-block;
	background: transparent url(img/instagram.png) no-repeat;
}

.social-sprite.twitter{
	width: 36px;
	height: 36px;
	display: inline-block;
	background: transparent url(img/twitter.png) no-repeat;
}

/** END OF BUTTON STYLES **/

/** STICKY FOOTER STYLES **/

html, body{
	height: 100%; /* The html and body elements cannot have any padding or margin. */
}

#wrap{
	min-height: 100%;
    height: auto !important;
    height: 100%;
    /* Negative indent footer by it's height */
    margin: 0 auto -81px;
}

#push, footer{
	height: 81px;
}

/* Lastly, apply responsive CSS fixes as necessary */
@media (max-width: 767px) {
	footer {
		margin-left: -20px;
		margin-right: -20px;
		padding-left: 20px;
		padding-right: 20px;
	}
}

/** END OF STICKY FOOTER STYLES **/



/** FONTS **/
/* font-family: 'Lato', sans-serif; */
/* font-family: 'Lobster Two', cursive; */
/** END OF FONTS **/