body {
	padding: 0;
	margin: 0 auto;
	font-family: sans-serif;
}

a, a:link, a:hover {
	color: #2196F3;
}

a, a:link {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

#demo, #content {
	max-width: 760px;
	margin: 0 auto;
}

#main {
	width: 100%;
	padding: 30px 0 0;
	text-align: center;
	background: #4B277E;
	color: #fff;
}

#header {
	text-align: center;
	width: 100%;
}

#header .logo {
	max-width: 920px;
	margin: 0 auto;
	text-align: left;
	margin-bottom: 20px;
}

#header .logo img {
	max-width: 150px;
	margin-left: 30px;
}

#header .title {
	width: 100%;
	overflow-x: hidden;
	padding: 7% 0;
}

@media (min-width:800px) {
	#header .title {
		padding: 56px 0;
	}
}

#header .title img {
	width: 100%;
	max-width: 800px;
	transform: scale(1.2);
	animation: scale 2s cubic-bezier(0, .3, .3, 1);
}

@keyframes scale {
	0% {
		transform: scale(0.6);
	}

	100% {
		transform: scale(1.2);
	}

}

#header .title h1, #header .title p {
	display: none;
}

#content {
	margin-top: 40px;
	background: #4B277E;
	padding: 30px;
	border-top: 1px solid rgba(255, 255, 255, 0.1);
}

#content p {
	line-height: 2;
	text-align: left;
	margin-bottom: 2em;
	font-size: 16px;
	font-weight: 300;
}

.project-button {
	margin: 60px auto 40px;
}

.project-button a {
	padding: 16px 40px;
	color: #fff;
	border: 1px solid rgba(255, 255, 255, 0.5);
	border-radius: 4px;
}

.project-button a:hover {
	background-color: #0c7bd4;
	color: #fff;
	border: none;
	text-decoration: none;
}

#demo {
	padding: 30px;
}

#demo h2 {
	color: #3A2A54;
}

#demo p {
	color: #333;
}
