@font-face {
    font-family: Squidfont;
    src: url('./Splatfont2.ttf');
}


body {
    font-family: Squidfont;
    background-image: url(./greystickers-bg.jpg);
}

p {
    color: white;
    margin-top: 5px;
    margin-bottom: 5px;
}

footer {
    color: white;
    text-align: center;
    margin-top: 20px;
}

#topbar {
    padding: 10px;
    filter: drop-shadow(2px 3px 4px #000000);
    border-radius: 10px;
    width: 34.3em;
    margin: 0 auto;
    border: 1px solid white;
    background: rgba(105, 105, 105, 0.41);
}

.info {
    font-size: 18px;
    filter: drop-shadow(2px 2px 2px #000000);
    text-align: center;
}

.links {
    margin: 0 auto;
    width: fit-content;
    display: flex ;
    flex-wrap: nowrap;
}

.sendou {
    object-fit: contain;
}

a {
    font-size: 22px;
    color: white;
    text-align: center;
}

a:visited {
    color: white;
}


.maintitle {
    font-size: 40px;
}

.teamlogo {
    height: 6.25em;
    filter: drop-shadow(0px 0px 1px white) drop-shadow(0px 0px 1px white)
    drop-shadow(0px 0px 1px white) drop-shadow(0px 0px 1px white);
}

#content {
    margin: 0 auto;
}

#memcontainer {
    display: grid;
    grid-template-columns: 1fr minmax(auto, 1fr) minmax(auto, 1fr) ;
    grid-template-rows: 1fr 1fr;
    gap: 10px 10px;
    grid-template-areas:
        ". . ."
        ". . .";
    height: fit-content;
    margin-top: 50px;
    justify-items: stretch;
}

.polaroid {
    height: 21.8em;
    filter: drop-shadow(0px 0px 1px white) drop-shadow(0px 0px 1px white)
    drop-shadow(0px 0px 1px white) drop-shadow(0px 0px 1px white)
    drop-shadow(-3px 2px 4px #000000);
}

.bubble {
    padding: 10px;
    filter: drop-shadow(2px 3px 4px #000000);
    border-radius: 10px;

    display: flex;
    gap: 20px;
}

.infotxt {
    text-align: center;
    filter: drop-shadow(2px 2px 2px #000000);
}

.name {
    display: flex;
    width: fit-content;
    justify-content: center;
    margin: 0 auto;
    gap: 10px;
    filter: drop-shadow(4px 3px 5px #000000);
}

.title {
    font-size: 28px;
    margin: 0;
    text-align: center;
}

.icon {
    height: 2.5em;
    margin-top: 10px;
    display: none;
}

.weppool {
    display: flex;
    justify-content: space-evenly;
}

.splashtag {
    width: 100%;
}

.weppool>img {
    height: 3.4em;
    filter: drop-shadow(2px 3px 4px #000000);
}

/* Wychii */



.wychiibubble {
    background: rgba(68, 14, 91, 0.41);
    border: 1px solid #6a168e;
}


/* Rat */



.ratbubble{
    border: 1px solid #40e0d0;
    background: rgba(29,101,95,0.41);
}


.rattxt {
    font-size: 24px;
    text-align: center;
}

.ratpolaroid {
    height: 18em;
    margin: auto 0;
}

/* Beige */


.beigebubble {
    border: 1px solid #b5a642;
    background: rgba(86,79,31,0.41);

}

.beigepolaroid {
    margin: auto 0;
}

/* Banzai */


.banzaibubble {
    border: 1px solid #ff483f;
    background: rgba(89,25,22,0.41);
}


/* Wraith */

.wraithbubble{
    border: 1px solid #facadc;
    background: rgba(112,90,98,0.41);
}


.wraithtxt {
    font-size: 30px;
    text-align: center;
}
/* Kudzoo */


.kudzoobubble {
    border: 1px solid #72daae;
    background: rgba(42,81,65,0.41); 
}

.kudzoopolaroid {
    height: 12em;
    margin: auto 0;
}

@media only screen and (max-width: 920px) {
    #memcontainer {
      display: grid;
      grid-template-columns: 1fr;
      grid-template-rows: 1fr;
      grid-template-areas: 
        ".";
      margin-top: 25px;
    }

    #topbar {
        width: 17.2em;
        
    }

    a{
        font-size: 18px;
    }
    
    .teamlogo{
        height: 3.1em;
    }

    .polaroid {
        height: 12em;
        margin: auto 0;
    }

    .weppol>img {
        height: 1.7em;
    }

    p {
        font-size: 12px;
    }

    .maintitle {
        font-size: 30px;
    }

    .info {
        font-size: 14px;
    }

    .rattxt, .wraithtxt {
        font-size: 1.2em;
    }

    .kudzoopolaroid {
        height: 8em;
    }
}