body {
  background-image: url(img/backgroundImg.jpg);
  background-size: cover;
  font-family: "Vollkorn", serif;
}

.headerTitle {
  font-size: 3rem;
  color: rgb(248, 212, 144);
  margin-left: 20px;
  margin-right: 20px;
}

.section1 {
  background-color: rgba(31, 8, 8, 0.5);
  background-size: cover;
  height: max-content;
}

.resultShow {
  color: white;
  border-radius: 5px;
  margin-top: 5vh;
  margin-bottom: 10vh;
  background: rgba(0, 0, 0, 0.8);
  -webkit-box-shadow: -10px 0px 13px -7px #000000, 10px 0px 13px -7px #000000,
    -5px 11px 17px -16px rgba(0, 0, 0, 0.32);
  box-shadow: -10px 0px 13px -7px #000000, 10px 0px 13px -7px #000000,
    -5px 11px 17px -16px rgba(0, 0, 0, 0.32);
}

.herdImmunity,
.totalImmunization,
.header {
  color: wheat;
  font-size: 2.1rem;
}

.atThisPoint,
.atThisPoint2,
.ofPopulation,
.ofHerdImmunity {
  font-size: 2rem;
}

.immunizedNumber,
.herdImmunityNumber {
  font-size: 5rem;
  text-align: center;
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.progress {
  background-color: #a7bbc7;
  color: #fff;
  box-shadow: inset 0 1px 1px rgba(100, 100, 100, 0.1);
  box-sizing: initial;
  color: #fff;
  font-size: 11px;
  font-size: 0.6875rem;
  height: 12px;
  line-height: 1.182;
  margin: 6px 0;
  position: relative;
  text-align: center;
  width: 70%;
}

.progress > span {
  background-color: #ff0000;
  display: block;
  height: 100%;
  overflow: hidden;
  position: relative;
  width: auto;
}

.progress-striped > span:after,
.progress-striped > span > span {
  background-size: 50px 50px;
  bottom: 0;
  content: "";
  left: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
.progress-striped.progress-animate > span:after,
.progress-striped.progress-animate > span > span {
  -webkit-animation: move 2s linear infinite;
  animation: move 2s linear infinite;
}

.window {
  color: white;
  margin-top: 5vh;
  border-radius: 5px; 
  margin-bottom: 1vh;
  background: rgba(22, 33, 62, 0.9);
  -webkit-box-shadow: -10px 0px 13px -7px #000000, 10px 0px 13px -7px #000000,
    -5px 11px 17px -16px rgba(0, 0, 0, 0.32);
  box-shadow: -10px 0px 13px -7px #000000, 10px 0px 13px -7px #000000,
    -5px 11px 17px -16px rgba(0, 0, 0, 0.32);
}

.header {
  text-align: center;
  margin-left: 30px;
  margin-right: 30px;
}

.headerDate {
  color: white;
  text-align: center;
  margin-bottom: 80px;
  font-size: 1.5rem;
}
.dateForm {
  margin-top: 30px;
  margin-left: 20px;
  margin-bottom: 3rem;
  width: auto;
}

.dateInput {
  text-align: center;
  margin-bottom: 30px;
}

#submitButton {
  border: solid;
}

.newlyVaccinated,
.accumulatedPerformance {
  font-size: 2rem;
  color: wheat;
  margin-bottom: 0;
  margin-right: 20px !important;
}

.newlyVaccinated {
  margin-top: 30px;
}

.totalEm,
.todayTotal {
  font-size: 1.3rem;
}

.firstDose,
.todayFirst,
.todaySecond {
  font-size: 1rem;
}

.currentDate,
.accumulateDate {
  margin-bottom: 20px;
  margin-right: 20px;
}

.fullyVaccinated,
.accumulatedFirstShot,
.accumulatedSecondShot {
  font-size: 1.4rem;
}

.result_1 {
  margin-right: 0px;
  margin-bottom: 0;
}

.row_height,
.col_height {
  height: min-content !important;
}

.todayTotal,
.todayFirst,
.todaySecond,
.accumulatedSecondShot,
.accumulatedFirstShot {
  margin-bottom: 0;
  margin-right: 20px;
}

.accumulatedSecondShot {
  color: #ff0000;
  font-weight: bold;
  margin-bottom: 10px;
}

.information {
  color: rgb(177, 170, 170);
  text-align: center;
  margin-top: 2rem;
  margin-bottom: 2rem;
  font-size: 0.8rem;
}

.section2 {
  background-color: rgba(62, 96, 100, 0.95);
}

.fa-users,
.fa-user-shield {
  color: #eadea6;
  font-size: 3rem;
  margin-top: 3rem;
  margin-bottom: 1rem;
  margin-right: 10px;
  margin-left: 10px;
  background: transparent;
}

.whiteLetters {
  color: white;
}

.bottomEnd {
  background-color: grey;
  box-sizing: content-box;
}

.fa-github,
.fa-linkedin-in {
  color: rgb(22, 33, 62);
  font-size: 2rem;
  margin-right: 10px;
  margin-left: 10px;
  background: transparent;
}

#submitButton {
  border-radius: 20px;
}

