@import url('https://fonts.googleapis.com/css2?family=Dancing+Script:wght@600&display=swap');

body{
    width: 100vw;
    height: 100vh;
    background-color: #fff;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    touch-action: pan-y;
    overflow-x: hidden;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    margin: 0;
    pointer-events: none;
}

.background{
    position: fixed;
    width:100vw;
    z-index:-1;
    left:50vw;
    top:50vh;
    opacity: 1;
    transform: translate(-50%, -50%);
    transition: opacity 0.3s ease-in-out;
    pointer-events: all;
}

#cup{
    position: absolute;
    background-color:#ffffff;
    width:300px;
    height:300px;
    mask-image: url(Logo_Cup_Mask.png);
    mask-size: 300px;
    mask-repeat: no-repeat;
    mask-position: center;
    -webkit-mask-image: url(Logo_Cup_Mask.png);
    -webkit-mask-size: 300px;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
}

#logo{
    /* margin-top: 50px; */
    margin-bottom:15px;
    height:350px;
    width:300px;
    position: relative;
}

#logoNormal, #logoInverted{
    position: absolute;
    transition: opacity 0.3s ease-in-out;
}

#logoInverted{
    top:50px;
    left:0px;
    width:300px;
    opacity: 0;
}

#logoNormal{
    top: 40.05px ;
    left: -19px;
    width: 335px;
    opacity: 1;
}

#wrapper{
    user-select: none;
    -webkit-user-select: none;
    margin-bottom: -219px;
    width:300px;
    margin-left:auto;
    margin-right: auto;
    min-height: 100%;
}

#wrapper::after{
    content: "";
    display: block;
    height: 219px;
}

#footer{
    margin-top:150px;
    margin-bottom:30px;
    padding-top: 10px;
    padding-bottom: 10px;
    width:150px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 10px;
    color:#fff;
    text-align: center;
    font-family: 'Dancing Script', cursive;
    font-size:16px;
    background-color: #00000099;
}

.socials-stack{
    pointer-events: all;
    font-family: 'Dancing Script', cursive;
    font-size:1.5rem;
    position:relative;
    width:300px;
    height:50px;
    margin-bottom:40px;
    transition: height 0.2s ease-in-out;
}

.socials-stack__card, .socials-stack__shadow{
    text-decoration: none;
    cursor:pointer;
    overflow:hidden;
    width:300px;
    height:50px;
    position:absolute;
    border-radius: 5px;
    box-sizing: border-box;
    text-align: right;
    line-height: 43px;
    transform: translate(0,0) rotate(0);
    right:0px;
    bottom:0px;
    transition: transform 0.2s ease-in-out, right 0.15s ease-in-out, bottom 0.15s ease-in-out, border-color 0.3s ease-in-out;
}

.socials-stack__card .portrait{
    height:80px;
    position:absolute;
    top:-10px;
    left:15px;
    border-radius: 45px;
}

/* .socials-stack__card .portrait{
    height:70px;
    position:absolute;
    top: -12px;
    left:-12px;
    border-radius: 45px;
    border-style: solid;
    border-width: 2px;
    border-color: #fff;
} */

.socials-stack__card__name{
    pointer-events: all !important;
    border-color:#fff;
    border-style: solid;
    border-width: 2.5px;
    padding-right: 15px;
    background-color: #fff;
}

.socials-stack__card__link{
    pointer-events: all !important;
    padding-right:50px;
    font-size:1.2rem;
    color:#fff;
    line-height: 60px;
}

.socials-stack__shadow{
    /* background-color: #ffffff55; */
    transition: opacity 0.2s ease-in-out, background-color 0.3s ease-in-out;
    background-color: #fff;
    opacity: 0.4;
    right:-5px;
    bottom:-5px;
}

.link-logo{
    width:30px;
    position:absolute;
    right:10px;
    top:10px;
}