/* line 1, /Users/danvassallo/Desktop/community-tax-service/source/stylesheets/_global.scss */
body {
  color: #fff;
  background-color: #571631;
  font-family: 'Source Sans Pro', sans-serif; }
  /* line 5, /Users/danvassallo/Desktop/community-tax-service/source/stylesheets/_global.scss */
  body h1, body h2, body h3 {
    font-family: 'Pacifico', cursive; }
  /* line 8, /Users/danvassallo/Desktop/community-tax-service/source/stylesheets/_global.scss */
  body h2 {
    font-size: 50px; }
  /* line 11, /Users/danvassallo/Desktop/community-tax-service/source/stylesheets/_global.scss */
  body h4 strong {
    font-family: 'Pacifico', cursive; }

/* line 1, /Users/danvassallo/Desktop/community-tax-service/source/stylesheets/_navbar.scss */
.navbar-brand,
.navbar-nav li a {
  line-height: 90px;
  height: 90px;
  padding-top: 0; }

/* line 8, /Users/danvassallo/Desktop/community-tax-service/source/stylesheets/_navbar.scss */
.navbar.navbar-default.navbar-fixed-top {
  border-bottom: 5px solid #571631;
  box-shadow: 0px 0px 80px #000;
  background-color: #fff; }
  /* line 13, /Users/danvassallo/Desktop/community-tax-service/source/stylesheets/_navbar.scss */
  .navbar.navbar-default.navbar-fixed-top li a {
    color: #571631; }
  /* line 15, /Users/danvassallo/Desktop/community-tax-service/source/stylesheets/_navbar.scss */
  .navbar.navbar-default.navbar-fixed-top button {
    margin-top: 25px; }

/* line 20, /Users/danvassallo/Desktop/community-tax-service/source/stylesheets/_navbar.scss */
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover {
  background-color: #571631;
  color: #fff; }

/* line 26, /Users/danvassallo/Desktop/community-tax-service/source/stylesheets/_navbar.scss */
.active a {
  color: white !important; }

/* line 31, /Users/danvassallo/Desktop/community-tax-service/source/stylesheets/_navbar.scss */
.navbar-default .navbar-toggle .icon-bar {
  color: #571631 !important;
  background-color: #571631 !important; }

/* line 36, /Users/danvassallo/Desktop/community-tax-service/source/stylesheets/_navbar.scss */
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
  color: #571631 !important;
  background-color: #fff !important; }

/* line 1, /Users/danvassallo/Desktop/community-tax-service/source/stylesheets/_header.scss */
#header {
  background-image: url(https://s3-us-west-2.amazonaws.com/communitytaxservices/taxformforweb.jpg);
  background-size: cover;
  background-attachment: fixed;
  width: 100%;
  background-position: 50% 50%;
  color: #571631; }
  /* line 8, /Users/danvassallo/Desktop/community-tax-service/source/stylesheets/_header.scss */
  #header span {
    font-size: 10px; }
  /* line 11, /Users/danvassallo/Desktop/community-tax-service/source/stylesheets/_header.scss */
  #header i {
    color: #4cae4c;
    font-size: 40px;
    text-align: left; }
  /* line 16, /Users/danvassallo/Desktop/community-tax-service/source/stylesheets/_header.scss */
  #header .container {
    width: 100%;
    margin-top: 90px;
    max-width: 560px;
    padding-bottom: 90px; }
  /* line 22, /Users/danvassallo/Desktop/community-tax-service/source/stylesheets/_header.scss */
  #header img {
    width: 100%;
    max-width: 560px;
    display: block;
    margin: 90px auto 10px auto; }
  /* line 28, /Users/danvassallo/Desktop/community-tax-service/source/stylesheets/_header.scss */
  #header .tagline {
    border-radius: 15px;
    background-color: #fff;
    padding: 10px; }
  /* line 33, /Users/danvassallo/Desktop/community-tax-service/source/stylesheets/_header.scss */
  #header .shadow {
    -webkit-filter: drop-shadow(1px 1px 5px #000);
    filter: drop-shadow(1px 1px 5px #000); }

/* line 1, /Users/danvassallo/Desktop/community-tax-service/source/stylesheets/_about.scss */
#about {
  background-color: white;
  border-top: 20px solid #571631;
  color: #571631; }
  /* line 5, /Users/danvassallo/Desktop/community-tax-service/source/stylesheets/_about.scss */
  #about .centered {
    text-align: center;
    padding-bottom: 90px; }

/* line 1, /Users/danvassallo/Desktop/community-tax-service/source/stylesheets/_map.scss */
#map_canvas {
  height: 250px;
  margin: 0;
  padding: 0; }

/* line 1, /Users/danvassallo/Desktop/community-tax-service/source/stylesheets/_footer.scss */
#footer {
  text-align: center;
  background-color: white;
  border-top: 20px solid #571631;
  color: #571631; }
  /* line 6, /Users/danvassallo/Desktop/community-tax-service/source/stylesheets/_footer.scss */
  #footer .container {
    margin: 90px auto 0 auto;
    padding-bottom: 90px; }
