* {
  box-sizing: border-box; }
  * a {
    text-decoration: none; }

body {
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
  text-align: center;
  background: linear-gradient(-45deg, #F7EC30, #FBEA33, #F4DB4E, #FFEA2E);
  animation: gradient 10s ease infinite;
  -webkit-animation: gradient 10s ease infinite;
  -moz-animation: gradient 10s ease infinite;
  background-size: 400% 400%;
  font-family: "Montserrat", sans-serif;
  font-weight: 400; }

@-webkit-keyframes gradient {
  0% {
    background-position: 0% 50%; }
  50% {
    background-position: 100% 50%; }
  100% {
    background-position: 0% 50%; } }
@-moz-keyframes gradient {
  0% {
    background-position: 0% 50%; }
  50% {
    background-position: 100% 50%; }
  100% {
    background-position: 0% 50%; } }
@keyframes gradient {
  0% {
    background-position: 0% 50%; }
  50% {
    background-position: 100% 50%; }
  100% {
    background-position: 0% 50%; } }
#container {
  width: 100%; }
  #container .inner img {
    width: 800px; }
  @media only screen and (max-width: 480px) {
    #container .inner {
      padding: 5%; }
      #container .inner img {
        width: 100%; }
      #container .inner .tagline {
        font-size: 12px;
        word-spacing: 10px; } }
  #container .outer {
    padding: 5vh 0; }

.tagline {
  word-spacing: 30px; }
  .tagline h3 span {
    font-style: italic;
    opacity: .2; }

.contact a p {
  color: #EC1C25;
  font-size: x-large; }
  .contact a p:hover {
    color: #455EAA; }

/*# sourceMappingURL=style.css.map */
