:root {
  --jumbotron-padding-y: 3rem;
}


body {
  background-color: #000000;
  font-family: "Georgia", Times New Roman, Times, serif;
}

.jumbotron {
  padding-top: var(--jumbotron-padding-y);
  padding-bottom: var(--jumbotron-padding-y);
  margin-bottom: 0;
  background-color: #000000;
}
@media (min-width: 768px) {
  .jumbotron {
    padding-top: calc(var(--jumbotron-padding-y) * 1.8);
    padding-bottom: calc(var(--jumbotron-padding-y) * 1.2);
  }
}

.jumbotron p:last-child {
  margin-bottom: 0;
}

.jumbotron-heading {
  font-weight: 300;
}

.jumbotron .container {
  width: 1110px;
}

.bg-dark {
  background-color: #444444 !important;
}

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

footer p {
  font-size: 0.8rem;
  line-height: 1rem;
  color: #cccccc;
}

.box-shadow { box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05); }

.title-container {
  width: 1110px;
  margin-left: auto;
  margin-right: auto;
}

h1 {
  font-size: 2.7rem;
}

.landing-content {
  background-color: #444444;
}

.landing-content p {
  margin-top: 30px;
}

.landing-form-container {
  background-color: #f58a1f;
}

.landing-form-container h2 {
  color: #ffffff;
  margin-top: 30px;
  margin-bottom: 30px;
}

#headlines-carousel {
  margin-top: 30px;
}

p, ul li {
  color: #ffffff;
  font-size: 1rem;
  line-height: 1.3rem;
}

.oc-orange {
  color: #f58a1f;
}

.oc-white {
  color: #ffffff;
}

.google-cert-logo {
  float: left;
  margin-right: 30px;
  margin-top: 30px;
  margin-bottom: 0px;
}

input.form-control::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #cccccc;
    font-size: 1rem;
    font-style: italic;
    opacity: 1; /* Firefox */
}

input.form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #cccccc;
    font-size: 1rem;
    font-style: italic;
}

input.form-control::-ms-input-placeholder { /* Microsoft Edge */
    color: #cccccc;
    font-size: 1rem;
    font-style: italic;
}
button.oc-submit {
  margin-top: 15px;
  margin-bottom: 30px;
  font-family: "Georgia", Times New Roman, Times, serif;
}
label.form-check-label {
  color: #ffffff;
  font-size: 0.8rem;
}

p.form-small {
  font-size: 0.8rem;
  line-height: 0.9rem;
}

.footer-logo {
  float: left;
  margin-left: 28px;
}

.footer-address {
  float: left;
}

.header-phone-number {
  float: right;
}

.header-phone-number p {
  color: #f58a1f;
  font-size: 1.4rem;
  margin-top: 1rem;
}

footer a {
  color: #cccccc;
}

footer a:hover {
  color: #f58a1f;
}

div.clearer {
  clear: both;
}