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: 15px;
	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: 8px;
	text-transform: uppercase;
	color: #85CEBF;
	letter-spacing: 3px;
	text-align: center;
	line-height: .55px;	
	margin-top: 8px;
	padding-bottom: 7px;
}

.number_of_found {
	font-size: 13px;
	color: #85CEBF;

}

.i_lost {
	background-color: #B092C4;
	background-image: url("small_pattern-03.png");
	background-size: cover;
	background-repeat: no-repeat;
	height: 50%;
	width: 100%;
	top: 0%;
	position: absolute;
}

.i_found {
	background-color: #E9EDF7;
	background-image: url("small_pattern-02.png");
	background-size: cover;
	background-repeat: no-repeat;
	height: 50%;
	width: 100%;
	top: 50%;
	position: absolute;
}	


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

.i_lost_type a {
	color: #2B333E;
}
.i_lost_type a:visited {
	color: #2B333E;
}

/*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: 768px) and (max-width: 1024px) {

  .i_lost {
    
    background: url(mobile_pattern-03.png); 
    background-size: cover;
    background-repeat: no-repeat;
  }


.i_found {
    
    background: url(mobile_pattern-02.png); 
    background-size: cover;
    background-repeat: no-repeat;
  }
}

@media (min-width: 1025px) and (max-width: 2000px) {

  .i_lost {
    
    background: url(mobile_pattern-03.png); 
    background-size: cover;
    background-repeat: no-repeat;
  }


.i_found {
    
    background: url(mobile_pattern-02.png); 
    background-size: cover;
    background-repeat: no-repeat;
  }
}


















