body,html {
  height: 100%;
  font-family: 'Lato', sans-serif;
}

body {

}

p{
	font-size: 18px;
	font-weight: 400;
}


/* Navigation */

.nav{
	margin-right: 0px;
	font-size: 20px;
}

.navbar-breaks{
	text-shadow: 0 -1px 0 rgba(0,0,0,.25);
    color: #9d9d9d;
    padding-top: 15px;
    padding-bottom: 15px;
    line-height: 20px;
}


.active {
    color: #fff;
    text-decoration: none;
    line-height: 50px;
}

a {
    color: black;
    text-decoration: none;
    line-height: 50px;
}

/* Home */

.header{
	height:calc(100%);
	background-color: #484848;
}

.vertical-center {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}


/* What is Recoup */

.whatRecoup{
	background-color: #FFFFFF;
}


.whatRecoupCopy{
	padding: 10px 75px 20px 75px;
}


#whatIsRecoupImgHldr{
	padding: 30px 0 0px 0;
    max-width:890px;
}

.centerImagesInDiv{
	position: relative;
  	top: 50%;
  	transform: translateY(-50%);
}

.image3BottlesHldr{
	height:428px;
	overflow: hidden;
	padding: 0;
	padding-right: 5px;
}

.imageBoxBottlesHldr{
	height:428px;
	overflow: hidden;
	padding: 0;
	padding-left: 5px;
}

.imageFullLineHldr{
	height:428px;
	overflow: hidden;
	padding: 0;
	margin-top: 10px;
}


/* Manifesto */

.whatManifesto{
	background-color: #EFEFEF;
	border-top: 1px solid #E0E0E0;
	border-bottom: 1px solid #E0E0E0;
	padding: 0 70px;
}

.whatManifesto h3{
	font-size: 30px;
	font-weight: 400;
	margin: 100px 0px;
}

/* Contact Us */

.contactAndHelp{
	padding: 30px 40px;
}

.contactHelp{
	/*margin-top: 30px;*/
}

.row{
	height: 100%;
}

.contactOnly{
	
}

.contactUsButtonHolder{
	width: 180px;
	margin: 20px auto;
	bottom: 0px;
}

.contactUsButton{
	width: 100%;
}


.glyphicon{
	right: -3px;
	top:3px;
	border: none;
}

.btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus{
	outline:0;
}

/* Help Us */

.helpOnly{
	border-left: 1px solid #E0E0E0;
}

.helpUsButtonHolder{
	width: 183px;
	margin: 20px auto;
}

.helpUsButton{
	width: 100%;
}

/* Footer */

footer{
	background-color: #EFEFEF;
	padding: 0px;
	margin: 0px;
}
.footerOnly{
	padding: 0px;
	margin: 0px;
}

.footerOnly p{
	padding: 0px;
	margin: 10px 0px 10px 20px;
	font-size: 14px;
}

/* Extra small devices (phones, up to 480px) */
@media screen and (max-width: 767px) {
	.helpOnly{
		border-top: 1px solid #E0E0E0;
	}
	.navbar .nav.center {
		font-size: 25px;
		text-align: center;
	}

	.nav>li {
	    margin: 5px 0px;
	}

	.whatRecoupCopy{
		text-align: center;
		padding: 0px 40px;
	}

	.centerImagesInDiv{
	  	transform: translateY(0%);
	}

	.image3BottlesHldr{
		height:auto;
		overflow:visible;
		padding: 0;
	}

	.imageBoxBottlesHldr{
		height:auto;
		overflow:visible;
		padding: 1px 0 0 0;

	}

	.imageFullLineHldr{
		height:auto;
		overflow:visible;
		padding: 1px 0 0 0;
		margin:0;
	}




}
/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991px) {
}
/* tablets/desktops and up ----------- */
@media (min-width: 992px) and (max-width: 1199px) {
}
/* large desktops and up ----------- */
@media screen and (min-width: 1200px) {
}


