/* imports */

@import url('../fontawesome/css/all.css');


/* core */

* { padding: 0; margin: 0; box-sizing: border-box; }

.group:after { content: ' '; display: table; clear: both; }
.group > * { float: left; }
.group > .right { float: right; }

.container { width: 80%; margin: 0 auto; }

.menu { list-style: none; }
a { color: inherit; }
section { padding: 5em 0; }
.section-title { 
	text-transform: uppercase;
	font-size: 2.7em; 
	margin-bottom: .5em;
}

body {
	background: #fff;
	color: #222;
	font-family: 'Playfair Display', serif;
}