html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*end of reset css*/


body {
	margin: 0 auto;
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	line-height: 1.7;
	color: #0F456D;
}

header {
	margin: 0;
	min-height: 90px;
}

.logo {
	margin: 15px;
	display: inline-block;
	float: left;
}

main {
	width: 100%;
	min-height: 70%;
}


li {
	display: inline;
	margin-right: 5%;
	margin-top: 2%;
	letter-spacing: 2px;
	font-size: 12px;
	float: right;
}


h1 {
	font-weight: 700;
	font-size: 40px;
	text-align: center;
	letter-spacing: 3px;

}

h2 {
	margin: 10%;
	font-weight: 700;
	font-size: 20px;
	letter-spacing: 3px;
	text-transform: uppercase;
	color: #0F456D;
}

a {
	text-decoration: none;
	
}
.navigation a {
	color: #0F456D;
}

.navigation a:visited {
	color: #0F456D;
}

.navigation a:hover {
	color: #D0DD28;
}

p {
	font-size: 14px;
	margin: 10%;
	line-height: 1.7;
	color: #0F456D;
	max-width: 60%;
}





/*Home page*/

.number_lost {
	text-transform: uppercase;	
	margin-top: 20%;
	font-size: 10px;
	letter-spacing: 3px;
	text-align: center;
	line-height: 2;	
}

.number_of_lost {
	font-size: 17px;
	color: #D0DD28;
}

.number_of_found {
	font-size: 17px;
	color: #0F456D;
}

.i_lost {
	background-color: #0F456D;
	height: 50%;
	width: 100%;
	top: 0%;
	position: absolute;
}

.i_found {
	background-color: #D0DD28;
	height: 50%;
	width: 100%;
	top: 50%;
	position: absolute;
}	


.i_lost_type {
	
	position: absolute;
	color: white;
  	top: 50%;
  	left: 50%;
 	transform: translate(-50%, -50%);
}

.i_lost_type a {
	color: white;
}
.i_lost_type a:visited {
	color: white;
}

/*Lost Page
*/

.refine_search {
	width: 23%;
	height: 100%;
	display: inline-block;

}

.lost_gallery {
	width: 75%;
	float: right;
}

.gallery_entry {
	width: 200px;
	height: 200px;
	display: inline-block;
	margin: 1%;
	background-color: #D0DD28;
}


.categories {
	margin: 5%;
	border: 1px solid #D0DD28;
	height: 2%;
	color: #D0DD28;
	padding: 5%;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 0.75rem;
	text-align: center;


}

.search {
	margin: 5%;
	border: 1px solid #D0DD28;
	height: 1%;
	color: #D0DD28;
	padding: 5%;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 0.75rem;
	text-align: center;
}

.slideshow {
	width: 100%;
	background-color: #D0DD28;
	height: 35%;
}





/*Responsive*/


@media (min-width: 1px) and (max-width: 640px) {

	.refine_search {
		width: 100%;
		height: auto;
		}	

	.categories {
		width: 30%;
		margin-right: auto;
		margin-top: 1%;
		display: inline-block;
		}	

	.lost_gallery {
		display: none;
		}
	
	}

	header {
		position: absolute;
	}

	.logo {
		display: none;
	}



@media (min-width: 641px) and (max-width: 3000px) {	

	.slideshow {
	display: none;
}




























