
@font-face {
    font-family:TopazPlus-a1200;
    src: url("../font/topaz.eot");
}
@font-face {
    font-family:TopazPlus-a1200;
    src: url("../font/topaz.ttf") format("truetype");
}

#top_menu>li{
    color:aliceblue;
    display: inline-block;
    margin-left:-0.5em;
    list-style-type: none;
}

#top_menu>li{
    padding: 1em;
}

ul {
    margin-top: 0;
    margin-bottom: 0;
}

.selected {
    background-color: #4f4e4e;
    padding:1em;
}

ul a {
    text-decoration: none;
    color: aliceblue;
}

li>a {
    display: inline-block;
    padding: 1em;
}

.submenu {
    visibility: hidden;
    position:absolute;
    list-style-type: none;
    padding:0;
    margin-left:-1em;
    margin-top: 1em;
}

ul li:hover>.submenu, .submenu:hover {
    visibility: visible;
}

li:hover, .submenu a:hover{
    background-color: #333333;
}

.submenu a {
    display:block;
    width: 100%;
    border-color: #181818;
    background-color: #181818;
}

li>.submenu {
    max-width: 100%;
}

li {
    padding: 0;
}

p a {
    color:gray;
    text-decoration: none;
}

#menu_container {
    border-style: solid;
    background-color: #181818;
    border-color: #181818;
}

#nice_rectangle {
    height: 30%;
    background-color: #eae7dc;
}

#spacing {
    height: 15em;
}

#content {
    background-color: #eae7dc;
    text-align: center;
    flex-grow: 1;
}

#content>p {
    margin-right: 20%;
    margin-left: 20%;
}

#friend_quote {
    height: 3em;
    background-color: #181818;
    color:aliceblue;
    padding: 1em;
}

html, body {
    display: flex;
    flex-direction: column;
    height: 100%;
}
body>*{
    flex-shrink: 0;
}

body {
    margin:0px;
    padding:0px;
    font-family:TopazPlus-a1200;
    font-size: 1.2em;
    background-color: #eae7dc;
}

img {
    height: 1em;
}