    #mpc-header-left{
        width: 20%;
        height: inherit;
    }
    #mpc-header-left div{
        width: 35px;
        height: 5px;
        background-color: #cccccc;
        margin: 6px 20px;
    }
    #mpc-header-center{
        font-family: ItalianCursive;
        width: 60%;
        height: inherit;
        font-size: 3em;
    }
    #mpc-header-center a {
        margin: 0;
        padding: 0;
        text-decoration: none;
        color: #cccccc;
    }
    #mpc-header-center p {
        margin: 0;
        display: none;
    }
    #mpc-header-center img {
        padding-top: 20px;
        height: 100px;
    }
    #mpc-header-right{
        width: 20%;
        height: inherit;
    }
    .mpc-header-sections{
        float: left;
        text-align: center;
    }
    header{
        position: fixed;
        top: 0;
        width: 100%;
        height: 135px;
        text-align: center;
        z-index: 5;
    }
    #mpc-header{
        width: 100%;
        height: inherit;
    }

    #mpc-show-side-menu-button{
      border: none;
      text-align: center;
      text-decoration: none;
      display: inline-block;
      padding: 10px 10px 10px 10px;
      cursor: pointer;
      width: 100%;
      height: 100%;
      font-size: 3em;
      background-color: #333333;
      color: #cccccc;
    }
    .mpc-menu-socials{
      border: none;
      text-align: center;
      text-decoration: none;
      display: inline;
      padding: 10px 10px 10px 10px;
      cursor: pointer;
      width: 100%;
      height: 50%;
      font-size: 3em;
    }

    .mpc-sidenav {
      height: 100%;
      width: 0;
      position: fixed;
      z-index: 1;
      top: 0;
      left: 0;
      overflow-x: hidden;
      transition: 0.33s;
      padding-top: 60px;
      color: #333333;
    }

    .mpc-sidenav a {
      padding: 24px 8px 24px 32px;
      text-decoration: none;
      font-size: 3em;
      display: block;
      transition: 0.3s;
      color: inherit;
      height: 70px;
    }

    .mpc-sidenav p {
      padding: 32px 8px 8px 32px;
      font-family: ItalianCursive;
      font-size: 3em;
      display: block;
      transition: 0.3s;
      color: inherit;
      height: 70px;
      margin-top: 16px;
      margin-bottom: 8px;
    }

    .mpc-sidenav .closebtn {
      position: absolute;
      top: 0;
      right: 25px;
      font-size: 5em;
      margin-left: 50px;
      padding: 32px;
    }

    #mpc-sidenav-id{
        z-index: 7;
    }

@media (max-width: 1000px){
    #mpc-header-center img {
        padding-top: 20px;
        height: 100px;
    }
    #mpc-header-center p {
        margin: 0;
        display: none !important;
    }
}

@media (min-width: 2000px){
    #mpc-header-center img {
        padding-top: 20px;
        height: 100px;
    }
    #mpc-header-center p {
        margin: 0;
        display: block !important;
    }
    header{
            position: fixed;
            top: 0;
            width: 100%;
            height: 200px;
            text-align: center;
            z-index: 5;
        }
    #main-h1{
        display: none;
    }
}