.frame-type-header{
  margin: 30px 0;
  text-align: center;
}
@media only screen and (min-width: 1024px) {
  .frame-type-header{
    margin: 80px 0;
  }
}

.frame-type-header h1{
  font-family: 'Amatic Sc';
  font-size: 45px;
  line-height: 45px;
}
@media only screen and (min-width: 1024px) {
  .frame-type-header h1{
    font-size: 80px;
    line-height: 80px;
  }
}

h2, h3{
  margin: 30px 0;
  font-weight: 500;
  font-size: 20px;
  text-transform: uppercase;
}

.frame a{
  color: #97BC2E;
}

/*
.frame + .frame + .frame{
  margin-top: 80px;
  border-top: 1px solid #F1F1F1;
  padding-top: 80px;
}
*/

#header{
  background: #FAFAFA;
}

.frame-backgroundGrey{
  position: relative;
  z-index: 3;
}

.middlebutton a{
  display: inline-block;
  padding: 5px 30px;
  position: relative;
  overflow: hidden;
  border-radius: 3px;
  text-align: center;
  font-weight: 500;
  border: 2px solid #97BC2E;
  border-radius: 320px;
  color: #97BC2E;
  margin-top: 20px;
}

.ce-gallery img {
    display: block;
    max-width: 100%;
    height: auto;
}
