* {
	margin: 0;
	font-family: Roboto,Arial,sans-serif;
	font-weight: bold;
}

body {
	background-image: url(/background.png);
	background-position: top center;
	background-size: cover;
	background-repeat: no-repeat;
	color: #dcddde;
}

header {
	width: 100%;
	height: 70px;
	color: white;
	background-color: #111111;
}
.paragraph {
	text-align: left;
	text-indent: 30px;
	line-height:1.3em;
}

.logo {
	float: left;
	font-size: 25px;
	margin-left: 30px;
	height: 70px;
	display: flex;
	align-items: center;
}

.menu {
	float: right;
	margin-right: 10px;
	text-decoration: none;
	height: 70px;
	display: flex;
	align-items: center;
}

.menu a {
	text-decoration: none;
	margin-right: 20px;
	color: white;
}

.log-in {
	font-size: 14px;
	color: white;
	background-color: #7289da;
	width: 80px;
	height: 40px;
	border-radius: 5px;
	border: None;
}

.log-in:hover {
	cursor: pointer;
}
.button {
	display:block;
        padding: 10px;
        border-radius: 5px;
        background-color: #7289da;
        border: 1px solid #202225;
        text-decoration: none;
        color: white;
}
.button:hover {
        background-color: #7289ff;
        cursor: pointer;
}
.fileButton {
	width:85px;
	height:65px;
	text-overflow:ellipsis;
	overflow:hidden;
	word-break:break-all;
}
.deleteButton {
	display:inline-block;
        width:100%;
}
.deleteButton:hover {
	background-color: rgba(200, 0, 0, 1);
}
.copyButton {
	display:inline-block;
	width:100%;
	margin-top:5px;
	margin-bottom:5px;
}
.thumb {
	max-width:100%;
	max-height:100%;
}
.fileContainer {
	float:left;
	margin:15px;
	padding:6px;
	background-color: rgba(255, 255, 255, 0.2);
	border-radius:5px;
}
.response-block {
	margin: 15px;
	padding: .5em;
	word-wrap: break-word;
	width: 90%;
	background-color: #2f3136;
	border: 1px solid #202225;
	color: #b9bbbe;
}
#errorMessage {
        text-align: center;
        max-width:750px;
        background-color: rgba(0, 0, 0, 0.7);
        padding: 10px;
        margin: 0 auto;
        margin-top:20px;
}
#goToGallery {
	width: 300px;
	margin:0 auto;
	margin-top:20px;
	padding: 10px;
	border-radius: 5px;
	background-color: #7289da;
	border: 1px solid #202225;
}
#goToGallery:hover {
	background-color: #7289ff;
	cursor: pointer;
}
#goToGallery a {
        text-decoration: none;
        margin-right: 20px;
        color: white;
}
.fileList {
	position:relative:
	clear:both;
	width:100%;
	overflow:auto;
}
.fileCount {
	clear:both;
	width:100%;
}
.mainDiv {
	text-align: center;
	max-width:750px;
	background-color: rgba(0, 0, 0, 0.7);
	padding: 10px;
	margin: 0 auto;
	margin-top:20px;
}
.userIcon {
	margin: 0 auto;
	border-radius:90px;
}
