html,
body {
  min-height: 100%;
}

body {
  margin: 0;
  background-image: url("images/home_top_banner.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center 90%;
  color: #fff;
  font-family: Arial, Helvetica, sans-serif;
}

#outerExterior,
#mainbody {
  min-height: 100vh;
}

.container-fluid {
  padding-right: 100px;
  padding-left: 100px;
}

.page-wrap {
  min-height: calc(100vh - 252px);
}

header {
  height: 100px;
}

.mobile-header {
  border-bottom: 1px solid #fff;
}

.head-logo,
.footer-cass {
  max-width: 245px;
}

.head-logo {
  margin-top: 25px;
}

header .tag-line ul {
  margin-bottom: 0;
}

header .tag-line li {
  line-height: 62px;
  color: #fff;
  text-transform: uppercase;
  font-size: 18px;
  margin: 18px 0;
  font-weight: 700;
}

.notice-area {
  display: flex;
  justify-content: center;
  padding: 110px 15px 80px;
}

.form-cont {
  background: #222;
  border-radius: 10px;
  padding: 28px 26px;
}

.notice-card {
  width: 430px;
  max-width: 100%;
  text-align: center;
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.25);
}

.notice-card h1 {
  margin: 0 0 18px;
  color: #fff;
  font-family: "Roboto Slab", Georgia, serif;
  font-size: 32px;
  font-weight: 700;
}

.notice-card p {
  color: #d8d8d8;
  font-size: 17px;
  line-height: 1.45;
}

.notice-card a:not(.btn) {
  color: #fff;
  font-weight: 700;
  text-decoration: underline;
}

.btn-orange {
  background: #cf6a28;
  color: #fff;
  border-radius: 0;
  font-weight: 700;
  margin: 14px 0 0;
  width: 100%;
}

.btn-orange:hover,
.btn-orange:active,
.btn-orange:focus {
  color: #fff;
  background: #b75925;
}

footer {
  background: #222;
  min-height: 252px;
  padding: 30px 0;
}

footer p {
  color: #fff;
  font-size: 17px;
}

.footright {
  color: #fff;
  font-weight: 700;
  font-size: 16px;
}

.footright ul.list-inline li a {
  color: #fff;
  font-size: 23px;
}

.footrightbot ul.list-inline li,
.footrightbot ul.list-inline li a {
  font-weight: 700;
  color: #fff;
}

.separator {
  font-weight: 100 !important;
}

#socialicons {
  margin-top: 10px;
}

@media only screen and (max-width: 1600px) {
  .footright,
  .footrightbot > div {
    width: 40%;
  }

  .footrightbot > div {
    margin-left: 60%;
  }
}

@media only screen and (max-width: 1200px) {
  .container-fluid {
    padding-right: 15px;
    padding-left: 15px;
  }

  body {
    background-position: center -170px;
  }
}

@media only screen and (max-width: 992px) {
  #socialicons,
  .footright {
    text-align: center;
  }

  .footrightbot > div {
    margin-left: auto;
    width: 100%;
  }

  .mobile-header {
    padding-bottom: 10px;
  }
}

@media only screen and (max-width: 768px) {
  .form-cont,
  .footright {
    width: 100% !important;
  }

  .notice-area {
    padding-top: 70px;
  }

  .footer-cass,
  .footer-p {
    margin: 0 auto;
    display: block;
    text-align: center;
  }

  .footright {
    float: none !important;
  }

  .footrightbot .pull-right {
    float: none !important;
    text-align: center;
  }
}

@media only screen and (max-width: 480px) {
  .notice-card h1 {
    font-size: 28px;
  }

  .mobile-header {
    padding-bottom: 10px;
  }
}
