* {
  font-family: Courier New, Courier, monospace;
  cursor: crosshair;

}

body {
  display: flex;
  justify-content: center;  
  padding: 5rem 5rem 5rem 5rem;
}

.mainBlock {
  border: 2px solid black;
  width: 95%;
  margin: 2.5% 2.5%;
  position: relative;
  overflow: hidden;
}

.navItems{

  display: flex;
  flex-flow: row nowrap ;
  justify-content: space-evenly;
  align-items: center;
  height: 10vh;
  border-bottom: 2px solid black;
}

.itemOne, .itemTwo, .itemThree{
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-right: 2px solid black;
  flex: 1;
  justify-content: center;
  align-items: center;
  width: 32.625px;
  height: 100%;
  font-size: 16px;
  line-height: 0;
  display: flex;
  color: black;
  background-color: white;
  text-decoration: none;
}


.itemThree {
  border-right: 0px;
}

.bodyBlock {
  display: flex;
  color: black;
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
}

.bodyBlock2 {
  display: flex;
  color: black;
  display: flex;
  text-align: left;
  justify-content: left;
  align-items: start;
  position: relative;
}

.head {
  width: 100%;
  margin: 1rem;
  text-align: left;
  justify-content: left;
  align-items: start;
}
.name {
  font-size: 1rem;
  letter-spacing: 1px;
  text-align: left;
  justify-content: left;
  align-items: start;
  margin: 0px 0px 0px 0px;
}

.role {
  font-size: 1rem;
  letter-spacing: 1px;
  text-align: left;
  justify-content: left;
  align-items: start;
  margin: 0px 0px 100px 0px;
}

.intro {
  font-size: 1rem;
  letter-spacing: 1px;
  text-align: left;
  justify-content: left;
  align-items: start;
  margin: 0px 0px 100px 0px;

}

.border {
  margin-bottom: 3rem;
  margin-left: 1rem;
  margin-right: 1rem;
  border-top-width: 1px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
  border-style: solid;
  border-color: black;
  margin: 0px 0px 25px 0px;
}

.flexSection {
  display: flex;
  flex-flow: row;
  margin-bottom: .5rem;
  font-weight: bold;
}

.cOne {
  padding-left: 1rem;
  padding-right: 1rem;
  width: 40%;
  margin-top: 5px;
  margin-bottom: 5px;
}

.cTwo {
  padding-left: 1rem;
  padding-right: 1rem;
  width: 40%;
  margin-top: 5px;
  margin-bottom: 5px;

}

.cThree {
  padding-left: 1rem;
  padding-right: 1rem;
  width: 20%;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  margin-top: 5px;
  margin-bottom: 5px;
}

.cItems {
  font-weight: 100;
}
.twoB {
  margin: 25px 0px 25px 0px;
}

.row {
  display: flex;
  margin-top: 1px;
  margin-bottom: 1px;
}

.rowB {
  border: none;
  background-color: white;
  width: 100%;
  text-align: left;
  padding: 0;
  font-size: 100%;
  
}

#sheet, #sheet2, #sheetThree, #sheetFour, #sheetFive, #sheetSix {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: white;
    transform: translateY(100%);
    transition: transform 0.3s ease;
    display: flex;
    flex-direction: column;

}

.open {
  transform: translateY(0);

}

#sheet.open, #sheet2.open, #sheetThree.open, #sheetFour.open, #sheetFive.open, #sheetSix.open {
  transform: translateY(0);
}


.exit {
  display: flex;
  flex-direction: row;
  align-content: center;
  justify-content: center;
  width: 100%;
  border: none;
  background-color: white;
  letter-spacing: 2px;
  font-size: 20px;

}

.summary{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.summary ul, .summaryTwo ul {
  margin-left: 55px;
  padding-left: 55px;
  margin-right: 55px;
  padding-right: 55px;
}

.summaryTwo {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  
}

.summaryTwo p, .summary p {

  width: 80%;
}

.rowB:hover {
  background-color: black;
  color: white;
}


.hidden {
  display: none;
}

@media screen and (max-width: 650px) {
  .mainBlock {
    display: none;
  }

  .hidden {
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    height: 100vh;
  }
}

.bodyBlockA {
  height: 50vh;
  text-align: center;
  display: flex;
  color: black;
  text-decoration: none;
  width: 100%;
  align-content: center;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  padding-left: 100px;
  padding-right: 100px;
  box-sizing: border-box;

}
.typewrite {
  text-decoration: none;
  color: black;
}

.bodyBlockB {
  height: 50vh;
}

.pdf {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 25px;

  
}

.pdfA {
  text-decoration: none;
  color: black;  
}

.pdf a:hover {
  background-color: black;
  color: white;
}

.visitorCount {
  display: flex;
  color: black;
  text-align: center;
  justify-content: center;
  align-items: center;
}

