@font-face {
  font-family: italiana;
  src: url(/fonts/Italiana-Regular.ttf);
}
 h1, h2, h3  {
	font-family:italiana;
	/*color:#000!important;*/
	font-weight:900;
	}
body {
	background:url(/images/body/blair-evil.png);
	background-repeat:no-repeat;
	background-size:cover;
	/*background-position: 100%;*/
	font-weight:900;
	
	}	
.dropcap {
  color: #903!important;
  float: left;
  font-family: Georgia;
  font-size: 75px;
  line-height: 60px;
  padding-top: 4px;
  padding-right: 8px;
  padding-left: 3px;
  display:block;
}
blockquote::before {
	content:"\f10d";
	font-family:"FontAwesome";
	font-size:50px;
	font-weight:900;
	margin-right:15px;
	line-height: 0.1em;
    color:#903;
	}
blockquote {
	margin-left:40px;
	margin-bottom:50px;
	font-family:italiana;
	font-style:italic;
	line-height:45px;
	font-size:43px;
	padding:20px;
	border-left:5px solid rgba(0,0,0, 0.05);
	color:rgba(0,0,0, 0.6);
	font-weight:900;
	}
blockquote p {
	display:inline;
	}	

.groupintro {
	font-weight:900;
	font-size:20px;
	margin-bottom:30px;
	margin-top:30px;
	
	color:#903;
	font-family:serif;
	}
.form-label {
	font-weight:800;
	color:#903;
	font-family:italiana;
	}
#.clearSession {
	display:none;
	}
.blairbtn {
	width:50%;
	height:auto;
	background:#903;
	color:white;
	margin:auto;
	display: block;
    padding: 20px;
    margin-top: 50px;
	font-weight:900;
	font-size:20px;
	border:none;
	border-radius:10px;
	}
.article-header h1 {
	font-family:serif!important;
	}
.fabrikPageNext {
	background:#424242;
	color:lightgrey;
	}
.form-check-label {
	font-weight:700;
	}
#sp-main-body {
	margin-top:auto;
	}
#sp-footer {
	position: fixed;
	bottom: 0; 
	width: 100%;
	} 
 .body-innerwrapper {
    min-height: 100vh;
    
}
