/* line 2, ../materialize-src/sass/components/_mumbai-landing.scss */
.landing-home .top-banner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url(../../images/mumbai-bhumi.png);
  background-position: center;
  background-size: cover;
  min-height: 100vh;
  width: 100%;
  position: relative;
}
.landing-home .top-banner:after {
    position: absolute;
    content: '';
    background-color: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
/* line 17, ../materialize-src/sass/components/_mumbai-landing.scss */
.landing-home .top-banner .content {
  max-width: 600px;
  margin: auto;
  text-align: center;
  z-index: 1;
}
/* line 23, ../materialize-src/sass/components/_mumbai-landing.scss */
.landing-home .top-banner .content h1,
.landing-home .top-banner .content p {
  color: #fff;
  margin-bottom: 20px;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.7);
  margin-top: 0;
}
/* line 29, ../materialize-src/sass/components/_mumbai-landing.scss */
.landing-home .top-banner .content h1 {
  line-height: 32px;
  font-size: 26px;
}
/* line 33, ../materialize-src/sass/components/_mumbai-landing.scss */
.landing-home .top-banner .content p {
  font-size: 18px;
  line-height: 2rem;
  font-weight: 500;
}
/* line 39, ../materialize-src/sass/components/_mumbai-landing.scss */
.landing-home .top-banner .brand-logo {
  position: absolute;
  top: 25px;
  left: 25px;
  z-index: 1;
}
/* line 44, ../materialize-src/sass/components/_mumbai-landing.scss */
.landing-home .top-banner .bhumi-logo {
  position: absolute;
  top: 25px;
  right: 25px;
  z-index: 1;
}

/* line 52, ../materialize-src/sass/components/_mumbai-landing.scss */
.volunteer-modal.modal {
  max-height: 100%;
  width: 100%;
  height: 100%;
  border-radius: 0px;
  background-color: rgba(255, 255, 255, 0.87);
}
/* line 59, ../materialize-src/sass/components/_mumbai-landing.scss */
.volunteer-modal.modal.open {
  top: 0 !important;
  display: flex !important;
}
/* line 64, ../materialize-src/sass/components/_mumbai-landing.scss */
.volunteer-modal.modal .modal-content {
  padding: 50px 75px;
  width: 472px;
  margin: auto;
  background-color: white;
  border-radius: 3px;
}
@media only screen and (max-width: 767px) {
  /* line 73, ../materialize-src/sass/components/_mumbai-landing.scss */
  .volunteer-modal.modal .modal-content {
    padding: 15px;
    width: auto;
    margin: 15px;
  }
}
/* line 79, ../materialize-src/sass/components/_mumbai-landing.scss */
.volunteer-modal.modal .modal-close {
  position: absolute;
  left: auto;
  right: 30px;
  text-align: center;
  top: 30px;
  width: 20px;
  height: 20px;
  line-height: 20px;
  color: #555555;
  font-size: 2.4rem;
}
/* line 90, ../materialize-src/sass/components/_mumbai-landing.scss */
.volunteer-modal.modal .modal-close:hover {
  color: black;
}

/* line 99, ../materialize-src/sass/components/_mumbai-landing.scss */
.volunteer-modal.modal .modal-content {
  transition: all 0.6s ease 0s;
}

/* line 106, ../materialize-src/sass/components/_mumbai-landing.scss */
.volunteer-modal p {
  font-size: 18px;
  line-height: 2rem;
  color: #000;
  margin: 0 0 20px;
}
