@media screen and (max-width: 790px) {
  .Container{
    width:95%;
    margin-left:2.5%;
/*    background-color: #b0dad5;*/
    padding-top:60px;
    box-shadow: none;
    transition-duration: 0.3s;
    transition-property: filter;
  }
  .Container.Blur{
    filter: blur(5px) brightness(40%);
  }
  #Titleheader{
    height:60px;
    width:98%;
    padding: 0 2%;
  }
  .Titleimage{
    height: 50px;
    margin-top:5px;
  }
  .MenuIconWrapper{
    display: block;
    position: absolute;
    right:6%;
    width: 50px;
    height: 50px;
    margin-top:7px;
    cursor: pointer;
  }
  .MenuIcon{
    margin:0;
    padding: 0;
    width:60%;
    height:60%;
  }
  .MenuIconLabel{
    text-align: center;
    font-size:14px;
  }
  .Navigation{
    position:static;
    right:1%;
    margin-top:20px;
    width:50%;
    visibility: hidden;
  }
  .main{
    width:100%;
    float: left;
    z-index:-1;
  }
  .main h1{
    margin:10px 5px;
    position: relative;
  /*  padding: .25em 0 .5em .75em;*/
    border-left: 6px solid #3498db;
    font-weight: 300;
    font-size:26px;
  }
  .main.index p{
    margin:20px;
  }
  .main.ToFreshman p{
    margin:20px;
  }
  .TwitterWrapper{
    display: none;
  }
  .SmartphoneMenu{
    position:fixed;
    top:60px;
    left:0;
    width:100%;
    height:80%;
    color:white;
    text-align: center;
  }
  .SmartphoneMenu.Close{
    display: none;
  }
  .SmartphoneMenu.Open{
    display: block;
  }
  .SmartphoneMenu p{
    font-size:20px;
    position: relative;
    display: inline-block;
    transition-duration:0.2s;
    transition-property:color;
  }
  .SmartphoneMenu div{
    overflow: hidden;
    margin:18px;
    cursor: pointer;
  }
  .SmartphoneMenu div:hover > p{
    color:rgb(255,200,255);
  }
  .SmartphoneMenu div:hover > p::before{
    background: linear-gradient(-90deg, rgb(255,200,255), rgba(255,200,255,0));
  }
  .SmartphoneMenu div:hover > p::after{
    background: linear-gradient(90deg, rgb(255,200,255), rgba(255,200,255,0));
  }
  .SmartphoneMenu p::after,
  .SmartphoneMenu p::before{
    content: "";
    position: absolute;
    top:50%;
    height:2px;
    width:50px;
    transition-duration:0.2s;
    transition-property:background;
   }
  .SmartphoneMenu p::before{
    background: linear-gradient(-90deg, white, rgba(255,255,255,0));
    right:110%;
  }
  .SmartphoneMenu p::after{
    background: linear-gradient(90deg, white, rgba(255,255,255,0));
    left:110%;
  }
  
  .Undecided{
    margin:0 15px;
  }
  .Other{
    margin:0 5px;
  }
  .Song{
    margin:0 10px;
  }
  .Composer{
    margin:0 15px;
  }
  .ConcertWrapper{
    border: 1px solid #ddd;
    box-shadow: 5px 5px 1px #555;
    padding: 5px;
    margin: 20px 10px;
    background-color: #eaeaea;
    cursor: pointer;
  }
  .ClubroomMap {
    width:94%;
    height:44vw;
    margin-left:3%;
  }
  .PlayingImage {
    width:100%;
    height:60vw;
  }
}