@import url(https://fonts.googleapis.com/css2?family=Open+Sans&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Open+Sans+Condensed:wght@700&display=swap);

body {
	background-color: #fafafa;
	font-family: "Open Sans", sans-serif;
	margin: 0px;
}

ul {
	list-style-type: none;
	padding-right: 40px;
}
li {
	background-color: white;
	padding: 20px;
	padding-left: 40px;
	margin: 0.5em;
	border-radius: 2px;
	border: 2px solid #f2f2f2;
	font-size: 1.5em;
	overflow-y: auto;
	overflow-x: hidden;
}

li a {
	text-decoration: none;
	color: black;
	width: 315px;
	display: inline-block;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	margin-top: 10px;
}
.buttons {
	float: right;
	margin-top: -10px;
	min-width: 100px;
	height: 100%;
	min-height: 50px;
	/* background-color: darkgray; */
	display: flex;
	justify-content: center;
}

.buttons button,
.buttons a,
.upload-button {
	min-height: 50px;
	/* flex-grow: 1; */
	min-width: 90px;
	/* border-radius: 15px; */
	border-radius: 2px;
	width: initial;
	margin-left: 10px;
	margin-right: 10px;
	border-width: 0;
	font-size: large;
	margin-right: 0px;
	cursor: pointer;
}

.buttons .edit {
	border: 1px solid #ff6026;
	background-color: white;
	color: #ff6026;
	padding-left: 40px;
	padding-right: 40px;
	margin: 0px;
}

.buttons .preview {
	border: 1px solid #ff6026;
	color: white;
	background-color: #ff6026;
	padding-left: 40px;
	padding-right: 40px;
	margin: 0px;
}

.new-project-button li {
	border: 1px solid #ff6026;
	color: #ff6026;
}

.new-project-button {
	text-decoration: none;
}

.title {
	background-color: #fafafa;
	border: none;
	font-weight: bold;
}

.logo {
	width: 200px;
	/* margin-left: 40px; */
	padding: 15px;
	/* padding-top: 10px;
	padding-bottom: 10px; */
	margin-left: calc(40px + 0.5em);
	background-color: #303030;
}

@media only screen and (max-width: 800px) {
	ul {
		padding-left: 0px;
		padding-right: 0px;
	}
	li {
		padding-left: 20px;
	}
	li a {
		text-decoration: none;
		color: black;
		display: block;
		margin-top: 0px;
	}

	.buttons {
		/* float: left; */
		margin-top: 5px;
		min-width: 100px;
		height: 100%;
		min-height: 50px;
		/* background-color: darkgray; */
		display: flex;
		justify-content: center;
	}

	.buttons button,
	.buttons a,
	.upload-button {
		min-height: 50px;
		/* flex-grow: 1; */
		min-width: 90px;
		/* border-radius: 15px; */
		margin-left: 0px;
		margin-right: 10px;
		border-width: 0;
		font-size: large;
	}
}
