@font-face {
    font-family: blogger;
    src: url('../fonts/OT-tt/Blogger Sans.ttf');
}


@keyframes fadeInUp {
    0% {
        transform: translateY(20%);
        opacity: 0;
    }

    100% {
        transform: translateY(0%);
        opacity: 1;
    }
}

.fadeInUp-animation {
    animation: 1.5s fadeInUp;
}

body {

    background: rgba(57, 9, 150, 0.70) url(../images/deep-dusk-027.jpg);
    background-attachment: fixed;
    background-size: cover;
    font-family: blogger;
}


body h1 {
    animation: 1.5s fadeInUp;
}

body h2 {
    animation: 1.5s fadeInUp;
}

body h3 {
    animation: 1.5s fadeInUp;
}

body p {
    animation: 1.5s fadeInUp;
}



.post-feature-image {
  display: block;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  height: auto;
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 20px;
  margin-top: 20px;
}


.center-container {

    animation: 1s fadeInUp;
    border-style: solid;
    border-color: rgba(75, 0, 75, .7);
    border-width: 2px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    width: 75%;
    height: auto;
    background-color: rgba(249, 236, 255, 0.75);
    backdrop-filter: blur(7px);
    border-radius: 15px;
    filter: drop-shadow(0 0 0.75rem purple);
    display: flex;
    flex-direction: column;
    font-size: 120%;
    text-shadow: 2px 2px 10px pink;
    font-family: blogger;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 10px;
    padding-bottom: 15px;
    margin-bottom: 20px;

}

.header-container {

    position: relative;
    z-index: 2;
    animation: 1s fadeInUp;
    border-style: solid;
    border-color: rgba(75, 0, 75, .7);
    border-width: 2px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    width: 75%;
    height: auto;
    background-color: rgba(249, 236, 255, 0.75);
    backdrop-filter: blur(7px);
    border-radius: 15px;
    filter: drop-shadow(0 0 0.75rem purple);
    display: flex;
    flex-direction: column;
    font-size: 120%;
    text-shadow: 2px 2px 10px pink;
    font-family: blogger;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 10px;
    padding-bottom: 15px;
    margin-bottom: 20px;


}

.header-container:has(+ .page-title-block) {

    margin-bottom: 0;
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;

}

.page-title-block {

    z-index: 1;
    margin-top: 0;
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    filter: none;

}

.extra-container {

    animation: 1s fadeInUp;
    display: flex;
    flex-direction: row;
    border-style: solid;
    border-color: rgba(75, 0, 75, .80);
    border-width: 2px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    width: 65%;
    height: auto;
    background-color: rgba(249, 236, 255, 0.75);
    backdrop-filter: blur(7px);
    border-radius: 15px;
    filter: drop-shadow(0 0 0.75rem purple);
    padding-left: 30px;
    padding-top: 10px;
    padding-bottom: 15px;
    font-size: 110%;

}



.header {

    display: flex;
    flex-direction: row;
    font-family: blogger;
    font-size: 150%;
    padding-top: 30px;
    height: 150px;

}

.headtext {

    margin-top: auto;
    margin-bottom: auto;
    display: flex;
    flex-direction: column;
    padding-left: 30px;
    text-shadow: 2px 2px 10px pink;

}

.headtext h1 {

    margin: 0;

}

.headtext h3 {

    margin: 0;

}

.profile {

    animation: fadeInUp 1.5s;
    height: 150px;
    width: 170px;
    margin-top: auto;
    margin-bottom: 20px;
    border-radius: 15px;
    border-style: solid;
    border-color: rgba(75, 0, 75, 1);
    border-width: 2px;
    object-fit: cover;
    box-shadow: 2px 2px 10px purple;

}

.previewimage {

    height: 300px;
    width: 300px;
    border-radius: 15px;
    border-style: solid;
    border-color: rgba(75, 0, 75, 1);
    border-width: 2px;
    object-fit: cover;
    box-shadow: 2px 2px 10px purple;
    margin: auto auto auto auto;

}

.previewcontainer {

    animation: fadeInUp 1.5s;
    border-style: solid;
    border-radius: 20px;
    border-color: rgba(75, 0, 75, .5);
    border-width: 2px;
    padding: 10px;
    margin: auto 10px auto auto;
    display: flex;
    flex-direction: column;
    width: auto;
    height: fit-content;
    background-color: rgba(230, 140, 200, 0.10);
    box-shadow: 2px 2px 10px purple;

}


