.box {
	height: 100vh;
	overflow-y: hidden;
}
div.color-1 {
	background-color: #f7b733;
}

div.color-2 {
	height: 90vh;
	background-color: #fc4a1a;
}

div.background {
	background-color: #f7b733;
}

.font-1 {
	font-family: 'Oswald', sans-serif;
	font-weight: 700;
}

.font-2 {
	font-family: 'Raleway', sans-serif;
	font-weight: 600;
}

div.margin {
	margin-bottom: 0;
}

div.header {
	height: 110px;
	padding: 0px;
	background-color: #4abdac;
}

h3.padding {
	margin-top: 10px;
	color: white;
}

h1.padding {
	padding-top: 250px;
}

button.style {
	color: white;
	background-color: #fc4a1a;
	font-family: 'Oswald', sans-serif;
	font-weight: 400;
	margin-top: 20px;
	margin-bottom: 5px;
	border-color: white;
}

button.style:hover {
	color: #fc4a1a;
	background-color: #dfdce3;
	border-color: white;
}

div.upload-photo {
	font-family: 'Raleway', sans-serif;
}

h1.title {
	display: block;
	margin: auto;
	margin-top: 20px;
	width: 50%;
	font-family: 'Oswald', sans-serif;
	text-transform: uppercase;
	font-weight: 700;
	color: white;
}

div.post-style {
	margin: auto;
	margin-top: 20px;
	width: 50%;
	border: 2px solid rgb(255,255,255);
	border-radius: 5px;
	background-color: #fc4a1a;
}

	div.closed-post-style img{
		width: 50px;
		display: inline-block;
		margin-left: 20px;
		margin-right: 10px;
		margin-bottom: 10px;
	}

	div.closed-post-style h2 {
		display: inline-block;
		color: white;
		text-align: center;
		text-transform: uppercase;
		font-family: 'Oswald', sans-serif;
		font-weight: 700;
		margin-top: 30px;
	}

	div.closed-post-style h2:hover {
		color: #dfdce3;
	}

	div.open-post-style ul {
		font-family: 'Raleway', sans-serif;
		color: white;
	}

div.claim-form {
	box-sizing: border-box;
	padding: 10px 10px;
	color: white;
}

form.style {
	color: white;
}

a {
	color: white;
}

a:hover {
	text-decoration: none;
	color: #dfdce3;
}

a:active {
	color: white;
}