.cButton {
	background-color: #8daa26; 
	border: none; 
	color: white; 
	padding: 15px 32px; 
	font-weight: bold; 
	text-align: center; 
	display: inline-block; 
	font-size: 16px;
}

.LPheader {
 margin: 5px!important;
 }

.LPlogo, #logolp {
  float: left;
  display: inline-block;
  width: 20%;
  height: auto;
}

/* Float the link section to the right */
.LPheader-right {
  float: right;
}

/* Add media queries for responsiveness - when the screen is 500px wide or less, stack the links on top of each other */
@media screen and (max-width: 500px) {
  .LPheader a {
    float: none;
    display: block;
    text-align: left;
  }
  .LPheader-right {
    float: none;
  }
}



