/*
	Comment
*/

a { /* Comment */ color: /* Comment */ Red; }

* {
	margin: 0;
	padding: 0;
}

html, body {
	width: 100%;
	height: 100%;
	font-family: 'Cabin', sans-serif;
	color: white;
}

.wrapper {
	min-height: 100%;
	background-image: url("images/cc_bg.png");
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
}

.intro {
    text-align: left;
	background-color: rgba(255, 255, 255, 0.8);
	color: black;
	padding: 2em 2em 1em 2em;
	min-width: 200px;
	max-width: 500px;
	margin: 0 auto;
}

.logo {
	width: 100%;
	text-align: right;
}

.footer {
	font-size: 80%;
	text-align: center;
	width: 100%;
}

.clear {
	width: 100%;
	height: 100px;
}
