
/* BACKGROUND IMAGE + TEXT */
body {
   background-image: url(./photos/nyc.JPG);
   background-size: cover;
   font-family: Helvetica, Arial, sans-serif;
   color: #232023;
   font-size: 14px;
   line-height: 1.4;
}

/* DIRECTORY DIV */
.directory {
    display: block;
    position: absolute;
    top: 50px;
    left: 140px;
    height: 340px;
    max-height: 320px;
    overflow-y: auto;
    width: 230px;
    padding-top: 5px;
    padding-left: 15px;
    padding-right: 15px;
    outline-style: double;
    outline-color: #363737;
    background: #5e6647;
    font-family:'Courier New', Courier, monospace;
    color: #f5f5f5;
}

/* ELEVATOR BUTTONS */
.elevator {
    position: absolute;
    height: 300px;
    left: 143px;
    top: 390px;
}

/* BODY */
.body {
    display: block;
    position: absolute;
    top: 50px;
    left: 500px;
    width: 850px;
    height: 600px;
    max-height: 600px;
    padding: 15px;
    padding-top: 5px;
    outline-style: dashed;
    overflow-y: auto;
    background: rgba(202, 209, 200, 0.3)
}

hr.dotted-line {
    border: none;
    border-top: 2px dotted #363737;
}

.likes {
    position: absolute;
    top: 310px;
    left: 35px;
    border-style: solid;
    height: 285px;
    max-height: 285px;
    width: 180px;
    background: rgba(202, 209, 200, 0.8);
    z-index: 1;
}

.dislikes {
    position: absolute;
    top: 310px;
    left: 235px;
    border-style: solid;
    height: 285px;
    max-height: 285px;
    width: 180px;
    background: rgba(202, 209, 200, 0.8);
    z-index: 1;
}

.kitties {
    position: absolute;
    top: 318px;
    left: 430px;
    width: 150px;
    font-size: 12px;
}

.under_construction {
    font-size: 20pt;
    text-align: center;
    background-color: whitesmoke;
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.favorites {
    display: inline-block;
    padding-left: 20px;
    padding-right: 20px;
    margin: 10px;
    width: 217px;
    height: 175px;
    max-height: 175px;
    overflow-y: auto;
    border-style: dashed;
    border-color: #363737;
    background: rgba(202, 209, 200, 0.8);
}

.favorites2 {
    display: inline-block;
    padding-top: 10px;
    padding-left: 20px;
    padding-right: 20px;
    margin: 10px;
    height: 175px;
    width: 360px;
    max-width: 500px;
    overflow-x: auto;
    border-style: dashed;
    border-color: #363737;
}

/* IMAGE FORMATTING */

.lily {
    position: absolute;
    top: 300px;
    left: 590px;
    height: 200px;
    z-index: 2;
}

.frankie {
    position: absolute;
    top: 400px;
    left: 710px;
    height: 200px;
    z-index: 1;
}

.blinkie {
    width: 150px;
}

.button {
    width: 88px;
}

.stamp {
    width: 99px;
}