@charset "UTF-8";
/* CSS Document */

.h1 {
	font-family: "Roboto Slab", serif;
	font-size: 34px;
	line-height: 40px;
	font-weight: 300;
	color: #652d90;
}
.h2 {
	font-family: 'complete_in_himregular';
	font-size: 56px;
	line-height: 62px;
	color: #ec008c;
}
.h3 {
	font-family: "Roboto Slab", serif;
	font-size: 32px;
	line-height: 38px;
	font-weight: 300;
	color: #ffffff;
	text-align: center;
	display: block;
}
.h3-green {
	font-family: "Roboto Slab", serif;
	font-size: 32px;
	line-height: 38px;
	font-weight: 300;
	color: #12a89d;
	text-align: center;
	display: block;
}
.h4 {
	font-family: "Roboto", sans-serif;
	font-size: 28px;
	line-height: 34px;
	font-weight: 400;
	color: #FFF;
}
.h4-green {
	font-family: "Roboto", sans-serif;
	font-size: 28px;
	line-height: 34px;
	font-weight: 400;
	color: #12a89d;
}
.h6 {
	font-family: "Roboto", sans-serif;
	font-size: 19px;
	line-height: 26px;
	font-weight: 400;
	color: #fff;
	text-align: center;
	display: block;
}
.paragraph {
	font-family: "Roboto", sans-serif;
	font-size: 16px;
	line-height: 24px;
	font-weight: 400;
	color: #FFF;
}
.paragraph-green {
	font-family: "Roboto", sans-serif;
	font-size: 16px;
	line-height: 24px;
	font-weight: 400;
	color: #12a89d;
}
.caption {
	font-family: "Roboto Slab", serif;
	font-size: 16px;
	line-height: 24px;
	font-weight: 500;
	color: #12a89d;
	font-style: italic;
	text-align: center;
	display: block;
}
.credit {
	font-family: "Roboto", sans-serif;
	font-size: 13px;
	line-height: 19px;
	font-weight: 500;
	color: ##12a89d;
}
.logo {
	text-align: center;
	display: block;
	height: auto;
	width: 80%;
	max-width: 516px;
	margin-top: 50px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
}
.learn-more {
	height: auto;
	width: 60%;
	max-width: 433px;
	margin-top: 10px;
}
.discover-more {
	height: auto;
	width: 60%;
	max-width: 300px;
	text-align: center;
	display: block;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
}
.heart {
	text-align: center;
	display: block;
	height: auto;
	width: 50px;
	padding-top: 30px;
	margin-right: auto;
	margin-left: auto;
}
.image {
	height: auto;
	width: 100%;
	margin-bottom: 12px;
}
.member {
	height: 0;
	width: 0;
	margin-bottom: 0px;
	overflow: hidden;
	visibility: hidden;	
}
.member-mobile {
	height: auto;
	width: 100%;
	margin-bottom: 20px;
	overflow: visible;
	visibility: visible;
}
.breaker {
	height: 1px;
	width: 100%;
}
.also-on-the-website {
	height: auto;
	width: 100%;
	margin-left: 0%;
	margin-right: 0%;
	margin-bottom: 20px;
}
.social-media-logo {
	height: auto;
	width: 46px;
	margin-bottom: 60px;
	margin-right: 10px;
	margin-left: 10px;
}

li {
	color: #FFF;
}

article {
  -webkit-column-count: 1;
     -moz-column-count: 1;
          column-count: 1;
}


#menu {
	height: 0px;
	width: 0px;
	background-color: #652d90;
	overflow: hidden;
	position: fixed;
	visibility: hidden;
	z-index: 30;
	left: 0px;
	top: 0px;
	right: 0px;
	text-align: center;
	display: block;
}
#menu-open {
	position: fixed;
	visibility: visible;
	z-index: 20;
	height: auto;
	width: 36px;
	top: 20px;
	right: 4%;
}
#menu-close {
	position: fixed;
	visibility: hidden;
	z-index: 22;
	height: auto;
	width: 36px;
	top: 20px;
	right: 4%;
}
#mobile-menu {
	height: auto;
	width: auto;
	background-color: #652d90;
	position: fixed;
	visibility: hidden;
	z-index: 21;
	left: 0px;
	top: 0px;
	right: 0px;
	padding-top: 80px;
	padding-right: 0%;
	padding-left: 0%;
	bottom: 0px;
}
#box-left {
	height: auto;
	width: 100%;
	visibility: visible;
	float: none;
	margin-bottom: 12px;
}
#box-right {
	height: auto;
	width: 100%;
	visibility: visible;
	float: none;
	margin-bottom: 40px;
}

A.class1 {color:white;}
A.class1:link  {text-decoration: underline; color: white;}
A.class1:visited {text-decoration: underline; color: white;}
A.class1:hover {text-decoration: underline; color: #652d90;}


A.class2 {color:black;}
A.class2:link {text-decoration: underline; color: #12a89d;}
A.class2:visited {text-decoration: underline; color: #12a89d;}
A.class2:hover {text-decoration: underline; color: #652d90;}