﻿@charset "UTF-8";

/* Footer Styling */
footer {
    width: 100vw;
    padding: 20px;
    background-color: #333;
    color: #fff;
    text-align: center;
    position: relative;
    bottom: 0;
    left: 0;   
}
.footer_back {
    background-color: #333;
    padding: 20px 0;
    color: #fff;
    text-align: center;
    font-size: 14px;
    border-top: 1px solid #ddd;  
}

.footer_wrapper {
    margin-bottom: 20px; 
}

.footer_nav_top {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: center;
    gap: 20px;
}

.footer_nav_top li {
    display: inline;
}

.footer_nav_top a {
    text-decoration: none;
    color: #fff;
    font-weight: bold;
}

.footer_nav_top a:hover {
    color: #007BFF;
}

#footer_top {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}

.login_register {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
}

.footer_logo_top {
    width: 50px;
    height: 50px;
}

.footer_nav_top p {
    margin: 0;
}

.footer_nav_top p a {
    text-decoration: none;
    color: #333;
    font-weight: bold;
}

.footer_nav_top p a:hover {
    color: #007BFF;
}

.copyright_top {
    margin-top: 20px;
    font-size: 12px;
    color: #999;
}

@media (min-width: 840px) {
    footer {
    background-color: #000;
    padding: 20px 0;
    color: #fff;
    text-align: center;
    font-size: 2.0em;
    border-top: 1px solid #ddd;
}

.footer_wrapper {
    margin-bottom: 20px;
}

.footer_nav_top {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: center;
    gap: 20px;
}

.footer_nav_top li {
    display: inline;
}

.footer_nav_top a {
    text-decoration: none;
    color:#fff;
    font-weight: bold;
}

.footer_nav_top a:hover {
    color: #007BFF;
}

#footer_top {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}

.login_register {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
}

.footer_logo_top {
    width: 3vw;
    height: auto;
}

.footer_nav_top p {
    margin: 0;
}

.footer_nav_top p a {
    text-decoration: none;
    color: #333;
    font-weight: bold;
}

.footer_nav_top p a:hover {
    color: #007BFF;
}

.copyright_top {
    margin-top: 20px;
    font-size: 1em;
    color: #999;
}

}
