.front-page-2 .widget-area > .wrap:before{
content:'Latest from the Blog';
text-align: center;
display: block;
margin-bottom: 15px;
font-size: 25px;
font-family: 'Arbutus Slab', serif;
color: #80ac29;
}

.front-page-1{
background:#eee;
}

.front-page-4 section a{
text-decoration:none;
color:#333;
}

#text-8,#custom_html-12{
background: #edf7dc;
border: solid 2px #fff;
}
.site-footer{
 
}
.eape-embed-file-link {
    text-decoration: none !important;
    background: #652d90;
    padding: 5px 15px;
    color: #fff !important;
    border-radius: 3px;
    font-size: 15px !important;
}


.shake {
  animation: shake-animation 4s ease infinite;
  transform-origin: 50% 50%;
}

@keyframes shake-animation {
   0% { transform:translate(0,0) }
  1.78571% { transform:translate(8px,0) }
  3.57143% { transform:translate(0,0) }
  5.35714% { transform:translate(8px,0) }
  7.14286% { transform:translate(0,0) }
  8.92857% { transform:translate(0,0) }
  10.71429% { transform:translate(0,0) }
  100% { transform:translate(0,0) }
}