body, html {
	width: 100%;
	margin: 0;
	padding: 0;
	overflow-x: hidden;
}

body {
	margin-left: auto;
	margin-right: auto;
	font-family: 'Work Sans', sans-serif;
	max-width: 1100px;

}

#lost {
	background-color: black;
	color: white;
}

#found {
	background-color: white;
	color: black;
}

#detaillost {
	background-color: black;
	color: white;
}

#detailfound {
	background-color: white;
	color: black;
}

#formlost {
	background-color: black;
	color: white;
	width: 88%;
}

#formfound {
	width: 88%;
}

 h1 {
	font-weight: 400;
	text-align: center;
	font-size: 3em;
	padding-top: 5%;
	letter-spacing: -1px;
	color: white;
	text-transform: none;
}

#frontpage h1 {
	font-weight: 400;
	text-align: center;
	font-size: 3em;
	padding-top: 20%;
	letter-spacing: -1px;
}

#found h1 {
	color: black;
}

#formfound h1 {
	color: black;
}

h2 {
	font-weight: 400;
	text-align: center;
	width: 88%;
	font-size: 1.1em;
	margin: auto;
	letter-spacing: -1;
	padding-bottom: 15px;
	color: white;
}

#found h2 {
	color: black;
}

#detaillost h2 {
	font-weight: 500;
	text-align: left;
	font-size: 1.6em;
	text-align: left;
	margin: auto;
	padding-top: 36px;
	padding-bottom: 12px;
	width: 88%;

}

#detailfound h2 {
	font-weight: 500;
	text-align: left;
	font-size: 1.6em;
	text-align: left;
	margin: auto;
	padding-top: 36px;
	padding-bottom: 12px;
	color: black;
	width: 88%;

}

h3 {
	font-weight: 500;
	text-align: left;
	font-size: 1.6em;
	margin: auto;
	padding-top: 12px;
	padding-left: 12px;
}

#detaillost h3 {
	font-weight: 400;
	text-align: left;
	padding-left: 12px;
	font-size: 1.1em;
	margin: auto;
	letter-spacing: -1;
	padding-bottom: 5px;
	color: #bbb;
	width: 88%;
}

#detailfound h3 {
	font-weight: 400;
	text-align: left;
	padding-left: 12px;
	font-size: 1.1em;
	margin: auto;
	letter-spacing: -1;
	padding-bottom: 5px;
	color: #bbb;
	width: 88%;
}

p {
	font-weight: 400;
	text-align: left;
	padding-left: 12px;
	font-size: 1.3em;
	line-height: 1.4em;
	margin: auto;
	letter-spacing: -1;
	padding-bottom: 15px;
	padding-top: 15px;
	width: 88%;
}

a {
	text-decoration: none;
	color: inherit;
}

.myButton {
	background-color:#fff;
	display:inline-block;
	cursor:pointer;
	color:#000;
	font-family: 'Work Sans', sans-serif;
	font-weight: 500;
	font-size:14px;
	padding:16px 24px;
	text-decoration:none;
	text-align: center;
	margin-top: 20px;

}

#found .myButton {
	background-color: black;
	color: white;
}

#detailfound .myButton {
	background-color: black;
	color: white;
}

#formfound .myButton {
	background-color: black;
	color: white;
}

#button {
	text-align: center;
	padding-bottom: 10px;
}

.box {
	width: 88%;
	height: auto;
	background-color: #777;
	margin: auto;
	padding-bottom: 180px;
	margin-bottom: 10px;
}

#detaillost .box {
	width: 88%;
	height: auto;
	background-color: #eee;
	margin: auto;
	padding-bottom: 200px;
	margin-bottom: 10px;
}
}

#found .box {
	background-color: #eee;
}

input[type=text], select {
	width: 88%;
	padding: 12px 20px;
	margin: 8px 0;
	display: inline-block;
	border: 1px solid #ccc;
	border-radius: 4px;
	box-sizing: border-box;
}

.first-found {
	width: 100%;
	height: 50%;
	background-color: white;
	color: black;
	position: fixed;
}

.first-lost {
	width: 100%;
	height: 50%;
	background-color: black;
	color: white;
	position: fixed;
	bottom: 0;
}

input[type=text], select {
    width: 88%;
    padding: 12px 20px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
}