@charset "UTF-8";

body {
  line-height: 1.7;
  font-weight: 400;
  font-size: 1rem;
  color: #999999;
  font-family: "Roboto Mono", monospace;
}

::-moz-selection {
  background: #000;
  color: #fff;
}

::selection {
  background: #000;
  color: #fff;
}

h1,
h2,
h3,
h4,
h5,
h6,
.site-logo {
  font-family: "Oswald", sans-serif;
}

a {
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
}

a:hover {
  text-decoration: none;
}

.text-black {
  color: #000 !important;
}

.bg-black {
  background: #000 !important;
}

.site-wrap:before {
  -webkit-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  background: rgba(0, 0, 0, 0.6);
  content: "";
  position: absolute;
  z-index: 2000;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  visibility: hidden;
}

.btn {
  position: relative;
  top: 0;
}

.btn:hover,
.btn:active,
.btn:focus {
  outline: none;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.btn.btn-secondary {
  background-color: #e6e7e9;
  border-color: #e6e7e9;
  color: #000;
}

.btn.btn-sm {
  font-size: 0.9rem;
}

.btn.btn-primary {
  color: #fff;
}

.btn.btn-outline-primary:hover {
  color: #fff !important;
}

.btn.btn-black {
  background: #000 !important;
  color: #fff;
}

.btn.btn-black:hover {
  background: #333333 !important;
}

.btn.btn-white.btn-outline-white {
  border-color: #fff;
  background: transparent;
  color: #fff;
}

.btn.btn-white.btn-outline-white:hover {
  background: #fff;
  color: #000;
}

.site-section {
  padding: 3em 0;
}

@media (max-width: 767.98px) {
  .display-3,
  .display-2,
  .display-4 {
    font-size: 2rem !important;
  }
}

/* Navbar */
.site-navbar {
  border-bottom: none;
  position: relative;
  z-index: 99;
}
.site-navbar .site-logo {
  font-weight: 200;
}
.site-navbar .site-logo a {
  font-weight: 200;
  font-size: 25px;
  font-weight: 700;
  color: #000;
}

.footer {
  font-size: 14px;
  padding: 7rem 0;
}

.half {
  margin-bottom: 50px;
  min-height: 500px;
}

.half .half-content {
  width: 50%;
}

@media (max-width: 991.98px) {
  .half .half-content {
    width: 100%;
  }
}

.half .half-content {
  padding: 40px;
  height: auto;
}

.half .half-content h3 {
  font-size: 40px;
  color: #000;
  margin-bottom: 30px;
}

.service {
  text-align: center;
  display: block;
  padding: 20px;
}

.service .services-list li {
  color: #000;
}

.service img {
  width: 60px !important;
  margin-bottom: 30px;
}

.service h3 {
  color: #000;
  font-size: 20px;
  margin-bottom: 10px;
}

.black.site-section {
  background: #000;
  color: #fff;
}

.black.footer {
  background: #000;
  color: #fff;
}

a.logo {
  border: 2px solid black;
  padding: 1px 10px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.lead {
  color: #000;
  line-height: 1.2;
  font-size: 2.5rem;
  font-family: Oswald;
}

.ea {
  color: #fff !important;
  background: #000;
}

.benefits {
  padding-top: 0;
  padding-bottom: 3em;
}
