@media (min-width: 1215px) and (max-width: 1501px){
  .logo img {
    width: 150px;
  }
}
@media (max-width: 1215px){
  .mobile-hide {
    display: block;
  }
  .desktop-hide {
    display: none;
  }
  .container {
    width: 100%;
    padding: 20px!important;
    box-sizing: border-box;
  }
  .pull-left {
    margin-left: 0;
    text-align: center;
  }
  .blue {
    margin-top: 0;
  }
  h2 {
    margin-left: 20px;
    width: 85%;
    font-size: 2.75em;
  }
  h2.blue {
    margin-left: 5%;
    width: 94%;
  }
  h3 {
    font-size: 1.75em;
  }
  .row {
    width: 100%;
  }
  .logo {
    top: 15px;
    position: absolute;
  }
  .logo img {
    width: 150px;
  }
  #modal {
    overflow: auto;
  }
  #coming {
    width: 100%;
  }
  #modal .container, #coming .container {
    width: 95%;
  }
  #modal h5 {
    float: right;
    width: 80%;
  }
  #closer {
    font-size: 1.5em;
    top: 3%;
    right: 5%;
  }
  #site-wrap {
    right: 0;
    position: relative;
    overflow-x: hidden;
  }

  /********************** NAV STYLES **********************/
  .mobile-wrap {
    width: 100%;
    height: 100%;
    background-color: #06215a;
    position: fixed;
    top: 0;
  }
  .mobile-nav {
    list-style: none;
    width: auto;
    height: 100%;
    position: fixed;
    top: 0;
    right: 0;
    padding-right: 8%;
    bottom: 0;
    z-index: 0;
    padding-top: 15px;
    overflow: auto;
    overflow-y: scroll;
  }
  .nav-trigger {
    position: fixed;
    clip: rect(0, 0, 0, 0);
    z-index: 100;
  }
  .nav-item a {
    text-transform: uppercase;
    font-size: .75em;
    text-decoration: none;
    display: block;
    padding: 10px 0;
    letter-spacing: 2px;
    color: white;
  }
  label[for="nav-trigger"] {
    position: fixed;
    top: 2%;
    right: 3%;
    z-index: 2;
    width: 20px;
    height: 20px;
    cursor: pointer;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' x='0px' y='0px' width='30px' height='30px' viewBox='0 0 30 30' enable-background='new 0 0 30 30' xml:space='preserve'><rect width='30' height='6'/><rect y='24' width='30' height='6'/><rect y='12' width='30' height='6'/></svg>");
    background-size: contain;
  }
  .nav-trigger:checked + label {
    right: 160px;
  }
  .nav-trigger:checked ~ #site-wrap {
    right: 150px;
  }
  .nav-trigger + label, #site-wrap {
    transition: right 0.2s;
  }
  /********************** **************** **********************/
  #hero {
    position: relative;
  }
  #hero h2 {
    font-size: 1.75em;
    width: 90%;
    margin-left: 15px;
    margin-bottom: 10px;
  }
  .hero-text div {
    margin-left: 15px;
    font-size: 1em;
    width: 90%;
  }
  .icon-scroll {
    top: 85%;
  }
  /********************** **************** **********************/
  .box-inside {
    font-size: .85em;
    padding: 25px;
  }
  .box-inside p:last-child {
    margin-bottom: 0;
  }
  /********************** **************** **********************/
  #team .row {
    margin-bottom: 0;
  }
  #team .row div {
    width: 100%;
  }
  .row div a {
    width: 90%;
    margin: 20px auto 5px auto;
  }
  #team h5 {
    width: 80%;
    margin: 5px 0 0 5%;
    font-size: .85em;
  }
  .row div a img {
    width: 100%;
  }
  /********************** **************** **********************/
  #contact .col-3 {
    width: 100%;
    float: none;
  }
  #contact h3 {
    margin-bottom: 10px;
  }
  /********************** **************** **********************/
  #prospero .container {
    width: 100%;
  }
  #prospero h2.blue {
    margin-left: 4%;
    padding-top: 5%;
    width: 100%;
  }
  /********************** **************** **********************/
  footer .container a {
    display: block;
  }
  footer .left {
    float: none;
  }
  footer img {
    padding-right: 0;
    padding-bottom: 10px;
  }
  footer .right {
    float: none;
    text-align: center;
  }
  .collapsible {
      top: 0;
      left: initial;
     color: #ffffff;
     font-weight: bold;
     text-decoration: none;
     margin-right: 0;
     margin-top: 15px;
     margin-bottom: 25px;
  }
}
@media (max-width: 320px){
  .fixed {
    height: 900px!important;
  }
}
@media (max-width: 414px){
  .fixed {
    height: 690px;
  }
}
