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

.h1 {
	font-family: "Roboto Slab", serif;
	font-size: 52px;
	line-height: 58px;
	font-weight: 300;
	color: #652d90;
}
.h2 {
	font-family: 'complete_in_himregular';
	font-size: 70px;
	line-height: 62px;
	color: #ec008c;
}
.h3 {
	font-family: "Roboto Slab", serif;
	font-size: 40px;
	line-height: 56px;
	font-weight: 100;
	color: #ffffff;
	text-align: center;
	display: block;
}
.h3-black {
	font-family: "Roboto Slab", serif;
	font-size: 40px;
	line-height: 56px;
	font-weight: 100;
	color: #000;
	text-align: center;
	display: block;
}
.h4 {
	font-family: "Roboto", sans-serif;
	font-size: 38px;
	line-height: 44px;
	font-weight: 400;
	color: #FFF;
}
.paragraph {
	font-family: "Roboto", sans-serif;
	font-size: 18px;
	line-height: 26px;
	font-weight: 500;
	color: #FFF;
}
.paragraph-centred {
	font-family: "Roboto", sans-serif;
	font-size: 18px;
	line-height: 26px;
	font-weight: 500;
	color: #FFF;
	text-align: center;
	display: block;
}
.paragraph-black {
	font-family: "Roboto", sans-serif;
	font-size: 18px;
	line-height: 26px;
	font-weight: 500;
	color: #000;
}
.paragraph-lilac {
	font-family: "Roboto", sans-serif;
	font-size: 18px;
	line-height: 26px;
	font-weight: 500;
	color: #bbb8dc;
}
.credit {
	font-family: "Roboto", sans-serif;
	font-size: 14px;
	line-height: 20px;
	font-weight: 500;
	color: #FFF;
}
.logo {
	text-align: center;
	display: block;
	height: auto;
	width: 35%;
	max-width: 480px;
	margin-top: 90px;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
}
.learn-more {
	height: auto;
	width: 30%;
	max-width: 390px;
	margin-top: 40px;
}
.discover-more {
	height: auto;
	width: 45%;
	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: 60px;
	padding-top: 30px;
	margin-right: auto;
	margin-left: auto;
}
.image {
	height: auto;
	width: 48%;
	margin-left: 4%;
	float: right;
	margin-bottom: 20px;
}
.breaker {
	height: 1px;
	width: 100%;
}
.also-on-the-website {
	height: auto;
	width: 31%;
	margin-left: 1%;
	margin-right: 1%;
	margin-bottom: 20px;
}
.social-media-logo {
	height: auto;
	width: 56px;
	margin-bottom: 60px;
	margin-right: 20px;
	margin-left: 20px;
}
.burger {
	height: auto;
	width: 100%;
}

li {
	color: #FFF;
}

.wide { clear:both; }

.column p{
	padding-top: 0px;
	padding-right: 40px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#menu {
	height: 26px;
	width: auto;
	background-color: #652d90;
	overflow: visible;
	position: fixed;
	visibility: visible;
	z-index: 30;
	left: 0px;
	top: 0px;
	right: 0px;
	text-align: center;
	display: block;
}
#menu-open {
	position: fixed;
	visibility: hidden;
	z-index: 20;
	height: 0;
	width: 0;
}
#menu-close {
	position: fixed;
	visibility: hidden;
	z-index: 22;
	height: 0;
	width: 0;
}
#mobile-menu {
	height: 0;
	width: 0;
	visibility: hidden;
	z-index: 21;
}
#donate {
	height: auto;
	width: 100%;
	text-align: center;
	display: block;
}

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: #d6df20;}


A.class2 {color:black;}
A.class2:link {text-decoration: underline; color: black;}
A.class2:visited {text-decoration: underline; color: black;}
A.class2:hover {text-decoration: underline; color: #006530;}

@media screen and (min-width:1200px) {

.h1 {
	font-family: "Roboto Slab", serif;
	font-size: 42px;
	line-height: 50px;
	font-weight: 300;
	color: #652d90;
}
.h2 {
	font-family: 'complete_in_himregular';
	font-size: 60px;
	line-height: 52px;
	color: #ec008c;
}
.h3 {
	font-family: "Roboto Slab", serif;
	font-size: 34px;
	line-height: 40px;
	font-weight: 100;
	color: #ffffff;
	text-align: center;
	display: block;
}
.h3-lilac {
	font-family: "Roboto Slab", serif;
	font-size: 34px;
	line-height: 40px;
	font-weight: 100;
	color: #bbb8dc;
	text-align: center;
	display: block;
}

}