@import url(http://fonts.googleapis.com/css?family=Varela+Round);

* {
  box-sizing: border-box;
}

body {
  background-color: #f6e8d7;
  font-family: "Varela Round"
}

li {
  line-height: 215%;
  font-size: 1.3rem;
}

.overlay {
  background: rgba(0, 0, 0, 0.9);
  color: white;
  cursor: pointer;
  display: hidden;
  height: 100%;
  left: 0;
  opacity: 1;
  padding: 20%;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 5000;
}
.overlay h2 {
  color: limegreen;
  font-size: 2rem;
}
.overlay h3 {
  color: lightblue;
  text-align: center;
  font-size: 1.6rem;
  margin: 1rem 0;
  text-transform: capitalize;
}
.overlay ul, ul {
  list-style-type: none;
}
.overlay ul li {
  font-size: 1.3rem;
}

.ortext {
  color: #aaa;
  font-size: 1rem;
  margin: 0rem;
}

.header {
  left: 50%;
  margin-left: -50%;
  position: absolute;
  width: 100%;
}

.logo {
  height: 300px;
  left: 50%;
  margin-left: -150px;
  margin-top: -150px;
  position: absolute;
  top: 50%;
  width: 300px;
}
.logo-grow {
  height: 200px;
  margin-left: -100px;
  margin-top: -100px;
  width: 200px;
  -webkit-animation: logoSwell 0.75s;
  animation: logoSwell 0.75s;
}

.logo-shrink {
  height: 100px;
  margin-left: -50px;
  margin-top: -50px;
  width: 100px;
  -webkit-animation: logoShrink 0.75s;
  animation: logoShrink 0.75s;
}

h1 {
  bottom: 50%;
  font-size: 50px;
  text-align: center;
  top: 50%;
}

.copy {
  background-repeat: no-repeat;
  height: 100%;
  padding: 3rem;
  position: fixed;
  width: 100%;
  z-index: -1;
}

.left {
  border-bottom: 25px solid transparent;
  border-left: 50px solid #FF5457;
  border-right: 0px;
  border-top: 25px solid transparent;
  cursor: pointer;
  height: 0;
  left: 25px;
  margin-left: -25px;
  margin-top: -25px;
  position: fixed;
  top: 50%;
  width: 0;
  z-index: 4;
  -webkit-animation: leftArrowOut 0.75s;
  animation: leftArrowOut 0.75s;
}

.left-pressed {
  border-bottom: 25px solid transparent;
  border-left: 0px;
  border-right: 50px solid white;
  border-top: 25px solid transparent;
  cursor: pointer;
  height: 0;
  margin-left: -25px;
  margin-top: -25px;
  position: fixed;
  right: 0px;
  top: 50%;
  width: 0;
  z-index: 4;
  -webkit-animation: leftArrowIn 0.5s;
  animation: leftArrowIn 0.5s;
}

.right {
  border-bottom: 25px solid transparent;
  border-left: 0px;
  border-right: 50px solid #458ccc;
  border-top: 25px solid transparent;
  cursor: pointer;
  height: 0;
  margin-left: -25px;
  margin-top: -25px;
  position: fixed;
  right: 0%;
  top: 50%;
  width: 0;
  z-index: 4;
  -webkit-animation: rightArrowOut 0.75s;
  animation: rightArrowOut 0.75s;
}

.right-pressed {
  border-bottom: 25px solid transparent;
  border-left: 50px solid white;
  border-right: 0px;
  border-top: 25px solid transparent;
  cursor: pointer;
  height: 0;
  margin-left: -25px;
  margin-top: -25px;
  position: fixed;
  right: 97.199%;
  top: 50%;
  width: 0;
  z-index: 4;
  -webkit-animation: rightArrowIn 0.5s;
  animation: rightArrowIn 0.5s;
}

.down {
  border-bottom: 50px solid darkgreen;
  border-left: 25px solid transparent;
  border-right: 25px solid transparent;
  border-top: 0px;
  bottom: 0%;
  cursor: pointer;
  height: 0;
  left: 50%;
  margin-left: -25px;
  margin-top: -25px;
  position: fixed;
  width: 0;
  z-index: 4;
  -webkit-animation: bottomArrowOut 0.75s;
  animation: bottomArrowOut 0.75s;
}

.down-pressed {
  position: fixed;
  border-bottom: 0px;
  border-left: 25px solid transparent;
  border-right: 25px solid transparent;
  border-top: 50px solid white;
  bottom: 95%;
  cursor: pointer;
  height: 0;
  left: 50%;
  margin-left: -25px;
  margin-top: -25px;
  position: fixed;
  z-index: 4;
  width: 0;
  -webkit-animation: bottomArrowIn 0.5s;
  animation: bottomArrowIn 0.5s;
}

.top {
  border-bottom: 0px;
  border-left: 25px solid transparent;
  border-right: 25px solid transparent;
  border-top: 50px solid gold;
  cursor: pointer;
  height: 0;
  left: 50%;
  margin-left: -25px;
  margin-top: -25px;
  position: fixed;
  top: 2.8%;
  width: 0;
  z-index: 4;
  -webkit-animation: topArrowOut 0.75s;
  animation: topArrowOut 0.75s;
}

.top-pressed {
  border-bottom: 50px solid white;
  border-left: 25px solid transparent;
  border-right: 25px solid transparent;
  border-top: 0px;
  bottom: 0px;
  cursor: pointer;
  height: 0;
  left: 50%;
  margin-left: -25px;
  margin-top: -25px;
  position: fixed;
  position: fixed;
  width: 0;
  z-index: 4;
  -webkit-animation: topArrowIn 0.5s;
  animation: topArrowIn 0.5s;
}

.westside {
  left: -300%;
  background-color: #D4635D;
  z-index: 3;
}

.westside-in {
  left: 0%;
  -webkit-animation: leftIn 0.5s;
  animation: leftIn 0.5s;
}

.westside-out {
  left: -300%;
  -webkit-animation: leftOut 0.5s;
  animation: leftOut 0.5s;
}

.downtown {
  background-color: darkgreen;
  bottom: -300%;
  color: white;
  z-index: 3;
}

.downtown h2 {
  color: white;
}

.downtown-in {
  bottom: 0%;
  -webkit-animation: bottomIn 0.5s;
  animation: bottomIn 0.5s;
}

.downtown-out {
  bottom: -300%;
  animation: bottomOut 0.5s;
  -webkit-animation: bottomOut 0.5s;
  -moz-animation: bottomOut 0.5s;
  -o-animation: bottomOut 0.5s;
}

.uptown {
  background-color: gold;
  top: -300%;
  z-index: 3;
}

.uptown-in {
  top: 0%;
  animation: topIn 0.5s;
  -webkit-animation: topIn 0.5s;
  -moz-animation: topIn 0.5s;
  -o-animation: topIn 0.5s;
}

.uptown-out {
  top: -300%;
  animation: topOut 0.5s;
  -webkit-animation: topOut 0.5s;
  -moz-animation: topOut 0.5s;
  -o-animation: topOut 0.5s;
}

.eastside {
  background-color: #458ccc;
  right: -300%;
  color: gold;
  z-index: 3;
}

a {
  text-decoration: none;
  font-weight: bold;
  font-size: 1.2rem;
}

.eastside a {
  color: darkblue;
  background: gold;
}

.eastside-in {
  right: 0%;
  animation: rightIn 0.5s;
  -webkit-animation: rightIn 0.5s;
  -moz-animation: rightIn 0.5s;
  -o-animation: rightIn 0.5s;
}

.eastside-out {
  right: -300%;
  animation: rightOut 0.5s;
  -webkit-animation: rightOut 0.5s;
  -moz-animation: rightOut 0.5s;
  -o-animation: rightOut 0.5s;
}

.about-left, .about-right {
  padding: 1rem;
  display: inline-block;
  min-width: 360px;
}

#about-pic {
  width: 360px;
}

