

body {
	padding-bottom: 100px;	/*so the footer navbar doesn't hide content*/
	
	/*background-color: #f6f6f6;*/
	background-color: #ffffff;
	margin: 0px;
}


header.main-header {
	background-color: #4ebadb;
	padding: 10px 0px;
	margin-bottom: 30px;
	margin-top: 0px;
	text-align: center;
}

header.main-header a.header-brand, header.main-header a.header-brand:hover, header.main-header a.header-brand:focus {
	color: #ffffff;
	font-weight: bold;
	font-family: "Arial Rounded MT Bold", Helvetica, sans-serif;
	font-size: 38px;
	text-decoration: none;
}

section.sticky-social {
	width: 100%;
	position: fixed;
	left: 10px;
	top: 20px;
	text-align: right;
}

section.sticky-social a, section.sticky-social div {
	margin-right: 10px;
}



/* homepage */

#main-info-container {
	margin-top: 30px;
	padding-top: 40px;
}

.home-quote {
	color: #7c7c7c;
}

#home-press-boo-section {
	margin-top: 45px;
}

#home-partners {
	border-top: 2px solid #d9d8dd;
	margin-top: 60px;
	padding-top: 0px;
}

#home-partners h2 {
	margin-bottom: 0px;
}

.partner-row {   
	/* just used to give some space between partner logos */
	padding-top: 35px;
}

#home-phone {
	background-image: url('../img/iphone.png');
	background-repeat: no-repeat;
	background-size: cover; 
	padding: 105px 29px 130px 29px;
	margin-top: 30px;
}

.home-dl-btn {
	width: 35%;
}


/*press*/
.press-row {
	margin-bottom: 40px;
	padding-bottom: 20px;
	border-bottom: 1px solid #d9d8dd;
}

h4.press-heading {
	color: #464646; 
	margin-top: 0px;
}

article.press-release {
	margin-top: 30px;
	padding-bottom: 10px;
	border-bottom: 1px solid #d9d8dd;
}




/*Override BS*/

.nav-tabs > li, .nav-pills > li {
	float:none;
	display:inline-block;
	*display:inline; /* ie7 fix */
	zoom:1; /* hasLayout ie7 trigger */
}

.nav-tabs, .nav-pills {
	text-align:center;
}
