html {
    background: linear-gradient(#fbd8ce, #261c25) no-repeat;
    background-color: #261c25;
}

body {
    position: relative;
    margin: 0 auto;
    width: 100%;
    max-width: 1024px;
    box-shadow: 0px 0px 5px 0px rgba(47, 27, 31, 0.70);
}

img {
    display: block;
    max-width: 100%;
}

main {
    padding: 4px 8px;
}

a, a:visited {
    color: #71485a;
    text-decoration: none;
    font-weight: bold;
}

a:hover {
    opacity: 0.8;
    text-decoration: underline;
}

header {
    width: 100%;
    height: 165px;
    background-image: url("/images/banner-top.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    justify-content: flex-end;
}

nav {
    width: 160px;
    padding: 6px 12px;
    display: flex;
    flex-direction: column;
    font-size: 20px;
    background-color: rgba(255,255,255,60%);
}

nav > div {
    margin: 1px 0;
}

/* FA7 bug quick fix */
.sr-only {
    display: none;
}
