@import url("https://fonts.googleapis.com/css?family=Amatic+SC:400,700");
body {
    font-family: 'Amatic SC', sans-serif;

  }

.logo {
    background-image: url('/static/images/Logo sub-text white brown paper front.png');
    background-size: contain; /* Adjusts the image to fit the element */
    background-repeat: no-repeat; /* Prevents the image from repeating */
    background-position: center; /* Centers the background image */
    display: block; /* Allows width and height to be adjusted */
    width: 100%; /* Adjust this value to change the logo size */
    height: 400px; /* Adjust this value to change the logo size */
    text-indent: -9999px; /* Hides the text */
    margin: 0 auto; /* Centers the logo */
    text-align: center;
    font-family: 'novecentosanswide';
    font-weight: bold;
    color: #fff;
    font-size: 72px;
    line-height: 74px;
    text-transform: uppercase;
    margin: -85px auto 23px; /* Centers the margin */
}


.iframe-container {
    position: relative;
    width: 100%;
    pointer-events: none;
    top: -4.4em;
}

#iframe {
    width: 100%;
    height: 100%;
    border: none;
}

#header {
	max-width: 1170px;
	margin: 0 auto;
	padding: 69px 0 0px;
	position:relative;
}

.test {
    -webkit-animation: squiggly-anim 0.34s linear infinite;
            animation: squiggly-anim 0.34s linear infinite;
  }
.test {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    outline: none;
    text-align: center;
    font-size: 5em;
    top: -0.8em;
  }
  .small {
    font-size: 0.5em;
  }
  .smaller {
    font-size: 0.4em;
  }
  @-webkit-keyframes squiggly-anim {
    0% {
      filter: url("#squiggly-0");
    }
    25% {
      filter: url("#squiggly-1");
    }
    50% {
      filter: url("#squiggly-2");
    }
    75% {
      filter: url("#squiggly-3");
    }
    100% {
      filter: url("#squiggly-4");
    }
  }
  @keyframes squiggly-anim {
    0% {
      filter: url("#squiggly-0");
    }
    25% {
      filter: url("#squiggly-1");
    }
    50% {
      filter: url("#squiggly-2");
    }
    75% {
      filter: url("#squiggly-3");
    }
    100% {
      filter: url("#squiggly-4");
    }
  }

