body {
	top              : 0;
	left             : 0;
	margin           : 0;
	padding          : 0;
	background-color : #d2cecb;
/*	background       : radial-gradient(ellipse at center, #d2cecb 0%,#fbfbfb 100%); */
	background       : url(../image/bg.png);
	font-family      : "Arial Black", Gadget, sans-serif;
}
	.text_red {
		color : #873737;
	}
	.text_dark_brown {
		color : #786b62;
	}
	.text_light_brown {
		color : #a39890;
	}

header {
	margin-top : 9%;
	text-align : center;
}	
	h1 {
		margin : 0 0 15px 0;
	}
		h1 a {
			font-size       : 52px;
			font-weight     : 800;
			text-decoration : none;
		}
		h1 img {
			border : none;
		}
	header h2 {
		margin      : 0;
		font-size   : 35px;
		font-weight : 800;
	}
	
.shortenBox	{
	margin     : 20px 0 0 0;
	text-align : center;
}
	#urlToShorten {
		width            : 470px;
		margin           : 0;
		padding          : 12px;
		font-size        : 19px;
		font-weight      : 500;
		font-style       : italic;
		color            : #a39890;
		background-color : #e8e7e6;
		border           : solid 1px #a39890;
		border-radius    : 3px 0 0 3px;
		border-right     : none;
	}
	#shortenBtn {
		margin           : 0;
		padding          : 12px 24px;
		font-size        : 19px;
		font-weight      : 500;
		color            : #ffffff;
		background-color : #751515;
		background       : linear-gradient(#873737, #530707);
		border           : none;
		border-radius    : 0 3px 3px 0;
		cursor           : pointer;
	}
		#shortenBtn:hover {
			background-color : #873737;
			background       : linear-gradient(#984848, #641818);
		}

.shortenResults {
	width      : 700px;
	margin     : 30px auto 0 auto;
	text-align : center;
}
	.shortenResults h2 {
		margin      : 55px 0 0 0;
		font-size   : 18px;
		font-weight : 800;
	}
	.shortenResults article {
		margin     : 10px;
		text-align : left;
	}
	.shortenResults article:not(.firstArticle):before {
		content          : "";
		display          : block;
		margin           : 15px auto;
		width            : 100%;
		height           : 1px;
		background-color : #a39890;
	}
		.shortenResults article h3 {
			margin      : 0;
			font-size   : 16px;
			font-weight : 600;
		}
			.shortenResults article h3 span {
				font-weight : 500;
			}
		.shortenResults article h4 {
			margin      : 0;
			font-size   : 13px;
			font-weight : 500;
			font-style  : italic;
		}		
		