/*!
 * Styles intended only for this demo page. If you want to
 * try and use Avgrund in your project, don't include these.
 */

* {
	margin: 0;
	padding: 0;
}

html.avgrund-active,
.avgrund-active body {
	height: 100%;
	overflow: hidden;
}

html.avgrund-active {
	background-color: #222;
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAGklEQVQIW2NkYGD4D8SMQAwGcAY2AbBKDBUAVuYCBQPd34sAAAAASUVORK5CYII=);
	background-repeat: repeat;
}

.avgrund-popup > h2 {
    font-size: 30px;
    text-align: center;
}


.sharing {
	margin-top: 50px;
}

body {
	background: #fec324;

	font-family: 'Proxima Nova', Helvetica, sans-serif;
	font-size: 16px;
	color: #222;
}
@media screen and (max-width: 480px) {
	.avgrund-popup {
		width:200px;
		left:71%;
	}
	.avgrund-popup > h2 {
		font-size:20px;
	}
}