

.footer {
    width: 100%;
    background-color: #191e21;
    color: white;
    padding: 50px;
}

.first_footer_row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.footer_logo_container {
    display: flex;
    justify-content: center;
    align-items: center;
}

.footer_logo {
    width: 135px;
    height: 165px;
}

.footer_logo_text {
    font-size: 26px;
    font-family: "Poppins";
    text-decoration:none !important;
    color: white;
}

.footer_logo_text:hover {
    color: white;
}

.join_footer {
    display: flex;
    justify-content: center;
    align-items: center;
}

.footer_link_list a {
    font-size: 16px;
    font-family: "Roboto";
    text-decoration:none !important;
    color: white !important;
}

.footer_link_list p {
    font-size: 18px;
    color: white !important;
    padding-left: 17px;
}

#footer_invite {
    background-color: #e08300;
    padding: 5px;
    border: solid 2px #a43f16;
    color: white;
    font-size: 20px;
    border-radius: 5%;
    overflow: hidden;
    text-decoration:none !important;
    box-shadow: 1px 1px 3px 3px #9c5b00;
    text-shadow: 0 0 2px #9b1d20;
}

#footer_invite:hover {
    box-shadow: 5px 5px 5px #b52323;

}

.flying_icon {
    width: 27px;
    height: 33px;
    position: absolute;
    pointer-events: none;
    overflow: hidden;
}

.second_footer_row {
    margin-top: 40px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    align-items: center;
}

#reddit_logo {
    height: 60px;

}

#discord_blue_logo {
    height: 60px;

}

#youtube_logo {
    height: 60px;
}

.link_footer {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 40px;
}

.link_footer li:hover{
    color: #e08300;
}

.footer_link_list a:hover {

}
