@font-face {
    font-family: Giorgio;
    src: url(giorgio.ttf);
}

*, *::after, *::before {
    box-sizing: border-box;
}

body {
    margin: 0px;
    min-height: 100vh;

    font-family: Giorgio, sans-serif;

	background: rgb(0,0,51); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(0,0,51,1) 0%, rgba(0,0,0,1) 80%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,51,1)), color-stop(80%,rgba(0,0,0,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(0,0,51,1) 0%,rgba(0,0,0,1) 80%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(0,0,51,1) 0%,rgba(0,0,0,1) 80%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(0,0,51,1) 0%,rgba(0,0,0,1) 80%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(0,0,51,1) 0%,rgba(0,0,0,1) 80%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000033', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
}

header {
	margin: auto;
	padding: 5% 24px;
	width: 90%;
	text-align: center;
}

img {
	max-width: 100%;
	height: auto;
}

hr {
	border: none;
	height: 3px;
	background: rgb(78,78,93); /* Old browsers */
	background: -moz-linear-gradient(left,  rgba(78,78,93,1) 20%, rgba(127,146,159,1) 50%, rgba(78,78,93,1) 80%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(20%,rgba(78,78,93,1)), color-stop(50%,rgba(127,146,159,1)), color-stop(80%,rgba(78,78,93,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  rgba(78,78,93,1) 20%,rgba(127,146,159,1) 50%,rgba(78,78,93,1) 80%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  rgba(78,78,93,1) 20%,rgba(127,146,159,1) 50%,rgba(78,78,93,1) 80%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  rgba(78,78,93,1) 20%,rgba(127,146,159,1) 50%,rgba(78,78,93,1) 80%); /* IE10+ */
	background: linear-gradient(to right,  rgba(78,78,93,1) 20%,rgba(127,146,159,1) 50%,rgba(78,78,93,1) 80%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4e4e5d', endColorstr='#4e4e5d',GradientType=1 ); /* IE6-9 */
}

section {
	padding: 4% 28px;
	text-align: center;
	color: #a3c2d5;
	font-size: 4.2vh;
	min-height: 140px;
}

span {
	white-space: nowrap;
}

footer {
	padding: 6% 30px 2% 30px;
	text-align: center;
}

a, a:hover {
	color: #67b1de;
	font-size: 4.1vh;
	text-decoration: none;
}
