/*** GLOBAL STYLES ***/

 /* Step 1: Common Properties: All required to make icons render reliably - we did this above but it's included here for the full demo */
  .icon::before {
    display: inline-block;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
  }
.icon::before {
  display: none;  /* See https://fontawesome.com/docs/web/add-icons/pseudo-elements#css-pseudo-elements-with-our-svg-js-framework */
}

.icon-solid::before {
  font: var(--fa-font-solid);
}

.icon-regular::before {
  font: var(--fa-font-regular);
}

.icon-light::before {
  font: var(--fa-font-light);
}

.icon-duotone::before {
  font: var(--fa-font-duotone);
}

.icon-brands::before {
  font: var(--fa-font-brands);
}

.email::before {
    content: "\f0e0";
  }

.phone::before {
    content: "\f095";
  }

body {
  padding-top: 20px;
  padding-bottom: 20px;
  background-image: url('/img/background14.jpg');
  background-attachment:fixed;
  background-position:center top;
  background-repeat: no-repeat;
  background-size: 100%;
  color: #FFFFFF;
}

.row {
  background-color: #EBEBEB;
  color: #000000;
  margin-left:0px;
  margin-right:0px;
}

.spacer {
  display: block;
  height: 35px;
  background-color: #003700;
}

.centered {
  text-align: center;
}

.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.boxshadow {
  -webkit-box-shadow: 0px 0px 4px rgba(0,0,0,0.4);
  -moz-box-shadow:0px 0px 4px rgba(0,0,0,0.4);
  box-shadow:0px 0px 4px rgba(0,0,0,0.4);
}

/* Everything but the jumbotron gets side spacing for mobile-first views */
.header,
.marketing,
.footer {
  padding-left: 15px;
  padding-right: 15px;
}



/* Custom page header */
.header {
  background-color: #005500;
  color: #FFFFFF;
  margin-bottom: 0;
}
/* Make the masthead heading the same height as the navigation */
.header h1 {
  font-family: 'Hanalei Fill', cursive;
  margin-top: 40px;
  margin-bottom: 0;
  margin-left: 20px;
  font-size: 28pt;
  line-height: 1;
  padding-bottom: 0;
}

.header p {
  margin-top: 0;
  margin-left: 20px;
  font-style: italic;
  font-size: 12pt;
}

.header img {
  display: block;
  padding-top: 20px;
  max-height: 30%;
  max-width: 100%;
}

.address {
  margin-top: 20px;
}

.marketing {
  background-color: #003700;
  color: #FFFFFF;
}
.marketing p + h4 {
  margin-top: 28px;
}

/* Custom page footer */
.footer {
  padding-top: 19px;
  color: #FFFFFF;
}

/* Custom container */
.container-narrow {
  margin: 0 auto;
  max-width: 730px;
}
.container-narrow > hr {
  margin: 30px 0;
}

/* Responsive: Portrait tablets and up */
@media screen and (min-width: 768px) {
  /* Remove the padding we set earlier */
  .header,
  .marketing,
  .footer {
    padding-left: 0;
    padding-right: 0;
  }

  .header h1 {
    line-height: 0.2;
    font-size: 40pt;
  }

  .header p {
  font-size: 18pt;
}
  .marketing {
    padding-bottom: 20px;
  }
  
}
