body {
  background-color: #00425a;
  color: white;
  font-family: sans-serif;
  font-size: 16px;
}
.socialSection{
background-color:#00425a;
color: #ff914d;
}
a {
  color: black;
  text-decoration: none;
}
.title {
  color: #ff914d;
}
.textBody {
  text-align: center;
}
.employeeNameQuestion,
.employeeName,
.continueToDepartment,
.departmentQuestion,
.department,
.continueToPreparer,
.preparerQuestion,
.preparer,
.continueToDate,
.dateQuestion,
.date,
.continueToTopic,
.topicModal,
.counselingInfoQuestion,
.counselingInfo,
.continueToExpectations,
.expectationsModal,
.actionPlanModal,
.timelineModal,
.continueToDonation {
  display: none;
}

/*override styles when printing*/
@media print {
  .navBar {
    display: none;
    /*background-color: #d9d9d9;
            border: solid;
            border-color: #a9a9a9;
            border-width: 5px;
            left: 0;
            padding: 10px;
            position: fixed;
            top: 0;
            width: 97%;
            z-index: 5;*/
  }
  .wFLogo {
    display: block;
    float: left;
    height: 10%;
    position: relative;
    width: 10%;
    z-index: 6;
  }
  .openMenu {
    background-color: #d9d9d9;
    border-radius: 5px;
    display: inline-block;
    float: right;
    margin-right: 2%;
    margin-top: 1%;
    padding: 5px;
    position: relative;
    width: 60px;
    z-index: 10;
  }
  .line {
    background-color: #ff914d;
    border-radius: 5px;
    height: 5px;
    margin: 10px;
    width: 40px;
  }
  .menuBar {
    background-color: #ff914d;
    display: none;
    height: 100%;
    margin-left: -1%;
    margin-top: -7%;
    padding: 10%;
    position: fixed;
    width: 110%;
    z-index: 4;
  }
  .closeMenu {
    font-size: 40px;
  }
  .mainMenu {
    display: block;
    font-size: 40px;
    color: black;
    margin: 5px;
  }
  .closeMenu:hover {
    color: white;
  }
  hidden {
    display: none;
  }
  .counselingModal0,
  .counselingModal1,
  .counselingModal2,
  .donationModal {
    background-color: white;
    border: solid;
    border-radius: 5px;
    box-shadow: 8px 8px grey;
    color: black;
    display: none;
    height: 100%;
    padding: 40px;
    position: relative;
    text-align: center;
    width: 88%;
  }
  .zeroOfTwo {
    border-right: -50%;
    width: 30%;
    z-index: 6;
  }
  .oneOfTwo {
    border-right: -50%;
    width: 30%;
    z-index: 6;
  }
  .twoOfTwo {
    border-right: -50%;
    width: 30%;
    z-index: 6;
  }
  .textBody {
    margin-top: 15%;
  }
  button {
    background-color: #d9d9d9;
    border-radius: 5px;
    font-size: 30px;
    margin: 2px;
    padding: 10px;
  }
  input {
    padding: 5px;
    font-size: 30px;
    text-align: center;
    width: 50%;
  }
  select {
    padding: 10px;
    font-size: 20px;
    width: 90%;
  }
  .checkboxes {
    padding: 2px;
  }
  .donateImage {
    width: 20%;
  }
  table {
    display: inline-block;
  }
}

