/* CSS Document */
html
{
	width:100%;
	height:100%;
}
body
{
	width:100%;
	height:100%;
	min-width:400px;
	margin:0;
	padding:0;
	font-size:14px;
}

#outer_wrapper
{
	display: block;
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
}



#awesome
{
	position: absolute;
	width: 100%;
	height: 100%;
	right: 0;
}

/*Image groups with captions*/
.imageGroup
{
	width:100%;
	height: 100%;
	margin: 0 auto;
	position:absolute;
	/*
	important: specify which side the image is to stay aligned to on the individual elements 
	(text-align:right:right or text-align:right:left)
	*/
	text-align:right;	/*default:align to the right*/
}

.imageGroup img.bigAssPicture
{		
	position: absolute;
	/*important: specify which side the image is to stay locked to on the individual elements (right:0 or left:0)*/
	right: 0;	/*default:lock to the right*/
	width: auto;
	height: 100%;
}

#previous-button
{
	position:absolute;
	top:0;
	width:100%;
	height:30%;
	z-index: 100;
	cursor: pointer;
}
#next-button
{
	position:absolute;
	bottom:0;
	width:100%;
	height:30%;
	z-index: 100;
	cursor: pointer;
}

/*Caption and Title - each are different*/
/*generaic titles and captions*/
.title
{
	font-family: 'Trajan Pro','Playfair Display SC', serif;
	font-size:2.8em;
	text-align: left;
	width:auto;
}
.caption
{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-size:2.1em;
	text-align: left;
	width:auto;
	color:#999;
}
.title img, .caption img
{
	display:none;
}
/*specific titles and captions*/
/*about*/
.about_section
{
	margin:8% auto;
	width:60%;
	position:relative;
	z-index:100;
}
.title.about
{
	text-align:center;
}

.caption.about
{
	text-align:left;
	font-size:1.2em;
}

/*intro*/
.title.team-awesome
{
	position:absolute;
	top:25%;
	left:40%;
	
	width:20%;
	height:auto;
	
	/*Override the img version settings*/
	top:20%;
	text-align:center;
}
.caption.team-awesome img
{
	/*Override the text version settings*/
	display:block;
}
.title.team-awesome img
{
	width:100%;
	min-width: 200px;
	height:auto;
}

.caption.team-awesome
{
	position:absolute;
	top:45%;
	left:40%;
	
	width:20%;
	height:auto;
	
	/*Override the img version settings*/
	top:55%;
}
.caption.team-awesome img
{
	width:100%;
	min-width: 200px;
	height:auto;
}
/*oisin-conolly-1*/
.title.oisin-1
{
	position:absolute;
	top:25%;
	left:5%;
	/*
	width:24%;
	height:auto;
	*/
}
.title.oisin-1 img
{
	width:100%;
	min-width: 200px;
	height:auto;
}

.caption.oisin-1
{
	position:absolute;
	top:45%;
	left:5%;
	
	/*
	width:14%;
	height:auto;
	*/
	
	/*Override the img version settings*/
	top:35%;
}
.caption.oisin-1 img
{
	width:100%;
	min-width: 130px;
	height:auto;
}

/*sarah-jayne-1*/
.title.sarah-1
{
	position:absolute;
	top:18%;
	left:60%;
	
	/*
	width:19%;
	height:auto;
	*/
	
	/*Override the img version settings*/
	text-align:center;
}
.title.sarah-1 img
{
	width:100%;
	min-width: 200px;
	height:auto;
}

.caption.sarah-1
{
	position:absolute;
	top:35%;
	left:50%;
	
	/*
	width:39%;
	height:auto;
	*/
	
	/*Override the img version settings*/
	text-align:center;
}
.caption.sarah-1 img
{
	width:100%;
	min-width: 130px;
	height:auto;
}

/*potentially-immortal-1*/
.title.potentially-immortal-1
{
	position:absolute;
	top:29%;
	left:5%;
	
	/*
	width:36%;
	height:auto;
	*/
}
.title.potentially-immortal-1 img
{
	width:100%;
	min-width: 200px;
	height:auto;
}

.caption.potentially-immortal-1
{
	position:absolute;
	top:45%;
	left:12%;
	
	/*
	width:20%;
	height:auto;
	*/
}
.caption.potentially-immortal-1 img
{
	width:100%;
	min-width: 130px;
	height:auto;
}




#socialmedia-facebook
{
	text-indent: 0;
	position: relative;
	top: -50px;
	z-index:101;
	text-align: center;
	
	opacity: 0.26;
	filter: alpha(opacity = 22);
	
	transition: opacity 0.3s ease-in-out;
	-moz-transition: opacity 0.3s ease-in-out;
	-o-transition: opacity 0.3s ease-in-out;
	-webkit-transition: opacity 0.3s ease-in-out;
}
#socialmedia-facebook:hover
{
	opacity: 0.85;
	filter: alpha(opacity = 80);
	
	transition: opacity 0.3s ease-in-out;
	-moz-transition: opacity 0.3s ease-in-out;
	-o-transition: opacity 0.3s ease-in-out;
	-webkit-transition: opacity 0.3s ease-in-out;
}
#socialmedia-facebook a
{
	padding:20px;
}

.fb-like
{
	margin-top:5px;
}