body {
	font-family: 'Raleway', sans-serif;
	max-width: 98%;
	margin: 0;
	overflow-x: hidden;
	color: white;
	background-color: #f7b733;
}

a {
	text-decoration: none;
	color: white;
	transition: 0.1s;
}

a:hover {
	color: #dfdce3;
}

	a#submit:hover {
			color: #4abdac;
		}


section.title { /*this is the title bar*/
	display: inline-block;
	background-color: #4abdac;
	width: 100%;
	height: 10%;
	margin: auto;
	padding: 15px 20px;
}

	div.title {
		display: inline-block;
		color: white;
	}

	div#search {
		display: inline-block;
		font-size: 2em;
		color: white;
		float: left;
		transition: 0.2s;
		padding: 25px 15px 0px 0px;
	}

		div#search:hover {
			color: #dfdce3;
		}

	form#searchbar {
		display: none;
		padding: 20px 5px;
		width: 115%;
	}

		form#searchbar h4 {
			margin-top: 0;
			margin-bottom: 0;
			padding-bottom: 5px;
		}

	input[type=text] {
		display: block;
		box-sizing: border-box;
		border: 3px solid rgb(255,255,255);
		border-radius: 2px;
		color: #727375;
		font-family: 'Raleway', sans-serif;
		font-weight: 700;
		background-color: #dfdce3;
	}

	a#tag {
		box-sizing: border-box;
		border-radius: 5px;
		background-color: #f7b733;
		color: white;
		margin-bottom: 3px;
		padding: 1px 4px;
	}

	a.closesearch {
		font-size: 1.5em;
		float: right;
		padding-bottom: 10px;
	}

	div#header {
		display: inline-block;
		padding-left: 20px;
	}

		h1 {
			text-transform: uppercase;
			margin: auto;
			font-family: 'Oswald', sans-serif;
			font-size: 2.5em;
			font-weight: 700;
		}

		h3 {
			text-transform: lowercase;
			margin: auto;
			font-weight: 500;
			font-size: 1.5em;
		}

		div.icons {
			display: inline-block;
			float: right;
			margin: auto;
			padding: 25px 15px 0px 0px;
			font-size: 2em;
			color: white;
			transition: 0.1s;
		}

			div.icons:hover {
				/*color: #dfdce3;*/
			}

	div#info {
		display: none;
		margin: 0;
		padding: 15px 5px;
	}

	div#info h3 {
		font-size: 1.4em;
		text-transform: lowercase;
		padding: 5px 0px;
		margin: 0;
		font-weight: 700;
	}

	div#info h4 {
		font-size: 1.1em;
		text-transform: lowercase;
		margin: 0;
		padding: 5px 0px;
	}

	div#info ul {
		font-size: 0.8em
		text-transform: lowercase;
		margin: 0;
	}

	div#info p {
		margin: 0px;
		text-indent: 40px;
	}

	a.closeinfo {
		float: right;
		position: relative;
		padding: 0px 20px 0px 20px;
		font-size: 1.5em;
	}



section.home {
	display: block;
	font-size: 3em;
	font-weight: 700;
	color: white;
	width: 104%;
}
		
	section.home div{
		min-height: 900px;
    	position: relative;
    	width: calc(50% - 30px);
    	transition: 0.3s;
	}

	div.right {
		background-color: #fc4a1a;
		float: right;
	}

		div.right:hover {
			opacity: 0.7;
		}

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

		div.left:hover {
			opacity: 0.7;
		}

		.left:after, .right:before {
		    content:'';
		    position: absolute;
		    top: 0;
		    width: 0;
		    height: 0;
		}

		.left:after {
		    left: 100%;
		    border-top: 900px solid #f7b733;
		    border-right: 50px solid transparent;
		}

			.left:after:hover {
				opacity: 0.7;
			}

		.right:before {
		    right: 100%;
		    border-bottom: 900px solid #fc4a1a;
		    border-left: 50px solid transparent;
		}

			.right:before:hover {
				opacity: 0.7;
			}

	div.right p, div.left p {
		text-align: center;
		padding: 225px 0px;
	}

section.container {
/*	display: block;
	margin: auto;
	text-align: center;*/
	background-color: #f7b733;
}

