#menu{
  z-index: 100;
}
  body{
    background: rgb(0,11,35);
    overflow-x: hidden;


  }
  .main{
    z-index: 99;
    height: 100vh;
  background: url(../stylesheets/History/Photo/historymain.jpg) no-repeat center center;
  background-size: cover;
  }

  .History_fullsizePic{

    height: 100vh;
  background: url(../stylesheets/History/Photo/historymain.jpg) no-repeat center center;
  background-size: cover;
  }
  .year{
    font-family: 'ENGARMI';
    color: rgba(196,161,12,0.5);
    font-size: 10vw;
    position: fixed;
    top: 50vh;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);

  }
  .center{
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform-origin: center;
            -ms-transform-origin: center;
            transform-origin: center;
    -webkit-transform: translate(-50%, -50%) rotate(-90deg);
            -ms-transform: translate(-50%, -50%) rotate(-90deg);
            transform: translate(-50%, -50%) rotate(-90deg);




  }

  .textHistory{
    position: absolute;

    font-size: 24px;
    color: white;
    width:30%;
    top:50%;
    color: rgb(255,255,255);
  }

  .row{
    min-height: 800px;
    height: 100vh;
    margin-bottom: 0;
  }

  .textH{
    font-size: 20pt;
    line-height: 40px;
  }
  .textD{
    font-size: 22px;
    line-height: 29px;
  }

  .grayRect{
    display: inline-block;
    position: absolute;
    -webkit-transform: translate(0,500px);
            -ms-transform: translate(0,500px);
            transform: translate(0,500px);
    -webkit-transition: -webkit-transform 2s;
    transition: -webkit-transform 2s;
    transition: transform 2s;
    transition: transform 2s, -webkit-transform 2s;

    background-color: rgba(132,132,132,0.1);
  }

  .footer{
    position: relative;
    border-top: 1px solid rgba(224,224,224,0.1);
  }
  .title{
    width: 699px;
  }
  .grayRect{
    z-index: -10;
  }
  #content{
    z-index: 2;
    position: relative;
    overflow: hidden;
  }
  .imageLeft{
    opacity: 0;
    max-width: 400px;
    width: 30vw;
    display: inline-block;
    position: absolute;
    -webkit-transform-origin: center center;
            -ms-transform-origin: center center;
            transform-origin: center center;
    -webkit-transform: translate(0,200px);
            -ms-transform: translate(0,200px);
            transform: translate(0,200px);
    -webkit-transition: opacity 2s, -webkit-transform 1s;
    transition: opacity 2s, -webkit-transform 1s;
    transition: opacity 2s, transform 1s;
    transition: opacity 2s, transform 1s, -webkit-transform 1s;
  }
  .verticalsize{

    width: 20vw;

  }
  .imageLeft img{
    position: absolute;
    width: 100%;
    -webkit-transform-origin: center center;
            -ms-transform-origin: center center;
            transform-origin: center center;
  }
  .row img{
    z-index: -2;
  }
  .small{
    width:25vw;
  }
  .menu_icon{
    z-index: 1000;
  }

  .history_brandlogo{
    max-width: 250px;
  }

  .vertical{
    max-width: 200px;
  }


  @media screen and (max-width: 768px) {

    body{
      margin-top: 0;
    }
    .row{
      min-height: 100px;
    }
    .year{
      font-size: 20vw;
      color: rgba(255,255,255,0.3);
    }
    .title{
      width: 90.218vw;
    }
    .center{
      display: none;
    }
    .textH{
      font-size: 1.25rem;
      line-height: 1.88889;
    }
    .footer_center{
      padding-bottom: 10px;
    }

    .imageLeft{
      width: 50vw;

    }

    .content_year{
      margin-left: -15%;
    }

    .history_brandlogo{
      max-width: 100px;
    }
    .vertical{
      max-width: 90px;
    }



  }
