@charset "UTF-8";
@font-face {
	font-family: 'Hand Of Sean (Demo)';
	font-weight: 500;
	font-style: normal;
	src: url("font/HandOfSean/HandOfSeanDemo.ttf");
}

.pclass{
	border: 1px solid #1C6EA4;
	border-radius: 10px 10px 10px 10px;
	margin: 20px;
	padding-top: 10px;
	background: rgb(2,0,36);
	background: linear-gradient(90deg, rgba(2,0,36,1) 0%, rgba(240,248,255,1) 0%, rgba(0,212,255,0.21612394957983194) 100%);
}

body {
	margin: 0;
	padding: 0;
	background: #fdfaf7;
	color: #6b645c;
	font-family: Arial, Helvetica, sans-serif
}

header {
	overflow: hidden;
	background: #0066A4;
	background: linear-gradient(90deg, rgba(0, 102, 164, 1) 0%, rgba(0, 150, 241, 0.5) 50%);
	text-align: center;
	text-shadow: 0px 0px 0 #fcfdf4;
}

h1 {
	display: block;
	font-size: 1em;
	margin-top: 0.83em;
	margin-bottom: 0.83em;	
	margin-left: 0px;
	margin-right: 0;
	font-weight: normal;
	font-family: "Hand Of Sean (Demo)";
}

h2 {
	display: block;
	font-size: 1.5em;
	margin-top: 0.83em;
	margin-bottom: 0.83em;
	margin-left: 0px;
	margin-right: 0;
	font-weight: normal;
	font-family: "Hand Of Sean (Demo)";
}

h3 {
	display: block;
	font-size: 0.7em;
	margin-top: 1em;
	margin-bottom: 1em;
	margin-left: 10px;
	margin-right: 0;
	font-weight: bold;
	font-family: "Hand Of Sean (Demo)";
}

h4 {
	display: block;
	font-size: 1em;
	margin-top: 1.33em;
	margin-bottom: 1.33em;
	margin-left: 10;
	margin-right: 0;
	font-weight: bold;
	font-family: Hughs;
}

h5 {
	display: block;
	font-size: .83em;
	margin-top: 1.67em;
	margin-bottom: 1.67em;
	margin-left: 10;
	margin-right: 0;
	font-weight: bold;
	font-family: "Hand Of Sean (Demo)";
}

h6 {
	display: block;
	font-size: .67em;
	margin-top: 2.33em;
	margin-bottom: 2.33em;
	margin-left: 00;
	margin-right: 0;
	font-weight: bold;
	font-family: "Hand Of Sean (Demo)";
}

header h1 {
	display: inline-block;
	margin: 0;
	font-weight: bold;	
	font-family: "Hand Of Sean (Demo)";
	font-size: 14px;
	color: #ffffff;
	font-weight: bold;
	line-height: 50px;
}

header h1::before {
	content: "\26a1";
	margin-right: 15px;
	font-family: 'entypo', sans-serif;
}

/* top left toggle button */

.pikabu-nav-toggle {
	position: relative;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-o-backface-visibility: hidden;
	backface-visibility: hidden;
	float: left;
	display: block;
	width: 50px;
	height: 30px;
	margin: 10px;
	background: #d71d24;
	border: solid 1px rgba(230, 74, 51, 0.35);
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: inset 0 1px 0 #fcfdf4;
	-moz-box-shadow: inset 0 1px 0 #fcfdf4;
	box-shadow: inset 0 1px 0 #fcfdf4;
	text-indent: 100%;
	white-space: nowrap;
	color: #ffffff;
	line-height: 29px;
}

/* default position of right-side toggle button */

.pikabu-nav-toggle[data-role=right] {
	float: right;
}

.pikabu-nav-toggle::after {
	content: '☰';
	position: absolute;
	left: 0;
	top: 0;
	isplay: block;
	width: 100%;
	height: 100%;
	font-family: 'entypo', sans-serif;
	text-align: center;
	text-indent: 0;
	font-size: 25px;
	font-weight: bold;
	color: inherit;
}

.pikabu-nav-toggle[data-role=right]::after {
	content: "\e705";
	font-size: 30px;
}
.pikabu--left-sidebar-visible .pikabu-nav-toggle[data-role=left], .pikabu--right-sidebar-visible .pikabu-nav-toggle[data-role=right] {
	background: rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.1);
	-moz-box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.1);
	box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.1);
}

section {
	padding: 20px;
}

/* contains color elemnents for both left/right open side bars */

