@font-face {
	font-family: "moonhouse";
	src: url("/fonts/moonhouse.ttf");
}

@font-face {
	font-family: "Sawasdee";
	src: url("/fonts/Sawasdee.ttf");
}

body {
	margin: 0;
	padding: 0 !important;
	background-color: #09374E !important;
	/*background: url('/bg/Background_rough_sea.jpg');*/
	background: url('/bg/ocean.jpg') no-repeat center center fixed;
	background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	-o-background-size: cover;
}

header {
	text-align: center;
	padding: 10px; /*30px .2em*/
	font-size: 28px; /*55px 1.8em*/
	font-family: "Sawasdee";
	font-weight: bold;
	text-shadow: 2px 2px 2px #3c77b3;
	color: white;
}

.row {
	margin-right: 2%; /*15px;*/
	margin-left: 2%; /*15px;*/
}

article {
	top: -45px;
	font-family: "Sawasdee";
	position: relative;
	padding-left: 80px;
	padding-right: 50px;
	height: 100px;
	margin-bottom: 10px;
	background-color: rgba(0,0,0,0.4);
	-moz-border-radius: 100px;
	-webkit-border-radius: 100px;
	border-radius: 100px;
	cursor: pointer;
}

article a {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	height: 100%;
	line-height: 100px;
	text-align: center;
	width: 100%;
	background-color: rgba(255,255,255,1);
	font-size: 30px;
	font-style: italic;
	opacity: 0;
	color: #428bca !important;
	-moz-transition: all 0.4s;
	-o-transition: all 0.4s;
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
	text-decoration: none !important;
	-moz-border-radius: 100px;
	-webkit-border-radius: 100px;
	border-radius: 100px;
	font-family: "Sawasdee";
	text-shadow: 0 1px 1px #AAA;
}

article:hover a {
	opacity: 1;
}

article h1 {
	height: 75px;
	line-height: 95px;
	font-size: 35px;
	color: white;
	-moz-transition: all 0.4s;
	-o-transition: all 0.4s;
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
	text-shadow: 2px 2px 2px #3c77b3;
}

.footer {
	background-color: rgba(0,0,0,0.2);
	font-family: "Sawasdee";
	bottom: 0;
	right: 0;
	width: 100%;
	height: 85px;
	position: fixed;
	text-align: center;
	color: #FFFFFF;
}

.link_deco {
	text-decoration: none;
	color: yellow;
}
