html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video {
border:0;
font:inherit;
font-size:100%;
margin:0;
padding:0;
vertical-align:baseline;
}

article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
display:block;
}

a {
color: inherit; 
text-decoration: none;
}

body {
	font-family: 'Roboto', sans-serif;
	background-color: #FF5722;
	color: white;
}

#header {
	width: 100%;
	height: 160px;
	background-color: white;
}

.logo-container, .logo {
	width: 100%;
	max-width: 330px;
	height: auto;
	margin: 0 auto;
}

#icon {
	width: 80px;
	height: 80px;
	margin: -40 auto;
	background: white;
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	border-radius: 50px;
}

.icon {
	width: 60px;
	height: 60px;
	margin: 10 10;
}

#content {
	width: 100%;
	max-width: 550px;
	height: auto;
	margin: 0 auto;
	margin-top: 70px;
}

#download-button {
	width: 250px;
	height: 50px;
	margin: 50 auto;
	background-color: gray;

	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;

	-moz-box-shadow: 1px 1px 3px #353535;
	-webkit-box-shadow: 1px 1px 3px #353535;
	box-shadow: 1px 1px 3px #353535;

	vertical-align: middle;
	line-height: 50px; 

	text-align: center;
}

#download-button .available {
	font-size: 12px;
}

#download-button .download-title {
	font-size: 25px;
	font-weight: 500;
}

#changelog {
	padding: 10px 20px;
}

.changelog-title {
	font-size: 25px;
	font-weight: bold;
}

.changelog-detail {
	margin-top: 20px;
	font-size: 16px;
}

.changelog-version {
	font-weight: bold;
}

#changelog ul {
	margin-left: 30px;
	margin-top: 5px;
	margin-bottom: 20px;
}

#changelog li {
	font-weight: 300; 

}

#footer {
	width: 100%;
	height: 60px;
	background-color: white;
	color:black;
	padding-bottom: 60px;
	
}

#footer .strong {
	font-weight: bold;
}

#footer p {
	max-width: 560px;
	margin: 0 auto;
	font-size: 14px;
	font-weight: 300;
	padding: 20px;
}

#footer img {
	width: 40px;
	height: 40px;
	display: block;
    margin: 0 auto;
    margin-bottom: 20;
}

@media (max-width: 600px) {
  	#footer {
		padding-bottom: 80px;
	}
}