html {
 background-image: url("/static/images/background.png");  
    background-size: cover;
    min-height: 100vh;
    cursor: url(https://cur.cursors-4u.net/games/gam-12/gam1113.cur), auto;

}

body {
    background-color: transparent;
    font-family: "LT Asus";
    cursor: url(https://cur.cursors-4u.net/games/gam-12/gam1113.cur), auto;
}

.button-title {
    font-size: 2vmax;
    text-align: center;
}

.button-of-buttons {
    display: flex;
    align-items: center;
    justify-content: center;
}


.btn {
    background-color: rgb(10, 120, 246);
    border-color: rgb(0, 37, 91);
    border-radius: 25px;
    margin-top: 1em;
    padding: 1vmax;
}

.btn:hover {
    background-color: rgb(81, 160, 250);
    box-shadow: 1px 1px 1px 1px rgba(21, 38, 54, 0.74);
    cursor: url(https://cur.cursors-4u.net/games/gam-12/gam1112.cur), auto;

}

.buttons {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;

        img {
            border-radius: 10px;
            size: 100ch;
            margin: 0.5ch;
        }
    a:hover {
        cursor: url(https://cur.cursors-4u.net/games/gam-12/gam1112.cur), auto;
    }
}
 
.footer {
    display: flex;
    justify-content: center;
    left: 0;
    bottom: 0;
    width: 100%;
    text-align: center;

}

header {
    background: linear-gradient(0deg, rgb(0, 63, 156) 0%, rgb(67, 170, 255) 22%, rgb(100, 224, 255) 47%, rgb(9, 165, 255) 76%);
    color: rgb(54, 65, 105);
    display: block;
    margin: 16% 5% 5%;
    border-radius: 50px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    padding: 1ch;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    flex-wrap: wrap;
    text-align: center;
    width: 90%;
    box-shadow: 0px 4px 9px black;

    a {
        color:rgb(37, 57, 82); 
        display: flex;
        flex-wrap: wrap;
        font-weight: normal;       
        font-size: 3vmax;
        text-decoration: none;
        text-shadow: 2px 2px 2px #6589e4;
        
    }
    a:hover {
        color: black;
        font-weight: bold;
        text-decoration: underline;
        text-decoration-color: #1f369c;
        cursor: url(https://cur.cursors-4u.net/games/gam-12/gam1112.cur), auto;

    }
    a[aria-current="page"]{
        /* filter: drop-shadow(0 0 8px white) drop-shadow(0 0 8px white); */
        text-decoration: underline;
        text-decoration-color: #1f369c;
    }
    h1 {
        margin: 0;
        /* flex-grow: 1; */
    }
    nav {
        /* display: flex;
        justify-content: end;
        flex-grow: 1; */
        ul {
            display: flex;
            flex-wrap: wrap;
            flex-direction: row;
            justify-content: space-around;
            gap: 5ch;
            padding-inline: 1ch; 
        }
        li {
            list-style: none;
        }

        li:before {
            content: none;
        }
    }


}

    #nav-skip {
        position: absolute;
        left: 1ch;
        inset-block: 0;
        align-self: center;
        padding: 0.5ch;
    }
    #nav-skip:not(:focus) {
        top: -1000px;
    }
   


.logo { 
    position: absolute;
    width: 80%;
    z-index: 2;
    top: 8;
    left: 10%;
    pointer-events: none;

}

a {
    text-decoration: none;
}

a:hover {
    cursor: url(https://cur.cursors-4u.net/games/gam-12/gam1112.cur), auto;
    text-decoration: underline;
    text-decoration-color: #1f369c;
    font-weight: bold;
}

a:visited {
    color: rgb(0, 5, 29);
}

h1 {
    color:#000;
    text-shadow: 3px 3px 3px rgb(0, 108, 197);
    text-align: center;
    font-size: 5vmax;
}

h2 {
    color: #000;
    text-align: center;
    font-size: 3vmax;
}

h3 {
    color: #000;
    text-align: center;
    font-size: 2vmax;
}

h4 {
    color: #000;
    text-align: center;
    font-size: 1.5vmax;
}

.taglist li {
    font-size: 2.5vmax;
    height: 3vmax;
}


p {
    padding-left: 3vmax;
    padding-right: 3vmax;
    color: rgb(17, 18, 22);
    text-align: center;
    font-size: 1em;
    font-weight: normal;
}

li {
    color: rgb(17, 18, 22);
    list-style-type: disc;
    font-size: 1.7vmax;
    margin-right: 2vmax;
}

.tagged-posts {
    display: flex;
    align-content: center;
    justify-content: left;
    font-size: 2.5vmax;
    padding-left: 40;
    height: 3vmax;
}

.complete-taglist {
    display: flex;
    align-content: center;
    justify-content: center;
    font-size: 2vmax;
    margin-bottom: 2vmax;
}

.special-interests{


    li {
        color: rgb(17, 18, 22);
        list-style-type: none;
        font-size: 1.7vmax;
        margin-right: 2vmax;
    }

    li:before{
        content: url("/static/images/icon.ico");
        display: inline-block;
        vertical-align: -0.5em;
        margin-right: 0.3em;
    }
}

.pagination {
    text-align: center;
    margin: 2ch;
    margin-top: 3ch;

}


.tag {
    color: rgb(21, 22, 27);
    display: inline-block;
    margin: 0.5ch;
    max-width: fit-content;
    max-height: fit-content;
    background: linear-gradient(0deg, rgb(52, 125, 236) 45%, rgb(36, 113, 228) 46%, rgb(0, 102, 218) 69%, rgb(0, 65, 161) 100%); 
    border-radius: 25px;
    padding: 1%;
    font-weight: bold;
    font-style: italic;
    transition-duration: 0.2s;
    text-decoration: none;
    cursor: url(https://cur.cursors-4u.net/games/gam-12/gam1112.cur), auto;

}

.tag:hover {
    color: rgb(6, 9, 22);
    text-decoration: none;
    background: linear-gradient(0deg, rgb(123, 176, 255) 45%, rgb(72, 145, 255) 46%, rgb(0, 119, 255) 69%, rgb(0, 75, 189) 100%); 
    cursor: url(https://cur.cursors-4u.net/games/gam-12/gam1112.cur), auto;

}

.tag a:visited {
    color:  rgb(0, 5, 29);
    cursor: url(https://cur.cursors-4u.net/games/gam-12/gam1112.cur), auto;

}

#content {
    max-width: 90%;
    height: auto;
    padding-inline: 1ch;
    margin-inline: auto;
    margin-bottom: auto;
    color:rgb(6, 36, 71); 
    border-style: solid;
    border-color: #75bcff;
    border-radius: 25px;
    background: linear-gradient(55deg, rgba(39, 131, 184, 0.7) 0%, rgba(8, 91, 146, 0.7) 13%, rgba(83, 178, 255, 0.7) 20%, rgba(118, 203, 255, 0.7) 23%, rgba(76, 158, 224, 0.7) 27%, rgba(88, 138, 212, 0.7) 29%, rgba(119, 189, 255, 0.7) 37%, rgba(30, 127, 184, 0.7) 52%, rgba(115, 215, 255, 0.7) 53%, rgba(69, 156, 207, 0.7) 60%, rgba(127, 212, 255, 0.7) 71%, rgba(91, 169, 206, 0.7) 81%, rgba(76, 145, 191, 0.7) 86%, rgba(84, 194, 245, 0.7) 92%);
    box-shadow: 0px 4px 9px black;
    padding-left: 2ch;
    padding-bottom: 1ch;
}

.frutiger-aero {
    p {
        text-align: center;
        margin-left: -0.3em;
    }
}

article {
    text-align: center;
    
        .title, .date {
            text-align: center;
             margin: 2%;
    }
        a {
            text-decoration: none;
        }

        a:hover {
            cursor: url(https://cur.cursors-4u.net/games/gam-12/gam1112.cur), auto;
            text-decoration: none;
        }
}

hr {
    color: #0073c0;
    margin-top: 2ch;
    display: block;
}

.pagination {

    a {
        background: linear-gradient(0deg, rgb(52, 125, 236) 45%, rgb(36, 113, 228) 46%, rgb(0, 102, 218) 69%, rgb(0, 65, 161) 100%); 
        border-radius: 25px;
        padding: 1%;
        font-weight: normal;
        transition-duration: 0.2s;
        text-decoration: none;
    }

    span {
        background: linear-gradient(0deg, rgb(33, 80, 150) 45%, rgb(26, 80, 163) 46%, rgb(0, 68, 146) 69%, rgb(0, 37, 91) 100%); 
        border-radius: 25px;
        padding: 1%;
        font-weight: normal;
        transition-duration: 0.2s;
        text-decoration: none;
    }

    .page-numbers {
        background: linear-gradient(0deg, rgb(33, 80, 150) 45%, rgb(26, 80, 163) 46%, rgb(0, 68, 146) 69%, rgb(0, 37, 91) 100%); 
        border-radius: 25px;
        padding: 1%;
        font-weight: normal;
        transition-duration: 0.2s;
        text-decoration: none;
    }
}

.post-list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-evenly;
    align-content: center;
    margin-left: -5ch;


    .blog-title {
        font-weight: bold;
        font-size: 3vmax;
        color: rgb(21, 22, 27);
        text-decoration: none;
        padding-right: 0.3ch;
        
    }

    .blog-title:hover {
        text-decoration: underline;
        cursor: url(https://cur.cursors-4u.net/games/gam-12/gam1112.cur), auto;

    }
 
    .blog-date {
        font-weight: normal;
        font-size: 1.7vmax;
    }


    li {
        width: 40%;
        display: block;
        position: relative;
        list-style-type: none;
        padding: 1.5ch;
        margin-inline: auto;
        border-style: solid;
        border-color: rgb(51, 110, 199);
        background: linear-gradient(55deg, rgba(148, 216, 255, 0.7) 0%, rgba(43, 161, 240, 0.7) 13%, rgba(127, 197, 255, 0.7) 20%, rgba(185, 228, 255, 0.7) 23%, rgba(117, 172, 218, 0.7) 27%, rgba(129, 164, 218, 0.7) 29%, rgba(170, 214, 255, 0.7) 37%, rgba(83, 171, 223, 0.7) 52%, rgba(175, 232, 255, 0.7) 53%, rgba(69, 156, 207, 0.7) 60%, rgba(178, 229, 255, 0.7) 71%, rgba(91, 169, 206, 0.7) 81%, rgba(76, 145, 191, 0.7) 86%, rgba(171, 228, 255, 0.7) 92%);
        border-radius: 25px;
        text-align: left;
        font-size: 1.7vmax;
        

    }

    li:before{
        content: url("/static/images/icon.ico");
        display: inline-block;
        vertical-align: -0.5em;
        margin-right: 0.3em;

    }

    a {
        text-decoration: none;
    }
    
    a:hover{
        cursor: url(https://cur.cursors-4u.net/games/gam-12/gam1112.cur), auto;

    }

}

.post-preview {
    color: rgb(21, 22, 27);
    text-align: left;
    font-size: 1.3em;
}

.art-list {
    margin-top: 5ch;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 1ch;
    padding: 0;

    li {
        /* min-width: fit-content; */
        width: 40%;
        height: fit-content;
        /* flex-grow: 1; */
        background: transparent;
        display: block;
        margin-inline: auto;
        text-align: center;
        font-size: large;
        padding: 1ch;
        transition-duration: 0.2s;
        border-radius: 25px;

        .art-image {
                flex-grow: 1;
                padding-bottom: 1ch;
            }

        .art-title {
            font-size: 1.5em;
        }

        .date{
            font-weight: normal;
            font-size: 1.3em;
            padding-top: 1ch;
            margin-bottom: 1ch;

        }

        &:hover{
           background-color: rgb(157, 219, 255);
            cursor: url(https://cur.cursors-4u.net/games/gam-12/gam1112.cur), auto;

        }
        a {
            color: rgb(17, 18, 22);
            text-decoration: none;
            font-weight: bold;
            display: flex;
            flex-direction: column;
            max-height: fit-content;
            font-size: 1.7vmax;
        }

        a:hover {
            cursor: url(https://cur.cursors-4u.net/games/gam-12/gam1112.cur), auto;

        }

        img {
            width: 100%;
            display: block;
            margin-inline: auto;
            border-radius: 25px;
        }

    }
}


.logos {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 1vmax;
    margin-bottom: 2vmax;

        img {
            width: 4vmax;
            border-radius: 10px;
        }
}

.contact-container {
    height: 45vmax;
    display: block;
    align-items: center;
    justify-content: space-evenly;
}

.contact {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1vmax;
}

.asterisk:after {
  content: "*";
  color: rgb(133, 61, 9);
}
      
.contact form {
  display: block;
}

.contact textarea {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    height: 10vmax;
    padding-top: 2vmax;
    border-radius: 20px;
    resize: none;
}

.contact button {
    display: block;
    align-items: center;
    padding: 1vmax 3vmax;
    border-radius: 25px;
    color: rgb(6, 9, 22);
    text-decoration: none;
    border: none;
    font-weight: bold;
    background: linear-gradient(0deg, rgb(52, 125, 236) 45%, rgb(36, 113, 228) 46%, rgb(0, 102, 218) 69%, rgb(0, 65, 161) 100%); 
}

.contact button:hover {
    color: rgb(53, 62, 107);
    text-decoration: none;
    border: none;
    background: linear-gradient(0deg, rgb(123, 176, 255) 45%, rgb(72, 145, 255) 46%, rgb(0, 119, 255) 69%, rgb(0, 75, 189) 100%); 
    cursor: url(https://cur.cursors-4u.net/games/gam-12/gam1112.cur), auto;
}

.contact-inputs {
    width: 50vmax;
    height: 5vmax;
    border: none;
    outline: none;
    padding-left: 1.5vmax;
    border-radius: 50px;
}

.contact-inputs:focus {
    border: 2px solid rgb(0, 89, 141);
}

.contact-inputs::placeholder {
    color: #919a9e;
}

.contact label {
    text-align: center;
}

.art {
    max-height: 50%;
    max-width: 70%;
    margin-inline: auto;
    border-radius: 25px;
    display: block;
    cursor: url(https://cur.cursors-4u.net/games/gam-12/gam1112.cur), auto;
}

.art:hover {
    opacity: 0.7;
}

.containment {
    display: flex;
    align-items: center;
    justify-content: center;
}

pre {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 50%;
}

code {
    border-radius: 25px;
}

@media only screen and (max-width: 844px ) {

    #content {
        height: auto;
    }

    .logos { 
      flex-direction: row; 
    }
    
    .contact-inputs {
        width: 80%;
    }

    header{
        margin-left: 3%;
    }

    pre {
        width: 80%;
    }
}

@font-face {
    font-family: "LT Asus";
    src: url('/static/css/font/LTAsus-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal; 

}

@font-face {
    font-family: "LT Asus";
    src: url('/static/css/font/LTAsus-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;

}

@font-face {
    font-family: "LT Asus";
    src: url('/static/css/font/LTAsus-Italic.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;

}


@font-face {
    font-family: "LT Asus";
    src: url('/static/css/font/LTAsus-BoldItalic.ttf') format('truetype');
    font-weight: bold;
    font-style: italic;

}

@font-face {
    font-family: "LT Asus";
    src: url('/static/css/font/LTAsus-Light.ttf') format('truetype');
    font-weight: 200;
    font-style: normal;

}

@font-face {
    font-family: "LT Asus";
    src: url('/static/css/font/LTAsus-LightItalic.ttf') format('truetype');
    font-weight: 200;
    font-style: italic;

}