@import url('https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700&family=Oswald:wght@200;300;400;500;600;700&display=swap');
body {
  font-family: 'Lora', sans-serif;
  padding-top: 90px;
}

h1, h2, h3, h4, h5, h6, .top-priority, legend {
  font-family: 'Oswald', sans-serif !important;
  font-weight: 700;
}

.navbar {
  background-color: #333333;
  box-shadow: 0 0 6px rgb(47 47 47 / 90%);
  padding: 0;
  border: 0;
  margin: 0;
}

#logo {
  padding-left: 15px;
}

#logo img {
  margin: 20px 0 !important;
  max-width: 100%;
  width: 154px;
  height: auto;
  display: block;
}

.navbar-collapse {
  background-color: #333333;
}

.navbar-default .navbar-nav {
  margin-top: 0;
}

.navbar-default .navbar-nav > li {
  margin-left: 30px;
}

.navbar-default .navbar-nav > li > a {
  color: #ffffff !important;
  line-height: 48px;
  padding: 12px 0;
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .05em;
}

form legend,
form .lead {
  color: #808184;
}

input {
  font-size: 16px;
  color: #595a5c;
  border-color: rgb(89,90,92);
}

.btn-primary {
  border:1px solid #333333;
  background-color: #333333;
  color: #fff;
  transition: all .25s ease;
  font-family: 'Oswald', sans-serif;
  text-transform: uppercase;
  font-size: 17px;
  border-radius: 0;
  letter-spacing: 2px;
}

.btn-primary:hover {
  border: 1px solid #29abe2;
  background-color: #29abe2;
}

footer {
  position: relative;
  padding: 40px 10px;
  margin: 0;
  background-color: #2b2a2b;
  opacity: 1;
  color: #f2f2f2;
  font-weight: 400;
  margin-top: 2rem;
  font-size: 15px;
  letter-spacing: 0.5px;
  line-height: 1.6;
}

footer > p {
  display: none;
}

footer a {
  color: #f2f2f2 !important;
  font-weight: 400;
}

footer .stateIcon {
  padding-bottom: 34px;
}

footer p.address:first-of-type:after {
  content: '—';
  display: block;
}

footer .socialSvg {
  margin: 40px 0;
}

footer .socialSvg a {
  display: inline-block;
  vertical-align: top;
  margin-right: 14px;
}

footer .socialSvg a svg {
  width: 20px;
  height: 20px;
}

@media((min-width: 500px) and (orientation: portrait)) {
  .hiddenBig {
    display: none;
  }
}
@media((min-width: 800px) and (orientation: landscape)) {
  .hiddenBig {
    display: none;
  }
}

@media((max-width: 500px) and (orientation: portrait)) {
  .hiddenSmall {
    display: none;
  }
}

@media((max-width: 800px) and (orientation: landscape)) {
  .hiddenSmall {
    display: none;
  }
}