﻿@charset "UTF-8";

header {
	position:relative;
	width:100%;
	height:auto;
	margin:0 auto;
}

#Site-nav {
	display:none;
}

nav {
	text-align:center;
	width:100%;
	height:100%;
	min-height:100vm;
	background:rgba(231,231,231,1.00);
	z-index:99;
}


nav a {
	display:block;
	width:auto;
	font-size:18px;
	margin:0 auto;
	padding:10px
}


.nav-top {
	display:block;
	line-height:auto;
	color:rgba(236,236,236,1.00);
	background:rgba(151,151,151,1.00);
	padding:6px;
}

nav li {
		list-style:none;
	}

.nav-top a {
	font-size:18px;
	line-height:auto;
	color:rgba(236,236,236,1.00);
	background:rgba(151,151,151,1.00);
}

.nav-top a:hover {
	color:rgba(0,0,0,1.00);
}

.active-page {
	color:rgba(0,0,0,1.00);
}


.nav-social {
	text-align:center;
	border-style: solid;
	border-color:rgba(0,0,0,1.00);
	border-width:1px 0 1px 0;
	background:rgba(255,255,255,1.00);	
}

.nav-social img {
	width:20px;
	height:20px;	
}

.nav-social li {
	display:inline-block;
}

.nav-social a {
	opacity:0.3;
	filter: alpha(opacity=30); /* For IE8 and earlier */
	margin:0 5% 0  0;
}

.nav-social a:hover {
	opacity: 0.7;
	filter: alpha(opacity=70); /* For IE8 and earlier */

}


.nav-social2 {
    padding-top: 5px;
    padding-bottom:5px;
}

.nav-social2 a {
	margin:0;
    z-index:10;
}


.logo{
	width:96%;
	margin:25px auto;
	border-bottom:.075em solid #000000;
	text-align:center;
}

.logo img {
	width:90%;	
	max-width:426px;
	margin-left:0px;
	margin-bottom:5px;
}

.logostack {
	width:96%;
	margin:25px auto;
	border-bottom:.075em solid #000000;
	text-align:center;
}

.logostack img {
	width:90%;	
	max-width:226px;
	margin-right:25px;
	margin-bottom:5px;
}


.logostack img:hover {
	opacity: 0.5;
	filter: alpha(opacity=50); /* For IE8 and earlier */
}

.Flare {
	display:block;
	position:absolute;
	  left: 420px;
	  bottom:-15px;
  font-size: 20px;
  vertical-align:top;
 	font-family: "ff-market-web","Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Arial, sans-serif;
  font-style: normal;
font-weight: 400;
  color: rgb(231, 65, 122);
  z-index: 4;
}

.Flare img {
	margin-top:15px;
	float:left;
}


@media screen and (max-width: 850px) {
	
	.Flare {
		display:none;
}

footer {
	width:100%;
}

}
	