* {
    padding: 0px;
    margin: 0px;
    box-sizing: border-box;
    text-decoration: none;
    list-style: none;
}

:root {
    --background: #060606;
}


/* footer  */
/* body {
    display: block;
    justify-content: center;
    min-height: 100vh;
    font-family: Arial, Helvetica, sans-serif;
    background: var(--background);
} */

/* ul a {
    list-style-type: none;
    color: #fff;
    text-align: center;
    width: 400px;
    padding: 15px;
    font-weight: 300px;
    font-size: 30px;
    font-family: serif;
    display: block;
    cursor: pointer;
    margin: 0px;
} */

/* nav ul a::after {
    content: "";
    position: absolute;
    bottom: -5;
    height: 4px;
    width: 100%;
    left: 0;
    background: black;
    transition: .3s;
    transition-timing-function: ease-in-out;
    transform: scaleX(0);
} */

h3 {
    color: #fff;
    text-align: left;
    font-size: 40px;
    font-family: serif;
    padding: 20px;
}

footer {
    /* align-content: center;
    justify-content: center ; */
    place-items: center;
    margin-left: 3%;
}

/* .overlay ul {
    float: left;

} */


ul:hover,
a:hover {
    /* text-decoration: underline aliceblue; */
    color: rgba(211, 182, 139, 0.559);
}

.bigimage {
    margin-top: 40px;
    width: 97%;
    height: 70vh;
    /* position: relative;
    display: flex; */
    background-image: url(footer.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 0.7;
    /* z-index: -1; */

}

.overlay {
    /* width: 100%; */
    /* height: 100%; */
    display: inline-block;
    background-color: rgba(0, 0, 0, 0.66);
    margin-top: 30px;
    z-index: 1;
    /* opacity: 0; */

}

.logo {
    display: flex;
    float: right;
}


.footer-menu {
    /* display: inline; */
    text-align: left;
    /* position: fixed; */
    /* right: 0;
    bottom: 0;
    left: 0; */
    height: 15rem;
}

hr{
    margin-top: 10px;
    margin-bottom: 30px;
}

/* ------------------------------------- */


.menu-1 li,
.menu-2 li,
.menu-3 li {
    margin: 0;
    padding: 0;
    text-transform: capitalize;
}

.menu-1 ul li a,
.menu-2 ul li a,
.menu-3 ul li a{
    background-color: #060606;
    display: inline;
    flex-flow: column;
    font-size: 10px;
    margin: 1px;
    padding: 5px;

}



.footer-menu{
    display: inline-flex;
    margin-right: 40px;
    margin-left: 40px;
}



p {
    color: #f8f9f9;
    text-align: center;
    text-transform: capitalize;
    margin-bottom: 20px;
}