body {
    background-color: #534a3e;
    font-family: 'Cherry Swash';

}

.container {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    
    width: 800px;
    box-sizing: border-box;
    border-style: solid;
    border-width:7px;
    border-image: url(/assets/img/laceborder.gif) 7 fill round;
}

.navbar {
    background-color: papayawhip;

    width: 100%;

    box-sizing: border-box;
    padding: 5px;
    border:#534a3e 1px solid;
    font-style: italic;
}

.navbar h1 {
    font-weight: 100;
    font-size: 15px;
    margin:0px;
}

.navbar h1::before{
    content: url(/assets/img/hutpxl.gif);
    margin-right: 5px;;
}

.banner {
    width:100%;
    height:200px;
    background-position: bottom;
    background-image: url(/assets/img/hasuidithermicro.png);
    box-sizing: border-box;
    border:#534a3e 1px solid;
    border-top:none;
}

.warmhug {
    background-color: white;
    width:100%;
    height: 500px;
    box-sizing: border-box;
    border:#534a3e 1px solid;
    border-top: none;
    display:flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
}

.directory{
    width: 250px;
    height: 100%;
    background-color: papayawhip;
    border-right: dotted #534a3e 1px;
    box-sizing: border-box;
    padding: 10px;
    display: flex;
    align-items: center;
    flex-direction: column;
}

.directory img {
    border: 1px #534a3e solid;
    outline:1px #534a3e solid;
    outline-offset: 3px;
}

.directory h2 {
    font-size: 25px;
    margin-top: 0px;
}

.directory h3 {
    font-size: 18px;
    margin-bottom: 0;
    font-style: italic;
}

.directory ol {
    list-style-type:lower-roman;
    text-align: left;
}

.directory li {
    text-align: left;
}

.directory a {
    color: #534a3e;
    font-style: italic;
}

.scrolly {
    overflow-y: scroll;
    overflow-x: hidden;
    box-sizing: border-box;
    padding: 10px;
    width:550px;
    height:100%;
}

    .holder {
        width:100%;
        height: fit-content;
        margin-bottom: 20px;
        display: flex;
        align-items: flex-start;
        flex-direction: row;
        box-sizing: border-box;
        padding: 10px;
    }

    .holder:last-child{
        margin-bottom: 0px;;
    }

        .status {
            width: 85%;
            height:fit-content;
            background-color: white;
            box-sizing: border-box;
            border: dotted #534a3e 1px;
            padding: 10px;
            font-size: 12.5px;
            font-family:arial;
            font-style:italic;
        }
        
        .status a {
            color: #534a3e;
    font-style: italic;
            
        }

        .icon {
            width: 15%;
            height: fit-content;
            margin-left: 10px;
            font-size: 13px;
        }

        .icon img {
            width: 100%;
                border: 1px #534a3e dotted;
        }
        
footer {
 color:papayawhip;   
 text-align:center;
 font-style:italic;
 font-size:.6em
 margin-top:20px;
}