/* background setup */

.background {
	background-repeat: no-repeat;
	/* custom background-position */
	background-position: 50% 50%;
	/* ie8- graceful degradation */
	background-position: 50% 50%\9 !important;
}


/* fullscreen setup */

html,
body {
	/* give this to all tags from html to .fullscreen */
	height: 100%;
}

.fullscreen,
.content-a {
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.fullscreen.overflow,
.fullscreen.overflow .content-a {
	height: auto;
	min-height: 100%;
}


/* content centering styles */

.content-a {
	display: table;
}

.content-b {
	display: table-cell;
	position: relative;
	vertical-align: middle;
	text-align: center;
}


/* visual styles */

body {
	margin: 0;
	font-family: sans-serif;
	font-size: 16px;
	line-height: 100px;
	color: #ffffff;
	text-align: center;
}

a,
a:hover,
a:focus {
	outline: none;
	font-weight: bold;
	color: #fff;
}

section {
	background: #9ed100;
}

.not-fullscreen {
	height: 50%;
}

.social a {
	font-size: 28px;
}

h1 {
	font-size: 7rem;
	font-weight: bold;
}

ul.social {
	margin: 0;
	padding: 0;
	list-style: none;
	list-style-type: none;
}

ul.social li {
	display: inline-block;
	margin-right: 15px;
	line-height: 1;
}

ul.social li:last-child {
	margin-right: 15px;
}

ul.social li a {
	color: #fff;
}

@media screen and (min-width: 0px) and (max-width: 768px) {
	h1 {
		font-size: 4rem;
		font-weight: bold;
	}
}
