/*************************
GENERAL
**************************/

.container {
	width: 100%;
	margin: 0 auto;
}

.gen-container {
	position: relative;
	top: 121px;
	padding-bottom: 2.4rem;
}

p {
	line-height: 1.6;
	font-size: 1.2rem;
	margin-bottom: 1.2rem;
}

h1,
h2,
h3 {
	margin-top: 1.2rem;
	margin-bottom: 1.6rem;
}

h1 {
	font-size: 3.2rem;
	font-weight: 600;
}

h2 {
	font-size: 2.4rem;
	font-weight: 500;
}

h3 {
	font-weight: 400;
	font-size: 1.8rem;
}

hr {
	width: 50%;
	margin-bottom: 1.2rem;
}

/*
   COLOR : #efb239 GOLD
   COLOR : #5e276e mauve
*/
.gold {
	color: #efb239;
}

.mauve {
	color: #5e276e;
}

.center {
	text-align: center !important;
}

.justify {
	text-align: justify;
}