@charset "UTF-8";
/* MAIN COLOR */
/* SECONDARY COLOR */
/* DARK GRAY, REASON WHY IT'S SET TO #333 IS SO YOU CAN DARKEN IT IF NEEDED USING darken($blk, 10%); FOR EXAMPLE. YOU COULD ALSO USE 2 VARIABLES INSTEAD */
/* USE THIS TO SET THE BORDER RADIUS FOR BUTTONS */
@import url("https://fonts.googleapis.com/css?family=Dosis:500,800|Nunito:700|Roboto:900&display=swap");
html,
body {
  height: 100%;
}

html {
  font-size: 15px;
}

@media screen and (min-width: 320px) {
  html {
    font-size: calc(15px + 7 * ((100vw - 320px) / 1600));
  }
}

@media screen and (min-width: 1920px) {
  html {
    font-size: 22px;
  }
}

p {
  font-size: 1rem;
  font-family: 'Dosis', sans-serif;
  letter-spacing: 1px;
  font-weight: 500;
  font-size: 28px;
}

a {
  font-family: 'Roboto', sans-serif;
  font-weight: bold;
  font-size: 1rem;
}

h1 {
  font-size: 2.0736rem;
  font-family: 'Roboto', sans-serif;
  font-weight: bold;
  letter-spacing: 1px;
}

h1 {
  font-size: 25.92px;
}

@media screen and (min-width: 320px) {
  h1 {
    font-size: calc(25.92px + 24.705 * ((100vw - 320px) / 1600));
  }
}

@media screen and (min-width: 1920px) {
  h1 {
    font-size: 50.625px;
  }
}

h2 {
  font-size: 1.728rem;
  font-family: 'Roboto', sans-serif;
  font-weight: bold;
  letter-spacing: 1px;
}

h2 {
  font-size: 25.92px;
}

@media screen and (min-width: 320px) {
  h2 {
    font-size: calc(25.92px + 24.705 * ((100vw - 320px) / 1600));
  }
}

@media screen and (min-width: 1920px) {
  h2 {
    font-size: 50.625px;
  }
}

h3 {
  font-size: 1.44rem;
  font-family: 'Roboto', sans-serif;
  font-weight: bold;
  letter-spacing: 1px;
}

h3 {
  font-size: 21.6px;
}

@media screen and (min-width: 320px) {
  h3 {
    font-size: calc(21.6px + 12.15 * ((100vw - 320px) / 1600));
  }
}

@media screen and (min-width: 1920px) {
  h3 {
    font-size: 33.75px;
  }
}

body {
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}

.flash {
  display: none;
}

q,
blockquote {
  quotes: "“" "”";
}

.navbarFixed {
  background: #fff;
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 999;
}

/* Change autocomplete styles in WebKit */
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus input:-webkit-autofill,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  border: 1px solid #0065dd;
  -webkit-text-fill-color: #0065dd;
  -webkit-box-shadow: 0 0 0px 1000px #000 inset;
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
}

nav.navbar {
  z-index: 1000;
  border-bottom: 4px solid #7f8aa0;
  border-radius: 0px;
}

@media (max-width: 767px) {
  nav.navbar .navbar-nav > li {
    text-align: center;
  }
}

nav.navbar .navbar-nav > li > a {
  text-align: center;
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #333;
}

@media (max-width: 767px) {
  nav.navbar .navbar-nav > li > a {
    margin-top: 0;
    padding: 6px 0px;
    display: inline-block;
    text-align: center;
  }
}

nav.navbar .navbar-nav > li > a:focus, nav.navbar .navbar-nav > li > a:active {
  background: transparent;
  color: #333;
  outline: 0;
}

nav.navbar .navbar-nav > li > a:hover {
  background: transparent;
  border: 1px solid #7f8aa0;
  color: #7f8aa0;
}

@media (max-width: 1024px) {
  nav.navbar .navbar-nav > li > a:hover {
    background: transparent;
    color: #333;
    outline: 0;
  }
}

.navbar-nav > .active > a {
  background: transparent !important;
}

.navbar-right {
  margin-top: 0px;
}

.navbar-toggle {
  margin: 20px 15px 8px 0px;
  border: 1px solid transparent;
  border-radius: 4px;
}

@media (max-width: 767px) and (orientation: landscape) {
  .navbar-toggle {
    margin: 10px 15px 8px 0px;
  }
}

/** LOGIN FORM **/
.btn-default {
  border: none;
  border-radius: 0px;
  background: #7f8aa0;
  color: #fafafa;
  padding: 0.5em 2em;
  font-size: 1.25em;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1px;
  display: inline-block;
  margin: 2em 0em;
  -webkit-transition: 0.7s ease all;
  transition: 0.7s ease all;
}

.btn-default:hover {
  background: #9ca5b6;
  color: white;
  text-decoration: none;
}

@media (max-width: 1024px) {
  .btn-default:hover {
    background: #007999;
    color: #fafafa;
    -webkit-box-shadow: 0px 0px 5px #333;
            box-shadow: 0px 0px 5px #333;
  }
}

.modal-dialog {
  max-width: 500px;
  width: 100%;
  text-align: center;
  margin: 6em auto;
}

.modal-dialog .close {
  display: none;
}

.modal-dialog .modal-content {
  color: #7f8aa0;
}

.modal-dialog .modal-content h2 {
  text-align: center;
  font-size: 25px;
}

.modal-dialog a.btn,
.modal-dialog a.btn-default,
.modal-dialog button {
  border: none;
  border-radius: 0px;
  background: #7f8aa0;
  color: #fafafa;
  padding: 0.5em 2em;
  font-size: 1.25em;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1px;
  display: inline-block;
  margin: 2em 0em;
  -webkit-transition: 0.7s ease all;
  transition: 0.7s ease all;
  margin: 0;
  display: block;
}

