@charset "UTF-8";
/* CSS Document */

.container {
	overflow: hidden;
	/* we don't want the pseudo-elements sticking out */
	position:relative;
	z-index:0;
}


.container svg {
	display: block;
}




.icon {
	display: block;
	width: 2em;
	height: 2em;
	border-radius: 50%;
	background: rgba(0,0,0,0.1);
	color: #fff;
	text-align: center;
	font-size: 8em;
	line-height: 2em;
	margin: 0 auto;
}

.inrow section{
	position: relative;
	padding: 2%;
	
	border-bottom:#3498db;
	
	
	
}




.inrow section.maincolor {
	background:#B20875!important;
}

.inrow section.dark {
	background:#EC008C!important;
}

.inrow section.light {
	background:#EC008C!important;
}

.inrow section.imaged {
	background:url(../../fnx/img/top-banner.png) repeat-x;
	background-size:cover;
	max-height:140px;
	padding:0;
	
}

.logo {
	background:#ffffff; 
	width:20%;
	heigth:90%;
	margin:auto;
	
}
.logo img{
	width:100%; height:auto;}

/*** Individual section styles and separators ***/

/* Common style for pseudo-elements */
.inrow section::before,
.inrow section::after {
	position: absolute;
	content: '';
	pointer-events: none;
}



