
/* ------------------- Content -------------------*/

/* @group headings */

h1 {
	font-size: 60px; 
	line-height: 65px;
	text-transform: uppercase; 
	font-weight: 400; 
	color: #cdcbc6;
	margin: 0 0 30px 0;
	text-align: center;
}
h2 {
	font-size: 40px; 
	line-height: 45px;
	text-transform: uppercase; 
	font-weight: 400; 
	color: #555;
	margin: 0 0 30px 0;
	word-wrap: break-word;
}

/* @end */

/* @group others */

p {
	margin: 0 0 20px 0;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
strong {
	font-weight: 700;
	color: #444;
}
a,
img {
	outline: none; 
	border: 0;
}
.cf {
	clear: both; 
	float: none; 
	width: 0; 
	height: 0; 
	visibility: hidden;
}
a {
	cursor: pointer;
}

/* @end */


/* @group links */

a.button {
	padding: 10px 20px; 
	margin: 10px 0 20px 0;
	text-decoration: none;
	color: #555;
	text-transform: uppercase;
	border: 1px solid #555;
	display: inline-block;
	text-align: center;
	-webkit-transition: all 0.25s ease-out;
	   -moz-transition: all 0.25s ease-out;
	     -o-transition: all 0.25s ease-out;
		 	transition: all 0.25s ease-out;
}
a.button:hover {
	color: #fff; 
	background: #555;
}
	
/* @end */

/* @group images */

	
/* @end */

