.footer_title {
    padding-top: 30px;
    text-align: center;
    font-size: 30px;
}

.home_contact {
    margin: 10px 0;
    padding: 40px 0 20px 0;
    background-color: rgb(78, 85, 89);
    text-align: center;
    color: white;
    font-size: 16px;
    font-weight: lighter;
}


.home_contact_title {
    font-size: 26px;
    font-weight: lighter;
    padding-bottom: 20px;
}

.home_contact_desc>p {
    margin: 0;
}

.horizontal_nav {
    border-bottom: 1px solid rgb(225, 225, 225);
    margin-bottom: 30px;
}

.nav_tab {
    margin: 30px auto;
    width: 320px;
    height: 30px;
    display: flex;
    justify-content:space-between;
    align-items:center;
    flex-direction:row;
}

.nav_image {
    margin: 0px auto;
    width: 320px;
    height: 30px;
    display: flex;
    justify-content:space-between;
    align-items:center;
    flex-direction:row;
}

.nav_tab .btn-default {
    background-color: white;
    color: black;
    border-radius: 5px;
    padding: 5px 30px;
    font-weight: lighter;

}

.nav_tab #email {
    background-color: transparent;
    border-radius: 5px;
    height: 30px;
    color: white;
    max-width: 230px;
    margin-right: 10px;
}

@media screen and (max-width:414px)
{

    .home_contact_title {
        font-size: 18px;
    }

    .home_contact {
        font-size: 13px;
    }
}