.first-nav-main-container {
    display: flex;
    justify-content: space-between;
    background-color: rgb(4, 41, 97);
    
}
.home-first-nav-container {
    display: flex;
    flex-direction: row;
    padding: 0.5vw;
    font-size: 1.1vw;
    padding-top: 2vh;
    padding-left: 4vw;
    color: white;
}
.socialmedia-container {
    padding: 1vw;
    width: 15vw;
    display: flex;
    justify-content: space-around;
    color: white;
}

.email-icon {
    margin-right: 1vw;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}
.home-header {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 2vh;
    align-items: center;
}

.home-header-content {
    width: 50vw;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.main-logo {
    height: 6vh;
    width: 9vw;
    margin-left: 2vh;
    border-radius: 3px;
}

.home-header-nav-button {
    text-align: center;
    text-decoration: none;
    color: white;
    border-radius: 2px;
    width: 8vw;
    font-size: 1vw;
    font-family: roboto;
    background-color: rgb(4, 41, 97);
    text-align: center;
    padding: 0.5vw;
}
.home-header-nav-button:hover{
    background-color: #f0aa29;
}

