.header{
    background: url("../img/background.jpg") no-repeat top center;
    background-size: cover;
    background-position: 60%;
    position: relative;
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
    text-align: center;
    font-size: 50px;
}

body_custom {
  background-color: #222;
}
.plate {
  width: 410px;
  margin: 10% auto;
}

@font-face {
  font-family: 'SeaweedScript';
  src: url('fonts/SeaweedScript.ttf')
}

.seaweed-font {
  font-family: SeaweedScript, cursive;
  color: black;
  text-align: center;
  font-size: 40px;
  position: relative;
  margin:0;
}
.seaweed-font span {
  padding: 0 0.3em;
}
.seaweed-font:before {
  content:"";
  display: block;
  position: absolute;
  z-index:-1;
  top: 50%;
  width: 100%;
  border-bottom: 3px solid #fff;
}

.fancy {
  margin: 0% 0% 0% 0%;
  line-height: 0.5;
  text-align: center;
}
.fancy span {
  display: inline-block;
  position: relative;  
}
.fancy span:before,
.fancy span:after {
  content: "";
  position: absolute;
  height: 6px;
  border-bottom: 2px solid black;
  border-top: 2px solid black;
  top: 0;

}
.fancy span:before {
  right: 100%;
  margin-right: 11px;
}
.fancy span:after {
  left: 100%;
  margin-left: 8px;
}


/*SIZE PARAMETERS*/

@media only screen and (min-width: 310px) {
  .fancy span:after, span:before{
    width: 40%;
  } 

}

@media only screen and (min-width: 480px) {
  .fancy span:after, span:before{
    width: 60%;
  }  
}

@media only screen and (min-width: 740px) {
  .fancy span:after, span:before{
    width: 100%;
  }
}

@media only screen and (min-width: 1024px) {
  .fancy span:after, span:before{
    width: 200%;
  }
}
