.footer {
  background-color: #232323;
  color: white;
  padding: 30px 0;
  font-family: serif;
}

.footer iframe {
  width: 400px;
  height: 300px;
}

.footer h1 {
  text-align: center;
  font-size: 40px;
}

.footer .layout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.footer .layout h1 {
  font-size: 30px;
  padding-top: 30px;
}

.footer .layout p {
  text-align: left;
  font-size: 20px;
  line-height: 3rem;
}

@media screen and (max-width: 750px) {
  .footer {
    padding: 30px 0;
  }
  .footer iframe {
    width: 300px;
    height: 250px;
  }
  .footer h1 {
    text-align: center;
    font-size: 40px;
  }
  .footer .layout {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .footer .layout h1 {
    padding: 30px;
  }
  .footer .layout p {
    font-size: 16px;
    line-height: 2rem;
  }
}
/*# sourceMappingURL=footer.css.map */