section.form{
	display: block;
	margin: auto;
}

	div#button {
		display: inline-block;
		height: 40px;
		box-sizing: border-box;
		border-radius: 4px;
		box-shadow: 2px 2px 10px;
		margin: auto;
		margin-top: 30px;
		margin-left: calc(50% - 100px);
		padding: 0px 30px 7px 30px;
		background-color: #fc4a1a;
		color: rgb(255,255,255);
		font-size: 18px;
		font-weight: 500;
		font-family: 'Oswald', sans-serif;
		list-style-type: none;
		text-transform: lowercase;
		transition: 0.2s;
	}

		div#button:hover {
			background-color: #dfdce3;
			color: #4abdac;
		}

	input[type=submit] {
		display: inline-block;
		height: 30px;
		box-sizing: border-box;
		border-radius: 4px;
		margin: auto;
		margin-top: 30px;
		margin-left: calc(50% - 60px);
		margin-bottom: 15px;
		padding: 0px 30px 7px 30px;
		background-color: #fc4a1a;
		color: rgb(255,255,255);
		font-size: 18px;
		font-weight: 500;
		font-family: 'Oswald', sans-serif;
		list-style-type: none;
		text-transform: lowercase;
		transition: 0.2s;
	}

		a#submit:hover {
			color: #4abdac;
		}
	

	form#form { /*this will toggle show in java script when press button*/
		display: none;
		min-height: 200px;
		min-width: 300px;
		box-sizing: border-box;
		border-radius: 5px;
		box-shadow: 2px 2px 10px;
		margin: auto;
		margin-top: 20px;
		margin-bottom: 20px;
		margin-left: 2%;
		margin-right: 2%;
		background-color: #4abdac;
		list-style-type: none;
	}

	input[type=text] {
		display: block;
		width: 95%;
		height: 25px;
		box-sizing: border-box;
		border: 2px solid rgb(255,255,255);
		background-color: #dfdce3;
		margin: 5px 0px;

	}

	ul {
		list-style-type: none;
	}

section.post { 
	display: block;
	min-width: 80%;
	max-width: 85%;
	background-color: #f7b733;
	margin: auto;
	margin-bottom: 20px;
	margin-top: 30px;
	margin-left: calc(29% - 100px);
}

img {
	display: inline;
	width: 50px;
	height: 50px;
	margin-right: 10px;
	border-radius: 5px;
	border: 1px solid #fc4a1a;
	vertical-align: middle;
}

	section.post h2 {
		display: inline;
		font-size: 2.5em;
		text-transform: uppercase;
		font-family: 'Oswald', sans-serif;
		margin: auto;
	}

	div.post {
		display: block;
		border: 2px solid rgb(255,255,255);
		border-radius: 5px;
		margin: auto;
		margin-top: 5px;
		margin-bottom: 15px;
		margin-right: 40px;
		background-color: #fc4a1a;
		padding: 20px;
		min-height: 300px;
		float: left;
		overflow: hidden;
		box-sizing: border-box;
	}

	div#closed-post {
		min-height: 100px;
		padding-right: 79px;
	}

	div#open-post {
		display: none;
	}

	div#open-post img {
		width: 100%;
		height: 100%;
		padding-bottom: 10px;
	}

	div.post h2 {
		display: inline;
		font-size: 2em;
		font-family: 'Raleway', sans-serif;
		text-transform: uppercase;
		font-weight: 700;
		padding: 0px 0px;
	}

	div.post ul {
		padding-left: 0px;
		text-transform: lowercase;
	}

form#found input[type=submit] {
	display: inline-block;
	float: right;
	height: 23px;
	box-sizing: border-box;
	border-radius: 4px;
	margin: auto;
	margin-top: 30px;
	margin-left: 42%;
	padding: 3px 20px 7px 20px;
	background-color: #f7b733;
	color: rgb(255,255,255);
	font-size: 0.9em;
	font-weight: 700;
	font-family: 'Raleway', sans-serif;
	text-transform: uppercase;
	transition: 0.1s;
}


form#found:hover {
	background-color: #dfdce3;
	color: #4abdac;
}








