.featuredBlock{background-color:var(--offwhite);}
#social { margin-bottom:60px;}
.copyrigh{ margin-top:60px;}



/*splash*/
body{background:#E4E8D3;}
.container { position:relative;}
h1{text-align:center;color: #64723e;font-weight: 700;font-family: "Tangerine", cursive;font-size: calc(3rem + 1.5vw); 
  @media (max-width: 1200px) {font-size: calc(2.0rem + 1.5vw); } 
}
h2,h3, .h2,.h3{color:#64723e;text-align:center;font-family: "Prata", serif;/* font-size: calc(.85rem + 1.0vw); */}


.splashBlock{text-align:center;background:#FFF;padding: 20px 60px;position: relative;box-shadow: 0px 0px 3px 0px #a7b188;}
.splashBlock:before{content:'';display:block;width:100%;height: 100%;position: absolute;top: -5px;left: 0;transform:translateY(-100%);background: url(/image/cahe/floralBG_up.svg) no-repeat center bottom;background-size:100%;}
.splashBlock:after{content:'';display:block;width:100%;height: 100%;position: absolute;bottom: -5px;left: 0;transform:translateY(100%);background: url(/image/cahe/floralBG_down.svg) no-repeat center top;background-size:100%;}