@import url('https://fonts.googleapis.com/css?family=Poppins:800');

@font-face {
  font-family: 'ea-icons';
  src:  url('fonts/ea-icons.eot?a8yh5e');
  src:  url('fonts/ea-icons.eot?a8yh5e#iefix') format('embedded-opentype'),
    url('fonts/ea-icons.ttf?a8yh5e') format('truetype'),
    url('fonts/ea-icons.woff?a8yh5e') format('woff'),
    url('fonts/ea-icons.svg?a8yh5e#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'ea-icons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-twitter-square:before {
  content: "\f081";
}
.icon-facebook-square:before {
  content: "\f082";
}
.icon-linkedin-square:before {
  content: "\f08c";
}
.icon-envelope-square:before {
  content: "\f199";
}

/* CUSTOM CSS */
* {
	margin: 0;
	padding: 0;
	list-style: none;
	box-sizing: border-box;
	outline: none;
}
html, body {
	height: 100%;
	min-height: 100%;
	width: 100%;
}
body {
	background: #d2d2d2 url(../img/bg.jpg) no-repeat center center;
	color: #aaaaaa;
	font-family: 'Poppins', sans-serif;
	font-weight: 800;
}
a {
	color: #aaaaaa;
}
a, ins {
	text-decoration: none;
}
main {
	text-align: center;
	padding-top: calc(50vh + 80px);
}
footer {
	margin-top: 50px;
	text-align: center;
}
footer a {
	display: block;
	font-size: 32px;
	transition: all 0.2s ease;
}
footer a:hover {
	transform: scale(1.5);
}
footer > ul {
}
footer > ul > li {
	display: inline-block;
	margin: 15px;
}