html
{
	background: #e6d7c7;
	color: #2552a0;
	margin: 0;
	width: 100vw;
	height: 100vh;
}

body
{
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	position: relative;
}

h1
{
	font-family: "Opposit";
	font-size: 34pt;
	text-align: center;
	margin: 0;
	margin-top: 20px;
}

h2
{
	font-family: "Opposit";
	font-size: 34pt;
	margin: 0;
	margin-top: 20px;
}

p
{
	font-size: 16pt;
	font-family: "Circular Std Book";
	font-weight: normal;
	color: #2552a0;
}

a:visited
{
	text-decoration: none;
	color: #2552a0;
}

header
{
	position: fixed;
	top: 0px;
	width: 100%;
	padding: 50px 0;
	background: rgba(230, 215, 199, 0.85);
	z-index: 999;
}

#nav
{
	//width: 200px;
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: right;
}

#nav li
{
	display: inline;
	color: #2552a0 ;
}

#nav li a
{
	color: #2552a0 ;
	font-size: 13pt;
	font-family: "Circular Std Book";
	text-align: center ;
	text-decoration: none ;
	padding: 10px;
	border-radius: 30px;
}

#nav li a:hover, #nav li a:focus, #nav li a:active
{
	background: #cfbbac;
	color: #e6d7c7;
}

#logobox
{
	height: 100vh;
	margin: 150px 50px -150px 50px;
	/* position: absolute;
	margin-top: 50vh;
	top: -185px; */
}

#logobox > div
{
	width: 100%;
	height: 100%;
	background: url(img/splash.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}

/* #logobox > div
{
	width: 100%;
	position: absolute;
	margin-top: 50vh;
	top: -185px;
} */

#logo
{
	width: 187px;
	height: 213px;
	position: relative;
	top: -100px;
	margin-left: 125px;
	background: url(img/logo.svg);
	background-repeat: no-repeat;
	z-index: 1000;
}

#logo + div
{
	width: 437px;
	height: 50px;
	position: relative;
	top: -100px;
	z-index: 1000;
}

section.blue
{
	background: #2552a0 !important;
}

section.green
{
	background: #114F39 !important;
}

section.blue p, section.blue h2, section.green p, section.green h2
{
	color: #e6d7c7;
}

section:not(#logobox)
{
	padding: 100px 0 50px 0;
	background: #e6d7c7;
}

section:not(#logobox) > div
{
	margin: auto;
	position: relative;
}

#descbox
{
	background: #2552a0;
	padding: 50px 0;
}

#descbox p, #descbox h2
{
	color: #e6d7c7;
}

#descbox > div
{
	margin: auto;
	position: relative;
}

#pastille
{
	width: 150px;
	height: 150px;
	border-radius: 160px;
	background: #cfbbac;
	
	position: absolute;
	right: 0;
	top: -190px;
	
	transform: rotate(15deg);
	-webkit-transform: rotate(15deg);
	-moz-transform: rotate(15deg);
}

#pastille p, #linkbox a
{
	font-size: 22pt;
	font-family: "Circular Std";
	font-weight: 500;
	line-height: 20pt;
	color: #2552a0;
}

#pastille p
{
	margin: 0;
	margin-top: 49px;
	color: #e6d7c7;
}

#newsbox
{
	text-align: center;
}

#newsbox .text
{
	width: 800px;
	margin: auto;
	position: relative;
}


#mc_embed_signup
{
	width: 680px;
	height: 63px;
	margin: 50px auto;
	margin-bottom: 150px;
}

form *
{
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

input[type=email]
{	
	font-size: 22pt;
	font-family: "Circular Std Book";
	font-weight: normal;
	color: #2552a0;
	
	background: rgba(0,0,0,0);
	padding: 10px 40px;
	margin: 0;
	border-radius: 35px 0 0 35px;
	border: 3px solid #2552a0;
	float: left;
}

input[type=email]:focus
{
	outline: none;
}

input[type=submit]
{
	font-size: 22pt;
	font-family: "Circular Std Book";
	font-weight: normal;
	color: #e6d7c7;
	
	background: #2552a0;
	padding: 10px 40px;
	margin: 0;
	border-radius: 0 35px 35px 0;
	border: 3px solid #2552a0;
	float: left;
}

input[type=submit]:hover
{
	cursor: pointer;
}

#linkbox
{
	margin-bottom: 100px;
}

#linkbox p
{
	margin: 0;
	margin-bottom: 30px;
}

#linkbox a
{
	padding: 10px 40px;
	text-decoration: none;
	border-radius: 30px;
}

#linkbox a:hover
{
	background: #cfbbac;
	color: #e6d7c7;
}

#linkbox #insta a:hover .linktext
{
	background: background: #e6d7c7; /* Old browsers */
	background: -moz-linear-gradient(left, #f9ed32 0%, #ee2a7b 75%, #5900ff 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, #f9ed32 0%,#ee2a7b 75%,#5900ff 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #f9ed32 0%,#ee2a7b 75%,#5900ff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9ed32', endColorstr='#5900ff',GradientType=1 ); /* IE6-9 */
	
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

footer p.credits
{
	font-size: 10pt;
	color: rgba(0, 0, 0, 0.25);
	text-align: right;
	padding: 10px;
}

footer p.credits a
{
	color: rgba(0, 0, 0, 0.25);
}