html {
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
    margin: 0;
}
body{
    margin: 0;
}
::-webkit-scrollbar {
    display: none;
}
.navbar-menu-dropdown.active{
    display: block;
}
.navbar-menu-dropdown {
    display: none;
    position: absolute;
    top: 100%;
    flex-direction: column;
    background-color: #f9f9f9;
    width: 100%;
}
.navbar-menu-dropdown a {
    color: white;
    padding: 12px;
    text-decoration: none;
    display: block;
    background-color: #1A1A1C;
}
.navbar-menu-dropdown a:hover {
    text-decoration: underline white;
    text-underline-offset: 5px;
}
#navbar-toggle-icon{
    transition: transform 0.5s ease-in;
}
#navbar-toggle-icon-close {
    display: none;
    transition: transform 0.5s ease-out;
}
@media (max-width: 768px) {
    .navbar-Menu {
        display: none;
        position: fixed;
    }
    .navbar-Menu a {
        display: none;
        position: fixed;
    }
    .navbar-toggle {
        display: flex;
        background-color: transparent;
        align-items: center;
        border: none;
        padding-right: 4em;
    }
    .Social-Media{
        display: none;
    }
    #Instagram{
        display: none;
    }
    #Youtube{
        display: none;
    }

}
@media (min-width: 769px) {
    .navbar-toggle {
        display: none;
    }
    .Social-Media{
        display: flex;
        justify-content: flex-end;
        align-items: center;
        padding-right: 3em;
        text-decoration: none;
    }
    #Instagram{
        padding-right: 0.5em;
    }
    #Youtube{}
}
.navbar-Menu {
    display: flex;
    align-items: center;

}
.navbar-Menu a{
    color: white;
    text-decoration: none;
    padding: 1em;
    font-size: 18px;
}
.navbar-Menu a:hover{
    text-decoration: underline;
    text-underline-offset: 5px;
}
.navbar-logo{
    display: flex;
    text-decoration: none;
    color: white;
    align-items: center;
    padding-left: 1em;
}
h4 {
    display: flex;
    align-items: center;
    color: white;
}
.navbar {
    color: white;
    background-color: #1A1A1C;
    width: 100%;
    height: 70px;
    display: flex;
    justify-content: space-between;
    position: sticky;
    top: 0;
}

.links{
 padding-top: 2em;
}
.links a{

    display: block;
    margin-bottom: 10px;
    text-align: center;
}
.footer {
    background: #1A1A1C;
    padding-top: 40px;
    padding-bottom: 40px;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}
.footer-list {
    display: flex;
    justify-content: center;
}
.footer-list a {
    text-decoration: none;
    font-weight: bold;
    font-family: 'Open Sans', sans-serif;
    color: white;
    padding: 1em;

}
#Footer-Rights {
    display: flex;
    justify-content: center;
    color: white;
}