@import url('https://fonts.googleapis.com/css2?family=Albert+Sans:ital,wght@0,100..900;1,100..900&family=Chango&display=swap');


body {
    background-color: rgb(255, 227, 233);
    padding: 0px;
    margin: 0px;

    font-family: "Albert Sans", serif;
    font-optical-sizing: auto;
    font-weight: 500;
    color: #D47182;
}

.container {
    height: 100;
    position: static;
}

.box {
    animation: fadeInAnimation ease-out forwards 1s;
    flex:1;
    height: auto;
}

@keyframes fadeInAnimation {
    0% {
        opacity: 0;
        transform: scale(90%);
    }
    70% {
        opacity: 1;
    }
}

@keyframes textFade {
    0% {
        opacity: 0%;
    }
    30% {
        transform: scale(90%);
        opacity: 0%;
    }
    100% {
        opacity: 100%;
        transform: scale(100%);
        transform: translate(0px, 0px);
    }
}

@keyframes textBounce {
    30% {
        transform: translate(0px, 10px);
    }
}

@keyframes pfpspin {
    0% {
        opacity: 0;
    }
    100% {
        transform: rotate(360deg);
        opacity: 1;
    }
}


.buttoncontainer {
    text-align: center;
}

a {
    color: #d24a62;
    text-decoration: none;
}

.button {
    display: inline-block;
    text-align: center;
    background-color: #ffebef;
    padding: 10px;
    padding-left: 30px;
    padding-right: 30px;
    width: fit-content;
    border-radius: 30px;
    transition: all ease 500ms;
    margin: 10px;
}

.button:hover {
    transform: scale(110%);
    box-shadow: 0px 2px 8px rgba(84, 0, 0, 0.45);
}

h1, p, a, h3, small {
    position: relative;
    display: block;
    animation: textFade ease 1s, textBounce 1s;
    animation-timing-function: ease, cubic-bezier(0.075, 0.750, 0.500, 1.565);
}
h1 {
    font-family: "Chango", serif;
    font-size: 24px;
    color: #d47182;
    text-shadow: 0px 0px 13px rgba(255, 234, 234, 0.767);
}

.banner {
    width: 100%;
    display: block;
    position: absolute;
    z-index: -1;
}

.header {
    height: 320px;
    background: linear-gradient(0deg, rgba(255,227,233,1) 0%, rgba(255,227,233,0) 70%), url('swirlbg2.webp');
    top: 0;
    background-size: cover;
}

.footer {
    margin-top: auto;
    position: relative;
    bottom: 0;
    height: 120px;
    background: #ffdae1;
}


.footer p {
    padding: 2px;
    position: relative;
}

.box {
    flex: 1 !important;
    background: rgba(251, 166, 184, 0.24);
    display: block;
    width: 420px;
    margin: auto;
    margin-top: 215px;
    margin-bottom: auto;
    backdrop-filter: blur(3px);
    border-radius: 17px;
    box-shadow: 0px 3px 8px rgba(116, 0, 15, 0.349);
    padding: 20px;
    
}

#top {
    position: relative;
    top: -85px;
    display: flex;
    margin-bottom: -80px;
}

#top #name {
    margin-left: 15px;
    font-weight: 600;
    margin-top: 10px;
    width: 100%;
}

#pfp {
    width: 144px;
    border-radius: 100%;
    box-shadow: 0px 2px 8px rgba(84, 0, 0, 0.45);
    position: relative;
    margin-left: 5px;
    animation: pfpspin forwards 1.2s;
}


#socials ul {
    display: flex;
    list-style: none;
    margin: 0;
    position: relative;
    top: -45px;
    left: 128px;
}

#socials li {
    margin-right: 25px;;
    background-color: #D57182;
    width: 26.5px;
    height: 26.5px;
    border-radius: 7.5px;
    text-align: center;
    transition: all ease 500ms;
}

#socials li:hover {
    transform: scale(130%);
    box-shadow: 0px 2px 8px rgba(84, 0, 0, 0.45);
}


#socials img {
    width: 20px;
    display: inline-block;
    margin-top: 4px;
}

#bio {
    display: flex;
    margin-top: -25px;
}

#bio, #bottom div {
    margin-left: 15px;
    margin-right: 15px;
    font-size: 15.5px;
}

