﻿/* Olive Crescent stylesheet */


h1 {
  font-family: cursive;
  color: #78945f; 
  margin: 0;
  font-weight: 600;
  font-size: 2.0rem;
  text-align:center;
}

h2 {
  font-family: cursive;
  color: #78945f; 
  margin: 0;
  font-weight: 600;
  font-size: 1.3rem;
  text-align:center;
  margin-bottom:1.0em;
}
h3 {
  font-family: cursive;
  color: #78945f; 
  margin: 0;
  font-weight: 600;
  font-size: 1.2rem;
  text-align:left;
}
h4 {
  font-family: cursive;
  color: #78945f; 
  margin: 0;
  font-weight: 600;
  font-size: 1.0rem;
  text-align:right;
}

.squigglysvg {
  display: hidden;
  position: absolute;
  width: 0;
  height: 0;
}
body {
  font-family: "Merienda", cursive;
  margin: 0;
  place-content: center;
  place-items: center;
  gap: 2em;
  background-color: #f2f2f2;
}

p, li { font-family:"Aptos"; }
.olyftak {
	margin-bottom:0.4em;
}


.center {text-align:center; margin-left:auto; margin-right:auto;}
.left {float:left; margin-left:3%;}
.right {float:right; margin-right:3%;}
.clear{clear:both;}
footer {font-style: italic;font-size: 0.95em;}
.sonnet { width: 25em; margin:auto; }
.username { display:none; } /* hide field on contact form */
/*button { background:aqua; }*/
.pure-button { background: #78945f; font-family: cursive; font-size:1.2em; }
a {	/*text-decoration:none;*/ color:#882222; }