/* Header/ Footer Style */

body {
    margin: 0;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

main {
    flex: 1;
}

footer {
    height: auto;
    width: 100%;
    color: #2e435d;
    background-color: rgba(221, 235, 249, 0.5);
    display: flex;
    justify-content: space-evenly;
    flex-shrink: 0;
    flex-wrap: nowrap;
}

.footer-item {
    margin-top: 50px;
    margin-right: 40px;
    margin-left: 40px;
    width: auto;
    height: auto;
    font-weight: bold;
    color: white;
    font-size: 20px;
    text-shadow: 1px 1px 2px rgb(82, 82, 82);
    padding-bottom: 50px;
}

.footer-link {
    text-decoration: none;
    color: white;
}

.footer-link:hover {
    color: #c6bfab;
    text-decoration: none;
}

.footer-title {
    text-align: left;
}

.paragraph {
    width: auto;
    height: auto;
    font-weight: bold;
    color: white;
    font-size: 15px;
}


header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: rgba(221, 235, 249, 0.5);
    width: 100%;
}

.logo img {
    width: 100px;
    height: 100px;
    object-fit: contain;
    justify-content: flex-start;
}

.icons {
    display: flex;
    align-items: center;
}

.icons a {
    display: flex;
    color: #333;
    text-decoration: none;
    margin-right: 50px;
    margin-left: 50px;
}

.icons img {
    width: 70px;
    height: 70px;
    object-fit: contain;
}

.picture{
    width: 100%;
    height: auto;
    border-radius: 10px;
    border-radius: 50%;
    margin-top: 10px;
  }

.icon-item {
    font-weight: 500;
    font-size: 24px;
    align-self: center;
    width: auto;
    margin-left: auto;
    margin-right: auto;
}

.profile a img {
    width: 100px;
    height: 100px;
    object-fit: contain;
    border-radius: 50%;
    margin-top: 10px;
}

.profile a:hover img {
    opacity: 0.8;
}

.profile {
    display: flex;
    flex-direction: column;
    padding: 5px;
    border-radius: 50%;
    margin-top: 10px;

}

.logout-button-div {
    vertical-align: bottom;
    width: auto;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0;
    align-self: center;
    height: 15%;
}

.logout-button {
    font-size: 20px;
    border: none;
    border-radius: 5px;
    box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
    margin-bottom: 0;
}
.logout-button:hover {
    opacity: 0.8;
    background-color: #ddd;
    color: #333;
}

form {
    margin: 0;
}

.brclass {
    display: none;
}

.picture {
    width: 100%;
    height: auto;
    border-radius: 50%;
    margin-top: 10px;
}

@media only screen and (max-width: 1024px) {
    footer {
        display: flex;
        height: auto;
        width: auto;
        color: #2e435d;
        background-color: rgba(221, 235, 249, 0.5);
        justify-content: space-evenly;
        padding-left: 40px;
        padding-right: 40px;
        flex-shrink: 0;
        flex-wrap: wrap;

    }


    .footer-item {
        margin-top: 25px;
        margin-right: 40px;
        margin-left: 40px;
        width: auto;
        height: auto;
        font-weight: bold;
        color: white;
        font-size: 18px;
        text-shadow: 1px 1px 2px rgb(82, 82, 82);
        padding-bottom: 25px;
    }

    .footer-link {
        text-decoration: none;
        color: white;
    }

    .footer-link:hover {
        color: #c6bfab;
        text-decoration: none;
    }

    .footer-title {
        text-align: center;
    }

    .paragraph {
        width: auto;
        height: auto;
        font-weight: bold;
        color: white;
        font-size: 13px;
        text-align: left;
    }


    header {
        display: flex;
        justify-content: space-between;
        align-items: center;
        background-color: rgba(221, 235, 249, 0.5);
        width: 100%;
    }

    .logo img {
        width: 100px;
        height: 100px;
        object-fit: contain;
        justify-content: flex-start;
    }

    .icons {
        display: flex;
        align-items: center;
    }

    .icons a {
        display: flex;
        color: #333;
        text-decoration: none;
        margin-right: 50px;
        margin-left: 50px;
    }

    .icons img {
        width: 70px;
        height: 70px;
        object-fit: contain;
    }

    .icon-item {
        font-weight: 500;
        font-size: 24px;
        align-self: center;
        width: auto;
        margin-left: auto;
        margin-right: auto;
    }

    .profile a img {
        width: 100px;
        height: 100px;
        object-fit: contain;
        border-radius: 50%;
        margin-top: 10px;
    }

    .profile a:hover img {
        opacity: 0.8;
    }

    .profile {
        display: flex;
        flex-direction: column;
        padding: 5px;
        border-radius: 50%;
        margin-top: 10px;
    }

    .logout-button-div {
        vertical-align: bottom;
        width: auto;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 0;
        align-self: center;
        height: auto;
    }

    .logout-button {
        font-size: 20px;
        border: none;
        border-radius: 5px;
        box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
        margin-bottom: 0;
    }

    .logout-button:hover {
        opacity: 0.8;
        background-color: #ddd;
        color: #333;
    }

    form {
        margin: 0;
    }

}

@media only screen and (max-width: 425px) {
    footer {
        display: inline-flex;
        width: 100%;
        padding-left: 25px;
        padding-right: 25px;

    }

    .footer-item {
        margin-top: 10px;
        margin-right: 20px;
        margin-left: 20px;
        width: 100%;
        font-size: 16px;
        text-shadow: 1px 1px 2px rgb(82, 82, 82);
        padding-bottom: 25px;
    }

    .paragraph {
        font-size: 11px;
    }

    .logo img {
        width: 50px !important;
        height: 50px !important;
    }

    .icons {
        display: flex;
        align-items: center;
    }

    .icons a {
        display: flex;
        color: #333;
        text-decoration: none;
        margin-right: 10px;
        margin-left: 10px;
    }

    .icons img {
        width: 50px;
        height: 50px;
        object-fit: contain;
    }

    .icon-item {
        font-weight: 500;
        font-size: 24px;
        width: 20px;
    }

    .profile a img {
        width: 50px;
        height: 50px;
        object-fit: contain;
        border-radius: 50%;
        margin-top: 10px;
    }

    .profile {
        display: flex;
        flex-direction: column;
        padding: 5px;
        border-radius: 50%;
        margin-top: 10px;
    }

    .logout-button-div {
        vertical-align: bottom;
        width: auto;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 0;
        align-self: center;
        height: auto;
    }
    .logout-button:hover {
        opacity: 0.8;
        background-color: #ddd;
        color: #333;
    }


}
