
body{    
    background-color: DarkSlateGrey;
    display: block flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: nowrap;
    height: auto;

}

.HeadBack{
    width: 90vw;
    height: 48vw;

    background-image: url("CabinetPics/cabblockpixendheadlongfilledwide.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center top;

    display: grid;
    grid-template-columns: 18vw 54vw;
    grid-template-rows: 28vw 90%;
    
}

p{
    font-size: 0em;
    color: white;
    height: 0%;
}

h1{    
    font-size: 1.5em;
    font-family: cursive;
    background-color: black;

    color: white;
    text-align: center;

    margin-top: none;
    margin-bottom: 15vw;

    z-index:-2;

}


.Window {
    margin-top: -15vw;

    margin-left: .25vw;
    width: 50.75vw;
    height:auto;

    background-image: url("CabinetPics/cabblockpixendwindwallcrop.png");    
    background-size: cover;
    background-repeat: repeat-y;
    background-position: center;

    padding-right: 2.5vw;
    padding-left: 2.5vw;

}

ul {

    width: auto;
    padding-left: 0;
    padding-bottom: 5vw;
    margin-bottom:0;
    margin-right:.5vw;

    background-color: tan;    

    border-top: black solid 5px;    
    border-right: none;    
    border-left: black solid 5px;
    border-bottom:none;
    border-radius: 10% 10% 0% 0%;

    font-size: 1.5em;
    font-family: cursive;
    list-style: none;
    text-decoration: underline;
    text-align: left;
}

li:first-child{
    background-image: url("CabinetPics/filetranswtopfirst.png");

}

li {
    padding-left: 1vw;
    background-image: url("CabinetPics/filetranswtop.png");
    background-size: fill;
    background-repeat: no-repeat;
    background-position: left top;
    margin-bottom: .5vw;
    overflow: scroll;
}

.FootStuff{
    background-image: url("CabinetPics/cabblockpixendwindwallfooter.png");
    width: 80vw;
    height: 18vw;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center top;
}