@font-face {
    src: url('fonts/Sensations_and_Qualities.ttf');
    font-family: "Sensations and Qualities";
}

#footer {
    text-align: center;
    color: white;
    background-color: black;
    height: 50px;
    line-height: 50px;
}

/* #navbar {
    display: flex;
    justify-content: center;
    box-shadow: 0px 3px 5px #777;
}

#navbar a {
    text-decoration: none;
    
    width: 150px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    display: block;

    color: #777;
    border-bottom: 2px solid #FFF;
} */

/* #navbar a:hover, #navbar #highlight-nav{
    color: #900;
    border-bottom: 2px solid #900;
} */

h1 {
    font-family: "Sensations and Qualities", Arial;
    font-size: 6em;
    font-weight: normal;
    margin: 0px;
}

body {
    margin: 0px;
}

body {
    background-color: rgb(255, 255, 255);
}

#header {
    color: rgb(255, 255, 255);
    height: 500px;
    text-align: center;
    line-height: 500px;

    background-image: url("img/Background.jpg");
    background-size: cover;
    background-position: center;

    text-shadow: 10px 0px 10px #000000;
}

#navbar ul{
    list-style: none;
    padding: 0px;
    margin: 0px;
}

#navbar li{
    background-color: #ececec;
    width: 550px;
    text-align: center;
    position: relative;
}

#top-menu {
    display: flex;
    align-items: flex-start;
    justify-content: center;
}

#navbar li:hover {
    background-color: rgb(238, 236, 255);
}

#navbar a {
    color: #000000;
    text-decoration: none;
    display: block;
    height: 50px;
    line-height: 50px;
}

#top-menu ul {
    position: absolute;
    display: none;
}

#navbar li:hover > ul {
    display: block;
}

#navbar {
    position: relative;
    z-index: 1;
}