

#technicalshapes_list {
    padding: 3em;
}

#technicalshapes_list .list {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

#technicalshapes_list .list .item {
    display: flex;
    justify-content: center;
    flex-direction: column;
    width: 130px;
    border-radius: 5px;
    margin: 0.8em;
    position: relative;
}

#technicalshapes_list .list .item:hover {
    cursor: zoom-in;
}

#technicalshapes_list .list .item .name_container {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    height: 1.2em;
    margin: 0;
}

#technicalshapes_list .list .item .name_container p {
    position: absolute;
    margin: 0;
    font-size: 0.9em;
}

#technicalshapes_list .list .item img {
    width: 100%;
    border-radius: 5px;
}

#technicalshapes_list .list .item .shape_name {
    cursor: text;
}


#technicalshapes_list h2 {
    margin: 1em 0 0 0;
    font-size: 2em;
    text-align: center;
}

#technicalshapes_list .stl_download {
    position: absolute;
    top: -5px;
    right: -5px;
    display: none;
    justify-content: center;
    align-items: center;
    padding: 8px;
    margin: 0;
}
#technicalshapes_list .item:hover .stl_download {display: flex;}
#technicalshapes_list .stl_download p {display: none;}
#technicalshapes_list .stl_download:hover p {display: inline-block;}

#technicalshapes_list .stl_download .button {
    margin: 0;
}

#technicalshapes_list .stl_download p {
    margin: 0;
    font-size: 0.8em;
}

#technicalshapes_list .stl_download i {
    font-size: 1em;
    margin: 0;
}

#technicalshapes_list .stl_download:hover i {
    margin: 0 0 0 0.5em;
}


.request_container a.button {
    margin: -0.5em 0 0 0;
}
.request_container a.button i {
    margin: 0 0.5em 0 0;
}









#technicalshapes_list .spacer {
    margin: 4.5em auto 3em auto;
    width: 50%;
    height: 2px;
    border-bottom: 2px solid rgba(0,0,0,0.1);
    border-radius: 50%;
}











/* large image display */
.enlarged_image_container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    position: fixed;
    top: -100%;
    left: 0;
    width: 100%;
    height: 100%;
    margin: auto;
    background-color: rgba(0,0,0,0.02);
    z-index: 10000;
    box-sizing: border-box;
    transition: 0.2s;
}
.enlarged_image_container.displayed {
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    top: 0;
    left: 0;
    transition: 0.4s;
}

.enlarged_image_container #shape_name {
    font-size: 3.5em;
    font-family: monospace;
    font-weight: bold;
    margin: 0;
    width: 100%;
    text-align: center;
    text-shadow: 0 0 5px #FFF;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
}

.enlarged_image_container .name_mast_container {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 3em;
}

@media (max-width: 599px) {
    .enlarged_image_container .name_mast_container {
        flex-wrap: wrap;
        gap: 0.1em;
    }
    
}

.enlarged_image_container .mastCount_container {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    gap: 0.2em;
    font-size: 1.8em;
    font-weight: bold;
}

.enlarged_image_container .mastCount_container img {
    width: 1.5em;
    filter: drop-shadow(0 0 1px #000);
}

.enlarged_image_container #shape_description {
    font-family: Roboto, sans-serif;
    margin: 0;
    width: 100%;
    max-width: 25em;
    text-align: center;
    font-size: 1.5em;
    text-shadow: 0 0 5px #FFF;
}

.enlarged_image_container #shape_image {
    color: #FFF;
    max-width: 100%;
    max-height: 70%;
    border-radius: 5px;
}

.enlarged_image_container .buttons_container {
    display: flex;
    gap: 1.5em;
    margin: 2em 0 0 0;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.enlarged_image_container .button {
    padding: 0.6em 1em;
    font-size: 1.2em;
    margin: 0;
}

.enlarged_image_container .button#stl_download {
    padding-left: 0.8em;
}

.enlarged_image_container .button#stl_download i {
    margin: 0 0.8em 0 0;
}

.enlarged_image_container .button.button_close {
    padding: 0.2em 0.22em;
    font-size: 2em;
}

.enlarged_image_container .author_container {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    font-size: 1.4em;
    gap: 0.3em;
    text-shadow: 0 0 5px #FFF;
}

.enlarged_image_container .author_container img {
    width: 1.7em;
    border-radius: 4px;
}














@media only screen and (max-width: 799px) {
    #technicalshapes_list {
        padding: 0;
    }

    #technicalshapes_list .list .item {
        width: 100px;
        font-size: 0.8em;
        margin: 0.5em;
    }
}


@media (max-width: 599px) {
    .enlarged_image_container #shape_name {font-size: 2.3em;}
    .enlarged_image_container #shape_description {font-size: 1.1em;}
}
@media (max-width: 499px) {
    .enlarged_image_container #shape_name {font-size: 2.1em;}
    .enlarged_image_container #shape_description {font-size: 1em;}
}
@media (max-width: 399px) {
    .enlarged_image_container #shape_name {font-size: 1.9em;}
    .enlarged_image_container #shape_description {font-size: 0.9em;}
}
@media (max-width: 299px) {
    .enlarged_image_container #shape_name {font-size: 1.6em;}
    .enlarged_image_container #shape_description {font-size: 0.75em;}
}
@media (max-width: 199px) {
    .enlarged_image_container #shape_name {font-size: 1.4em;}
    .enlarged_image_container #shape_description {font-size: 0.65em;}
}