.previewbuttonsrow {

    display: flex;
    flex-direction: row;
    height: 100px;
    width: 100%;

}

.previewbuttons {
    display: flex;
    flex-direction: row;
    font-family: blogger;
    height: 50px;
    width: 100px;
    padding: 10px;
    margin: auto;
    background-color: rgba(75, 0, 75, .3);
    border: 2px solid rgba(75, 0, 75, .8);
    border-radius: 25px;
    box-shadow: 2px 5px 10px purple;
    transition: width 200ms ease-in-out, height 200ms ease-in-out, background-color 200ms ease-in-out;
}

.previewbuttons a {
    text-decoration: none;
    text-align: center;
    color: white;
    font-size: 120%;
    margin: auto;
    transition: font-size 200ms ease-in-out;
}

.previewbuttons:hover {
    background-color: rgba(75, 0, 75, .6);
    height: 70px;
    width: 120px;
}

.previewbuttons:hover a {
    font-size: 150%;
    text-shadow: 2px 2px 2px black;

}

.previewbuttons img {
    transition: width 200ms ease-in-out, height 200ms ease-in-out, box-shadow 200ms ease-in-out;
}

.previewbuttons:hover img {
    height: 35px;
    width: 35px;
    box-shadow: 2px 2px 2px black;
}



.buttonicon {

    height: 25px;
    width: 25px;
    margin-right: 10px;
    margin-top: auto;
    margin-bottom: auto;
    margin-left: auto;
    border-radius: 25px;
}


.nav {

    animation: 1.5s fadeInUp;
    margin-top: 30px;
    margin-left: -30px;
    width: calc(100% + 60px);
    font-family: blogger;
    font-size: 25px;
    display: flex;
    flex-direction: row;
   
    height: 50px;
    align-items: left;
    border-bottom-style: solid;
    border-bottom-color: rgba(75, 0, 75, 1);
    border-bottom-width: 3px;
    border-top-style: solid;
    border-top-color: rgba(75, 0, 75, 1);
    border-top-width: 3px;
    filter: drop-shadow(0 0 0.75rem purple);
    background: #221f54;
    background: linear-gradient(90deg, rgba(34, 31, 84, 0.4) 0%, rgba(44, 44, 171, 0.4) 35%, rgba(255, 94, 36, 0.4) 100%);
}

.nav a {

    text-decoration: none;
    border: none;

}

.button {

    margin-top: auto;
    margin-bottom: auto;
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    transition: ease-in-out;
    transition-duration: .2s;
    width: auto;
    height: 50px;
    text-align: center;
    text-shadow: 2px 2px 10px pink;
    padding-left: 30px;
    padding-right: 30px;


}

.button p {

    color: white;
    margin-top: auto;
    margin-bottom: auto;
    transition: ease-in-out;
    transition-duration: .2s;



}

.button:hover img {

    height: 35px;
    width: 35px;
    transition: ease-in-out;
    transition-duration: .2s;
    box-shadow: 2px 2px 5px white;

}

.button:hover {
    transition: ease-in-out;
    transition-duration: .2s;
    text-align: center;
    background-color: rgba(150, 30, 90, .50);

    box-shadow: -5px 15px 30px rgba(40, 0, 40, 100), 0px 2px 5px pink;
    width: auto;
    height: 70px;
    border-radius: 15px;
    border-style: solid;
    border-width: 2px;
    border-color: rgba(75, 0, 75, 1);

}

.button:hover p {

    font-size: 110%;
    text-shadow: -5px 5px 5px black, 2px 2px 10px pink;
    transition: ease-in-out;
    transition-duration: .2s;

}




.center-container h1,
.center-container h2,
.center-container h3,
.center-container p {

    animation: 1s fadeInUp;
    animation-delay: 0.3s;
    animation-fill-mode: backwards;

}

.center-container p {

    margin: 0px;

}

@media (max-width: 1000px),
(pointer: none),
(pointer: coarse) {

    body {

        background-size: contain;

    }


    .center-container,
    .page-title-block {

        width: 99%;
        margin-left: auto;
        margin-right: auto;

    }

    .extra-container {

        width: 99%;
        margin-left: auto;
        margin-right: auto;
        display: flex;
        flex-direction: column;

    }

    .nav {

        display: flex;
        flex-wrap: wrap;
        height: auto;

    }

    .previewcontainer {

        margin-left: auto;
        margin-right: auto;
        width: auto;

    }

}