.background-image {
    display: flex;
}

#intro{
    margin-top: 25rem;
}

#intro .text{
    width: 100%;
    align-items: center;
    justify-content: center;
    display: flex;
    flex-direction: column;
}

.section-type-3 .intro-div{
    justify-content: space-between;
    width: 70%;
}

.section-type-3 .paragraph{
    width: 30%;
    display: flex;
    flex-direction: column;
}

.intro-div .paragraph a{
    display: inline;
    width: auto;
}

.intro-div .paragraph a:hover{
    text-decoration: none;
    color: var(--cream-color);
}

.intro-div .paragraph a:active{
    color: var(--red-color);
}

.intro-div .paragraph .material-symbols-outlined{
    font-size: 2rem;
    vertical-align: -7px;
    margin-right: 0.2rem;
}

.instagram img{
    width: 24px;
    height: 24px;
    margin-right: 8px;
    filter: invert(1);
    vertical-align: -3px;
}

.whatsapp-icon img{
    width: 24px;
    height: 24px;
    margin-right: 8px;
    filter: invert(1);
    vertical-align: -3px;

}

.contact-form {
    /*background: rgb(255 255 255 / 40%)*/;
    /*backdrop-filter: blur(1rem);*/
    min-height: 80vh;
}

.contact-form .form{
    width: 50%;
    background-color: var(--black-color);
    border-radius: 1rem;
    padding: 2rem 4rem 0 4rem;
}

.contact-form .form-title{
    color: white;
    font: var(--heading-font);
    text-align: center;
    margin-bottom: 2rem;
}

.contact-form .form-row{
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-bottom: 2rem;
}

.contact-form .form-row{
    width: 100%;
}

.contact-form .button-row{
    justify-content: center;
    margin-bottom: 2rem;
}

.form-row input{
    width: 48%;
}

.form-row #message{
    width: 100%;
}

.form-row .message{
    height: 9rem;
}

.contact-form button{
    font-size: 2rem;
    padding: 1rem;
}

@media screen and (max-width: 768px) {
    #intro{
        margin-top: 13rem;
    }

    #intro .text{
        width: 100%;
    }

    .section-type-3 .intro-div{
        flex-direction: column;
        display: flex;
        width: 100%;
    }

    .section-type-3 .intro-div .paragraph{
        padding-left: 1rem;
        width: 95%;
    }

    .google-maps{
        margin-top: 2rem;
    }

    .google-maps iframe{
        width: 305px;
        height: 205px;
        margin-left: 0.5rem;
    }

    .contact-form .form{
        width: 85%;
        padding: 2rem 1rem 0 1rem;
    }

    .contact-form .form-row{
        flex-direction: column;
    }

    .form-row input{
        width: 100%;
        margin-bottom: 1rem;
    }
}
