/**
 * AllergyAware
 * http://wordpress.org/themes
 *
 * Copyright (c) 2014 John Bousfield
 * Licensed under the GPLv2+ license.
 */
/* Subscribe Thank You */
.nav-background {
  background: url('../../assets/images/bg-blue-dark.png');
}
#mailing-list-header {
  position: relative;
  font-size: 12pt;
}
#mailing-list-header .intro-line {
  margin-top: 15px;
  margin-bottom: 25px;
  text-align: center;
  font-size: 60px;
  font-weight: 300;
  line-height: 72px;
  color: #4AA0BE;
}
@media (max-width: 990px) {
  #mailing-list-header .intro-line {
    font-size: 48px;
    line-height: 54px;
  }
}
@media (max-width: 768px) {
  #mailing-list-header .intro-line {
    font-size: 32px;
    line-height: 36px;
  }
}
#mailing-list-header .intro-copy {
  text-align: center;
  color: #989898;
  margin-top: 30px;
  margin-bottom: 35px;
  font-size: 24px;
  font-weight: 300;
  line-height: 30px;
}
@media (max-width: 768px) {
  #mailing-list-header .intro-copy {
    font-size: 18px;
    line-height: 24px;
  }
}
