* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
/*Term Normal*/
@font-face {
    font-family: "Iosevka";
    src: url("Iosevka-Term-32.4.0/WOFF2/IosevkaTerm-Regular.woff2");
    }
    @font-face {
        font-family: "Iosevka Light";
        src: url("Iosevka-Term-32.4.0/WOFF2/IosevkaTerm-Light.woff2");
        }
        @font-face {
            font-family: "Iosevka Extralight";
            src: url("Iosevka-Term-32.4.0/WOFF2/IosevkaTerm-ExtraLight.woff2");
            }
            @font-face {
                font-family: "Iosevka Thin";
                src: url("Iosevka-Term-32.4.0/WOFF2/IosevkaTerm-Thin.woff2");
                }
                /*Term Oblique*/
                @font-face {
                    font-family: "Regular Oblique";
                    src: url("Iosevka-Term-32.4.0/WOFF2/IosevkaTerm-Oblique.woff2");
                    }
                    @font-face {
                        font-family: "Light Oblique";
                        src: url("Iosevka-Term-32.4.0/WOFF2/IosevkaTerm-LightOblique.woff2");
                        }
                        @font-face {
                            font-family: "Extralight Oblique";
                            src: url("Iosevka-Term-32.4.0/WOFF2/IosevkaTerm-ExtraLightOblique.woff2");
                            }
                            @font-face {
                                font-family: "Thin Oblique";
                                src: url("Iosevka-Term-32.4.0/WOFF2/IosevkaTerm-ThinOblique.woff2");
                                }



body, html {
    height: 100%;
    width: 100%;
    font-family: "Iosevka";
}

#footer {
    position: absolute;
    width: 100%;
    text-align: center;
    font-family: "Regular Oblique";
    font-size: 0.8rem;
    color: rgba(255, 171, 44, 0.9);
}

#textbox #footer {
    bottom: 3%;
}

#albums #footer {
    position: relative;
    margin-top: auto;
}

#container #footer {
    position: relative;
    margin-top: auto;
}

#footer a {
    text-decoration: none;
    color: whitesmoke;
}

#footer a:hover {
    text-decoration: none;
    color: rgb(118, 162, 167);
}

#textbox {
    background-color: black;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    z-index: 9999;
    overflow-y: scroll;
    scroll-behavior: auto;
}

/*.homephoto {
    position: fixed;
    top: 0%;
    right: 50%;
    transform: translateX(50%);
    align-items: center;
    justify-content: center;
}

.homephoto img {
    width: initial;
    height: auto;
}*/

#titles {
    position: absolute;
    top: 35%;
    right: 50%;
    transform: translateX(50%);
    align-items: center;
    justify-content: center;
}

#titles h1 {
    color: white;
    text-align: center;
    font-family: "Iosevka";
    font-size: 3.3rem;
    margin-bottom: 2rem;
    white-space: pre-wrap;
    text-wrap: auto;
}

#links ul {
    list-style: none;
    display: block;
    align-content: center;
    justify-content: center;
    align-self: center;
}
#links li {
    align-items: center;
    text-align: center;
    justify-content: center;
    color: whitesmoke;
    font-family: "Iosevka Light";
    font-size: 1rem;
    margin-bottom: 0.8rem;
}

#links li a {
    display: block;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    background-color: transparent;
    text-decoration: none;
    color: whitesmoke;
}

#links li a:hover {
    text-decoration: none;
    color: rgba(255, 171, 44, 0.9);
}

.contact {
    position: fixed;
    top: 35%;
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    align-content: center;
    justify-items: center;
    text-align: center;
    color: whitesmoke;
}

.contact h1 {
    font-family: "Iosevka Thin";
    font-size: 2rem;
}

.contact h2 {
    flex-wrap: wrap;
    font-family: "Iosevka Light";
    font-size: 1rem;
    margin-top: 60px;
    margin-bottom: 50px;
}

.contact h3 {
    flex-wrap: wrap;
    font-family: "Iosevka Light";
    font-size: 1rem;
    color: rgba(255, 171, 44, 0.9);
}

#albums {
    background-color: black;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: stretch;
    flex-grow: 1;
    overflow-y: scroll;
    scroll-behavior: auto;
}

#albums * {
    padding-top: 10px;
    padding-bottom: 10px;
    scroll-padding-bottom: 30px;
}

#albums figcaption {
    font-family: "Iosevka";
    font-size: 0.8rem;
    color: whitesmoke;
    padding: 2px;
    text-align: center;
}

.cover-debut img {
   width: 400px;
   padding: 10px;
}

.cover-nokturno img {
    width: 400px;
    padding: 10px;
}

#albums img:hover {
    border: 2px;
    border-style: solid;
    border-color: rgba(255, 171, 44, 0.9);
}

#container {
    background-color: black;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    flex-flow: row wrap;
    overflow-y: scroll;
    scroll-behavior: smooth;
}

#container * {
    padding: 10px;
}

.blurb {
    width: 100%;
    font-family: "Iosevka Light";
    font-size: 0.9rem;
    color: whitesmoke;
    margin: 30px;
    text-align: left;
    z-index: 1;
}

.blurb p a {
    text-decoration: none;
    color: rgb(118, 162, 167);
    white-space: pre;
}

.blurb p a:hover {
    color: rgba(255, 171, 44, 0.9);
}

.figures {
    display: flex;
    align-items: center;
    justify-content: center;
}

.figures figure {
    justify-self: center;
    align-self: center;
}

.figures img {
    width: 325px;
    align-self: center;
    border: 1px;
    border-style: solid;
    border-color: rgba(255, 171, 44, 0.9);
}

#container figcaption {
    font-family: "Iosevka";
    font-size: 0.8rem;
    color: whitesmoke;
    padding: 2px;
    text-align: center;
}

#container i {
    color: rgb(118, 162, 167);
}