body  {
	padding:0 40px;  
}

@media (max-width: 768px) {
  body  {
    padding:0 20px;  
  }
}

p {
 padding-bottom: 15px; 
}

.ba-menu-wrapper > .main-menu > .integration-wrapper > ul > li.active {
	text-decoration: underline;	
}

#site-title {
	text-decoration: none;
  color: #000;
  font-size: 1.6rem;
  font-family: "Marcellus", serif;
  font-weight: 400;
}

@media (max-width: 768px) {
  #site-title {
		font-size: 1rem;
  }
}
 
footer.footer h4, footer.footer p { 
  margin:0 0 20px 0 !important;
}

a {
  text-decoration: underline;
}