.modal-dialog a.btn:hover,
.modal-dialog a.btn-default:hover,
.modal-dialog button:hover {
  background: #9ca5b6;
  color: white;
  text-decoration: none;
}

@media (max-width: 1024px) {
  .modal-dialog a.btn:hover,
  .modal-dialog a.btn-default:hover,
  .modal-dialog button:hover {
    background: #007999;
    color: #fafafa;
    -webkit-box-shadow: 0px 0px 5px #333;
            box-shadow: 0px 0px 5px #333;
  }
}

.modal-header,
.modal-footer {
  background: #7f8aa0;
  color: #fafafa;
}

.modal-open {
  overflow: auto;
  padding-right: 0px !important;
}

/** END LOGIN FORM **/
footer {
  padding: 50px 0px 20px;
  background: #7f8aa0;
  color: #fafafa;
  font-size: 15px;
}

footer a {
  color: #fafafa;
  white-space: nowrap;
  font-size: 15px;
}

@media (max-width: 990px) {
  footer a {
    font-size: 13px;
  }
}

footer a:hover {
  color: white;
  outline: 0 !important;
  text-decoration: none;
}

footer a:focus {
  color: #fafafa;
  outline: 0 !important;
  text-decoration: none;
}

footer p {
  font-size: 15px;
}

@media (max-width: 990px) {
  footer p {
    font-size: 13px;
  }
}

input#username,
input#password {
  width: 100%;
}

@media (max-width: 1024px) {
  input#username,
  input#password {
    font-size: 16px;
  }
}

select {
  -moz-appearance: none;
  text-indent: 0.01px;
  text-overflow: '';
}

a,
a:hover,
a:focus,
a:active {
  outline: 0 !important;
}

.logo {
  max-width: 250px;
  padding: 0.5em;
}

@media (max-width: 767px) {
  .logo {
    max-width: 185px;
  }
  .navbar-header a {
    float: left;
  }
}

@media (max-width: 600px) {
  .logo {
    max-width: 185px;
  }
  .navbar-toggle {
    margin-top: 10px;
  }
}

.top-pad {
  padding: 3em;
  background: white;
}

@media (max-width: 990px) {
  .top-pad {
    padding: 1em;
  }
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 1024px) {
  .flex {
    display: block;
    /* may need to be inline-block */
  }
}

.terms p,
.privacy p {
  font-size: 1rem;
}

.terms ol li,
.privacy ol li {
  font-size: 1rem;
}

.terms ol ol li,
.privacy ol ol li {
  font-size: 0.85rem;
}

.spacer {
  margin-top: 15px;
}

/* ============ TOP BAR =============== */
.top-bar {
  height: 30px;
  background: white;
  background: -webkit-gradient(linear, left top, left bottom, from(white), to(#e5e5e5));
  background: linear-gradient(to bottom, white 0%, #e5e5e5 100%);
}

.top-bar p {
  font-size: 1.15em;
}

.top-bar a {
  font-size: 1.15em;
  margin-top: 15px;
  color: #7f8aa0;
}

/* =============== HEADER ================ */
.header {
  background: url("../img/banner5.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  background-color: black;
}

@media (max-width: 1300px) {
  .header {
    background-size: cover;
    background-position: right;
  }
}

.header-overlay {
  background: rgba(31, 31, 31, 0.5);
  padding: 250px 0px;
}

@media (max-width: 767px) {
  .header-overlay {
    padding: 50px 0px;
  }
}

.header h1 {
  color: #fafafa;
  text-shadow: 2px 2px #7f8aa0;
}

.header p {
  color: #fafafa;
}

/* =============== SECTION ONE ================ */
.section-one {
  padding: 50px 0px;
}

.section-one h2 {
  color: #7f8aa0;
}

.section-one img {
  width: 100%;
  display: block;
  margin: 0px auto;
  max-width: 400px;
}

/* =============== SECTION TWO ================ */
.section-two {
  background: url("../img/banner6.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.section-two-overlay {
  background: rgba(31, 31, 31, 0.5);
  padding: 150px 0px;
}

@media (max-width: 767px) {
  .section-two-overlay {
    padding: 50px 0px;
  }
}

.section-two h1 {
  color: #fafafa;
  text-shadow: 2px 2px #7f8aa0;
}

.section-two p {
  color: #fafafa;
}

/* =============== SECTION THREE ================ */
.section-three {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.6)), to(rgba(255, 255, 255, 0.6))), url("../img/banner2.png");
  background: linear-gradient(rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0.6)), url("../img/banner2.png");
  background-repeat: no-repeat;
  background-position: right;
  background-size: cover;
  padding: 75px 0px;
}

.section-three hr {
  border-color: #7f8aa0;
}

.section-three h1 {
  color: #7f8aa0;
}

.section-three img {
  width: 100%;
  display: block;
  margin: 0px auto;
  max-width: 800px;
}

/* =============== SECTION FOUR ================ */
.section-four {
  background: url("../img/banner.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.section-four-overlay {
  background: rgba(31, 31, 31, 0.5);
  padding: 150px 0px;
}

@media (max-width: 767px) {
  .section-four-overlay {
    padding: 50px 0px;
  }
}

.section-four h1 {
  color: #fafafa;
  text-shadow: 2px 2px #7f8aa0;
}

.section-four p {
  color: #fafafa;
}

/* =============== SECTION FIVE ================ */
.section-five {
  padding: 50px 0px;
}

.section-five h1 {
  color: #7f8aa0;
}

.section-five h3 {
  color: #7f8aa0;
}

.section-five img {
  width: 100%;
  display: block;
  margin: 0px auto;
  max-width: 1140px;
}
