@font-face {
  font-family: Avenir;
  src: url("fonts/avenir-next-regular.woff"); }

@font-face {
  font-family: Heaters;
  src: url("fonts/Heaters.otf"); }

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

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

body {
  padding-bottom: 96px; }
  body h1 {
    font-family: Avenir;
    width: 100%;
    text-align: center;
    margin-top: 128px;
    float: left; }
  body p {
    font-family: Avenir;
    width: 80%;
    margin-left: 10%;
    font-weight: bold;
    font-size: 19px;
    float: left; }
    @media screen and (max-width: 767px) {
      body p {
        font-size: 6vw;
        font-weight: normal; } }
  body .lebg {
    width: 50%;
    margin-left: 25%;
    float: left; }
    @media screen and (max-width: 767px) {
      body .lebg {
        width: 80%;
        margin-left: 10%; } }
