﻿body {
    background-color: rgb(0,2,42);
}

@font-face {
    font-family: RobotoCondensed;
    src: url('fonts/RobotoCondensed-Bold.ttf') format('truetype');
}

@media(min-width: 600px) {
    #desktopVideo {
        position: absolute;
        right: 0;
        bottom: 0;
        min-width: 100%;
        min-height: 100%;
        object-fit: cover;
    }

    #mobileVideo {
        display: none;
    }
}

@media(max-width: 600px) {
    #desktopVideo {
        display: none;
    }

    #mobileVideo {
        position: absolute;
        right: 0;
        bottom: 0;
        min-width: 100%;
        min-height: 100%;
        object-fit: cover;
    }
}

.content {
    position: fixed;
    background: rgba(0, 0, 0, 0.5);
    color: #f1f1f1;
    width: 100%;
    height: 100vh;
    text-align: center;
}

.formContainer1 {
    text-align: center;
    display: none;
}

.formContainer2 {
    text-align: center;
    display: none;
}

.formContainer3 {
    text-align: center;
    display: none;
}

.formContainer4 {
    text-align: center;
    display: none;
}

.form {
    position: relative;
    padding-top: 10%;
    height: 100vh;
}

.DonateButton2 {
    border: none;
    padding: 16px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 230%;
    transition-duration: 0.4s;
    cursor: pointer;
    border-radius: 12px;
    background-color: rgba(0,2,42,0.20);
    color: white;
    border: 4px solid rgb(0,2,42);
    font-family: RobotoCondensed;
}

    .DonateButton2:hover {
        background-color: rgba(0,2,42, 0.8);
        color: white;
    }

@media screen and (min-width: 700px) {
    .container {
        position: absolute;
        left: 0;
        right: 0;
        top: 40%;
        margin: auto;
        width: 100%;
        z-index: 99;
        text-align: center;
    }

    .DonateOptions {
        border: none;
        padding: 16px 32px;
        text-align: center;
        text-decoration: none;
        display: inline-block;
        font-size: 230%;
        transition-duration: 0.4s;
        cursor: pointer;
        border-radius: 12px;
        background-color: rgba(0,2,42,0.20);
        color: white;
        border: 4px solid rgb(0,2,42);
        margin-left: 50px;
        display: none;
        width: 200px;
        height: 200px;
        font-family: RobotoCondensed;
        margin-top: 50px;
    }

        .DonateOptions:hover {
            background-color: rgba(0,2,42, 0.8);
            color: white;
        }
}

@media screen and (max-width: 700px) {
    .container {
        position: absolute;
        top: 40%;
        left: 17%;
        margin: auto;
        width: 75%;
        text-align: center;
        overflow: auto;
        z-index: 5;
        display: flex;
    }

    .DonateButton2 {
    }

    .DonateOptions {
        border: none;
        padding: 16px 32px;
        margin-right: 10px;
        text-align: center;
        text-decoration: none;
        display: inline-block;
        font-size: 230%;
        transition-duration: 0.4s;
        cursor: pointer;
        border-radius: 12px;
        background-color: rgba(0,2,42,0.20);
        color: white;
        border: 4px solid rgb(0,2,42);
        display: none;
        width: 200px;
        height: 200px;
        font-family: RobotoCondensed;
        margin-top: 50px;
        z-index: 2;
    }

        .DonateOptions:hover {
            background-color: rgba(0,2,42, 0.8);
            color: white;
        }

    .formContainer1 {
        text-align: center;
        display: none;
    }

    .formContainer2 {
        text-align: center;
        display: none;
    }

    .formContainer3 {
        text-align: center;
        display: none;
    }

    .formContainer4 {
        text-align: center;
        display: none;
    }

    .form {
        position: relative;
        padding-top: 35%;
        height: 100vh;
    }
}