.fab:hover {
  color: wheat;
}

.divide {
  margin-right: 20px;
}

@media screen and (max-width: 1500px) {
  body {
    background-image: url(img/backgroundImg.jpg);
    background-size: cover;
    font-family: "Vollkorn", serif;
  }

  .headerTitle {
    font-size: 3rem;
    color: rgb(248, 212, 144);
    margin-left: 20px;
    margin-right: 20px;
  }

  .section1 {
    background-color: rgba(31, 8, 8, 0.5);
    background-size: cover;
    height: max-content;
  }

  .resultShow {
    color: white;
    border-radius: 5px;
    margin-top: 5vh;
    margin-bottom: 10vh;
    background: rgba(0, 0, 0, 0.8);
    -webkit-box-shadow: -10px 0px 13px -7px #000000, 10px 0px 13px -7px #000000,
      -5px 11px 17px -16px rgba(0, 0, 0, 0.32);
    box-shadow: -10px 0px 13px -7px #000000, 10px 0px 13px -7px #000000,
      -5px 11px 17px -16px rgba(0, 0, 0, 0.32);
  }

  .herdImmunity,
  .totalImmunization,
  .header {
    color: wheat;
    font-size: 2.1rem;
  }

  .atThisPoint,
  .atThisPoint2,
  .ofPopulation,
  .ofHerdImmunity {
    font-size: 1.7rem;
  }

  .immunizedNumber,
  .herdImmunityNumber {
    font-size: 4rem;
    text-align: center;
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .progress {
    background-color: #a7bbc7;
    color: #fff;
    box-shadow: inset 0 1px 1px rgba(100, 100, 100, 0.1);
    box-sizing: initial;
    color: #fff;
    font-size: 11px;
    font-size: 0.6875rem;
    height: 12px;
    line-height: 1.182;
    margin: 6px 0;
    position: relative;
    text-align: center;
    width: 70%;
  }

  .progress > span {
    background-color: #ff0000;
    display: block;
    height: 100%;
    overflow: hidden;
    position: relative;
    width: auto;
  }

  .progress-striped > span:after,
  .progress-striped > span > span {
    background-size: 50px 50px;
    bottom: 0;
    content: "";
    left: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
  }
  .progress-striped.progress-animate > span:after,
  .progress-striped.progress-animate > span > span {
    -webkit-animation: move 2s linear infinite;
    animation: move 2s linear infinite;
  }

  .window {
    color: white;
    border-radius: 5px;
    margin-top: 5vh;
    margin-bottom: 1vh;
    background: rgba(22, 33, 62, 0.9);
    -webkit-box-shadow: -10px 0px 13px -7px #000000, 10px 0px 13px -7px #000000,
      -5px 11px 17px -16px rgba(0, 0, 0, 0.32);
    box-shadow: -10px 0px 13px -7px #000000, 10px 0px 13px -7px #000000,
      -5px 11px 17px -16px rgba(0, 0, 0, 0.32);
  }

  .header {
    text-align: center;
    margin-left: 30px;
    margin-right: 30px;
  }

  .headerDate {
    color: white;
    text-align: center;
    margin-bottom: 40px;
    font-size: 1.2rem;
  }
  .dateForm {
    margin-top: 30px;
    margin-left: 20px;
    margin-bottom: 3rem;
    width: auto;
  }

  .dateInput {
    text-align: center;
    margin-bottom: 30px;
  }

  #submitButton {
    border: solid;
  }

  .newlyVaccinated,
  .accumulatedPerformance {
    font-size: 1.5rem;
    color: wheat;
    margin-bottom: 0;
    margin-right: 20px !important;
  }

  .newlyVaccinated {
    margin-top: 30px;
  }

  .totalEm,
  .todayTotal {
    font-size: 1.3rem;
  }

  .firstDose,
  .todayFirst,
  .todaySecond {
    font-size: 1rem;
  }

  .currentDate,
  .accumulateDate {
    margin-bottom: 20px;
    margin-right: 20px;
  }

  .fullyVaccinated,
  .accumulatedFirstShot,
  .accumulatedSecondShot {
    font-size: 1.4rem;
  }

  .result_1 {
    margin-right: 0px;
    margin-bottom: 0;
  }

  .row_height,
  .col_height {
    height: min-content !important;
  }

  .todayTotal,
  .todayFirst,
  .todaySecond,
  .accumulatedSecondShot,
  .accumulatedFirstShot {
    margin-bottom: 0;
    margin-right: 20px;
  }

  .accumulatedSecondShot {
    color: #ff0000;
    font-weight: bold;
    margin-bottom: 10px;
  }

  .information {
    color: rgb(177, 170, 170);
    text-align: center;
    margin-top: 2rem;
    margin-bottom: 2rem;
    font-size: 0.8rem;
  }

  .section2 {
    background-color: rgba(62, 96, 100, 0.95);
  }

  .fa-users,
  .fa-user-shield {
    color: #eadea6;
    font-size: 3rem;
    margin-top: 3rem;
    margin-bottom: 1rem;
    margin-right: 10px;
    margin-left: 10px;
    background: transparent;
  }

  .whiteLetters {
    color: white;
  }

  .bottomEnd {
    background-color: grey;
    box-sizing: content-box;
  }

  .fa-github,
  .fa-linkedin-in {
    color: rgb(22, 33, 62);
    font-size: 2rem;
    margin-right: 10px;
    margin-left: 10px;
    background: transparent;
  }

  #submitButton {
    border-radius: 20px;
  }

  .fab:hover {
    color: wheat;
  }

  .divide {
    margin-right: 20px;
  }
}

