@charset "UTF-8";

html {
	background-image: url("../img/watermark_colorful.png"), url("../img/watercolor-paper.png");
}

body {
	width: 1024px;
	margin: 0 auto;
}

header h1 {
	position: absolute;
	top: 12px;
	left: 48px;
	font-family: 'Fredoka One';
	font-size: 36px;
	font-weight: normal;
	color: #1da7e7;
}

.icons {
	position: fixed;
	top: 0;
	right: 0;
	padding: 10px;
}

.icons a {
	display: inline-block;
	width: 30px;
	height: 27px;
	text-align: center;
	line-height: 27px;
	font-size: 24px;
	border: solid 3px #fff;
	border-radius: 5px;
	margin: 0;
	margin-left: 5px;
	padding: 5px;
	padding-top: 8px;
	background-color: rgba(255, 255, 255, 0.7);
	box-shadow: 0 0 3px #555;
	-webkit-transition: border-radius 0.2s linear;
	transition: border-radius 0.2s linear;
}

.icons a:hover {
	border-radius: 35%;
}

.twitter {
	border-color: #00aced !important;
	color: #00aced;
}

.facebook {
	border-color: #305097 !important;
	color: #305097;
}

.googleplus {
	border-color: #db4a39 !important;
	color: #db4a39;
}

.pocket {
	border-color: #EE4056 !important;
	color: #EE4056;
}

.sign-in {
	border-color: #777 !important;
	color: #777;
}

.main-contents {
	margin-top: 130px;
	margin-bottom: 110px;
	font-family: 'Fredoka One';
	font-size: 36px;
	color: #666;
	text-align: center;
}

.main-contents h1 {
	font-weight: normal;
	margin: 0.5em 0;
	color: #333;
}

.main-contents a {
	color: #0b4;
	text-decoration: none;
}

.main-contents a:hover {
	border-bottom: dashed 3px #0b4;
}

footer {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 70px;
	background-image: -moz-linear-gradient(top, #222, #aaa);
	background-image: -ms-linear-gradient(top, #222, #aaa);
	background-image: -o-linear-gradient(top, #222, #aaa);
	background-image: -webkit-linear-gradient(top, #222, #aaa);
	background-image: linear-gradient(top, #222, #aaa);
	opacity: 0.7;
}

footer a {
	font-family: 'Fredoka One';
	font-size: 24px;
	margin: 0 10px;
	line-height: 70px;
	color: #fff;
	text-decoration: none;
	-webkit-transition: color 0.2s linear;
	transition: color 0.2s linear;
}

footer a:hover {
	color: #8ec;
	border-bottom: dashed 3px #8ec;
}

footer nav {
	width: 1024px;
	margin: 0 auto;
}

footer .fa {
	vertical-align: middle;
	padding-bottom: 5px;
	padding-right: 10px;
}