.page-title-section {
    background-image: url("../media/contact_hero_image.png");
}

.text-section {
    padding: 50px 0px 0px 0px;
}

.text-section p {
    margin-bottom: 0px;
}

.highlighted-text {
    font-weight: 600;
}

.contact-form-section {
    padding-top: 0px;
}

.contact-form-section .form-row {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}

.contact-form-section .input-holder {
    display: flex;
    flex-direction: column;
}

.contact-form-section .input-half {
    width: 49%;
}

.contact-form-section .input-full {
    width: 100%;
}

.contact-form-section label {
    font-size: .9rem;
}

.contact-form-section input,
.contact-form-section textarea{
    border: solid #13AF21 1px;
    border-radius: 5px;
    padding: 10px 5px;
    margin: 1px;
}

.contact-form-section input:active,
.contact-form-section input:focus,
.contact-form-section input:focus-visible {
    border: solid #13AF21 2px;
    margin: 0px;
}

.contact-form-section .button-holder {
    display: flex;
    justify-content: center;
}

.success {
    display: none;
    color: white;
    background: green;
    padding: 2px 5px;
    margin-bottom: 20px;
    border-radius: 3px;
}

.failed {
    display: none;
    color: white;
    background: red;
    padding: 2px 5px;
    margin-bottom: 20px;
    border-radius: 3px;
}

.phone-number-section {

}

.phone-number-section img{
    height: 200px;
    width: 200px;
    border-radius: 50%;
}

.phone-number-section .name{

}

.phone-number-section .phone-number{
    color: #13AF21;
    font-weight: 600;
    font-size: 1.5rem;
    text-decoration: none;
}

.phone-number-section .phone-number:hover{
    text-decoration: underline;
}


@media only screen and (max-width: 750px) {
    .phone-number-section .half:first-child{
        margin-bottom: 20px;
    }

    .phone-number-section .half{
        align-items: center;
    }

}
