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

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

.firstheading {
	margin: 0px;
}

.header-title {
	display: block;
	padding-top: 20px;
}

.home-content {
	text-align: center;
	margin: auto;
	margin-top: 200px;
}

.wrap {
	text-align: center;
}

.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: 70px;
	background-color: #333333;
	color: white;
	text-align: left;
}


#toctitle i {
	font-size: 30px;
	margin-left: 10%;
}

/*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;
	border: none;
	background-color: transparent;
}


#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 {

}



hr {
	padding-top:  
}

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

.item-info {
	padding: 15px 20px 20px 20px;
	margin-bottom: 20px;
	background-color: #f2f2f2;
}

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

select {
	margin-bottom: 20px;
	background-color: white;
	width: 100%;
	border-radius: 0px;
	height: 30px;
	margin-top: 5px;
}

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

.check {
	display: inline;
	width: auto;
	margin: 0px;
}

.submit {
	margin-top: 20px;
	width: 100%;
	background-color: #333333;
	border: none;
	height: 50px;
	color: white;
	font-size: 16px;
}

.archive {
	padding: 0px 16px 0px 16px;
	display: block;
	margin: auto;
}

.item-post {
	padding: 10px;
	display: inline-block;
	float: left;

}

.item-post img {

}

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

footer {
	margin-top: 120px;
	text-align: center;
	width: 100%;
	color: gr

}

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

#search {
	background-color: #c1c1c1;
}

.container-1{
  width: 100%;
  position: relative;
  padding-bottom: 30px;
  vertical-align: middle;
}

.container-1 input#search{
  width: 100%;
  height: 50px;
  background: #ffffff;
  border: none;
  font-size: 10pt;
  float: left;
  color: #63717f;
  padding-left: 45px;

}

.container-1 .icon{
  position: absolute;
  top: 50%;
  margin-left: 17px;
  margin-top: 5px;
  z-index: 1;
  color: #4f5b66;
}

@media (min-width: 800px) {
	.home-content {
		width: 50%;
		margin: auto;
		margin-top: 300px;
	}
	.item-info, .archive {
		width: 70%;
		margin: auto;
		margin-bottom: 20px;
	}
	.page-title {
		width: 70%;
		margin: auto;
		margin-top: 100px;		

	}
	.more-info {
		display: block;
		float: right;
	}

	}


