/*
You can add your own CSS here.
Click the help icon above to learn more.
*/
div.site-inner {
  padding-top: 20px;
}
p.site-title {
  text-transform: none;
  font-size: 23px;
  font-family: georgia;
  font-style: bold;
}
h1.entry-title {
  text-align: center;
}
div.footer-widgets-1.widget-area {
  width: 500px;
}
.page .entry-content, .single .entry-content {
  max-width: 900px;
}
body {
  font-size: 12px;
  margin: 0;
  padding: 0;
  /* Main body background */
  background-color: #f8f8f8;
}
header {
  text-align: center;
  padding: 50px 15px;
  /* Set header background to transparent */
  background-color: transparent;
}
h1 {
  font-size: 40px;
  color: #333;
  margin-bottom: 20px;
}
p1 {
  font-size: 24px;
  color: #666;
  margin-bottom: 25px;
}
.cta-buttons {
  display: flex;
  justify-content: center;
  gap: 15px;
}
.cta-buttons button {
  /* Adjusted to a more subtle color */
  background-color: #d9534f;
  color: white;
  border: none;
  padding: 12px 25px;
  font-size: 16px;
  border-radius: 4px;
  cursor: pointer;
  text-transform: none;
}
.cta-buttons button:hover {
  background-color: #c9302c;
}
@media (max-width: 600px) {
  /*
#menu-item-29{
  display: inline-flex;
  align-items: center;
  background: #ebad89;
  box-shadow: 0 3px 2px 0 rgba(0,0,0,0.1);
  border-radius: 5px;
  height: 35px;
  padding: 0 30px;
	margin-left:30px;
	margin-right:30px;
  color: #ffffff;
  font-family: Lato, Arial, sans-serif;
  text-transform: uppercase;
  text-decoration: none;
  transition: background .3s, transform .3s, box-shadow .3s;
   will-change: transform;
}


#menu-item-29:hover{
	background: darken(#FDBA9A,2%);
    box-shadow: 0 4px 17px rgba(0,0,0,0.2);
    transform: translate3d(0, -2px, 0);
}
	#menu-item-29:active{
		    box-shadow: 0 1px 1px 0 rgba(0,0,0,0.1);
    transform: translate3d(0, 1px, 0);
	}


*/  header > h1 {
    font-size: 20px;
    margin-top: -20px;
  }
  p1 {
    font-size: 16px;
    margin-bottom: 6px;
    /* Slight padding to prevent text from touching the edges */
    padding: 0 5px;
  }
  .cta-buttons {
    flex-direction: column;
    align-items: center;
    /* Very minimal gap, roughly 1mm, between buttons */
    gap: 15px;
  }
  .cta-buttons button {
    /* Minimal space between p1 and the first button */
    margin-top: 12px;
    /* Minimal space between buttons */
    margin-bottom: 2px;
    font-size: 14px;
  }
  .cta-buttons button:last-child {
    /* Remove bottom margin of the last button */
    margin-bottom: 0;
  }
}
