.flickerplate {
    background-color: #e6e6e6;
    height: 400px;
  margin-top:100px;
    overflow: hidden;
    position: relative;
    width: 100%;
}

#logo {
  margin:0 auto;
  display:block;
  
}

.butFrame.large {
    width: 69%;
}

.butText {
  font-size:1em;
}

.storyText {
  font-size: 0.8em;
  line-height:1.1rem;
  padding: 0 30px;
}

#menu nav {
  width: 100%;
  position: static;
  max-width: 1100px;
  margin: auto;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-flex-pack:justify;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
}
