/* Contact things */

.contactPhone a, .contactEmail a {
    font-size: 12px;
    line-height: 1;
    margin-bottom: 0px;
    color: #afcb1f;
}

.contacts a:hover {
	color: #afcb1f;
}

.contacts p {
    font-size: 12px;
    line-height: 1;
    margin-bottom: 0px;
}

.contactPhone {
    font-size: 12px;
    line-height: 1;
    margin-top: 1rem;
    color: #afcb1f;
    display: flex;
}

.contactPhone a::before {
    font-family: bootstrap-icons !important;
    content: "\f5b4";
    display: inline-block;
    vertical-align: middle;
    font-weight: 900;
    color: #afcb1f;
    margin-right: 0.3em;
}

.contactEmail {
    font-size: 12px;
    line-height: 1;
    margin-top: 2px;
    color: #afcb1f;
    display: flex;
}

.contactEmail a::before {
    font-family: bootstrap-icons !important;
    content: "\f32c";
    display: inline-block;
    vertical-align: middle;
    font-weight: 900;
    color: #afcb1f;
    margin-right: 0.3em;
}

#contactPageForm label {
    font-weight: 500;
    margin-bottom: 0px;
    margin-top: 0.4rem;
}

#contactPageForm .form-control {
    border: 1px solid #727272;
    border-radius: 0px;
}

#contactPageForm .msgField {
	height: 120px;
	resize: none;
}

@media (max-width: 991px){
    .personell-card .personell-info h3 {
        font-weight: 700;
        font-size: 1.25rem;
    }

    .personell-card a {
        font-size: 0.8rem;
    }
}