html{
	font-family: 'Source Sans Pro', sans-serif;
}

body{
	margin: 0 auto;
}

#back-to-top{
	position: fixed;
	right: 0;
	bottom: 0;
	font-size: 24pt;
	color: grey;
	border: none;
	background-color: transparent;
}

.menu{
	position: relative;
	width: 100%;
	padding-top: 5%;
}

.active.menu{
	background-color: rgb(89, 89, 89);
}

.menu-content{
	text-align: center;
	background-color: rgb(89, 89, 89);
	display: none;
	padding: 20px 0%;

}

.menu-content li{
	list-style-type: none;
}

.menu-content ul{
	padding: 0;
	margin: 0 auto;
}

.menu-content a{
	text-decoration: none;
	color: black;
	font-size: 16pt;
	color: white;
	line-height: 40pt;

}

.active.menu-content{
	display: block;
}

.hamburger {
	font-size: 20pt;
	color: black;
	padding-top: 5%;
	padding-left: 10%;
	z-index: 100;
	display: inline;
}

#logo{
	margin: 0 auto;
	position: relative;
	padding: 0% 10%;
	float: right;
	background-color: transparent;
	border:none;
}

#logo a{
	text-decoration: none;
	font-weight: bold;
	color: black;
	font-size: 16pt;
}

/*Home page Style*/
.home-content a{
	text-decoration: none;
	color: white;
	z-index: 500;
}

.lost-side{
	width: 100%;
	height: 50%;
	background-color: gray;
	font-size: 40pt;
	color: white;
	margin: 0 auto;
	padding: 6% 0 6% 0;
	text-align: center;
}

.about-text{
	width: 90%;
	margin: 0 auto;
	color: gray;

}

p a{
	text-decoration: none;
	color: white;
}

.found-side{
	width: 100%;
	height: 50%;
	background-color: rgba(0,0,0, 0.7);
	font-size: 40pt;
	color: white;
	margin: 0 auto;
	padding: 6% 0 6% 0;
	box-sizing: 50%;
	text-align: center;
}

/*About Page style*/
.page-content{
	max-width: 80%;
	margin: 0 auto;
}

h1{
	padding: 80px 0 10px 0;
	font-weight: bold;
	font-size: 30pt;
	text-align: center;
	margin: 0 auto;
}

h2{
	font-size: 15pt;
	text-align: center;
	margin: 0 auto;

}

.page-content h2{
	font-size: 16pt;
	text-align: left;
	padding-top: 10px;
	text-align: center;
}

h2+p{
	padding-top: 20px;
}


.title{
	color: grey;
	line-height: 12pt;
	padding: 5px;
	margin: 0;
	text-align: left;
	width: 100%;
	display: inline-block;
}

.date{
	color: grey;
	line-height: 12pt;
	padding: 5px 0px;
	margin: 0;
	text-align: left;
	width: 100%;
	display: inline-block;

}


img{
	width: 100%;
	height: auto;
	padding-top: 20px;
	margin: 0;
}


.contact-icon{
	float: right;
	display: inline-block;
	color: grey;
}

#post{
	margin: 80px 0px 100px 0px;
	padding: 10px 30px;
	text-align: center;
	width: 100%;
	box-sizing: border-box;
	border-radius: 50px;
	background-color: grey;
	

}

#post a{
	text-decoration: none;
	color: black;
	font-size: 9pt;
	color: white;
	line-height: 12pt;

}

.submission p{
	text-align: left;
	width: 100%;
	line-height: 25pt;
}

.item-info{
	color: grey;
	line-height: 15pt;
	padding: 5px;
	margin: 0;
	text-align: left;
	width: 100%;
	display: inline-block;
}

img+p{
	margin-top: 0;
}

.next-page-button{
	text-align: center;
	padding: 5%;
}

.next-page-button a{
	text-decoration: none;
	color: white;
	background-color: gray;
	border-radius: 5px;
	padding: 5px;

}

.search-item form{
	padding-top: 35px;
}

input{
	padding: 5px 0px;
	width: 100%;
	border: 1px solid gray;
	border-radius: 5px;


}

.contact-message input{
	height: 50px;
	width: 100%;
	border: 1px solid gray;
	border-radius: 5px;
}

.post-form form{
	padding-top: 10px;

}

/* Desktops and laptops ----------- */
@media only screen  and (min-width : 1100px) {

.about-content{
	width: 65%;
	text-align: center;
	margin: 0 auto;
}

.lost-side{
	width: 50%;
	margin: 0;
	float: left;
	padding: 20% 0%;
	
}

.found-side{
	width: 50%;
	margin: 0;
	float: right;
	padding: 20% 0%;
	
}

.page-content{
	text-align: center;
	max-width: 70%;
	padding-bottom: 40px;
}


.item{
	width: 30%;
	display: inline-block;
	padding: 10px;
}

.archive-page{
	width: 45%;
	display: inline-block;
	padding-right: 40px;
	text-align: left;
}


.found-post-img{
	width: 45%;
	display: inline-block;
	padding-right: 40px;
	text-align: left;
}

.post-form-info{
	width: 50%;
	display: inline-block;
	text-align: left;
}

.form{
	padding-top: 8%;
}

.item-content{
	width: 70%;
	margin: 0 auto;
	padding-bottom: 40px;
}

.item-page{
	width: 45%;
	display: inline-block;
	padding-right: 40px;
	text-align: left;
}

.item-info{
	width: 45%;
	display: inline-block;
	text-align: left;
}

}



