@import url(root.css);

.titleDiv{
    margin-top: 15%;
    text-align: center;
}

.pageTitle{
    color: var(--gray);
    font-weight: 900;
    font-size: 4rem;
    margin-bottom: 3%;
}
.title {
    color: var(--gray);
    font-weight: 400;
}
.text {
    color: var(--gray);
    font-weight: 500;
}
.mailto{
    text-decoration: none;
    color: var(--gray);
    font-weight: 500;
}

.mailto:hover{
    text-decoration: underline;
}

.btnDv{
    display: flex;
    justify-content: center;
}

.form-group{
    padding-top: 10px;
    padding-bottom: 10px;
}

.contactInput {
    border: 1.5px solid var(--gray) !important;
    border-radius: 0 !important;
    padding: 10px !important;
}
.contactInput:focus {
    box-shadow: none !important;
}
.contactInput::placeholder{
    color: #000000 !important;
}

.formSend {
    background-color: var(--red) !important;
    color: var(--white) !important;
    border-radius: 0 !important;
    padding: 10px !important;
    width: 120px !important;
}

.mapDiv{
    padding: 0 !important;
    margin-bottom: 25px;
    margin-top: 25px;
}