/* Appneutrality Stylesheet */

:root {
    
}

#primary_column_container {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-around;
}

#primary_column {
    
    max-width: 1536px;
    
    /*height: 100rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;*/
}

#top_section {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-around;
    
    align-items: center;
    flex-grow: 1;
    
    max-height: 256px;

}

.top_item {
    /*overflow: hidden;*/
    height: 256px;
    
    object-fix: contain;
    flex-basis: 256px;

}

.top_item.side_icon {

    flex-basis: 196px;
}

.top_item img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    
}

.top_item.side_icon img {
    filter: brightness(0.9);
    opacity: 0.3;
}



.shelf {
    border-bottom: 100px solid gray;
    border-left: 50px solid transparent;
    border-right: 50px solid transparent;
    
    margin-top: -63px;
}
