﻿@import url('mixins.less');
@import url("http://fonts.googleapis.com/css?family=Open+Sans:300,400");

body {
	height: auto;
	.gradient.vertical(#A9C9FF, #81B0FF);
}

body > header {
	background-color: rgba(255, 255, 255, .2);
	font-family: 'Open Sans';
	margin-bottom: 50px;
	padding: 20px;

	h1, h2 {
		text-align: right;
		width: 150px;
	}

	h1 {
		font-size: 40px;
		font-weight: 300;

		strong {
			font-weight: 400;
		}
	}

	h2 {
		color: #333;
		font-size: 15px;
		font-style: italic;

		a {
			color: navy;

			&:hover {
				color: #00c;
			}
		}
	}
}
