

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;
}


/* homepage */

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

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

#home-press-grumpy-section {
	padding-top: 105px;
}

#home-press-grumpy-section h4{
	color: #7c7c7c;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 25px;
	font-size: 14px;
	
}

.home-press-image {
	margin-left: 40px;
}

.home-grumpy-image {
	margin-left: 75px;
	margin-right: 15px;
}

#home-press-title {
	text-align: center;
}
#home-seen-title {
	text-align: left;
	margin-left: 100px;
}

#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;
}


.fb-like span{overflow:visible !important; width:450px !important; margin-right:-375px;}