#bottom h4 {
    margin-bottom: -5px;
}

#bio p {
    width: 100%
}

#navbuttons ul {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

#navbuttons ul li {
    list-style: none;
    height: 34.5px;
    width: 150px;
    background: #ffebef;
    margin: 0;
    border-radius: 11px;
    transition: all ease 500ms;
}

#navbuttons ul li:hover {
    transform: scale(110%);
    box-shadow: 0px 2px 8px rgba(84, 0, 0, 0.45);
    /* animation: hoverwobblesmall 2s infinite linear; */
}
#navbuttons ul li {
    animation: static 1s linear;
}

#navbuttons ul li a {
    padding: 7px;
    margin-left: 4px;
    display: flex;
}

#navbuttons img {
    width: 22px;
    height: 22px;
    position: relative;
    top: -27px;
    left: 120px;
    margin: 0;
}

hr {
    border: 2.5px solid rgba(235, 146, 168, 0.52);
    border-radius: 5px;
    margin-left: 8%;
    margin-right: 8%;
    margin-top: 15px;
}

.portfolio {
    columns: 2;
    column-gap: 10px;
}
.horse, .sweater, .shoe {
    columns: auto;
    max-width: 100%;
}
.portfolio img, .portfolio video {
    margin: 5px;
    max-width: 100%;
    height: 100%;
    border-radius: 10px;
    display: inline-block;
}

.portfolio .sketchfab-embed-wrapper {
    width: 100%;
}

.portfolio iframe {
    height: 400px;
    width: 200%;
}

body {
    overflow-x: hidden;
}
@media only screen and (max-width:550px) {
    .container {
        max-width: 100vw;
    }
}

@media only screen and (max-width:450px) {

    .box {
        text-align: center;
        width: 88% !important;
    }
    #pfp {
        display: inline-block;
        text-align: center;
        position: initial;
        
    }
    #top {
        position: relative;
        top: 0;
        right: 0;
        display: inline-block;
        margin-top: -100px;
        text-align: center;
    }
    
    #top #name {
        font-weight: 600;
        margin-top: 10px;
        width: 100%;
        margin: 0px
    }

    #socials ul {
        list-style: none;
        position: initial;
        margin: auto;
        margin-top: 10px;
        text-align: center;
        width: 100%;
        display: inline-block;
        padding: 0;
    }
    
    #socials li {  
        display: inline-block;
        background-color: #D57182;
        width: 26.5px;
        height: 26.5px;
        border-radius: 7.5px;
        transition: transform ease 500ms, box-shadow ease 500ms;
        margin: auto 10px;
    }
    
    #socials li:hover {
        transform: scale(130%);
        box-shadow: 0px 2px 8px rgba(84, 0, 0, 0.45);
    }

    #socials img {
        width: 20px;
        display: block;
        margin-top: 4px;
        margin-left: 3px;
    }

    #bio {
        display: inline-block;
        margin-top: 5px;
    }

    #navbuttons ul {
        display: inline;
        row-gap: 24px;
        column-gap: 0px;
        margin: 0px;
    }
    
    #navbuttons ul li {
        list-style: none;
        height: 34.5px;
        min-width: 100%;
        background: #ffebef;
        margin: auto auto 24px;
        border-radius: 11px;
        transition: all ease 500ms;
    }
    
    #navbuttons ul li:hover {
        transform: scale(110%);
        box-shadow: 0px 2px 8px rgba(84, 0, 0, 0.45);
        /* animation: hoverwobblesmall 2s infinite linear; */
    }
    #navbuttons ul li {
        animation: static 1s linear;
    }
    
    #navbuttons ul li a {
        padding: 7px;
        display: flex;
    }
    
    #navbuttons img {
        width: 22px;
        height: 22px;
        position: relative;
        ;
    }
    
    .footer p {
        padding: 2px;
        position: relative;
    }
    
    
}

@media only screen and (max-height:670px) {
    .footer {
        height: 50px;
    }
    .footer p {
        padding: 2px;
        margin-top: -5px;
    }
}


/* COMMENT / UN-COMMENT ↓ THIS ↓ BLOCK TO DISABLE ANIMATIONS FOR LIVE EDITING :-) */
/* body * {
    animation: none !important;
    transition: none !important;
} */