/*––––––––Load Fonts–––––––*/
@font-face {
  font-family: Poppins;
  src: url(/assets/fonts/Poppins-Variable.woff2);
}

/*–––––––––––––––––––––––––––*/
/*––––Global Site Settings–––*/
*{
	box-sizing: border-box;
	font-family: sans-serif;
	font-family: Poppins;
	font-size:10pt;
}a{
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}body{
	margin: 0;
}

/*–––––––––––––––––––––––––––*/
/*––––Header / Nav / Logo-–––*/
header{
	display:inline-flex;
	width:100%;
}.logo{
	display: block;
	height: 100px;
	padding-right: 10px;
}.title{
	vertical-align: top;
	display: block;
	height: 100px;
}.titleimg{
	display: block;
	height: 100%;
}h2{
	line-height: 1;
	padding: 0px;
	margin:0px;

}nav{
	display: flex;
	flex: 1;
	justify-content: flex-end;
	text-align: right;
}b, a{
	font-weight: 600;
}a{
	color: #ff55a4;
}.placeholder{
	max-width: 550px;
}p{
	padding: 0;
	margin-top:8px;
}.wrapper{
	display: block;
	position: absolute;
	transform: translate(-50%,-50%);
	top:47%;
	left:50%;
	width:fit-content;
	height:fit-content;
}
