html {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 125%;
}

@media screen and (min-width: 64em) {
  html {
    font-size: 175%;
  }
}

.grid-container {
  max-width: 1400px;
}

body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: 'franklin-gothic-urw',neue-haas-grotesk-text,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen,Ubuntu,Cantarell,"Fira Sans","Droid Sans","Helvetica Neue",sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'franklin-gothic-urw',neue-haas-grotesk-text,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen,Ubuntu,Cantarell,"Fira Sans","Droid Sans","Helvetica Neue",sans-serif;
}

h1 {
  font-size: 1.5rem;
  margin-bottom: 1.5rem;
}

address,
p {
  line-height: 1.3;
}

svg path {
  fill: currentColor;
}

a {
  -webkit-transition: 0.2s all ease-in-out;
  -o-transition: 0.2s all ease-in-out;
  transition: 0.2s all ease-in-out;
  color: #00A66D;
}

a:focus,
a:hover {
  color: #00ACD0;
}

.logo {
  position: relative;
  width: 200px;
  height: 200px;
  overflow: hidden;
  background: rgb(0,166,109);
  background: -o-linear-gradient(322deg, rgba(0,166,109,1) 0%, rgba(0,172,208,1) 50%, rgba(8,135,201,1) 100%);
  background: linear-gradient(128deg, rgba(0,166,109,1) 0%, rgba(0,172,208,1) 50%, rgba(8,135,201,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00a66d",endColorstr="#0887c9",GradientType=1);
  -webkit-animation: animatedGradient 5s ease infinite;
  animation: animatedGradient 10s ease infinite;
  background-size: 200% 200%;
}

@media screen and (min-width: 72em) {
  .logo {
    width: 300px;
    height: 300px;
  }
}

.logo a {
  display: block;
  width: calc(100% + 1px);
  height: calc(100% + 1px);
}

.logo img {
  width: 100%;
}

.contact-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  list-style: none;
  margin: 0;
}

@media screen and (max-width: 64em) {
  .contact-list {
    font-size: 0.75rem;
  }
}

.contact-list li + li {
  margin-left: 1.5rem;
}

@media screen and (min-width: 120em) {
  .contact-list li + li {
    margin-left: 2.5rem;
  }
}

.contact-list li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.contact-list li:first-child {
  font-weight: bold;
}

.contact-list svg {
  width: 32px;
  height: 32px;
  margin-right: 0.5rem;
  color: currentColor;
}

address {
  font-style: normal;
  margin-top: 1.5rem;
}

.content {
  margin-top: 1.5rem;
  padding-top: 3rem;
  padding-bottom: 3rem;
  color: #fff;
  background: rgb(0,166,109);
  background: -o-linear-gradient(322deg, rgba(0,166,109,1) 0%, rgba(0,172,208,1) 50%, rgba(8,135,201,1) 100%);
  background: linear-gradient(128deg, rgba(0,166,109,1) 0%, rgba(0,172,208,1) 50%, rgba(8,135,201,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00a66d",endColorstr="#0887c9",GradientType=1);
  -webkit-animation: animatedGradient 5s ease infinite;
  animation: animatedGradient 10s ease infinite;
  background-size: 200% 200%;
}

@media screen and (min-width: 40em) {
  .content {
    margin-top: 0;
  }
}

.content p {
  margin-bottom: 0;
}

@-webkit-keyframes animatedGradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

@keyframes animatedGradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
