body{
	margin: 0;
	padding: 0;
	background: #fcfdf7;
	background: url('background.svg');
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}


header{
	height: 264px;
	background: url("background.png");
	background-position: top;
	background-size: cover;
	background-repeat: no-repeat;
}

img {
	max-width: 100%;
}

h1 {
	font-size: medium;
}

h2 {
	font-size: medium;
}

h3 {
	font-size: small;
}

.btn-list-hide {
	max-height: 0;
	transition: max-height 0.25s ease-out;
	overflow: hidden;
}

.btn-list-show {
	max-height: 500px;
	transition: max-height 0.30s ease-in;
}

.social{
	position: absolute;
	bottom: 5px;
	width: 95%;
}

.mobile-menu{
	width: 100%;
	position: fixed;
	z-index: 9;
}

.mobile-padding{
	padding-top: 100px;
}

@media (max-width: 700px) {
	.mobile-menu{
		text-align: center;
	}

	.social{
		position: relative;
		width: 100%;
	}

	#qrcode{
		padding-top: 20px;
		width: 80%;
		padding-left: 20%;
	}
}
