@media only screen and (max-device-width: 1024px) { 
	
	.icon {
		top: 9px !important;
		width: 110px !important;
		height: 110px !important;
	}

	body {
		font-size: 36px !important;
		background-color: #ecf0f1;
	}
	
	.section h1 {
		text-align: center;
		padding-top: 30px !important;
		border-bottom: 1px solid #34495e;
	}
	
	img {
	 width: 300px !important;
	 height: 300px !important;
	}
	
	.clause {
		font-size: 20px;
	}
	
	.header {
	font-size: 56px;
	background-color: #462446;
	color: white;
	font-weight: normal;
	position: fixed;
	width: 100%;
    margin: 0px;
    top: 0px;
    left: 0px;
    line-height: 130px !important;
    height: 130px !important;
    text-align: center;
}

	.content {
		margin-top: 150px !important;
	}
	
	
	#show-button {
		-webkit-appearance: none;
		margin-top: 40px;
		height: 130px !important;
		width: 100%;
		align-items:flex-start;
		background-color: #1abc9c;
		color: white;
		display:block;
		line-height:40px !important;
		-webkit-font-smoothing:antialiased;
	}
	
	
	.button-text {
		font-size: 40px !important;
	}
}

h3 {
	padding: 20px;
	border-bottom: 1px solid #34495e;
	
}

.icon {
	    position: absolute;
    left: 10px;
    top: 7px;
	width: 55px;
	height: 55px;
}

li, p {
	padding-top: 10px;
	
}

body { 
	max-height: 1000000px;
	font-size: 20px;
	background-color: #ecf0f1;
	font-family: 'Open Sans', sans-serif;
}

body * {
    max-height: 1000000px;
}

.download-box {
	text-align: center; 
}

.section h1 {
	text-align: center;
	padding-top: 20px;
	border-bottom: 1px solid #34495e;
}

button {
		font-family: 'Open Sans', sans-serif;
}

img {
	 width: 150px;
	 height: 150px;
}

.hide {
	display: none !important;
}

.show {
	display: block !important;
}

#show-button {
	-webkit-appearance: none;
	margin-top: 20px;
	height: 80px;
	width: 100%;
	align-items:flex-start;
	background-color: #1abc9c;
	color: white;
	display:block;
	font-size:12px;
	line-height:50px;
	-webkit-font-smoothing:antialiased;
}

.clause {
	font-size: 12px;
}

.button-text {
	font-size: 20px;
}

.center-text {
	text-align: center; 
}

.header {
	background-color: #462446;
	color: white;
	font-weight: normal;
	position: fixed;
	width: 100%;
    margin: 0px;
    top: 0px;
    left: 0px;
    line-height: 70px;
    height: 70px;
    text-align: center;
}

.content {
	margin-top: 70px;
}

