﻿@import url(//fonts.googleapis.com/css?family=Rokkitt);
@import url(//fonts.googleapis.com/css?family=Oxygen:400,700);


* {
   margin: 0px;
   padding: 0px;
}

#page {
   min-height:100%;
   position:relative;
   width:100%;
}

html, body {
	font-family: 'Oxygen', Arial, Helvetica, sans-serif;
	color:white;
	height:100%;
}

.container {
	width:80%;
	margin:auto;
	font-family: 'Oxygen', Arial, Helvetica, sans-serif;
	color:white;
	padding-bottom:80px;
}  

a {
	color:yellow;
	transition: 0.3s;
	text-decoration:none;
}

a:hover {
	color:#000000;
}

h1 {
    font-size: 30px;
}

.intro {
    font-size: 24px;
    font-weight: bold;
    line-height: 30px;
}

p {font-size:20px;
line-height: 32px;}