.pikabu-sidebar {
background-color: #ADD8E6;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 10px;
	color: #666;
}

/* not sure what element this has an affect on */

.pikabu-sidebar a {
	color: #e64a33;
}

/* main document color */

.pikabu-container {
	background: #fdfaf7;
}

/* I think this might be older code to support older browsers */

.pikabu--left-sidebar-visible .pikabu-container {
	-webkit-box-shadow: -5px 0px 15px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: -5px 0px 15px rgba(0, 0, 0, 0.15);
	box-shadow: -5px 0px 15px rgba(0, 0, 0, 0.15);
}

/* I think this might be older code to support older browsers */

.pikabu--right-sidebar-visible .pikabu-container {
	-webkit-box-shadow: 5px 0px 15px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 5px 0px 15px rgba(0, 0, 0, 0.15);
	box-shadow: 5px 0px 15px rgba(0, 0, 0, 0.15);
}

section h2 {
	display: block;
	font-size: 1.5em;
	margin-top: 0.83em;
	margin-bottom: 0.83em;
	margin-left: 0px;
	margin-right: 0;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;}

section h3 {
	display: block;
	margin: -20px -20px 10px;
	padding: 5px 20px 7px;
	background: #0066A4;
	background: linear-gradient(90deg, rgba(0, 102, 164, 1) 0%, rgba(0, 150, 241, 0.5) 50%);
	color: #ffffff;
}

p {
	padding-left:10px;
	padding-right:10px;
	padding-bottom:10px;
	line-height: 1.5em;
	font-size: 26px;
	font-family: Arial, Helvetica, sans-serif;
}

section p em {
	color: #e64a33;
	font-style: normal;
}

section a {
	color: #e64a33;
}

section a:hover {
	color: black;
	-webkit-transition: color 0.1s linear;
	-moz-transition: color 0.1s linear;
	-o-transition: color 0.1s linear;
	transition: color 0.1s linear;
}

section ul {
	margin: 15px 0;
}

.no-js html {
	position: relative;
	height: 100%;
}
.no-js body {
	min-height: 100%;
}

@media all and (min-width: 769px) {
  html {
    position: relative;
    height: 100%;
}

body {
    min-height: 100%;
    background: #fdfaf7;
}

p {
  padding-left:10px;
  padding-right:10px;
  padding-bottom:10px;
  line-height: 1.5em;
  font-family: Arial, Helvetica, sans-serif;
}

.input:focus { 
	outline: none;
	border: 1px solid #7bc1f7;
	box-shadow: 0px 0px 8px #3ad000;
	-moz-box-shadow: 0px 0px 8px #3ad000;
	-webkit-box-shadow: 0px 0px 8px #3ad000;
}

.featureslocation{
	position: relative; 
	float: inherit; 
	margin-top: -400px; 
	margin-bottom: auto; 
	margin-right: auto; 
	margin-left: auto; 
	clear: none; 
	width: 100%;
	height:auto;
}

#footer {
	position: absolute; 
	text-align:center; 
	font-size: 10px; 
	width: 1000px; 
	clear: both;
}

.headertitle{
	display: flex; 
	justify-content: left;
}

.facebooklocation {
	position: relative;
	float: inherit;
	margin-bottom: auto;
	margin-right: auto;
	margin-left: auto;	
	clear: none;
	width:1084px;
	padding: 10px 0px 0px 10px;
}

.locationlinks {
	font:normal 18px Arial;
 	color: #ef4135;
}

a.locationlinks:link{
	color: #ef4135;
}

a.locationlinks:visited{
	color: #ef4135;
}

a.locationlinks:hover{
	color: #ef4135;
}

a.locationlinks:active{
	color: #ef4135;
}

.css-button-arrow--black {
	text-align: center;
	min-width: 130px;
	height: 3rem;
	line-height: 3rem;
	color: #0066a4;
	cursor: pointer;
	transition: all 0.3s ease;
	position: relative;
	display: inline-block;
	outline: none;
	overflow: hidden;
	border-radius: 5px;
	border: 1px; 
	color: white;
	background-color: #0066a4;
}
.css-button-arrow--black:hover {
	border-radius: 5px;
	padding-right: 24px;
	padding-left:8px;
}
.css-button-arrow--black:hover:after {
	opacity: 1;
	right: 10px;
}
.css-button-arrow--black:after {
	content: "\00BB";
	position: absolute;
	opacity: 0;
	font-size: 20px;
	line-height: 40px;
	top: 0;
	right: -20px;
	transition: 0.4s;
}

.fadein {
	opacity:0;
}