:root {
    --footer-height: 12em;
}

body {
    padding-top: 54px;
    font-family: Helvetica, Arial, sans-serif;
    color: #ffffcc;
    background-color: #aba38e;
    background-image: url("pic/bg00.jpg");
}
@media (min-width: 768px) {
    body {
	padding-top: 0;
    }
}

p {
    margin-top: 1em;
    margin-bottom: 1em;
}

a:link {
    color: #ff6600;
}

a:visited {
    color: #ff6600;
}

a:hover {
}

a:active {
    color: #ff6600;
}

header {
    text-align: center;
    padding-bottom: 10px;
}

header > h1 {
    padding-top: 10px;
    padding-bottom: 0;
    font-size: 48px;
    font-weight: 800;
}
@media (min-width: 360px) {
    header > h1 {
	font-size: 60px;
    }
}

.sidebar {
}

.sidebar > div {
    background-color: rgba(0,0,0,0.75);

    position: relative;
    left: 15px;

    padding-top: 10px;
    padding-bottom: 5px;
}

.sidebar hr {
    border: none;
    border-top: rgba(255,255,255,0.375) 1px solid;
}

@media (min-width: 768px) {
    .sidebar-sticky {
	position: -webkit-sticky;
	position: sticky;
	top: 0;
	height: calc(100vh - var(--footer-height));
	overflow-x: hidden;
	overflow-y: auto;
    }
}

a.nav-link {
    padding-top: 0;
    padding-bottom: 0;
    margin-top: 5px;
    margin-bottom: 5px;
}

main {
}

main > section {
    padding-top: 54px;
    margin-top: -54px;
    margin-bottom: 3em;
}
@media (min-width: 768px) {
    main > section {
	padding-top: 0;
	margin-top: 0;
    }
}

main > section > h2 {
    text-align: center;
    font-weight: 600;
    /*background-color: #00000060;*/
}

.updates1 {
    border: rgba(204,204,204,0.5) 2px solid;
    background-color: rgba(0,0,0,0.75);
    padding: 5px 3em 5px 3em;
    margin-top: 1em;
    margin-bottom: 1em;
    font-size: 180%;
    line-height: 1.2;
}

#updates {
    max-height: 214px;
    overflow-y: auto;
    border: rgba(204,204,204,0.5) 2px solid;
    background-color: rgba(0,0,0,0.75);
    padding: 5px 3em 5px 3em;
    margin-top: 1em;
    margin-bottom: 1em;
    min-height: 180px;
}

#updates dt {
    font-size: 14px;
}

#updates dl dd p {
    margin: 0 0 0.5em 0;
    line-height: 20px;
}

div.banner {
    margin-top: 10px;
    margin-bottom: 10px;
}

div.banner > a > img {
    border: rgba(255,255,255,0.0) 1px solid;
    border-radius: 8px;
}

div.banner > a:hover > img {
    border: #fff 1px solid;
    border-radius: 8px;
}

main > section > div.content {
    border: rgba(204,204,204,0.5) 2px solid;
    background-color: rgba(0,0,0,0.75);
    padding: 0em 3em 0em 3em;
    margin-top: 1em;
    margin-bottom: 1em;
}

div.product {
    text-align: center;
    border: rgba(204,204,204,0.5) 2px solid;
    background-color: rgba(0,0,0,0.75);
    margin-top: 1em;
    margin-bottom: 1em;
    padding-top: 1em;
    padding-bottom: 1em;
}

div.product p {
    padding: 0;
}

div.product img {
    border: rgba(204,204,204,0.375) 1px solid;
    margin-top: 4px;
    margin-bottom: 4px;
}

nav.navbar {
    background-color: rgba(0,0,0,0.75);
}

footer {
    text-align: center;
    height: var(--footer-height);
    color: #000000;
}

footer hr {
    border: none;
    border-top: #ffc 1px solid;
}

#notice {
    font-size: 75%;
}
