/* CONTACT */
.contactTitle {
    text-align: center;
    margin-top: 50px;
    margin-bottom: 50px;
}
.contactPhoneImg {
    width: 25px;
}
.contactPhoneTitle {
    text-align: right;
    margin-bottom: 30px;
}
.contactPhoneTitle2 {
    text-align: center;
    margin-bottom: 30px;
}
.contactPhoneListElement {
    text-align: right;
    font-size: 20px;
    color: #696969;
}
.contactPhoneListElement2 {
    text-align: center;
    font-size: 20px;
    color: #696969;
}
hr {
    background-color: #ff5800;
    height: 2px;
    width: 10vw;
    float: right;
}
a {
    color: black;
}
a:hover {
    color: black;
}
.contactPhoneListElement2 {
    text-align: center;
    font-size: 20px;
    color: #696969;
}
.hr2 {
    background-color: #ff5800;
    height: 2px;
    width: 10vw;
    float: unset;
}
.socialIcon {
    width: 3vw;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    display: block;
    margin-bottom: 10px;
    cursor: pointer;
}
.socialIcon2 {
    width: 15vw;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    display: block;
    margin-bottom: 10px;
    cursor: pointer;
}
.socialTitle {
    text-align: center;
    cursor: pointer;
    margin-bottom: 20px;
}
