@import url(https://fonts.googleapis.com/css?family=Exo:400,200);
@import url(https://maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css);

body, html {
	height: 100%;
	width: 100%;
}

body {
	background-color: #024663;
    background-image: linear-gradient(120deg, #024663, #050505);
}

.box {
	position: absolute;
    bottom:20%;
    left:5%;
    width:90%;
}

h1 {
	font-family: 'Exo', sans-serif;
	font-weight: 400;
	color:#eee;
}

h2 {
	font-family: 'Exo', sans-serif;
	font-weight: 200;
	color:#ddd;
}

ul.social {
	list-style-type: none;
	padding:0;
	padding-top:10px;
}

ul.social li {
	display: inline;
}

ul.social li a {
	text-decoration: none;
	padding: .2em 3em .2em 0em;
	font-family: 'Exo', sans-serif;
	font-weight: 200;
	color: #fff;
}

ul.social li a i {
	padding-right:10px;
}
