/* * {
  font-family: 'Lato', Arial, Helvetica, sans-serif;
} */

body,
header,
main,
section,
footer {
  width: 100%;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
  overflow-x: hidden;
}

header {
  padding-top: 10px;
  padding-bottom: 10px;
}

header {
  z-index: 100;
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
}

main {
  padding-top: 70px;
  padding-bottom: 50px;
  background-color: #3c4e79;
  color: #ffffff;
  margin-top: 10px;
  background: linear-gradient( rgba(0, 0, 0, 0.65), rgba(0, 0, 0, 0.65) ),url(../images/img-main-background.jpg);
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
}

section {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #ffffff;
  color: #333333;
}

footer {
  background-color: #333333;
  color: #ffffff;
}

.header-logo img {
  max-width: 200px;
}

.hero-copy h1,
.contact-success h1 {
  font-size: 2.00em;
  font-weight: 800;
  margin: 0 auto 20px auto;
}

.hero-copy h2 {
  font-size: 1.75em;
  font-weight: 800 !important;
  margin: 0 auto 1.5rem auto;
}

.hero-copy p,
.contact-success p {
  font-size: 1.4em;
  font-weight: 300 !important;
  margin: 0 auto 1.5rem auto;
}

.hero-copy p>i {
  color: #28a745;
}

.hero-copy button {
  font-weight: 700;
  margin-top: 10px;
  margin-bottom: 10px;
}

.hero-image {
  text-align: center;
}

.info-copy {
  /* padding-left: 20px; */
}

.copy p {
  font-size: 1.3em;
  font-weight: 300 !important;
  margin: 1rem auto;
}

.copy ul {
  margin: 2em auto;
}

.copy li {
  font-size: 1.2em;
  font-weight: 500 !important;
}

.contact-copy h2 {
  font-size: 1.5em;
  font-weight: 700 !important;
  margin: 0 auto 1.5rem auto;
}

.red {
  color: #ff0000;
}

.green {
  color: #28a745;
}

.dark-section {
  background: #3c4e79;
  color: #ffffff;
}

.contact-success {
  height: 75vh;
}

.dark-section a {
  color: #eeeeee;
  text-decoration: underline;
}

.dark-section a:focus,
.dark-section a:hover {
  color: #dddddd;
}

footer {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

footer p {
  font-size: 11pt;
  font-weight: 300 !important;
  margin: 5px auto;
}

footer a {
  color: #ffffff;
  text-decoration: underline;
}

footer a:focus,
footer a:hover {
  color: #f4f4f4;
}

.legal {
  background: #ffffff !important;
  color: #333333;
  background-image: none !important;
}

#current-categories img {
  border-radius: 12px;
  margin-bottom: 1rem;
  box-shadow: 1px 3px 7px rgba(0,0,0,0.5);
}

#current-categories a {
  text-decoration: none;
}

@media only screen and (max-width: 767px) {

  main {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .header-logo,
  .hero-copy {
    text-align: center;
  }

  .hero-copy h1,
  .contact-success h1 {
    font-size: 1.5em;
  }

  .hero-copy h2 {
    font-size: 1.35em;
  }

  .hero-copy p,
  .contact-success p,
  .contact-copy p,
  .info-copy p,
  .bankruptcy-copy p {
    font-size: 1.2em;
  }

  .hero-image,
  .info-image,
  .bankruptcy-image {
    display: none;
  }
}