@charset "utf-8";
html {
  position: relative;
  height: 100%;
  min-height: 100%;
  font-family: playfair-display;
  font-style: normal;
  font-weight: 400;
}
body {
  min-height: 100%;
  position: relative;
  padding-bottom: 60px;
}
::placeholder {
  font-size: 1rem;
}
.navbar {
  background-color: rgba(0, 169, 171, 1.00) !important;
}
.navbar-brand img {
  margin-right: 20px;
}
.menu-bar {
  display: none;
}
.home-page-body {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.image-container {
  width: 100%;
  display: flex;
  margin-left: auto;
  margin-right: auto;
}
.row img {
  border-radius: 10px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  object-fit: cover;
  height: 100%;
}
.col {
  margin-left: auto;
  margin-right: auto;
}
.home-page-form {
  position: absolute;
  margin-left: auto;
  margin-right: auto;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 500;
  background-color: rgba(255, 255, 255, 1.00);
  width: 45vw;
  padding-top: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  border-radius: 20px;
  border: medium solid rgba(0, 169, 171, 1.00);
  -webkit-box-shadow: 0 0 0 5px rgba(255, 255, 255, 1.00);
  box-shadow: 0 0 0 5px rgba(255, 255, 255, 1.00);
  height: auto;
}
/* forms style */
.voucher-form {
  width: 80vw;
  border-width: medium;
  border-style: solid;
  border-radius: 20px;
  padding-top: 40px;
  padding-right: 40px;
  padding-bottom: 40px;
  padding-left: 40px;
  margin-top: 20px;
  margin-bottom: 20px;
}
.voucher-heading {
  font-size: 1.8rem;
}
.shop-donation-form {
  width: 80vw;
  border-width: medium;
  border-style: solid;
  border-radius: 20px;
  padding-top: 40px;
  padding-right: 40px;
  padding-bottom: 40px;
  padding-left: 40px;
  margin-top: 20px;
  margin-bottom: 20px;
}
.search-btn {
  background-color: rgba(0, 76, 148, 1.00);
  color: rgba(255, 255, 255, 1.00);
}
.col-form-label {
  margin-right: 10px;
  text-align: right;
}
.complaint-box {
  vertical-align: top;
  border-width: 2px;
  border-style: inset;
  border-color: -internal-light-dark(rgb(118, 118, 118), rgb(133, 133, 133));
  border-image: initial;
  border-radius: 0.2rem;
  margin-bottom: 10px;
}
.benefits {
  margin-left: 50px;
  margin-right: 10px;
  width: 45%;
  margin-bottom: 10px;
  overflow-wrap: nowrap;
}
.benefits input {
  margin-right: 10px;
  margin-left: -40px;
}
.benefits-question {
  display: inline-block;
  text-align: left;
}
.benefits-inputs {
  /* [disabled]padding-left: 20px; */
  margin-bottom: 20px;
  width: 100%;
}
.form-check-label {
  text-wrap: normal;
}
.dependents {
  margin-bottom: 20px;
}
.form-control-sm {
  /* [disabled]margin-top: 10px; */
}
.submit-btn {
  margin-right: auto;
  margin-left: auto;
  display: block;
  margin-top: 20px;
}
.shop-donations-heading {
  font-size: 1.8rem;
}
/* contact page hero style */
/* The hero image */
.jumbotron {
  position: relative;
  background-size: cover;
  height: 120vh;
  background-image: url(../images/pexels-photo-3553903.jpeg);
  background-repeat: no-repeat;
  background-position: center 0%;
}
.overlay-effect {
  height: 100%;
  width: 100%;
  position: absolute;
  background-color: #000000;
  opacity: 0.5;
  z-index: 2;
}
.jumbotron h1 {
  color: rgba(0, 169, 171, 1.00);
  padding-top: 30px;
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  font-weight: bold;
}
.jumbotron-text {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  line-height: 1;
  color: #FFFFFF;
  z-index: 10;
  margin-top: 100px;
  width: 100vw;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.jumbotron-text-sub {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  line-height: 1.5;
  color: #FFFFFF;
  z-index: 10;
  margin-top: 520px;
}
.jumbotron h3 {
  margin-bottom: 30px;
}
.jumbotron h4 {
  margin-bottom: 20px;
}
.jumbotron-text a, .jumbotron-text-sub a {
  color: #FFFFFF;
}
.jumbotron i {
  font-size: 1.5rem;
  margin-right: 10px;
  vertical-align: baseline;
  color: #1108AC;
  background-color: #FFFFFF;
  border-radius: 10px;
  padding-top: 5px;
  padding-right: 5px;
  padding-bottom: 5px;
  padding-left: 5px;
}
.office-address, .shop-address, .volunteering-contact, .fundraising-contact {
  width: 30vw;
}
.volunteer-roles .row {
  margin-top: 20px;
}
.volunteer-information {
  margin-top: 40px;
}
.volunteering-image {
  width: 300px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
/* footer style */
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  line-height: 60px;
  background-color: rgba(0, 169, 171, 1.00);
  z-index: 10;
}
/* Media queries */
@media (max-width:1020px) {
  .home-page-form h1, h2, h4 {
    font-size: 1.5rem;
  }
  .home-page-form p {
    font-size: 0.8rem;
  }
}
@media (max-width:991px) {
  .nav-container {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .nav-container h1 {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .complaint-box {
    display: block;
  }
  #complaint {
    text-align: left;
  }
  .benefits-inputs {}
  .benefits {
    margin-left: 20%;
    width: 80%;
  }
  .shop-donations {
    text-align: left !important;
  }
  .navbar-brand img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    float: none;
    clear: both;
  }
  .header-text {
    justify-content: center;
    text-align: center;
    margin-bottom: 10px;
  }
  .navbar-brand {
    display: flex;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    flex-direction: column;
    text-align: center;
  }
}
@media (max-width:922px) {
  .home-page-form label {
    font-size: 0.8rem;
  }
  .home-page-form ::placeholder {
    font-size: 0.8rem;
  }
}
@media (max-width:890px) {
  .home-page-form {
    width: 80vw;
  }
}
@media (max-width:784px) {
  .form-group p {
    text-align: left;
  }
  label {
    text-align: left !important;
  }
  .benefits-inputs {
    float: none !important;
    margin-bottom: 10px;
  }
  .image-container {
    display: none;
  }
  .home-page-form {
    width: 98%;
    margin-left: auto;
    margin-right: auto;
    display: block;
    position: static;
    transform: none;
    margin-bottom: 20px;
    margin-top: 20px;
  }
}
@media (max-width:768px) {
  /* footer style */
  .footer-container {
    left: 0;
    line-height: 30px;
    display: flex;
    flex-direction: column !important;
    align-items: center;
  }
  .shop-donation-form {
    width: 80vw;
    border-width: medium;
    border-style: solid;
    border-radius: 20px;
    padding-top: 40px;
    padding-right: 40px;
    padding-bottom: 40px;
    padding-left: 40px;
    margin-top: 30px;
    margin-bottom: 40px;
    position: relative;
    bottom: 50;
  }
  .voucher-form {
    margin-bottom: 50px;
  }
  .image-container {
    display: none;
  }
.home-page-form {
    width: 98%;
    margin-left: auto;
    margin-right: auto;
    display: block;
    position: static;
    transform: none;
    margin-bottom: 50px;
    margin-top: 20px;
  }
}
@media (max-width:724px) {
  .jumbotron h1 {
    font-size: 2rem;
  }
  .jumbotron-text {
    margin-top: 50px;
  }
  .jumbotron h3 {
    margin-bottom: 30px;
    font-size: 1rem;
  }
  .jumbotron span {
    display: flex;
    flex-direction: column;
  }
  .jumbotron i {
    display: block;
    width: 20%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 5px;
  }
  .jumbotron p, .jumbotron span {
    font-size: 0.75rem;
  }
  .office-address, .shop-address {
    width: 45vw;
  }
  .jumbotron-text-sub {
    margin-top: 470px;
  }
}
@media (max-width:532px) {
  .col-form-label {
    margin-right: 10px;
    text-align: left;
  }
}
@media (max-width:504px) {
  .search-form {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width:500px) {
  .navbar-brand {
    display: flex;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    flex-direction: column;
    text-align: center;
  }
  .navbar-brand img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    float: none;
    clear: both;
  }
  .header-text {
    justify-content: center;
    text-align: center;
    margin-bottom: 10px;
  }
}