@charset "UTF-8";
/* CSS Document */
body
{
width: 100%;
padding: 0px;
margin: 0px;
background: rgb(48,166,76);
background: linear-gradient(90deg, rgba(48,166,76,1) 0%, rgba(78,164,214,1) 100%);
}
a, a:visited
{
	text-decoration: none;
	font-size: inherit;
	color: white;
}
a:hover
{
	font-size: inherit;
	color: PINK;
}
h1
{
font-family: "baskerville-display-pt", serif;
font-weight: 400;
font-style: normal;
	font-size: 9em;
	margin-left: 3%;
	margin-top: 3%;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
h2
{
	font-family: soleil, sans-serif;
	font-style: normal;
	font-weight: 800;;
	font-style: normal;	
	font-size: 6em;
	color: white;
	text-align: right;
	margin-right: 3%;
	line-height: 0.9em;
	padding-bottom: 0px;
	margin-bottom: 0px;
}
h3
{
	font-family: soleil, sans-serif;
	font-style: normal;
	font-weight: 500;;
	font-style: normal;	
	font-size: 2.4em;
	color: white;
	text-align: right;
	margin-right: 3%;
}
h4
{
	font-family: soleil, sans-serif;
	font-style: normal;
	font-weight: 400;;
	font-style: normal;	
	font-size: 2em;
	color: white;
	text-align: right;
	margin-right: 3%;
	text-transform: uppercase;
	line-height: 0.9em;

}

h5
{
	font-family: soleil, sans-serif;
	font-style: normal;
	font-weight: 400;;
	font-style: normal;	
	font-size: 1.5em;
	color: white;
	text-align: right;
	margin-right: 3%;
	text-transform: uppercase;
	margin-bottom: 10%;
}
footer
{
	background: white;
	position: fixed;
	width: 100%;
	margin: 0px;
	padding: 0px;
	bottom: 0px;
	left: 0px;
	padding-bottom: 1%;
	padding-top: 1%;
}
h6
{
	font-family: soleil, sans-serif;
	font-style: normal;
	font-weight: 400;;
	font-style: normal;	
	font-size: 1.2em;
	margin: 0px;
	margin-left: 3%;
	padding: 0px;
}
footer h6 a, footer h6 a:visited
{
	color: pink;
}
footer h6 a:hover
{
	text-decoration: underline;
}
p
{
font-family: "baskerville-display-pt", serif;
font-weight: 400;
font-style: normal;
display: block;
	font-size: 150em;
	margin: 0px;
	padding: 0px;
	position: fixed;
	z-index: -1;
}
p#p_1
{
	transform: rotate(90deg);
	top: -150%;
	left: -10%;
	background: -webkit-linear-gradient(rgba(48,166,76,1),rgba(78,164,214,1));
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
p#p_2
{
	transform: rotate(90deg);
	top: -70%;
	left: -10%;
	background: -webkit-linear-gradient(rgba(48,166,76,1),rgba(78,164,214,1));
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;

}
p#p_3
{
	transform: rotate(-90deg);
	top: -170%;
	right: -10%;
	background: -webkit-linear-gradient(rgba(48,166,76,1),rgba(78,164,214,1));
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
p#p_4
{
	transform: rotate(-90deg);
	top: -80%;
	right: -10%;
	background: -webkit-linear-gradient(rgba(48,166,76,1),rgba(78,164,214,1));
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
p#p_5
{
	transform: rotate(-90deg);
	top: -20%;
	right: -10%;
	background: -webkit-linear-gradient(rgba(48,166,76,1),rgba(78,164,214,1));
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
p#p_6
{
	transform: rotate(90deg);
	top: -10%;
	left: -10%;
	background: -webkit-linear-gradient(rgba(48,166,76,1),rgba(78,164,214,1));
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;

}