html {
    background-image: url(images/background.jpg);
    background-size:auto;
    background-attachment: fixed;
    background-repeat: repeat;
    min-height: 100vh;
}

body {
    max-width: 1400px;
    margin: 0 auto;
    font-family: 'Karmatic Arcade',Arial;
    background: linear-gradient(rgba(255, 224, 49, 0.85), rgba(240, 69, 121, 0.85));
    font-size: 16px;
    #border-left: 3px solid black;
    #border-right: 3px solid black;
}

.profilepic {
    height: 24vw;
    width: 24vw;
    max-height: 160px;
    max-width: 160px;
    float: inline-end;
    border-radius: 50%;
    padding: 1vw;
}

.bio {
    font-family: 'Karmatic Arcade', Open Sans,Arial;
    font-size: 16px;
    position: fixed;
    background-color: #FFFB96;
    background: linear-gradient(rgba(255, 251, 150, 1), rgba(255, 251, 150, 0.8));
    max-width: inherit;
    #padding: 0.4%;
    #border-bottom-left-radius: 12vw;
    border-end-end-radius: 12vw;
}

.BioContent {
    margin-left: 1vw;
    max-width: 70%;
    text-align: left;
    float: left;
    font-size: 2.6vw;
    #height: auto;
}

.BioIcon {
    margin-top: 1vw;
    width: 8vw;
    max-width: 50px;
    #object-fit: contain;
    margin-right: 4vw;
    float: left;
}

.content {
    padding-top: 28vw;
    text-align: center;
    max-width: 100%;
    display: block;
}

.game {
    width: 100px;
    display: inline-block;
    padding: 10px;
    background: linear-gradient(#153cb4, #01CDFE);
    border-radius: 1vw;
}

.GameImages {
    border-radius: 0.2vw;
    max-width: 2vw;
    min-width: 100px;
}

.programmingproject {
    max-width: 120px;
    max-height:200px;
    margin-top: 1vw;
    display: inline-block;
    padding: 10px;
    background: linear-gradient(#153cb4, #01CDFE);
    border-radius: 1vw;
}


.artimages {
    border-radius: 0.3vw;
    max-width: 48%;
    display:inline-grid;
}

.ContentHeaders {
    text-align: left;
    margin-left: 0.1em;
    margin-top: 0px;
}

.contactForm{
    text-align:center;
}


#captchaBackground {
    height: 10vh;
    width: 10vw;
    background-color: #2d3748;
    display:inline;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

#captcha {
    height: 20vh;
    width: 80vw;
    font-size: 30px;
    letter-spacing: 3px;
    margin: auto;
    display: block;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
#submitButton {
    margin-top: 2em;
    margin-bottom: 2em;
    background-color: #08e5ff;
    border: 0px;
    font-weight: bold;
}

#refreshButton {
    background-color: #08e5ff;
    border: 0px;
    font-weight: bold;
}

#textBox {
    height: 25px;
}

iframe {
    height: 225px;
    width: 700px;
}


@font-face {
    font-family: Karmatic Arcade;
    src: url(fonts/ka1.ttf);
}
@media only screen and (min-width: 800px) {
    .BioContent {
        font-size: 22px;
        margin-left:10px;
    }

    .content {
        padding-top: 210px;
    }

    .bio {
        border-end-end-radius: 100px;
    }
    .BioIcon {
        margin-right: 20px;
    }
    .profilepic {
        padding: 20px;
    }
    .programmingproject{
        font-size:16px;
    }
}