.body {
	margin:0;
	font-family:sans-serif;
}

h1 {
	color:#C7F464;
}

h2 {
	color:#FF6B6B;
}

h3 {
 	color:#FF6B6B;
}

a {
	text-decoration:none;
}

input {
	height:50px;
	width:200px;
	padding:15px;
	border:none;
}

textarea {
	border:none;
}

.section-l {
	width:100%;
	background:#FFFFFF;
}

.section-l h1 {
	color:#C44D58;
}

.section-l img {
	float:left;
	margin-right:25px;
	margin-bottom:25px;
	box-shadow: 0px 0px 5px #555753;
}

.section-d {
	width:100%;
	background:#556270;
	color:#FFFFFF;
}

.section-d h1 {
	color:#C7F464;
}

.section-d img {
	float:right;
	margin-left:25px;
	margin-bottom:25px;
	box-shadow: 0px 0px 5px black;
}

.container {
	width:900px;
	margin:auto;
	overflow:hidden;
	padding:10px;
}

.box {
	width:290px;
	height:200px;
	margin:5px;
	color:red;
	float:left;
	background-size:contain;
	background-repeat:no-repeat;
	box-shadow: 0px 0px 5px #555753;
}

.box:hover {
	opacity:0.6;
}

.box .caption {
	width:290px;
	height:45px;
	margin-top:155px;
	background:black;
	opacity:0.8;
}

.box .caption h1 {
	color:white;
	font-size:16px;
	padding:13px;
}

.logo {
	width:290px;
	height:100px;
	margin-left:5px;
	margin-top:5px;
	float:left;
	font-size:10px;
	background-image:url("logo.png");
	background-size:contain;
	background-repeat:no-repeat;
}

.menu {
	width:590px;
	line-height:50px;
	margin-left:10px;
	margin-top:50px;
	text-align:right;
	float:left;
}

.menu a {
	padding:10px;
	color:#C7F464;
	font-size:18px;
	font-weight:bold;
	text-decoration:none;
}

.menu a:hover {
	color:#C44D58;
}
