.pageHeader {
  display: block;
  width: 100%;
  color: #1e2649;
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
  font-size: 2em;
  line-height: 1.1em;
  margin: 20px 0px 8px 0px;
}

.pageText {
  color: #464646;
  font-size: 1.15em;
  font-weight: 300;
  line-height: 170%;
}

.pageContent {
  max-width: 1020px;
  width: 100%;
  margin: 0px auto 20px auto;
}

.colorChart {
  position: relative;
  display: flex;
  font-family: 'Oswald', sans-serif;
  font-size: 1em;
  max-width: 900px;
  width: 100%;
  align-content: space-between;
  justify-content: space-between;
  margin: 10px auto;
}

.colorBox {
  width: 100%;
  display: block;
  height: 70px;
  border: 1px solid black;
}

.colorBox:hover {
  cursor: pointer;
}

.chartBox {
  justify-content: center;
  text-align: center;
  margin: 10px;
  width: 25%;
}

.colorText {
  font-size: 1em;
}

.colorText2 {
  font-size: 0.8em;
}

/* Modal Content/Box */
.modalContent {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 150px;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.413);
  margin: auto;
  text-align: center;
}

.message {
  position: relative;
  font-family: 'Oswald', sans-serif;
  padding: 120px 80px;
  border: black 1px solid;
  width: 800px;
  height: 450px;
}

.caption {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  padding: 10px;
  background-color: white;
  text-align: center;
  font-size: 22px;
  font-weight: 400;
  line-height: 120%;
  color: black;
  border-top: 1px solid black;
}

.pms {
  font-size: 16px;
  font-weight: 300;
  margin: 0;
}

/* Close Button */
.close {
  position: absolute;
  top: 5px;
  right: 15px;
  color: rgb(222, 0, 0);
  font-size: 36px;
  font-weight: 600;
}

.close:hover,
.close:focus {
  color: rgb(128, 128, 128);
  text-decoration: none;
  cursor: pointer;
}

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 3; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
}

#tnLogo {
  width: 250px;
}

/*  COLORS  */

.orange {
  color: rgb(255, 140, 0);
}

.athleticgold {
  color: rgb(255, 204, 0);
}

.vegasgold {
  color: rgb(199, 197, 138);
}

.red {
  color: rgb(255, 0, 0);
}

.cardinalred {
  color: rgb(160, 0, 0);
}

.silver {
  color: rgb(167, 167, 167);
}

.royal {
  color: rgb(58, 49, 235);
}

.teal {
  color: rgb(0, 131, 155);
}

.kellygreen {
  color: rgb(27, 145, 21);
}

.forestgreen {
  color: rgb(0, 65, 26);
}

.columbiablue {
  color: rgb(115, 194, 255);
}

.navyblue {
  color: rgb(30, 33, 46);
}

.purple {
  color: rgb(77, 0, 109);
}

.maroon {
  color: rgb(70, 0, 36);
}

@media only screen and (max-width: 950px) {
  .modalContent {
    padding-bottom: 0px;
  }
}
