body {
  background: linear-gradient(90deg, rgb(255, 255, 255), #bce9eb);
  background-repeat: repeat;
  background-size: 100% 900%;
  height: 100%;
  overflow: hidden;
  width: 100%;
  overflow-x: hidden;
  padding: 0 !important;
  margin: 0 !important;
}

@font-face {
  font-family: Ailerons;
  src: url("/fonts/Ailerons.otf") format("opentype");
}

.table-wrap > * {
  display: table-cell;
}

.table-wrap {
  margin-left: auto;
  margin-right: auto;
  width: 80%;
}

.table-wrap > * {
  box-sizing: border-box;
  width: 33.33%;
  padding: 10px;
}

.websiteTitleWrap {
  flex: 2;
}

.Landing {
  z-index: 35;
  background-size: cover;
  background-color: #faf9f6;
  margin: 0 !important;
}

.fromFlorida {
  background-color: #7aaddd;
}
.notfromFlorida {
  background-color: #539ee4;
}

.flexContainer {
  display: flex;
  flex-direction: row;
}

.headerBar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 20px;
  background-color: #539ee4;
  border-bottom: 4px solid #4d4175;
  flex-wrap: wrap;
}

.titleContainer {
  flex: 1;
  min-width: 180px;
}

.menuContainer {
  flex: 2;
  min-width: 300px;
  display: flex;
  justify-content: center;
}

.linksContainer {
  flex: 1;
  min-width: 200px;
  text-align: right;
  color: #eaf8f6;
}

.websiteTitleHeader {
  font-family: "Ailerons", sans-serif;
  font-size: 3em;
  font-weight: 600;
  color: #eaf8f6;
  margin: 0;
}

.verticalFlexContainer1 {
  margin-left: 10px;
  display: flex;
  flex: 2;
  flex-direction: column;
  justify-content: left;
  align-items: left;
}

.projectNewsContainer {
  flex: 2;
  border: #111924 3px solid;
  background: linear-gradient(180deg, #75a7d6, #539ee4);
  color: 111924;
  box-shadow: rgba(50, 50, 50, 0.5) 10px 10px 5px;
  justify-content: center;
  align-self: flex-start !important;
}

.streamContainer {
  flex: 4;
  align-items: flex-start;
}

.nxSlideshowContainer {
  flex: 2;
  align-items: center;
}

.highlight-link {
  box-shadow: inset 0 -0.225rem 0 darkslateblue;
  box-sizing: border-box;
  color: darkslateblue;
  display: inline-block;
  padding: 0.125rem 0.125rem;
  transition: all 0.2s ease-in-out;
  padding: 10px;
}

.conditionalText {
  visibility: hidden;
  position: absolute;
  top: -999999px;
}

.textOverlay {
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 30px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

.SectionHeading {
  font-family: "Ailerons", sans-serif;
  font-size: 30px;
  font-weight: bolder;
  text-decoration: underline;
  color: #111924;
  text-align: center;
  margin: auto;
}

.banner {
  background-color: rgba(17, 25, 36, 0.5);
  border-radius: 6px;
  color: #faf9f6;
  font-weight: bold;
  font-size: 20px;
  padding: 10px;
  text-align: center;
  margin: auto;
}

.shadGradient {
  box-shadow: 10px, black;
}

.center {
  margin: auto;
  text-align: center;
}

.ExperienceContainer {
  flex: 2;
  padding-left: 50px;
}

.LinksContainer {
  flex: 2;
  padding-right: 50px;
}

.rocket-link {
  color: #e2f8f4;
  text-decoration: underline;
}

.rocket-link:hover {
  color: #177cff;
  text-decoration: none;
}
