/* FOOTER */

.footer-menu {
    padding: 10px;
}

.footer-menu a {
    text-decoration: none;
    color: #ffffff;
}

.footer-menu ul {
    list-style: none;
    font-size: 20px;
    padding-inline-start: 0;
}

.footer-menu li {
    line-height: 35px;
}

.footer-menu li a:hover{
    text-decoration: underline;
}

footer #newsletter {
    margin-top: 15px;
    font-size: 1.4em;
}

footer #newsletter p, footer #newsletter input, footer #newsletter input::placeholder, footer #newsletter button {
    font-size: 1em;
}

footer #newsletter input {
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #FFFFFF;
    padding: 10px;
    color: #FFFFFF;
    width: 15em;
    box-sizing: border-box;
    margin-bottom: 10px;
}

footer #newsletter input::placeholder {
    color: #FFFFFF;
    border: none;
    font-style: italic;
    text-align: center;
}

footer #newsletter input:focus{
    outline: none;
}

footer #newsletter button {
    background-color: transparent;
    padding: 10px;
    font-weight: bold;
    color: #FFFFFF;
    width: fit-content;
    box-sizing: border-box;
    margin-bottom: 10px;
    border: 1px solid #FFFFFF;
    cursor: pointer;
}

#copyright {
    text-align: center;
    padding: 20px;
    font-size: 20px;
}