/**
 * @file
 *   Fund Drive styling.
 */

/**
 * Site-wide block.
 */
#block-funddrivesitewideblock1 {
  background-image: url(../images/SpringFundDrive_2024__BG.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  height: 600px;
  margin-bottom: 60px;
}

.not-front #block-funddriveprogressmeter1 {
  padding-bottom: 0 !important;
}

#block-funddrivesitewideblock1 h2,
#block-funddriveprogressmeter1 h2 {
  font-family: "Open Sans", Helvetica, Arial, Verdana, sans-serif;
  text-transform: uppercase;
  margin-top: 0;
  font-weight: 700;
  letter-spacing: 1px;
}

#block-funddrivesitewideblock1 .content {
  max-width: 1000px;
  width: 90%;
  margin: 0 auto;
}

.webathon_container {
  display: flex;
  flex-direction: column;
  margin: auto;
  width: 90%;
  justify-content: center;
}

.webathon_logos {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 7em;
}

.webathon_logo {
  height: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 3em;
}

.anniversary_logo {
  width: 30%;
}

.webathon_buttons {
  display: flex;
  flex-direction: column;
}

.webathon-helptext {
  display: flex;
  justify-content: center;
  margin-top: -3em;
  margin-bottom: 1em;
}

.webathon-helptext img {
  width: 70%;
}

a.donate_button {
  display: flex;
  justify-content: center;
}

.donate_button_wrapper .donate_button img {
  width: 70%;
}

.donate_button {
  display: inline-block;
  transition-property: opacity;
  transition-duration: 0.3s;
  float: left;
}

.donate_button:hover,
.donate_button:active {
opacity: 0.85;
}

.donate_button img {
float: left;
}*/

/**
 * Progress meter block.
 */
#block-funddriveprogressmeter1 {
  margin: 0 auto;
  padding: 0 0 2em 0;
  max-width: 750px;
  width: 90%;
}

.progressmeter_wrapper {
  border-radius: 5px;
  height: 10px;
  background-color: #f3f3f3;
  margin: 1em 0;
}

.progressmeter {
  border-radius: 5px;
  background-color: #f68622;
  height: 10px;
}

/**
 * Media queries.
 */
@media all and (min-width: 600px) {
  #block-funddrivesitewideblock1 {
    background-image: url(../images/SpringFundDrive_2024__BG.jpg);
    height: 640px;
  }
}

@media all and (min-width: 750px) {
  #block-funddrivesitewideblock1 {
    height: 680px;
  }
}

@media all and (min-width: 960px) {
  #block-funddrivesitewideblock1 {
    background-image: url(../images/SpringFundDrive_2024__BG.jpg);
    background-size: 100%;
    height: 450px;
  }
  .webathon_logos {
    flex-direction: row;
    margin-bottom: 4em;
  }
  .webathon_logo {
    height: 250px;
  }
  .webathon_logo img {
    width: 80%;
  }
  .anniversary_logo {
    width: 30%;
    margin-top: -150px;
  }
  .webathon_buttons {
    display: flex;
    flex-direction: row;
  }
  .webathon-helptext {
    margin-top: 0;
    justify-content: left;
    background-color: transparent;
  }
  .webathon-helptext img {
    width: 70%;
  }
  .donate_button_wrapper .donate_button img {
    width: 100%;
  }
  #block-funddrivesitewideblock1 .content {
    height: 300px;
  }
}

@media all and (min-width: 1250px) {
  #block-funddrivesitewideblock1 {
    height: 480px;
  }
  .webathon_container {
    width: 60%;
  }
  .webathon_logo {
    height: 300px;
    justify-content: left;
  }
  .webathon_logo img {
    width: 70%;
  }
  .anniversary_logo {
    width: 20%;
  }
  .webathon_logos {
    margin-bottom: 2em;
  }
}
