﻿body {
    /*font-family: roboto, sans-serif;*/
    background: linear-gradient(to bottom, #000000FF 0px, #00000088 600px), url(/img/authorbg.webp) no-repeat fixed;
    background-size: cover;
    color: white;
}

.title {
    background-color: #000000aa;
    padding: 5px;
    border-radius: 5px;
    color: white;
}

.root
{
    display: flex;
    flex-direction: column;
    align-items: center;
    /*justify-content: center;*/
    padding-top: 50px;
}

.pbs-root{
    padding-left: 10px;
    padding-right: 10px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;

}

.project-button a {
    color: white;
    text-decoration: none;
    cursor: pointer;
}

a, a img {
    cursor: pointer;
}

.project-button
{
    transition: 0.2s;
    background-color: #2a2a2acf;
    padding: 10px;
    box-shadow: 0 0 15px rgb(40, 40, 40);
    border-radius: 10px;
    border: 3px solid #48abe0;
    margin-top: 10px;
    list-style-type: none;
    /*width: 100%;*/
    width: 600px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.project-button:hover {
    cursor: pointer;
    transition: 0.2s;
    border-color: orange;
    /*height: 75px;*/
}

.pb-content {
    text-decoration: none;
    font-size: 30px;
    color: white;
    /*position: relative;*/
    /*padding-top: 1px;*/
    /*color: white; */
    list-style-type: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex: 1 1 auto;
    /*cursor: pointer;*/
}

.img-link
{
    transition: 0.2s;
}

.img-link:hover
{
    transform: scale(1.3);
    cursor: pointer;
}
.date{
    font-size: 11pt; 
    margin-left: auto;
}





/*@media (max-width: 650px) {*/
/*    .project-button{*/
/*        width: fit-content;*/
/*    }*/
/*}*/

/*@media (min-width: 650px) {*/
/*    !*widescreen*!*/
/*    .pbs-root {*/
/*        max-width: 550px;*/
/*    }*/
/*    .pb-content {*/
/*        flex-direction: row;*/
/*        align-items: center;*/
/*        gap: 10px;*/
/*    }*/

/*    .slider-bg{*/
/*        margin-left: auto;*/
/*    }*/

/*}*/

.slider-bg{
    margin-left: 15px;
    position: relative;
    border-radius: 10px;
    height: 40px;
    width: 100px;
    max-width: 200px;
    background-color: rgba(16, 16, 16, 0.5);
    box-shadow: 0 0 15px rgb(40, 40, 40);
    overflow: hidden;
}

.slider{
    border-radius: 10px 0 0 10px;
    height: 100%;
}


.slider-text{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    position: absolute;
    text-shadow: 2px 2px 3px #000000;
}


@media (max-width: 650px) {
    /*phone*/
    .pb-content {
        justify-content: center;
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }

    .project-button{
        width: fit-content;
    }

    .date{
        margin:auto;
    }

    .slider-bg{
        margin:auto;
    }
}

