/* Move down content because we have a fixed navbar that is 50px tall */
body {
  padding-bottom: 20px;
  height:100%;
}

.first-offset:before {
 display: block; 
 content: " "; 
   height: 70px;      /* Give height of your fixed element */
        margin-top: -70px; /* Give negative margin of your fixed element */   
        visibility: hidden;
}
#homeimg {
	position:relative;
	background-attachment:fixed;
	width:100%;
	background: linear-gradient( rgba(0, 0, 0, 0), rgba(0, 0, 0, .2) ),
	url(../images/header_img_2.jpg);
	background-repeat:no-repeat;
	background-position: 50%;
	background-size: cover;
}


#homelogotext {
	font-size:20px;
	color:#FFFFFF;
	padding-top:10px;
}

.center {
	margin-left:auto;
	margin-right:auto;
	margin-top:auto;
	margin-bottom:auto;
	display: block;
}

.clientlogos {
	padding-bottom:5px;
}

.logocenter {
	margin-left:auto;	
}
h1,h2 {
	font-family: "Lobster", cursive;
}
p,#postlist {
	font-family: "Open Sans", sans-serif;
	font-weight: 600;
}

