/* Socials and Contact */
.socials{
    display: flex;
    list-style: none;
    justify-content: flex-end;
    margin-right: 19%;
}
.social-item {
    margin-right: 2rem;
    margin-top: 2%;
}
/* Navgivation Bar */
.nav-bar {
    margin-top: 40px;
}
.nav-bar-items {
    display: flex;
    justify-content: flex-end;
    margin-right: 17%;
}

.nav-item {
    margin-right: 2rem;
}
.nav-item:first-child {
    margin-right: auto;
    margin-left: 18.5%;
    font-size: 3rem;
    font-weight: bolder;
}

.nav-bar-items {
    list-style: none;
}



/* Events */
.events {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.events {
    list-style: none;
}
.event img{
    height: 500px;
    width: 500px;
}
.event {
    position: relative;
    margin-left: 3%;
    margin-right: 5%;
    margin-top: 3%;
}


/* Membership */

.become-member h1,h3{
    margin-left: 43%;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
}

@media all and (max-width: 700px) {
    .socials{
        display: flex;
    }
    .social-item {
        margin: 1%;
    }
    .nav-item {
        color: blue;
        font-size: 1.5rem;
    }
    .nav-bar-items {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
}