/* mobile*/
@media screen and (max-width: 800px) {
  a.social:hover {
    margin: 0px 4px 4px 0;
  }
  .stuff {
    width: 100%;
    height: 100%;
    margin: 5%;
    -webkit-transition: margin 1s, opacity 1s;
    transition: margin 1s, opacity 1s;
    padding-top: 40px;
    background: url('../images/mobile_landing.jpg') no-repeat;
    background-size: 90%;
  }
  header {
    margin-left: 0;
  }
  nav {
    margin: 0;
    text-align: center;
}
  nav a {
    top: 0 !important;
    display: inline-block;
    position: static;
    margin: 0 1% 0 0;
    width: 17%;
    /* height: 100px; */
    background-size: 100%;
    line-height: 65px;
    font-size: 2em;
    overflow: hidden;
    height: 100px;
    min-width: initial !important;
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg) !important;
    transform: rotate(0deg) !important;
    animation: none !important;
    -webkit-animation: none !important;
  }
  .banner.small {
    width: 60%;
  }
  .nav-rope{
    display: none;
  }
  .nav-rope-pins {
    display: none;
  }
  .flower:not(.mobile-flower) {
    display: none;
  }
  .mobile-flower {
    width: 30% !important;
  }
  .mobile-flower-left {
    left: 0 !important
  }
  .mobile-flower-right {
    right: -10px !important;
    left: initial !important;
  }
  .mobile-flower.flyaway {
    top: 0 !important;
  }
  .main-content { 
    margin-top: 40px;
    padding: 40px
  }
}
@media screen and (max-width: 700px) {
  nav a {
    font-size: 1.8em;
    line-height: 56px;
  }
}
@media screen and (max-width: 600px) {
  nav a {
    font-size: 1.5em;
    line-height: 43px;
    height: 70px;
  }
  .main-content {
    margin-top: 20px;
  }
}
@media screen and (max-width: 500px) {
  nav a {
    font-size: 1.5em;
    line-height: 30px;
  }
}
@media screen and (max-width: 450px) {
  nav a {
   font-size: 1.3em;
    line-height: 25px;
    height: 60px;
  }
  .main-content {
    margin-top: 0;
  }
}
@media screen and (max-width: 400px) {
  nav a {
   font-size: 1.2em;
   line-height: 20px;
   height: 50px;
  }
}
@media screen and (max-width: 350px) {
  nav a {
   font-size: 0.9em;
   line-height: 12px;
   height: 40px;
  }
}