@font-face {
	font-family: big-shot;
	src: url('assets/big-shot.ttf'); <!-- Font by Portmanpreau on dafont.com! https://www.dafont.com/big-shot.font -->
}

h1 {
	font-family: big-shot, monospace;
}

h3 {
	font-family: big-shot;
}

body {
	font-family: big-shot, tahoma;
	color: #BEDB39;
	background-image: url('assets/bkgd.gif');
}

strong:hover {
	color: #BEDB39;
	font-style: italic;
}

#cont {
	color: #674c85;
	border-radius: 8px;
	background-color: #36157E;
	max-width: 1000px;
	text-align: center;
	margin: auto;
	padding: 5px;
	display: grid;
	grid-template-columns: 20% 20% 20% 20% 20%;
	grid-template-rows: auto auto;
}	

.center {
	grid-column: 2 / span 3;				
	border-radius: 5px;
	background-color: #9884AC;
	padding-left: 10px;
	padding-right: 10px;
	max-width: 600px;
}

.left {
	grid-column: 1;
	grid-row: 2 / span 2;
	margin-right: 5px;
}

.right {
	grid-column: 5;
	grid-row: 2 / span 2;
	margin-left: 5px;
}

.menu {
	background-color: #191970;
	margin: 0px;
	margin-bottom: -5px;
	margin-left: 5px;
	margin-right: 5px;
	padding: 5px;
	grid-row: 1;
	grid-column: 2 / span 3;
	overflow: auto;
	border-color: #004b8d;
	border-style: solid;
	border-radius: 5px;
	list-style-type: none;
	font-size: 22px;
	text-align: center;
	line-height: 1.8;
}

.menu-item {
	text-decoration: none;
	font-family: big-shot;
	padding-left: 5px;
	padding-right: 5px;
	color: #5774A9;
	border-style: solid;
	border-radius: 8px;
}

.menu-item:hover {
	color: #BEDB39;
	font-style: italic;
}

.menu-list {
	display: inline;
	padding: 0px;
}

#menu-selected {
	color: #BEDB39;
}

.photos {
	margin-bottom: 10px;
	border-radius: 8px;
}

p {
	text-align: left;
	padding-top: 10px;
	margin-top: -8px;
}

a {
	color: #BEDB39;
}

a:hover {
	font-style: italic;
}

ul {
	margin-left: -10px;
	font-size: 12px; 
	text-align: left;
	line-height: 1.5;
}

#statuscafe {
    padding: .5em;
    background-color: azure;
    border: 5px solid #5774a9;
	border-radius: 8px;
	text-align: left;
	margin-bottom: 10px;
}
#statuscafe-username {
    margin-bottom: .5em;
}
#statuscafe-content {
    margin: 0 1em 0.5em 1em;
}