@media only screen and (max-width: 600px) {
    .login-View {
        /*min-height: 85%;*/
        margin-top: 30%;
    }
  }

  @media screen and (max-width: 1200px) {
    body {
        font-size: 80%;
    }
}

@media screen and (max-width: 800px) {
    body {
        font-size: 60%;
    }
}

@media screen and (max-width: 620px) {
    body {
        font-size: 50%;
        margin-bottom: 100px;
    }
    .login-View {
        height: auto;
        display: block;
        text-align: center;
    }
    .login-View .img-container {
        margin-left: 32%;
        margin-right: auto;
    }
    #indexHeader {
        height: 30%;
        justify-content: baseline;
    }
    #festivalDropdown {
        max-width: 100%;
    }
    #dayButtons, .bottomBanner button {
        font-size: 150%;
    }
    .titleSpan {
        max-width: 20%;
    }
    .classificationSpan {
        height: 100%;
        margin: 0 5% 2% 0;
        flex: 2;
    }
    .titleSpan .imgWrapper {
        display: none;
    }
    .titleSpan p {
        display: none;
    }
    .time-label {
        margin-top:10%;
    }
    .icon {
        font-size: 1.8em;
    }
    .icon:hover {
        cursor: pointer;
        color: #cc6302;
    }
    .topnav button:not(:first-child) {display: none;}
    .topnav a.icon, .topnav button.active {
      display: inline;
    }
    .topnav.responsive {position: relative;}
    .topnav.responsive .icon {
      position: relative;
    }
    .topnav.responsive button {
      float: none;
      display: block;
      text-align: left;
    }
    .dayBtn, .dayBtn:hover {
        background-position-x: 0;
    }
    .dayBtn:disabled, .event-area-btn:disabled{
        color:#575252;
    }
    #bannerButtons {
        flex-direction: column;
    }
    .topBanner {
        z-index: 1;
        margin-top: 30%;
    }
}