@charset "UTF-8";
html {  
    -webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
body {
	background-color: rgba(255,255,255,1.00);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
	background-position: left top;
	width: 100%;
}
.wrapper {
	width: 82%;
	margin-top: 1.2em;
	margin-right: 9%;
	margin-left: 9%;
}
.left {
	width: 17%;
	position: fixed;
	float: left;
}
.right {
	width: 77%;
	float: right;
}
.navicon {
	width: 100%;
	top: 2.3em;
	left: 0.4em;
	position: fixed;
	float: left;
}
.eve h1 {
    color: rgba(0,0,0,1.00);
	max-width: 600px;
    font-family: elza;
    font-style: normal;
    font-weight: 600;
    font-size: 1.2em;
    line-height: 1.7em;
    letter-spacing: 0.1em;
    text-align: left;
    margin-top: 1.46em 0 0 0;
	padding-left: 0.8em;
    text-rendering: optimizeLegibility;
}
.menu a {
	color: rgba(0,0,0,1.00);
	text-decoration: none;
}
.menu a:hover {
	color: rgba(119,88,191,1.00);
	text-decoration: none;
}
.main {
	width: 100%;
	margin-top: 3.4em;
}
.main img {
	width: 100%;
	max-width: 600px;
	height: auto;
	float: left;
	margin: 0 0 2.0em 0; 
	padding: 0;
	border: none;
}
.mainimg {
	width: 100%;
	margin-top: 3.4em;
}
.mainimg img {
	width: 100%;
	max-width: 600px;
	height: auto;
	margin: 0 0 0 0; 
	padding: 0;
	border: none;
}
h2 {
    color: rgba(0,0,0,1.00);
    font-family: elza;
    font-size: 1.3em;
	line-height: 1.45em;
    font-style: normal;
    font-weight: 600;
    letter-spacing: 0.02em;
    text-align: left;
    max-width: 560px;
    padding: 0.4em 0.9em 0 0.9em;
	margin: 0.35em 0 0 0;
    text-rendering: optimizeLegibility;
}
h2 a {
	color: rgba(0,0,0,1.00);
	text-decoration: none;
}
h2 a:hover {
	color: rgba(0,0,0,1.00);
	text-decoration: none;
}
div a {
	color: rgba(0,0,0,1.00);
	text-decoration: none;
}
div a:hover {
	color: rgba(0,0,0,1.00);
	text-decoration: none;
}
.purple {
	width: 100%;
	max-width: 600px;
	height: 5.3em;
	background-color: rgba(168,152,205,1.00);
	margin: -12px 0 4.6em 0; 
	padding: 0;
	border: none;
}
.gray {
	width: 100%;
	max-width: 600px;
	height: 5.3em;
	background-color: rgba(179,179,179,1.00);
	margin: -12px 0 4.6em 0; 
	padding: 0;
	border: none;
}
.green {
	width: 100%;
	max-width: 600px;
	height: 5.3em;
	background-color: rgba(123,176,186,1.00);
	margin: -12px 0 4.6em 0; 
	padding: 0;
	border: none;
}
.yellow {
	width: 100%;
	max-width: 600px;
	height: 5.3em;
	background-color: rgba(251,176,59,1.00);
	margin: -12px 0 4.6em 0; 
	padding: 0;
	border: none;
}
.pink {
	width: 100%;
	max-width: 600px;
	height: 5.3em;
	background-color: rgba(225,132,203,1.00);
	margin: -12px 0 4.6em 0; 
	padding: 0;
	border: none;
}
.blue {
	width: 100%;
	max-width: 600px;
	height: 5.3em;
	background-color: rgba(63,169,245,1.00);
	margin: -12px 0 4.6em 0; 
	padding: 0;
	border: none;
}
.main h1 {
    color: rgba(255,255,255,1.00);
    font-family: "Elza-Condensed";
    font-size: 1.6em;
    font-style: normal;
	font-weight: 600;
    letter-spacing: 0.05em;
    text-align: left;
	max-width: 580px;
    background-color: rgba(0,0,0,1.00);
    padding: 0.6em 0 0.3em 0.8em;
    text-rendering: optimizeLegibility;
}
.main h3 {
    color: rgba(0,0,0,1.00);
    font-family: elza;
    font-size: 1.3em;
	line-height: 1.45em;
    font-style: normal;
    font-weight: 600;
    letter-spacing: 0.02em;
    text-align: left;
    max-width: 560px;
    padding: 0.4em 0 0 0.9em;
	margin: 0.35em 0 0 0;
    text-rendering: optimizeLegibility;
}
.main p {
    color: rgba(0,0,0,1.00);
    text-align: left;
    float: left;
	max-width: 600px;
    font-size: 1.1em;
    font-family: elza;
    line-height: 1.5em;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 0.03em;
    margin-right: 5%;
	padding-left: 0.9em;
    text-rendering: optimizeLegibility;
}
.evep {
	color: rgba(0,0,0,1.00);
	font-size: 1.6em;
	font-family: elza;
	font-style: normal;
	font-weight: 600;
	letter-spacing: 0.13em;
	text-rendering: optimizeLegibility;
}
.mag {
	color: rgba(0,0,0,1.00);
    font-family: elza;
    font-size: 0.9em;
    font-style: normal;
    font-weight: 600;
    letter-spacing: 0.02em;
    text-rendering: optimizeLegibility;
}
.main a {
	color: rgba(119,88,191,1.00);
	text-decoration: none;
	font-weight: 600;
}
.main a:hover {
	color: rgba(119,88,191,1.00);
	text-decoration: none;
	font-weight: 600;
}
.ital {
	font-style: italic;
	text-rendering: optimizeLegibility;
}
.menu {
	width: 100%;
	margin-top: 2.1em;
}
.menu p {
	color: rgba(0,0,0,1.00);
	text-align: right;
	font-family: elza;
    font-style: normal;
    font-weight: 700;
    font-size: 0.98em;
    line-height: 1.43em;
    letter-spacing: 0.15em;
	text-rendering: optimizeLegibility;
}
.menu-phone {
	width: 100%;
	display: none;
}
.clear {clear:both; font-size:1px;
}

@media (min-width: 768px){
.navicon {
	display: none;
}
}

@media (min-width: 551px) and (max-width: 767px){
.left {
	display: none;
}
.right {
	width: 95%;
	padding-right: 5%;
}
.wrapper {
	width: 85%;
	margin-top: 0em;
	margin-right: 5%;
	margin-left: 10%;
}
}

@media (max-width: 550px){
.left {
	display: none;
}
.right {
	width: 95%;
	padding-right: 5%;
}
.wrapper {
	width: 85%;
	margin-top: 0em;
	margin-right: 5%;
	margin-left: 10%;
}
h2 {
    font-size: 1.2em;
	line-height: 1.3em;
    padding: 0.4em 0.9em 0 0.9em;
	margin: 0.3em 0 0 0;
}
.main h3 {
    font-size: 1.2em;
	line-height: 1.3em;
    max-width: 560px;
    padding: 0.4em 0 0 0.9em;
	margin: 0.3em 0 0 0;
}
.mag {
    font-size: 0.85em;
}
.eve h1 {
	max-width: 600px;
    font-size: 1.1em;
    line-height: 1.7em;
    letter-spacing: 0.1em;
    margin-top: 1.46em 0 0 0;
	padding-left: 0.8em;
}
.evep {
	font-size: 1.4em;
	font-weight: 600;
}
}
