body {
	font-family: 'Roboto', sans-serif;
	margin: 20px;
}

h1 {
	font-size: 20px;
	text-align: left;
	margin: 20px;
	color: white;
}

.firstheading {
	margin: 0px;
}

.home-content {
	text-align: left;
	padding-top: 30px;
	margin-top: 150px;
}

.menu {
	display: none;
}

.active.menu {
	display: block;
}

#toc {
	top: 0px;
	box-shadow: 0px 10px 31px -6px rgba(0,0,0,0.37);
	position: fixed;
	left: 0px;
	width: 100%;
	z-index: 2;
	background-color: white;
}

#toctitle {
	width: 100%;
	height: 60px;
	background-color: #333333;
	color: white;
	text-align: center;
}


#toctitle i {
	font-size: 20px;
	margin-right: 20px;
}

/*nav {
	margin-top: 70px;
}*/

.nav-primary {
	font-weight: bold;
}

li {
	list-style-type: none;
	padding: 5px;
}

li a {
	text-decoration: none;
	color: #262626;
}


.title-button {
	padding: 16px;
	font-size: 80px;
	font-weight: 800;
}

#lost, #found {
	text-decoration: underline;
}

#and {
	font-weight: 300;
	padding: 0px;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    z-index: 1;
    padding-left: 20px;
}

.dropdown-content a {
    color: black;
    text-decoration: none;
    padding-right: 10px;
}

.dropdown-content a:hover {background-color: #f1f1f1}

.dropdown:hover .dropdown-content {
    display: block;
}

button {
	border: none;
	background-color: transparent;
}



.page-title {
	margin-top: 100px;
	margin-bottom: 0px;
	padding: 16px;
	font-size: 40px;
	font-weight: 800;
	text-decoration: underline;
}

.item-info {
	padding: 0px 16px 0px 16px;
}

textarea {
	width: 100%;
	border: 1px solid #bcbcbc;	
}

input {
	width: 100%;
	height: 30px;
	border: 1px solid #bcbcbc;
	margin-bottom: 20px;
}

.archive {
	padding: 0px 16px 0px 16px;
}

.item-post {
	margin-top: 30px;
}

.item-post img {
	width: 100%;
}

.lost-post {
	background-color: #f2f2f2;
	padding: 10px;
	margin-top: 30px;
}

/*footer img {
	width: 40px;
	height: 40px;
	margin: auto;
	display: block;

}*/

.centered {
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