@media screen and (max-width: 767px) {
  body {
    background-image: url(img/backgroundImg.jpg);
    background-size: cover;
    font-family: "Vollkorn", serif;
  }

  .headerTitle {
    font-size: 2.2rem;
    color: rgb(248, 212, 144);
    margin-left: 20px;
    margin-right: 20px;
  }

  .section1 {
    background-color: rgba(31, 8, 8, 0.5);
    background-size: cover;
    height: max-content;
  }

  .resultShow {
    color: white;
    border-radius: 5px;
    margin-top: 5vh;
    margin-bottom: 10vh;
    background: rgba(0, 0, 0, 0.8);
    -webkit-box-shadow: -10px 0px 13px -7px #000000, 10px 0px 13px -7px #000000,
      -5px 11px 17px -16px rgba(0, 0, 0, 0.32);
    box-shadow: -10px 0px 13px -7px #000000, 10px 0px 13px -7px #000000,
      -5px 11px 17px -16px rgba(0, 0, 0, 0.32);
  }

  .herdImmunity,
  .totalImmunization,
  .header {
    color: wheat;
    font-size: 1.7rem;
  }

  .atThisPoint,
  .atThisPoint2,
  .ofPopulation,
  .ofHerdImmunity {
    font-size: 1.3rem;
  }

  .immunizedNumber,
  .herdImmunityNumber {
    font-size: 4rem;
    text-align: center;
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .progress {
    background-color: #a7bbc7;
    color: #fff;
    box-shadow: inset 0 1px 1px rgba(100, 100, 100, 0.1);
    box-sizing: initial;
    color: #fff;
    font-size: 11px;
    font-size: 0.6875rem;
    height: 12px;
    line-height: 1.182;
    margin: 6px 0;
    position: relative;
    text-align: center;
    width: 70%;
  }

  .progress > span {
    background-color: #ff0000;
    display: block;
    height: 100%;
    overflow: hidden;
    position: relative;
    width: auto;
  }

  .progress-striped > span:after,
  .progress-striped > span > span {
    background-size: 50px 50px;
    bottom: 0;
    content: "";
    left: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
  }
  .progress-striped.progress-animate > span:after,
  .progress-striped.progress-animate > span > span {
    -webkit-animation: move 2s linear infinite;
    animation: move 2s linear infinite;
  }

  .window {
    color: white;
    border-radius: 5px;
    margin-top: 5vh;
    margin-bottom: 1vh;
    background: rgba(22, 33, 62, 0.9);
    -webkit-box-shadow: -10px 0px 13px -7px #000000, 10px 0px 13px -7px #000000,
      -5px 11px 17px -16px rgba(0, 0, 0, 0.32);
    box-shadow: -10px 0px 13px -7px #000000, 10px 0px 13px -7px #000000,
      -5px 11px 17px -16px rgba(0, 0, 0, 0.32);
  }

  .header {
    text-align: start;
    margin-left: 20px;
  }

  .headerDate {
    color: white;
    text-align: start;
    margin-left: 20px;
    font-size: 1.2rem;
  }
  .dateForm {
    margin-top: 30px;
    margin-left: 20px;
    margin-bottom: 3rem;
    width: auto;
  }

  .dateInput {
    text-align: center;
    margin-bottom: 30px;
  }

  #submitButton {
    border: solid;
  }

  .newlyVaccinated,
  .accumulatedPerformance {
    font-size: 1.4rem;
    color: wheat;
    margin-bottom: 0;
    margin-right: 20px;
  }

  .currentDate,
  .accumulateDate {
    margin-bottom: 20px;
    margin-right: 20px;
  }

  .result_1 {
    margin-right: 20px;
    margin-bottom: 0;
  }

  .row_height,
  .col_height {
    height: min-content !important;
  }

  .todayTotal,
  .todayFirst,
  .todaySecond,
  .accumulatedSecondShot,
  .accumulatedFirstShot {
    margin-bottom: 0;
    margin-right: 20px;
  }

  .accumulatedSecondShot {
    color: #ff0000;
    font-weight: bold;
  }

  .information {
    color: rgb(177, 170, 170);
    text-align: center;
    margin-top: 2rem;
    margin-bottom: 2rem;
    font-size: 0.8rem;
  }

  .section2 {
    background-color: rgba(62, 96, 100, 0.95);
  }

  .fa-users,
  .fa-user-shield {
    color: #eadea6;
    font-size: 3rem;
    margin-top: 3rem;
    margin-bottom: 1rem;
    margin-right: 10px;
    margin-left: 10px;
    background: transparent;
  }

  .whiteLetters {
    color: white;
  }

  .bottomEnd {
    background-color: grey;
    box-sizing: content-box;
  }

  .fa-github,
  .fa-linkedin-in {
    color: rgb(22, 33, 62);
    font-size: 2rem;
    margin-right: 10px;
    margin-left: 10px;
    background: transparent;
  }

  #submitButton {
    border-radius: 20px;
  }

  .fab:hover {
    color: wheat;
  }

  .divide {
    margin-right: 20px;
  }
}