nav ul li {
    position: relative;
    left: -10rem;
    color: gray;
    font-weight: bold;
    cursor: pointer;
}

.logo-nav nav ul li {
    line-height: 4rem;
}

@media only screen and (max-width: 801px) {
  .logo {
    height: 150px;
    margin-left: -75px;
    margin-top: -75px;
    width: 150px;
  }
  .logo-nav nav ul {
      display: block;
      margin: 5rem 0 0;
      text-align: right;
  }
  .logo-nav nav ul li {
    line-height: 2rem;
    left: 0;
  }
  .logo-img {
    position: relative;
  }
  .overlay h2 {
    font-size: 1.3rem;
  }
  .overlay h3 {
    font-size: 1.2rem;
  }
  .overlay ul li {
    font-size: 1.0rem;
  }
}

@keyframes leftIn {
  from {
    left: -100%;
  }
  to {
    left: 0%;
  }
}
@-webkit-keyframes leftIn {
  from {
    left: -100%;
  }
  to {
    left: 0%;
  }
}
@keyframes leftOut {
  from {
    left: 0%;
  }
  to {
    left: -100%;
  }
}
@-webkit-keyframes leftOut {
  from {
    left: 0%;
  }
  to {
    left: -100%;
  }
}
@keyframes leftArrowIn {
  from {
    left: 5%;
  }
  to {
    left: 98.5%;
  }
}
@-webkit-keyframes leftArrowIn {
  from {
    left: 5%;
  }
  to {
    left: 98.5%;
  }
}
@keyframes leftArrowOut {
  from {
    left: 98.5%;
  }
  to {
    left: 1.7%;
  }
}
@-webkit-keyframes leftArrowOut {
  from {
    left: 98.5%;
  }
  to {
    left: 1.7%;
  }
}
@keyframes rightIn {
  from {
    right: -100%;
  }
  to {
    right: 0%;
  }
}
@-webkit-keyframes rightIn {
  from {
    right: -100%;
  }
  to {
    right: 0%;
  }
}
@keyframes rightOut {
  from {
    right: 0%;
  }
  to {
    right: -100%;
  }
}
@-webkit-keyframes rightOut {
  from {
    right: 0%;
  }
  to {
    right: -100%;
  }
}
@keyframes rightArrowIn {
  from {
    right: 5%;
  }
  to {
    right: 97.199%;
  }
}
@-webkit-keyframes rightArrowIn {
  from {
    right: 5%;
  }
  to {
    right: 97.199%;
  }
}
@keyframes rightArrowOut {
  from {
    right: 95%;
  }
  to {
    right: 0%;
  }
}
@-webkit-keyframes rightArrowOut {
  from {
    right: 95%;
  }
  to {
    right: 0%;
  }
}
@keyframes topIn {
  from {
    top: -100%;
  }
  to {
    top: 0%;
  }
}
@-webkit-keyframes topIn {
  from {
    top: -100%;
  }
  to {
    top: 0%;
  }
}
@keyframes topOut {
  from {
    top: 0%;
  }
  to {
    top: -100%;
  }
}
@-webkit-keyframes topOut {
  from {
    top: 0%;
  }
  to {
    top: -100%;
  }
}
@keyframes topArrowIn {
  from {
    top: 5%;
  }
  to {
    top: 98%;
  }
}
@-webkit-keyframes topArrowIn {
  from {
    top: 5%;
  }
  to {
    top: 98%;
  }
}
@keyframes topArrowOut {
  from {
    top: 95%;
  }
  to {
    top: 2.8%;
  }
}
@-webkit-keyframes topArrowOut {
  from {
    top: 95%;
  }
  to {
    top: 2.8%;
  }
}
@keyframes bottomIn {
  from {
    bottom: -100%;
  }
  to {
    bottom: 0%;
  }
}
@-webkit-keyframes bottomIn {
  from {
    bottom: -100%;
  }
  to {
    bottom: 0%;
  }
}
@keyframes bottomOut {
  from {
    bottom: 0%;
  }
  to {
    bottom: -100%;
  }
}
@-webkit-keyframes bottomOut {
  from {
    bottom: 0%;
  }
  to {
    bottom: -100%;
  }
}
@keyframes bottomArrowIn {
  from {
    bottom: 5%;
  }
  to {
    bottom: 95%;
  }
}
@-webkit-keyframes bottomArrowIn {
  from {
    bottom: 5%;
  }
  to {
    bottom: 95%;
  }
}
@keyframes bottomArrowOut {
  from {
    bottom: 95%;
  }
  to {
    bottom: 0%;
  }
}
@-webkit-keyframes bottomArrowOut {
  from {
    bottom: 95%;
  }
  to {
    bottom: 0%;
  }
}
@keyframes logoSwell {
  from {
    width: 100px;
    height: 100px;
  }
  to {
    width: 200px;
    height: 200px;
  }
}
@-webkit-keyframes logoSwell {
  from {
    width: 100px;
    height: 100px;
  }
  to {
    width: 200px;
    height: 200px;
  }
}
@keyframes logoShrink {
  from {
    width: 200px;
    height: 200px;
  }
  to {
    width: 100px;
    height: 100px;
  }
}
@-webkit-keyframes logoShrink {
  from {
    width: 200px;
    height: 200px;
  }
  to {
    width: 100px;
    height: 100px;
  }
}
