* {
  margin: 0;
  padding: 0;
}
body {
  background:         url("../img/background.png") 0px 0px repeat-x,
              #071123 url("../img/background-bottom.png") right bottom repeat-x;
  padding-bottom: 100px;
  color: #FFF;
  width: 100%;
  font-size: 100%;
  /* Native font stack from Bootstrap 4 */
  font-family:  "DejaVu Sans",
                -apple-system,
                BlinkMacSystemFont, /*Chrome < 56 for OS X (San Francisco)*/
                "Segoe UI",/*Windows*/
                "Roboto",/*Android*/
                "Helvetica Neue", Arial, sans-serif;
}
#main-box {
}

header h1,
section h2,
section h3 {
  font-family: "DejaVu Serif", Georgia, "Times New Roman", Times, serif;
}

/**** Header ****/
header {
  padding-top: 15px;
  margin: 0 auto;
  width: 90%;
}
header img {
  position: relative;
  left: 6px;
  width: 100%;
}
header .text {
  padding: 0 50px;
  position: relative;
  z-index: -1;
  top: -25px;
  text-transform: uppercase;
  text-align: center;
}
header .text span {
  font-size: 1.2em;
}
header h1 {
  font-size: 1.6em;
  font-weight: bold;
  line-height: 1.3em;
}
header h2{
  font-size: 1.2rem;
  font-style: none;
  font-weight: normal;
}
/**** Contact ****/
div.map iframe {
  width: 100%;
  height: 400px;
}
div.address {
  width: 50%;
  float: left;
}
div.address address,
div.phone p
{
  display: block;
  position: relative;
  top: -5px;
  padding-left: 38px;
  padding-top: 15px;
  padding-bottom: 10px;
  background-position: 5px 0px;
  background-repeat: no-repeat;
}
div.address address {
  background-image: url("../img/icon-anchor.png");
  font-style: normal;
}
div.phone {
  width: 50%;
  float: left;
}
div.phone p {
  background-image: url("../img/icon-phone.png");
}
/****/
section h2 {
  font-weight: normal;
  font-size: 1.6em;
  padding-bottom: 4px;
  margin-bottom: 4px;
  border-bottom: 2px solid;
}
section h3 {
  font-size: 1.4em;
  font-weight: normal;
  margin-bottom: 0.5em;
}
.section-a h2 {
  border-color: #071123;
}
.section-b h2, header h2 {
  border-color: #FFF;
}
header p, section p, section ul {
  text-align: justify;
  margin-bottom: 1em;
}
section.section-a, section.section-b, footer {
  width: 100%;
  background-repeat: repeat-x;
  background-position: 0% 0%;
  padding: 65px 0 1px 0;
  min-height: 50px;
}
section.section-a, section.section-b+footer {
  background-image: url("../img/separator-a.png");
  background-color: #FFF;
  color: #071123;
}
section.section-b, section.section-a+footer {
  background-image: url("../img/separator-b.png");
}
section>div,
footer>div {
  width: 90%;
  margin: 0 auto;
}
ul.features {
}
ul.features li {
  list-style: none;
  background: top 0.3em left 0% url("../img/list-bullet.png") no-repeat;
  margin-bottom: 1em;
  margin-left: -15px;
  padding-left: 15px;
}
footer div {
  padding-top: 20px;
}
footer p {
  text-align: left;
  font-size: 0.8em;
}
@media (min-width: 450px)
{
  header {
    width: 358px;
  }
    
  section>div,
  footer>div {
    width: 400px;
  }
}
