body {
	font-family: "Source Sans Pro", sans-serif;
	padding: 0;
	margin: 0;
	color: black;
	background: #d8e5e5;
}

.clearfix:after {
	content:'';
	display: table;
	width: 100%;
	clear: both;
}

header {
	background-color: #fed136; 
}

div {
	box-sizing: border-box;
}

.container {
	width: 930px;
	margin: 0 auto;
}

.logo {
	margin-top: 0px;
	float: left;
	height: 100px;
}

nav {
	float: right;
	margin-top: 38px;
}

.menu li a:hover {
	text-decoration: underline;
	color: black;

}

.menu {
	padding: 0;
	margin: 0;
	display: block;
}

.menu li {
	float: left;
	display: block;
	margin-right: 41px;
}

.menu a {
	color: #6b5400;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 24px;
}

#bg_w {
	background: url(../img/memphis-colorful.png);
}

.titles__first {
	padding-top: 35px;
	font-size: 50px;
	color: black;
	text-transform: uppercase;
	text-align: center;
	margin-top: 0px;
}

#pad {
	padding-bottom: 15px; 
}

h1 {
	font-size: 75px;
	color: black;
	text-transform: uppercase;
	text-align: center;
	margin: 15px;
}

h2 {
	font-size: 40px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
	margin: 0;
}

h5 {
	font-size: 18px;
	color: black;
	text-transform: uppercase;
	text-align: center;
	margin: 15px;

}

h3 {
	font-size: 24px;
	color: black;
	text-transform: uppercase;
	text-align: center;
	margin: 15px;
}

.button {
	background: #fed136;
	color: black;
	border-radius: 13px;
	display: block;
	width: 240px;
	padding: 15px 0;
	margin: 0 auto;
	text-decoration: none;
	text-align: center;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 18px;
	margin-top: 50px;
}

.button2 {
	background: #fed136;
	color: black;
	border-radius: 13px;
	display: block;
	width: 290px;
	padding: 15px 0;
	margin: 0 auto;
	text-decoration: none;
	text-align: center;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 18px;
	margin-top: 20px;
}

#services {
	background: #e5ffe5;
}

.title {
	padding-top: 40px;
}

p {
	padding-top: 20px;
	margin-top: 5px; 
	padding-bottom: 20px; 
	color: black;
	text-align: center;
	font-size: 28px;
	text-transform: uppercase;
}

.services_item {
	width: 270px;
	float: left;
	text-align: center;
}

.services_item h2 {
	font-size: 18px;
	color: black;
	margin-bottom: 5px; 
}

.services_item p {
	line-height: 1.55em;
	color: black;
	font-size: 14px;
}

.services_item:last-child {
	float: right;
}

.services_item:nth-child(2) {
	margin-left: 60px; 
}

.services {
	margin-top: 50px; 
}

#portfolio {
	background: #d59df4;
	padding-bottom: 50px;
}


#services {
	padding-bottom: 50px;
}

.works {
	margin-top: 40px;
}

.works a {
	float: left;
}

.works a:nth-child(2) {
margin-left: 78px;
}

.works a:first-child{
	float: left;
}

.works a:last-child {
	float: right;
}

#samsung {
	background: #d8e5e5;
}

hr {
	padding: 0;
	margin: 0;
}

#copi {
	font-size: 14px;
	text-transform: uppercase;
	margin: 10px;
	padding: 0;
}

#click {
	color: black;
}

#click a {
	text-decoration: none;
	color: red;
}