.age{
  width: 100px;
  height: 100px;
  border-bottom: solid 50px rgb(200,30,50);
  border-right: solid 50px rgb(200,30,50);
  border-left: solid 50px transparent;
  border-top: solid 50px transparent;
  position:relative;
  z-index:200;
  float:right;
  margin:-100px 0 0 0;
	}
	
	.age p{ 
	font-family: 'Oswald', sans-serif;
	color:#fff;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	padding:0;
	margin:0;
	overflow:hidden;
	position:absolute;
	text-align:center;
	font-size:16pt;
	line-height:16pt;
		
		
	}
	
	

	
	.date{
	color:#851719;
	width:100%;
	font-family: 'Oswald', sans-serif;
	float:left;
	font-size:16pt;
	line-height:20pt;
	margin: 0px 0px 5px 0px;
	z-index:101;
	position:relative;
	}
	
	.loc{
	color:#851719;
	width:100%;
	font-family: 'Oswald', sans-serif;
	float:left;
	font-size:16pt;
	line-height:20pt;
	margin: 0px 0px 5px 0px;
	z-index:101;
	position:relative;
	}
	.beforeico{width:6%; height:100%;}
	span.sub{ margin-left:7%; color:#3F3E3E; font-size:14pt;}

.showVitals{padding-top:1%;}

.showVitals h2{
	font-family: 'Oswald', sans-serif;
	font-size:20pt;
	line-height:21pt;
	text-transform:uppercase;
	float:left;
	margin:15px 0%;
}
.showVitals ul.creative{
	list-style-type:none;
	font-size:13pt;
	line-height:15pt;
	text-transform:uppercase;
	width: -moz-fit-content;
	width: -webkit-fit-content;
	width: fit-content;
	margin:0;
	margin-bottom: 5px;
	padding:0;
	float:left;
}

.showVitals  ul.creative li {
	float:left;
	margin:0px 6px 5px 0px;
	
}

.keyart{
-webkit-box-shadow: 10px 10px 5px -8px rgba(0,0,0,0.58);
-moz-box-shadow: 10px 10px 5px -8px rgba(0,0,0,0.58);
box-shadow: 10px 10px 5px -8px rgba(0,0,0,0.58);
}
.keyart img {width:100%; height:auto;}

.showVitals  ul.creative li span{
	font-family: 'Oswald', sans-serif;
	font-size:10pt!important;
	line-height:10pt!important;
	text-transform:lowercase!important;
	font-weight:300!important;
}

.showVitals h4 {
	font-family: 'Oswald', sans-serif;
	font-size:14pt;
	line-height:14pt;
	text-transform:uppercase;
	width: -moz-fit-content;
	width: -webkit-fit-content;
	width: fit-content;
	float:left;
}
.linked {
	float:left;
	margin:10px 5px 0 0;}
	
	.content{}
	.content h2{
		text-align:center;
		color:#fff;
		font-family: 'Oswald', sans-serif;
		text-shadow: 1px 1px 1px rgba(39, 25, 25, 0.88);
	}
	.content h3{
		color:#fff;
		font-family: 'Oswald', sans-serif;
		
	}
	
	.content p{
		color:#fff;
		
		text-align:justify;
		line-height:1.4rem;
	}
		
	.headerIcon{
		width: -moz-fit-content;
	width: -webkit-fit-content;
	width: fit-content;
	margin:0px auto;
	color:#ffffff;
		
	}
		
		.scroll-top-wrapper {
    position: fixed;
	opacity: 0;
	visibility: hidden;
	overflow: hidden;
	text-align: center;
	z-index: 99999999;
    background-color: #851719;
	color: #eeeeee;
	width: 50px;
	height: 48px;
	line-height: 48px;
	right: 30px;
	bottom: 36px;
	
	border-radius: 50%;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.scroll-top-wrapper:hover {
	background-color: #333333;
}
.scroll-top-wrapper.show {
    visibility:visible;
    cursor:pointer;
	opacity: 1.0;
}
.scroll-top-wrapper i.fa {
	line-height: inherit;
}

.signup{
	margin:0px auto;
	width:80%
	}
	
	.signup h4 {
		font-family: 'Oswald', sans-serif; 
		color:#522966;
		font-size:1.4rem;
		padding-right:5%;
	text-align:right;
	}
input.email{
	border:2px solid #522966;
	}
	
ul.socialBlock{width: -moz-fit-content;
	width: -webkit-fit-content;
	width: fit-content;
	margin:0px auto 0px auto;
	display:table;}
	
	ul.socialBlock li.social {
    position:relative;
	overflow: hidden;
	text-align: center;
   background:rgba(210, 35, 42, 1);
	color: #eeeeee;
	width: 50px;
	height: 50px;
	padding-top:8px;
	border-radius: 50%;
	margin:5px;}
	
	ul.socialBlock a li.social {color:#ffffff; text-decoration:none;}
	ul.socialBlock li.social:hover{
		background-color: #851719;
		-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	}
	


.donation{}
.donation .button{width:100%!important;}
input.specialDollar{ background-color: #f04124;
    border-color: #cf2a0e;
    color: #FFFFFF;
	padding:20px;}


.donation label, .payment label{font-family: 'Oswald', sans-serif; 
		color:#ffffff;
		font-size:1.1rem;}

.donation label.tiny{font-size:.8rem; text-align:right;}


.credits{text-align:center; margin:5% 0; color:#ffffff;}


.anchor{margin-top:-30px; padding-top:30px; position:relative; background:transparent;}

.pressImage{
	width:100%; height:auto;
	oveflow:hodden; postion:relative;
	
	margin-bottom:5%; 
	-webkit-box-shadow: 10px 10px 5px -8px rgba(0,0,0,0.58);
-moz-box-shadow: 10px 10px 5px -8px rgba(0,0,0,0.58);
box-shadow: 10px 10px 5px -8px rgba(0,0,0,0.58);
border:2px solid #ffffff;}

.pressImage img{width:100%; height:auto;}

.contactbox {
	text-align:center; 
	color:#ffffff;}
	
	.contactbox h4 {
	text-align:center; 
	color:#ffffff;
	font-family: 'Oswald', sans-serif;}
	
	.embed-container { 
	position: relative; 
	padding-bottom: 56.25%; 
	height: 0; 
	overflow: hidden; 
	max-width: 100%; border:1px solid #ffffff; } 
	
	.embed-container iframe, .embed-container object, .embed-container embed { 
	position: absolute; 
	top: 0; 
	left: 0; 
	width: 100%; 
	height: 100%; }
	
	.headshot img {width:100%; height:auto;}	
.biography{width:100%; height:auto; display:block; padding-bottom:20px;}

@media only screen and (max-width: 40em) {
	
.headshot img	{width:70%; height:auto; margin:0px 15% 10px 15%;}	
	
}
table {
border-collapse:collapse;	
	
}
table a {
color: blue;	
}	
