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

/* Fonts */

.raleway {
  font-family: "Raleway", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
}

.cormorant-garamond-light {
  font-family: "Cormorant Garamond", serif;
  font-weight: 300;
  font-style: normal;
}

h1 {
	font-family: "Cormorant Garamond", serif;
  	font-weight: 800;
  	font-style: normal;
	font-size: 48px;
	text-align: center;
	color: #fff;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	margin: 0;
	padding: 0;
	z-index: 1001;
}

h2 {
	font-family: "Cormorant Garamond", serif;
  	font-weight: 100;
  	font-style: normal;
	font-size: 34px;
	text-align: center;
}

/*h3 {
	font-family: "Cormorant Garamond", serif;
  	font-weight: 100;
  	font-style: normal;
	font-size: 24px;
	text-align: center;
	margin: 0;
}*/

h3 {
	font-family: "Cormorant Garamond", serif;
  	font-weight: 100;
  	font-style: normal;
	font-size: 34px;
	text-align: center;
}

h4 {
	font-family: "Cormorant Garamond", serif;
  	font-weight: 100;
  	font-style: normal;
	font-size: 24px;
	text-align: center;
	margin: 0;
	color: #fff;
}

p {
	font-family: "Raleway", sans-serif;
  	font-weight: 300;
  	font-style: normal;
	font-size: 14px;
	word-wrap: normal;
}

a {
	text-decoration: none;
	color: inherit;
}

.underline {
	text-decoration: underline; 
	text-underline-position: under; 
	text-underline-offset: 10px;
}

.button {
	width: auto;
	height: auto;
	margin: auto;
	padding: 10px 15px;
	font-size: 18px;
	text-decoration: none;
	font-family: "Raleway", sans-serif;
  	font-weight: 300;
  	font-style: normal;
	border-radius: 5px;
}

.splitter-blue {
	width: 100%;
	height: 25px;
	background: #63C2BF;
}

.splitter-orange {
	width: 100%;
	height: 25px;
	background: #EDCF73;
}

.splitter-lime {
	width: 100%;
	height: 25px;
	background: #69C285;
}

.blue-color {
	color: #63C2BF;
}

.green-color {
	color: #69C285;
}