@media screen and (max-width: 1000px) {
  body {
    background-image: url(img/backgroundImg.jpg);
    background-size: contain;
    font-family: "Vollkorn", serif;
  }

  .headerTitle {
    font-size: 2.2rem;
    color: rgb(248, 212, 144);
    margin-left: 20px;
    margin-right: 20px;
  }

  .section1 {
    background-color: rgba(31, 8, 8, 0.5);
    background-size: cover;
    height: max-content;
  }

  .resultShow {
    color: white;
    border-radius: 5px;
    margin-top: 5vh;
    margin-bottom: 10vh;
    background: rgba(0, 0, 0, 0.8);
    -webkit-box-shadow: -10px 0px 13px -7px #000000, 10px 0px 13px -7px #000000,
      -5px 11px 17px -16px rgba(0, 0, 0, 0.32);
    box-shadow: -10px 0px 13px -7px #000000, 10px 0px 13px -7px #000000,
      -5px 11px 17px -16px rgba(0, 0, 0, 0.32);
  }

  .herdImmunity,
  .totalImmunization,
  .header {
    color: wheat;
    font-size: 1.7rem;
  }

  .atThisPoint,
  .atThisPoint2,
  .ofPopulation,
  .ofHerdImmunity {
    font-size: 1.3rem;
  }

  .immunizedNumber,
  .herdImmunityNumber {
    font-size: 4rem;
    text-align: center;
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .progress {
    background-color: #a7bbc7;
    color: #fff;
    box-shadow: inset 0 1px 1px rgba(100, 100, 100, 0.1);
    box-sizing: initial;
    color: #fff;
    font-size: 11px;
    font-size: 0.6875rem;
    height: 12px;
    line-height: 1.182;
    margin: 6px 0;
    position: relative;
    text-align: center;
    width: 70%;
  }

  .progress > span {
    background-color: #ff0000;
    display: block;
    height: 100%;
    overflow: hidden;
    position: relative;
    width: auto;
  }

  .progress-striped > span:after,
  .progress-striped > span > span {
    background-size: 50px 50px;
    bottom: 0;
    content: "";
    left: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
  }
  .progress-striped.progress-animate > span:after,
  .progress-striped.progress-animate > span > span {
    -webkit-animation: move 2s linear infinite;
    animation: move 2s linear infinite;
  }

  .window {
    color: white;
    border-radius: 5px;
    margin-top: 5vh;
    margin-bottom: 1vh;
    background: rgba(22, 33, 62, 0.9);
    -webkit-box-shadow: -10px 0px 13px -7px #000000, 10px 0px 13px -7px #000000,
      -5px 11px 17px -16px rgba(0, 0, 0, 0.32);
    box-shadow: -10px 0px 13px -7px #000000, 10px 0px 13px -7px #000000,
      -5px 11px 17px -16px rgba(0, 0, 0, 0.32);
  }

  .header {
    text-align: start;
    margin-left: 20px;
  }

  .headerDate {
    color: white;
    text-align: start;
    margin-left: 20px;
    font-size: 1.2rem;
  }
  .dateForm {
    margin-top: 30px;
    margin-left: 20px;
    margin-bottom: 3rem;
    width: auto;
  }

  .dateInput {
    text-align: center;
    margin-bottom: 30px;
  }

  #submitButton {
    border: solid;
  }

  .newlyVaccinated,
  .accumulatedPerformance {
    font-size: 1.2rem;
    color: wheat;
    margin-bottom: 0;
    margin-right: 20px;
  }

  .newlyVaccinated {
    margin-top: 30px;
  }

  .currentDate,
  .accumulateDate {
    margin-bottom: 20px;
    margin-right: 20px;
  }

  .result_1 {
    margin-right: 20px;
    margin-bottom: 0;
  }

  .row_height,
  .col_height {
    height: min-content !important;
  }

  .todayTotal,
  .todayFirst,
  .todaySecond,
  .accumulatedSecondShot,
  .accumulatedFirstShot {
    margin-bottom: 15px;
    margin-right: 20px;
  }

  .fullyVaccinated {
    font-size: 1.2rem;
  }

  .accumulatedSecondShot {
    color: #ff0000;
    font-weight: bold;
  }

  .information {
    color: rgb(177, 170, 170);
    text-align: center;
    margin-top: 2rem;
    margin-bottom: 2rem;
    font-size: 0.8rem;
  }

  .section2 {
    background-color: rgba(62, 96, 100, 0.95);
  }

  .fa-users,
  .fa-user-shield {
    color: #eadea6;
    font-size: 3rem;
    margin-top: 3rem;
    margin-bottom: 1rem;
    margin-right: 10px;
    margin-left: 10px;
    background: transparent;
  }

  .whiteLetters {
    color: white;
  }

  .bottomEnd {
    background-color: grey;
    box-sizing: content-box;
  }

  .fa-github,
  .fa-linkedin-in {
    color: rgb(22, 33, 62);
    font-size: 2rem;
    margin-right: 10px;
    margin-left: 10px;
    background: transparent;
  }

  #submitButton {
    border-radius: 20px;
  }

  .fab:hover {
    color: wheat;
  }

  .divide {
    margin-right: 20px;
  }
}
