* {
    box-sizing: border-box;
}

body {
    position: relative;
    background-color: #B33F62;
    height: 100vh;
    width: 100vw;
}


.title {
    font-size: 28px;
    width: 100%;
    color: #FFF;
    font-family: 'Lilita One';
    letter-spacing: 0.2rem;
    text-align: center;
    margin: 0 auto;
    padding: 8vh 0 8vh 0;
    border: none;
}

a {
    color:  #000;
}

.header-box {
width: 100vw;
height: 40vh;
}


.open-nav {
    position: absolute;
    right: 5%;
    top: 10px;
    width: 100px;
    height: 30px;
    cursor: pointer;
    background-color: #ADA8B6;
    border-top: 1px solid white;
    border-left:1px solid white;
    border-bottom: 1px solid black;
    border-right:1px solid black;
    font-family: 'Inconsolata', monospace;
}

.open-nav:hover {
    border-top: 1px solid black;
    border-left:1px solid black;
    border-bottom: 1px solid white;
    border-right:1px solid white;

}






#vintage-window, #vintage-window-two, #vintage-window-three {
    width: 80vw;
    height: 50vh;

    border-bottom: 1px solid black;
    border-right:1px solid black;
    background-color: #fff;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    overflow: auto;
    font-family: 'Nanum Myeongjo', sans-serif;
    font-size: 14pt;
    resize: both;
    z-index: 1;
 
}


.rating {
    width: 100px;
}


#vintage-window-two {
    top: 60%;
    left: 40%;
}


#vintage-top {
    width: 100%;
    min-height: 40px;
    max-height: 50px;
    background-color: #ADA8B6;
    position: fixed;
    font-family: 'Inconsolata', monospace;

    
}

#vintage-top:hover {
    cursor: move;
}


.menu,
.exit {
    display: inline;
    padding: 0;
    margin: 0;
    text-decoration: none;
    height: 100%;
    color: #000;

}

li {
    display: inline;
    position: absolute;
    padding: 1%;
    text-align: center;
}

.exit li {
    right: 0;
    border-top: 1px solid #FFF;
    border-left:1px solid #FFF;
    border-bottom: 1px solid black;
    border-right:1px solid black;
    width: 10%;
    height: 100%;
    text-decoration: underline;


}

.exit li:hover {

        border-top: 1px solid black;
        border-left:1px solid black;
        border-bottom: 1px solid #FFF;
        border-right:1px solid #FFF;
    
    
}

.menu li {
    left: 0;
    border-top: 1px solid #FFF;
    border-left:1px solid #FFF;
    border-bottom: 1px solid black;
    border-right:1px solid black;
    width: 20%;
    height: 100%;
    text-decoration: underline;
}

.menu li:hover 
{
        border-top: 1px solid black;
        border-left:1px solid black;
        border-bottom: 1px solid #FFF;
        border-right:1px solid #FFF;
    
    }


.vintage-inside-one {
    width: 100%;
    padding: 5vh;

}

.vintage-inside-one img, p {
    width: 100%;
}


/* width */
::-webkit-scrollbar {
    width: 15px;
  }
  
  /* Track */
  ::-webkit-scrollbar-track {
    background: #f1f1f1;
  }
  
  /* Handle */
  ::-webkit-scrollbar-thumb {
    background: #ADA8B6;
    border: 1px solid #fff;
    border-top: 1px solid white;
    border-left:1px solid white;
    border-bottom: 1px solid black;
    border-right:1px solid black;
  }
  
  /* Handle on hover */
  ::-webkit-scrollbar-thumb:hover {
    background: #ADA8B6;
    
    border-top: 1px solid black;
    border-left:1px solid black;
    border-bottom: 1px solid white;
    border-right:1px solid white;

  }
.sidenav {
    height: 100%; /* 100% Full-height */
    width: 0; /* 0 width - change this with JavaScript */
    position: fixed; /* Stay in place */
    z-index: 2; /* Stay on top */
    top: 0; /* Stay at the top */
    right: 0;
    background-color: #ADA8B6;
    overflow-x: hidden; /* Disable horizontal scroll */
    padding-top: 60px; /* Place content 60px from the top */
    transition: 0.5s; /* 0.5 second transition effect to slide in the sidenav */
    border-top: 1px solid white;
    border-left:1px solid white;
    border-bottom: 1px solid black;
    border-right:1px solid black;
  }
  


  .menu-item{
    height: 40px;
    padding-left: 5%;
    font-size: 16pt;
    display: block;
    transition: 0.3s;
    text-underline-offset: 4px;
    font-family: 'Inconsolata', 'Courier New', Courier, monospace;
    border-top: 1px solid white;
    border-left:1px solid white;
    border-bottom: 1px solid black;
    border-right:1px solid black;
    justify-self: auto;
}

.menu-item:hover {
    border-top: 1px solid black;
    border-left:1px solid black;
    border-bottom: 1px solid white;
    border-right:1px solid white;

}

  
  /* Position and style the close button (top right corner) */
  .sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 36px;
    margin-left: 50px;
  }

  .closebtn {
      height: 20px;
      font-family: 'Inconsolata', 'Courier New', Courier, monospace;
      color: #000;

  }


  .footer-mail {
    color: #fff;
    font-family: 'Inconsolata';
    width: 100%;
    position: absolute;
    bottom: 20px;
    left: 5%;
  
}





@media screen and (min-width: 576px) {


    #vintage-window, #vintage-window-two {
        width: 80vw;
        height: 30vh;
    }

    .title {
        font-size: 40px;
    }


}

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


    #vintage-window, #vintage-window-two,  #vintage-window-three {
        width: 700px;
    }

}

@media screen and (min-width: 992px) {


    #vintage-window, #vintage-window-two,  #vintage-window-three {
        width: 900px;
    }

    .menu li {
        width: 10%;
    }

    .exit li {
        width: 5%;
    }

    .open-close {
        right: 0;
    }
    .vintage-inside-one img, p {
        width: 75%;
    }

    
}

@media screen and (min-width: 1200px) {

    #vintage-window, #vintage-window-two,  #vintage-window-three{
        width: 1000px;

    }

}

