div.leftColumn {
	float: left;	
	width: 280px;
	padding: 10px;
}

div.rightColumn {
	width: 280px;
	padding: 10px;
	margin-left: 310px;
}

#container {
	margin: 0 auto;
}

div#blackbar {
	background-color: black;
	height:30px;
}

div#logo {
	margin-left: 20px;
	margin-top: 10px;
	background: url("/img/logo.svg");
	background-repeat: no-repeat;
	height: 150px;
}

body {
	margin: 0;
	background-color: white;
	color: #000;
}

#hamburger-menu {
	display:none;
}


* {
	font-family: 'Lucida Grande','Lucida Sans Unicode','Optima','Verdana','Arial';
}

li {
	font-size: 12px;
}

article {
	font-size: 12px;
}

a.external {
	background: url("/external-link.gif");
	background-repeat: no-repeat;
	padding-left: 15px;
}

h1 {
	margin-top: 0px;
	padding-left: 20px;
	margin-bottom: 0px;
	display: block;
	color: #635f5d;
	background: rgba(250, 250, 250, 0.9);
}

h2 {
	margin: 0px;
	color: #e2a33d;
}
 
h3 {
	margin-top: 0px;
	margin-bottom: 5px;
	color: #e28c01;
	font-size: 14px;
}

#header h3 {
	padding-left: 20px;
	background: rgba(250, 250, 250, 0.9);
	padding-bottom: 10px;
	margin-bottom: 0px;	
}

#user-nav {
	background: rgba(250, 250, 250, 0.9);
	font-size: 12px;
	width:100%;
	max-width: none;
	margin-top: 0px;
	padding-left: 20px;
	padding-bottom: 10px;	
	border-bottom: 1px solid black;	
	display: none;
}

#header {
	/*border-bottom: 1px solid black;*/
}

h4 {
	font-size: 12px;
	margin:0px;
}

a {
	color: #5C8BC6;
	text-decoration: none;
}

a:hover {
	color: white;
	background-color: #5C8BC6;
	text-decoration: none;
}




div#content {
}

div#top-nav {	
	margin-top: 0px;
    background-color: #ccc;
    position: relative;
}

.midcolumn {
	min-width: 610px;
	max-width: 1000px;
	width: 80%;
	margin: 10px auto;
}

p {
	font-size: 12px;	
	margin-top: 5px;
	margin-bottom: 10px;
	text-align: justify;
}

p.center {
	text-align: center;
}

.left {
	width: 120px;
	float: left;
	text-align: left;
	height: 1.3em;
	color: #808080;
	padding-top: 5px;
}

.right {
	text-align: left;
	margin-left: 80px;
}


span.achievement-text {
	font-weight: bold;
	position: relative;
	top: -16px;
}

.achievement {
	background-color: #fefa68;
	color: red;
	direction: ltr;
	text-shadow: #a9a9a9 3px 3px 10px;
}


/* Style The Dropdown Button */
.dropbtn {
    background-color: #ccc;
    color: black;
    padding: 7px;
    font-size: 14px;
    border: none;
    cursor: pointer;
}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {
    background-color: #5C8BC6;
    color: white;
    cursor: pointer;
}

#userlink {
	position: absolute;
	right:0px;
}


/* The container <div> - needed to position the dropdown content */
.dropdown {
    position: relative;
    display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    cursor: pointer;
}

/* Links inside the dropdown */
.dropdown-content a {
    color: black;
    padding: 12px 16px;
    font-size: 12px;
    text-decoration: none;
    display: block;
    cursor: pointer;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {background-color: #5C8BC6;}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
    display: block;
}

#header {
	height: 0px;
}

.footer-box {
	bottom: 5px;
	font-size: x-small;
	text-align: center;
	width: 100%;
	/*visibility: hidden;*/
}


/* Grid/card for mephisto book */
@media (min-width: 620px) {
  main {
    column-count: 2;
    column-gap: 20px;
  }
  
 section {
    break-inside: avoid;
  }
}

@media (min-width: 960px) {
  main {
     column-count: 3;
  }
}

img.grid {
	width: 200px;
}


/*Login page */
#login {
}

