body {
  padding-top: 0px;
  padding-bottom: 20px;
}
@media (min-width: 700px) {
  .header {
    max-width: 1355px;
    margin: 0 auto;
    height: 247px;
    background-image: url('https://s3-us-west-2.amazonaws.com/cmr-resources/neyc_25/images/banner.png');
  }
  .navbar-container {
    max-width: 1355px !important;
    margin: 0 auto;
  }
  .navbar {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}
@media (max-width: 699px) {
  .header {
    margin: 0 20px;
    height: 125px;
    background-image: url('https://s3-us-west-2.amazonaws.com/cmr-resources/neyc_25/images/emailBanner.png');
    background-repeat: no-repeat;
  }
}
@media (max-width: 400px) {
  .header {
    margin: 0 auto;
    width: 100%;
    background-image: url('https://s3-us-west-2.amazonaws.com/cmr-resources/neyc_25/images/mobileBanner.png');
    background-repeat: no-repeat;
  }
}
.content {
  min-height: 300px;
  max-width: 1360px;
  margin: 0 auto;
  padding-top: 75px;
}
footer {
  background-color: #333;
  color: #fff;
}
