body {
  text-align: center;
  /*   transition: all .4s ease-in-out; */ }

html {
  margin: 0;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  position: absolute; }

.caps {
  text-transform: uppercase; }

h1 {
  font-size: 2.5em; }

h2 {
  font-size: 2em; }

.red-button {
  transition: all .5s ease-in-out;
  border-radius: 10px;
  background-color: #FF6666;
  color: #FEFEE5;
  box-shadow: 0.5px 1px 2px 1px rgba(0, 0, 0, 0.3);
  margin: 0px 20px 10px 20px; }

.temp {
  /*   border: 2px dashed green; */ }

.red-button:hover {
  cursor: pointer;
  background-color: #DD5858;
  font-size: 1.87em;
  transform: scale(1.1); }

.light {
  font-weight: lighter; }

.inactive-button {
  font-size: 1.7em;
  border-radius: 10px;
  background-color: #F48788;
  color: #DD5858; }

.twenty-vh-spacer {
  width: 100%;
  position: relative;
  height: 20vh; }

.nav-rect {
  display: block;
  float: right;
  width: 3vh;
  margin-right: 20px;
  margin-bottom: 20px;
  top: 0px;
  height: 3vh;
  border: 2px black solid;
  position: relative; }

.flex-parent {
  display: flex;
  flex-direction: column;
  width: 100vw;
  float: right; }

.nav-section {
  height: 120px;
  position: relative;
  flex-direction: column; }

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

.nav-highlighted {
  background: -webkit-linear-gradient(top left, #FF6666 0%, #FEFEE5 100%) !important;
  color: #FEFEE5 !important; }

#nav-opener {
  position: absolute;
  top: 0px;
  right: -40px; }

.nav-all {
  position: fixed;
  left: 0px;
  display: inline-block;
  top: 0px;
  height: 100vh;
  opacity: 0;
  width: 14vw !important;
  border-right: 1px grey solid; }

#nav-words > * {
  text-orientation: sideways-right;
  transform: rotateZ(-90deg);
  margin: 40px; }

#boxesHolder {
  padding: 0;
  margin-left: 0px;
  margin-right: 0px;
  /* margin-bottom: 100px; */
  list-style: none;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  justify-content: center; }

.box-section:hover {
  box-shadow: -8px 3px 20px 10px rgba(0, 0, 0, 0.2);
  transform: scale(1.1); }

.box-section {
  transition: all .4s ease-in-out;
  background: #DD5858;
  margin: 10px;
  color: white;
  font-size: 1em;
  text-align: center; }

.flex-child-main {
  justify-content: center;
  margin-bottom: 150px; }

#down-first {
  position: absolute;
  margin: 50px 0px;
  width: 28px;
  left: 50%;
  transform: translateX(-50%);
  bottom: 30px;
  animation: ebbing .6s infinite alternate-reverse; }

.ebb {
  animation: ebbing .6s infinite alternate-reverse; }

@keyframes ebbing {
  to {
    width: 34px;
    height: 34px; } }
#heroBack {
  flex: 1;
  top: 50%;
  color: silver !important;
  position: relative;
  align-self: center; }

#heroForward {
  flex: 1;
  color: silver !important;
  align-self: center; }

#heroContentHolder {
  display: flex; }

/*# sourceMappingURL=nav.css.map */
