html { 
    background: rgb(15, 10, 30);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.name {
    margin-bottom: 0px;
}

.pbackground {
    background-color:rgba(0, 0, 0, 0.8);
}

a {
    color: rgba(200, 200, 255, 0.8);
}

.about {
    color: rgb(220, 220, 220);
    text-align: left;
    font-size: 3vmin;
    padding: 10%;
}

.row {
    display: flex;
    flex-wrap: wrap;
    padding: 0 4px;
    color: rgb(220, 220, 220);
    text-align: left;
    font-size: 4vmin;
    margin: auto;
    width: 90%
}

.column {
    flex: 25%;
    max-width: 25%;
    padding: 0 4px;
}

.column img {
    margin-top: 32px;
    vertical-align: middle;
    width: 100%;
}

.backstage {
    filter: invert(1);
    outline: 2.5px solid black;
    padding: 16px;
    border-radius: 1%;
}

.instaemail {
    border: 2.5px solid;
    padding: 8px;
    border-radius: 5%;
    border-color: rgb(220, 220, 220);
    text-align: center;
    text-decoration: none !important;
    font-size: 3vmin;
    color: rgb(220, 220, 220)
}

.button-list {
    width: 80%;
    display: block;
    margin: auto;
    text-decoration: none !important;
}

.libuttonblue { 
    background-color: rgba(25, 0, 110, 0.25);
} 

.column1 {
    flex: 50%;
    max-width: 50%;
    padding: 0 4px;
    text-align: left;
}

.column1 img {
    margin-top: 32px;
    vertical-align: middle;
    width: 100%;
}

.column1 p {
    padding: 10%;
    font-size: 3vmin;
}

.about {
    font-size: 3vmin;
}

/* .linkbutton {
    border: 2.5px solid;
    padding: 12px;
    border-radius: 5%;
    border-color: rgb(220, 220, 220);
    text-decoration: none;
    margin-top: auto;
    display: inline-block;
} */

/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 1000px) {
    .column {
        flex: 50%;
        max-width: 50%;
    }

    .column1 {
        flex: 100%;
        max-width: 100%;
    }

    .about {
        font-size: 5vmin;
    }

    .column1 p {
        padding: 0%;
        padding-top:10%;
        font-size: 5vmin;
    }
    
    .aposterimg {
        max-width: 67%;
    }
    
    .name h2 {
        font-size: 8vmin;
    }
    
    .name p {
        font-size: 4vmin;
    }

    .instaemail {
        font-size: 4vmin;
    }
}

@media screen and (max-width: 600px) {
    .column {
        flex: 100%;
        max-width: 100%;
    }

    .column1 {
        flex: 100%;
        max-width: 100%;
        font-size: 6vmin;
    }

    .about {
        font-size: 6vmin;
    }
    
    .aposterimg {
        max-width: 75%;
    }
    
    .name h2 {
        font-size: 10vmin;
    }
    
    .name p {
        font-size: 5vmin;
    }

    .instaemail {
        font-size: 5vmin;
    }
}