body {
	background-color: #ebebe0;
}

.header {
	height: 40px;
	width: 100%;
	position: fixed;
	z-index: 2;
	top:0px;
	left:0px;
	background-color: lightblue;
	margin: 0px;
	margin-bottom: 20px;
	padding: 0px;
	text-align: center;
}
.user{
	float: right;
	text-decoration: none;
	color: gray;
	opacity: 0.3;
	position: relative;
}

#menu {
	list-style-type: none;
    list-style-type: none;
	font-weight: bold;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: #3399ff;
	width: 100%;
}
#menu h1{
	margin: 0px;
	padding: 5px 20px 5px 20px;
	vertical-align: middle;
}
#menu li a {
    display: block;
    color: black;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
	width: auto;
}

#menu li a:hover {
    background-color: #0066ff;
}

#menu li {
    float: left;
}

#menu li .selected {
    background-color: #0066ff;
}

.block {
	margin: 40px auto;
	position: relative;
	width: 80%;
	background-color: white;
	padding: 10px 20px;
}
.block img{
	max-width: 100%;
	max-height: 800px;
	margin: 5px;
}

.imageset {
	width: 100%;
	height: auto;
}

.imageset img {
	max-width: 280px;
	display: inline-flex;
	flex: flex;
	vertical-align: middle;
}

.bold {
	font-weight: bold;
}
.copy {
	text-align: center;
}
.copy a {
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	color: black;
}

.uploading{
	color: black;
	height: 40px;
	width: 100%;
	margin: 5px;
}
.uploaded{
	margin: 8px;
	height: 250px;
    width: 300px;
    background-size: contain;
    background-repeat: no-repeat;
	display: inline-flex;
}
.uploaded #progress{
	display:none;
}
#progress{
	color: #3399ff;
}
