main {
    padding-top: 10vh;
    padding-bottom: 10vh;
    flex: 1;
}

main div {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#rafael-dev-image {
    width: 100%;
    height: auto;
    /* border-radius: 5%; */
}

#image-wrapper {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

#logo-container {
    width: 100%;
    height: 10%;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}

#raquel_logo {
    width: 25%;
    border-radius: 5px;
}

#marques-h2 {
    width: 100%;
    height: 30vh;
    font-family: "bebas";
    font-size: 3rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

#marques-h2 h2 {
    box-shadow: 0 4px 2px -2px gray;
}

#section-h1 {
    width: 90%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#section-h1 div {
    font-family: "Amsterdam";
    font-size: 4rem;
}

#section-h1 h2 {
    font-family: "bebas";
    font-size: 3rem;
}


#network-h2 {
    width: 100%;
    height: 30vh;
    font-family: "bebas";
    font-size: 3rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

#network-h2 h2 {
    box-shadow: 0 4px 2px -2px gray;
}

#network-container {
    width: 100%;
    height: 30%;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
}

#instagram-container {
    width: 100%;
    height: 10%;
    display: flex;
    /* flex-direction: column; */
    justify-content: space-evenly;
    align-items: center;
}

#instagram-container section {
    height: 100%;
}

/* #instagram-container section:not(:first-child) { */
    /* margin-top: 5%; */
/* } */



#map-section {
    width: 100%;
    height: 60vh;
    margin-top: 5%;
    display: flex;
    justify-content: center;
    align-items: center;
}

#map-wrapper {
    width: 100%;
    min-width: 40%;
    max-width: 95%;
    height: 90%;
}

main div section/*:not(:first-child)*/ {
    transform: translateY(150px);
    opacity: 0;
    transition: 1s all ease;
}

main div section.active {
    transform: translateY(0px);
    opacity: 1;
}
