.contact {
    display: flex;
    position: relative;
    top: 100vh;
    padding-top: 100px;
    background-color: rgba(9, 9, 9, 1);
    z-index: 900;
}

.contact_container {
    padding: 0px 40px;
    border-top: 2px solid;
    border-top-color: rgb(4,217,255);
}

.contact_container h1 {
    font-family: "Neon";
    font-size: 6.5rem;
    color: rgb(4,217,255);
    text-shadow: 5px 5px 20px rgba(0, 178, 209, 0.3);
    padding-left: 6vw;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    white-space: nowrap;
    margin-top: 10px;

}

.contact_container h3 {
    font-family: "Typewriter";
    font-size: 3rem;
    color: white;
    padding: 25px 0 0 7vw;
}

.contact_title_line {
    display: block;
    width: 75vw;
    height: 2px;
    margin-left: 6vw;
    background-color: rgb(4,217,255);
    box-shadow: 5px 5px 20px rgba(0, 178, 209, 0.3);
}

.contact_content {
    display: grid;
    grid-template-columns: 1fr 1.2fr;
    perspective: 1000px;
    margin-bottom: 40px;
}

.contact_left {
    flex: 1;
    padding: 25px 30px 0 7vw;
    display: flex;
    flex-direction: column;
}

.contact_content p {
    font-family: "Typewriter";
    font-size: 1.3rem;
    color: white;
}

.link_spheres_container {
    margin-top: 50px;
    padding-right: 30px;
    display: flex;
    justify-content: space-around;
}

.link_sphere {
    background-color: rgb(1, 61, 71);
    border: 2px solid;
    border-color: rgb(185, 242, 251);
    border-radius: 50%;
    box-shadow: 5px 5px 15px rgba(0, 178, 209, 0.4);
    padding: 30px;
    align-items: center;
    justify-content: center;
    width: 130px;
}

.link_sphere i {
    padding: 0;
    color: white;
    font-size: 60px;
}

#fcf-form {
    display:block;
    width: 40vw;
    border-radius: 8px;
    padding: 10px 10px;
    background-color: rgb(2, 113, 133);
    border: 2px solid;
    border-color: rgb(185, 242, 251);
    border-radius: 8px;
    box-shadow: 3px 3px 35px rgba(0, 178, 209, 0.8);
}

.fcf-body {
    margin: 0;
    font-family: -apple-system, Arial, sans-serif;
    font-size: 1rem;
    line-height: 1.5;
    text-align: left;
    padding: 20px;
    padding-bottom: 30px;
    max-width: 100%;
}

.fcf-form-group {
    margin-bottom: 1rem;
}

.fcf-h3 {
    font-family: "Typewriter";
    color: white;
    font-size: 2.3rem;
    text-align: center;
}

.fcf-input-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%;
}

.fcf-form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #818c97;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    outline: none;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.fcf-form-control:focus {
    border: 1px solid #313131;
}

select.fcf-form-control[size], select.fcf-form-control[multiple] {
    height: auto;
}

textarea.fcf-form-control {
    font-family: -apple-system, Arial, sans-serif;
    height: auto;
}

label.fcf-label {
    font-family: "Typewriter";
    display: inline-block;
    margin-bottom: 0.5rem;
    color: white;
}

.fcf-btn {
    display: inline-block;
    font-family: "Typewriter";
    text-align: center;
    font-weight: 400;
    color: white;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
    .fcf-btn {
        transition: none;
    }
}

.fcf-btn:hover {
    color: white;
    text-decoration: none;
}

.fcf-btn:focus, .fcf-btn.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(149, 0, 255, 0.25);
}

.fcf-btn-primary {
    color: #fff;
    background-color: rgb(0, 67, 79);
    box-shadow: 2px 2px 3px rgb(0, 67, 79);
}

.fcf-btn-primary:hover {
    color: #fff;
    background-color: rgb(0, 42, 49);
}

.fcf-btn-primary:focus, .fcf-btn-primary.focus {
    color: #fff;
    background-color: #47178b;
    border-color: #47178b;
    box-shadow: 0 0 0 0.2rem rgba(183, 38, 255, 0.5);
}

.fcf-btn-lg, .fcf-btn-group-lg>.fcf-btn {
    padding: 0.5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: 0.3rem;
}

.fcf-btn-block {
    display: block;
    width: 100%;
}

.fcf-btn-block+.fcf-btn-block {
    margin-top: 0.5rem;
}

input[type="submit"].fcf-btn-block, input[type="reset"].fcf-btn-block, input[type="button"].fcf-btn-block {
    width: 100%;
}


@media screen and (max-width: 768px) {
    .contact_container {
        max-width: 100%;
    }

    .contact_container h1 {
        padding: 0 0 10px 0;
        font-size: 4rem;
        text-align: center;
    }

    .contact_container h3 {
        margin: 20px 0;
        padding: 0;
        line-height: 2.5rem;
        font-size: 2.2rem;
        text-align: center;
    }

    .contact_content {
        display: flex;
        flex-direction: column;
    }

    .fcf-body {
        display: none;
    }

    .contact_left {
        padding-left: 0;

    }

    .link_spheres_container {
        margin: 0;
        padding: 0;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
    }
    
    .link_sphere {
        margin: 10px 5px;
    }

    .contact_left p {
        text-align: center;
    }
}