* {
	margin: 0;
	border: none;
	padding: 0;
}

body {
	background-image: url(../imgs/bg.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
	font-family: 'MuliRegular', Arial, sans-serif;
	font-size: 14px;
	line-height: 20px;
	color: #FFF;
}

.circle{
	border-radius: 50%;
	margin: 0.15em;
	font-size: 3em;
}

.social{
	margin-top: 10px
}

.fa-facebook {
background: #3B5998;
color: #FFFFFF;
background: rgba(0, 0, 0, 0.4);
font-size: 24px;
padding: 10px 12px;
}

a {
	text-decoration: none;
	color: #FFF;
	font-style: italic;
}

h1 {
	position: absolute;
	top: 60px;
	left: 73px;
}
#wrapper {
	position: absolute;
	top: 200px;
	left: 45px;
	width: 265px;
}
.header {
	background-color: #000;
	background-color: rgba(0, 0, 0, 0.4);
	margin-top: 15px;
}
h2 {
	padding: 0 20px;
	font-family: 'BebasNeueRegular', Arial, sans-serif;
	font-size: 20px;
	line-height: 45px;
	font-weight: normal;
	cursor: pointer;
}
.content {
	display: none;
	
	background-color: #000;
	background-color: rgba(0, 0, 0, 0.4);
	
	
	padding-bottom: 40px;
}
.line {
	width: 225px;
	height: 1px;
	margin: 0 auto;
	background-color: #D7D7AE;
}
.text {
	overflow: hidden;
	padding: 0px 20px 0px;
	margin-top: 20px;
}
