@import url("https://fonts.googleapis.com/css?family=Inter");
.btn {
  border-radius: 30px;
}

.btn-primary {
  background-color: #1c4b34;
}

html, body, .image_con, .logo-image,
.header-login-signup .header-limiter,
#customerdropdown, .login_link_con,
#login_link, #home_link {
  height: 100%;
}

html, body, header, .header-login-signup,
#customerdropdown, #login_link, #home_link {
  width: 100%;
}

header {
  height: 7%;
}

.logo-image {
  padding: 1vh 1vh 1vh 2vh;
}

.header-login-signup {
  background-color: white;
  height: 65px;
  color: #ffffff;
}

.question-mark {
  position: relative;
  /* Firefox */
  display: -moz-box;
  -moz-box-pack: center;
  -moz-box-align: center;
  /* Safari and Chrome */
  display: -webkit-box;
  -webkit-box-pack: center;
  -webkit-box-align: center;
  height: 35px;
}

.header-login-signup .header-limiter {
  max-width: 100%;
  text-align: left;
  margin: 0 auto;
}

/* The navigation links */
.header-login-signup a {
  color: #ffffff;
  text-decoration: none;
}

.header-login-signup .header-limiter nav {
  line-height: 100%;
  float: left;
  padding: 0;
}

.header-login-signup nav a:hover {
  opacity: 1;
}

.header-login-signup nav a.selected {
  color: #608bd2;
}

/* Login/Sign up buttons */
.header-login-signup ul {
  font: 14px Arial Narrow MT Bold, Helvetica, italic;
  list-style: none;
  line-height: 1;
  float: right;
}

.header-login-signup .header-limiter ul li {
  vertical-align: center;
  text-align: center;
  display: inline-block;
}

.header-login-signup .header-limiter ul li:hover {
  opacity: 0.8;
}

/* The sign up button */
.header-login-signup .header-limiter ul li:first-child a {
  font-weight: normal;
  background-color: #2CACE1;
  border-radius: 1px;
  text-align: center;
  height: 2%;
}

#customerdropdown {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}

/* Login button on header */
.login_link_con {
  background-color: #2CACE1;
  width: 95%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  -ms-flex-pack: center;
}

#login_link, #home_link {
  color: #ffffff;
  font-weight: bold;
  font-size: 15px;
  background-color: transparent;
  border-radius: 1px;
  outline: none;
  border: none;
}

#login_link:hover, #home_link:hover {
  opacity: 0.8;
}

#login_link.selected, home_link.selected {
  color: #608bd2;
}

#login_button {
  background-color: transparent;
  color: white;
  border-color: transparent;
  font-size: 15px;
}

.faq-con {
  display: -ms-flexbox;
  -ms-flex-align: center;
}

/* Making the header responsive */
@media all and (max-width: 350px) {
  #login_link, #home_link {
    font-size: 11px;
  }
}
@media all and (max-width: 400px) {
  #login_link, #home_link {
    font-size: 12px;
  }

  .image_con {
    height: 100%;
  }

  .logo-image {
    height: 95%;
    padding: 1% 1% 1% 5%;
  }
}
@media all and (max-height: 600px) {
  .question-mark {
    height: 25px;
  }
}
.faq-con, #home_link {
  /* Firefox */
  display: -moz-box;
  -moz-box-pack: center;
  -moz-box-align: center;
  /* Safari and Chrome */
  display: -webkit-box;
  -webkit-box-pack: center;
  -webkit-box-align: center;
  height: 100%;
}

.nopadding {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.dropdown-menu {
  min-width: 150px;
  left: auto;
  right: 0;
}

.container {
  width: 100%;
  height: 88%;
  margin: 0 auto;
  padding-bottom: 45px;
}

.container-fluid {
  height: 93%;
  padding-bottom: 45px;
}

.parkifooter {
  width: 100%;
  background: #026048;
  color: #FFFFFF;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

@media all and (max-width: 991px) {
  .container {
    height: auto;
  }
}
#login_button {
  color: #1c4b34;
}