@media screen and (min-width: 800px) and (max-width: 4000px) {
  .navBar {
    background-color: #00425a;
    border: solid;
    border-color: #a9a9a9;
    border-width: 5px;
    left: 0;
    padding: 10px;
    position: fixed;
    top: 0;
    width: 98.61%;
    z-index: 5;
  }
  .wFLogo {
    display: inline-block;
    float: left;
    height: 10%;
    position: relative;
    width: 10%;
    z-index: 6;
  }
  .openMenu {
    background-color: #d9d9d9;
    border-radius: 5px;
    display: inline-block;
    float: right;
    margin-right: 2%;
    margin-top: 1%;
    padding: 5px;
    position: relative;
    width: 60px;
    z-index: 10;
  }
  .line {
    background-color: #ff914d;
    border-radius: 5px;
    height: 5px;
    margin: 10px;
    width: 40px;
  }
  .menuBar {
    background-color: #ff914d;
    display: none;
    height: 100%;
    margin-left: -1%;
    margin-top: 5%;
    padding: 10%;
    position: fixed;
    width: 110%;
    z-index: 4;
  }
  .closeMenu {
    font-size: 40px;
  }
  .mainMenu {
    display: block;
    font-size: 40px;
    color: black;
    margin: 5px;
  }
  .closeMenu:hover {
    color: white;
  }
  hidden {
    display: none;
  }
  .counselingModal0,
  .counselingModal1,
  .counselingModal2,
  .donationModal {
    background-color: white;
    border: solid;
    border-radius: 5px;
    box-shadow: 8px 8px grey;
    color: black;
    display: none;
    height: 100%;
    margin-top: 10%;
    padding: 40px;
    position: relative;
    text-align: center;
    width: 95%;
  }
  .zeroOfTwo {
    border-right: -50%;
    width: 25%;
    z-index: 6;
  }
  .oneOfTwo {
    border-right: -50%;
    width: 25%;
    z-index: 6;
  }
  .twoOfTwo {
    border-right: -50%;
    width: 25%;
    z-index: 6;
  }
  .textBody {
    margin-top: 15%;
  }

  button {
    background-color: #d9d9d9;
    border-radius: 5px;
    font-size: 30px;
    margin: 2px;
    padding: 10px;
  }
  input {
    font-size: 30px;
    margin: 5px;
    padding: 10px;
    text-align: center;
    width: 25%;
  }
  select {
    padding: 10px;
    font-size: 20px;
    width: 90%;
  }
  .donateImage {
    width: 20%;
  }
  .checkboxes {
    padding: 2px;
    text-align: left;
  }
  table {
    display: inline-block;
  }
  textarea {
    font-family: sans-serif;
    font-size: 16px;
    width: 95%;
    height: 40%;
    text-align: center;
  }
  .followUs {
    display: inline;
    height: 5%;
    margin: 0 auto;
    width: 5%;
  }
}
@media screen and (max-width: 799px) and (min-width: 650px) {
  .navBar {
    background-color: #00425a;
    border: solid;
    border-color: #a9a9a9;
    border-width: 5px;
    left: 0;
    padding: 10px;
    position: fixed;
    top: 0;
    width: 98.61%;
    z-index: 10;
  }
  .wFLogo {
    display: inline-block;
    height: 15%;
    margin-top: 2%;
    width: 15%;
  }
  .openMenu {
    background-color: #d9d9d9;
    border-radius: 5px;
    display: inline-block;
    float: right;
    margin-right: 5%;
    margin-top: -10%;
    padding: 5px;
    z-index: 10;
  }
  .line {
    background-color: #ff914d;
    border-radius: 5px;
    height: 5px;
    margin: 10px;
    width: 40px;
  }
  .menuBar {
    background-color: #ff914d;
    display: none;
    height: 100%;
    margin-left: -3%;
    margin-top: -7%;
    padding: 30%;
    position: fixed;
    width: 115%;
    z-index: 7;
  }
  .closeMenu {
    font-size: 40px;
  }
  .mainMenu {
    display: block;
    font-size: 40px;
    color: black;
    margin: 5px;
  }
  .closeMenu:hover {
    color: white;
  }
  .textBody {
    margin-top: 20%;
  }

  .counselingModal0,
  .counselingModal1,
  .counselingModal2,
  .donationModal {
    background-color: white;
    border: solid;
    border-radius: 5px;
    box-shadow: 8px 8px grey;
    color: black;
    display: none;
    height: 100%;
    margin-right: 20%;
    margin-top: 15%;
    padding: 40px;
    position: relative;
    text-align: center;
    width: 95%;
  }
  .zeroOfTwo {
    border-right: -50%;
    width: 50%;
    z-index: 6;
  }
  .oneOfTwo {
    border-right: -50%;
    width: 50%;
    z-index: 6;
  }
  .twoOfTwo {
    border-right: -50%;
    width: 50%;
    z-index: 6;
  }
  .textBody {
    margin-top: 20%;
  }
  input {
    font-size: 30px;
    margin: 5px;
    padding: 5px;
    text-align: center;
    width: 50%;
  }
  select {
    padding: 10px;
    font-size: 20px;
    width: 90%;
  }
  button {
    background-color: #d9d9d9;
    border-radius: 5px;
    font-size: 30px;
    margin: 2px;
    padding: 10px;
  }
  .donateImage {
    width: 90%;
  }
  .checkboxes {
    padding: 2px;
    text-align: left;
  }
  table {
    display: inline-block;
  }
  textarea {
    font-family: sans-serif;
    font-size: 30px;
    width: 95%;
    height: 40%;
    text-align: center;
  }
  li {
    list-style-type: none;
  }
  .followUs {
    display: inline;
    height: 5%;
    margin: 0 auto;
    width: 5%;
  }
}
@media screen and (max-width: 649px) and (min-width: 50px) {
  .navBar {
    background-color: #00425a;
    border: solid;
    border-color: #a9a9a9;
    border-width: 5px;
    left: 0;
    padding: 10px;
    position: fixed;
    top: 0;
    width: 98.61%;
    z-index: 10;
  }
  .wFLogo {
    display: inline-block;
    height: 25%;
    margin-top: 5%;
    width: 25%;
  }
  .openMenu {
    background-color: #d9d9d9;
    border-radius: 5px;
    display: inline-block;
    float: right;
    margin-right: 8%;
    margin-top: -15%;
    padding: 5px;
    z-index: 10;
  }
  .line {
    background-color: #ff914d;
    border-radius: 5px;
    height: 5px;
    margin: 10px;
    width: 40px;
  }
  .menuBar {
    background-color: #ff914d;
    display: none;
    height: 105%;
    margin-left: -5%;
    margin-top: 10%;
    padding: 30%;
    position: fixed;
    width: 120%;
    z-index: 7;
  }
  .closeMenu {
    font-size: 40px;
  }
  .mainMenu {
    display: block;
    font-size: 25px;
    color: black;
    margin: 5px;
    width: 90%;
  }
  .closeMenu:hover {
    color: white;
  }

  .textBody {
    margin-top: 45%;
  }

  .counselingModal0,
  .counselingModal1,
  .counselingModal2,
  .donationModal {
    background-color: white;
    border: solid;
    border-radius: 5px;
    color: black;
    display: none;
    height: 100%;
    margin-top: 30%;
    padding: 40px;
    position: relative;
    text-align: center;
    width: 75%;
    z-index: 6;
  }
  .zeroOfTwo {
    border-right: -50%;
    width: 90%;
    z-index: 6;
  }
  .oneOfTwo {
    border-right: -50%;
    width: 90%;
    z-index: 6;
  }
  .twoOfTwo {
    border-right: -50%;
    width: 90%;
    z-index: 6;
  }
  input {
    font-size: 15px;
    margin: 5px;
    padding: 10px;
    text-align: center;
    width: 90%;
  }
  select {
    padding: 10px;
    font-size: 20px;
    width: 90%;
  }
  button {
    background-color: #d9d9d9;
    border-radius: 5px;
    font-size: 30px;
    margin: 2px;
    padding: 10px;
  }
  .donateImage {
    width: 90%;
  }
  .checkboxes {
    text-align: left;
    padding: 2px;
  }
  table {
    display: inline-block;
  }
  textarea {
    font-family: sans-serif;
    font-size: 15px;
    width: 95%;
    height: 40%;
    text-align: center;
  }
  li {
    list-style-type: none;
  }
  .followUs {
    display: inline;
    height: 10%;
    margin: 0 auto;
    width: 10%;
  }
}
