@font-face {
    font-family: 'Calluna-Regular';
    src: url('https://dl.dropboxusercontent.com/u/166051553/Calluna-Regular/2A2DE3_0_0.eot');
    src: url('https://dl.dropboxusercontent.com/u/166051553/Calluna-Regular/2A2DE3_0_0.eot?#iefix') format('embedded-opentype'),    url('https://dl.dropboxusercontent.com/u/166051553/Calluna-Regular/2A2DE3_0_0.woff') format('woff'),    url('https://dl.dropboxusercontent.com/u/166051553/Calluna-Regular/2A2DE3_0_0.ttf') format('truetype');}
  * {
    margin: 0; padding: 0; border: 0 none; position: relative;
  }
  *, *:after, *:before {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  } 
  .una {
    text-align: center;
    display: block;
    line-height: 1px;
    height: 1px;
    margin: 2rem 0;
    background: #B3B04F;
  }
  .una:before, .una:after {
    content: '\2021';
    font-size: 2rem;
    color: #B3B04F;
    position: absolute;
    transform: rotate(90deg);
  }
  .una:before {
    left:0;
  }
  .una:after {
    right: 0;
  }
  p {
    font-size: 1.5rem;
    line-height: 1.4;
  }
  p + p {margin-top: 2rem;}
  .una + p:before {
    content: '\00A7';
    color: #B3B04F;
    font-size: 4rem;
    position: absolute;
    top: -4.8rem;
    left: 50%;
    transform: rotate(90deg);
    transform-origin: center;
    opacity: .6;
  }