/* PARALLAX SCROLLING EXPERIMENT
   Master Styles
   Author: Jonathan Nicol (f6design.com)
   Modfyed by: Mike Loucas . com
*****************************************************************/


/* Global reset
   http://meyerweb.com/eric/tools/css/reset/ 
*****************************************************************/

/*html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}*/
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
	margin-left: -13px;
	margin-right: 17px;
	
}
body {
	line-height: 1;
	font-family: 'Montserrat', sans-serif;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

iframe {
	width: 33%;
	padding-left: 326px;
}

/* Extended base styles (site specific)
*****************************************************************/

html { 
	overflow-y: scroll; /* always force a scrollbar in non-IE */
	}
body {
	background-image: url(../img/ground.png);
	background-repeat: repeat-y;
	overflow-x: hidden;
	height: 4550px;
	line-height: 1.5;
	color: #000;

	/*font-family: REPLACE;*/
	background-attachment: fixed;
	background-color: #003E5B;
}
h1 {
	color: #214ca9;
	cursor: wait;
	font-size:3em;
}

/*my links colour*/
#content h1:link,
#content h1:active,
#content h1:visited,  
	#content h1:hover {
	
	-webkit-transition: color 0.25s ease-out;
	-moz-transition: color 0.25s ease-out;
	-o-transition: color 0.25s ease-out;
	transition: color 0.25s ease-out;
	color: #006699;
	outline: none;
	text-decoration: none;
	
	color: #FFF;
		text-shadow:0px 0px 0 rgb(220,220,220),0px 1px 0 rgb(184,184,184),0px 2px 0 rgb(149,149,149), 0px 3px 0 rgb(114,114,114),0px 4px 3px rgba(0,0,0,0.55),0px 4px 1px rgba(0,0,0,0.1),0px 0px 3px rgba(0,0,0,.2);
		}
/*end my links colour*/

a, a:link,
a:active,
a:visited {
	-webkit-transition: color 0.25s ease-out;
	-moz-transition: color 0.25s ease-out;
	-o-transition: color 0.25s ease-out;
	transition: color 0.25s ease-out;
	color: #0066ff;
	outline: none;
	font-weight:bold;

	text-decoration: none;
	}
	a:hover {
	color: #666;
		}
		

img { 
	display:block;
	}
p {
	border-radius: 20px;
	-webkit-box-shadow: 0px 1px 1px 1px rgba(12, 12, 12, 0.3);
	box-shadow: 0px 1px 1px 1px rgba(12, 12, 12, 0.3);
	background-color: rgba(226, 0, 122, 0.8); /*pinkbackground*/
	/*background-image:url(../images/shattering.png);*/
	color: rgba(226, 255, 255, 1);
	overflow: hidden;
	padding: 15px;
	line-height: 1.1em;
	margin-bottom: 0em;
	margin-left: -13px;
	margin-top: 1em;
	margin-right: 13px;
	}

/* Common shared styles
*****************************************************************/

hr {
	/*margin: 0;*/
	margin-left:auto;
	margin-right:auto;
	border: none;
	border-top: 1px solid #f29400;
	border-bottom: 1px solid #f29400;
	height: 3px;
	width:113px;
}

/* Page structure
*****************************************************************/

#wrapper {
	position: relative;
	max-width: 100%;
}
/*#branding {
	width: 100%;
	background-color: #000;
	position: relative;
}
	#branding h1 {
		width: 100%;
		padding: 10px 15px;
		margin: 0 auto;
		
		font-weight: bold;
}
*/
.stickdown{
    position: fixed;

	right: 0px;
	bottom: 0;
	width: 35px;
	border-radius: 18px;
	background-color: rgba(226, 0, 122, 0.8);
	text-align:center;
	color:#FFF;
	z-index:6;
	font-family: Bangers, cursive;
}

.stickdown:hover{
	color: #FFFFFF;

	
}

/* Nav
*****************************************************************/

/*nav#primary {
	z-index: 5;
	position: fixed;
	top: 50%;
	right: 16px;
	margin-top: -40px;
	width: 70px;
	display: block;
	background-image: url(../img/nav%20glas.png);*/
	/*background-color: #09F;
}*/
/*nav#primary li {
	position: relative;
	height: 40px;
}*/
/*nav#primary a {
	display: block;
	width: 20px;
	height: 20px;
	text-indent: -9999px;
	background: transparent url('../img/nav-dot.png') 4px 4px no-repeat;
	margin-left: 25px;
}
nav#primary a:hover, nav#primary a.active {
	background: transparent url('../img/nav-dot.png') 4px -16px no-repeat;
}
nav#primary h1 {
	position: absolute;
	right: 62px;
	top: -7px;
	display: none;
	padding: 4px 20px 4px 7px;;
	color: #fff;
	white-space: nowrap;
	background: transparent url('../img/nav-arrow.png') 100% 50% no-repeat;
	}*/
nav.next-prev {
	margin-bottom: 0;
	margin-left: -19px;
	margin-right: 0px;
	margin-top: 20px;
	}
	a.prev,
	a.next {
		display: block;
		width: 215px;
		height: 30px;
		text-indent: -9999px;
		}
	a.prev {
		margin: 0 auto 5px auto;
		background: transparent url('../img/scroll-arrow-up.png') 0 0 no-repeat;
		}
		a.prev:hover {
			background: transparent url('../img/scroll-arrow-up.png') 0 -30px no-repeat;
			}
	a.next {
		margin: 5px auto 0 auto;
		background: transparent url('../img/scroll-arrow-down.png') -1px 0 no-repeat;
		}
		a.next:hover {
			background: transparent url('../img/scroll-arrow-down.png') -1px -30px no-repeat;
			}

/* Parallax
*****************************************************************/

/* content */
#content {
	z-index: 4;
	position: relative;
	width:320px;
	padding: 0 10px;
	margin: 0 auto;
	line-height: 1.7;
	float:left;
	}
	#content article {
		
		}
		#Multimedia-Hyprid ,
		Graphics-Design,
		#Web-Producer,
		#about {
			padding-top: 0px;
			}
		#Multimedia-Hyprid {
			position: absolute;
			top: 0px;
			
			}
		#multimedia-section {
			position: absolute;
			top: 1090px;
			
			}
		#web-section {
			position: absolute;
			top: 2180px;
			
			}
			#content h1 {
	text-align: center;
	padding-left: 0px;
	margin: 0 0 10px 0;
	
	font-family: Bangers, cursive;
	font-weight: normal;
	line-height: 55px;
	border-radius: 20px;
	background-color: rgba(242, 148, 0, .8);
	color: #006793; /* font colour */
}

#about {
position: absolute;
top: 3270px;

}

/* foreground (ballons/landscape) */
#parallax-bg3 {
	z-index: 3;
	position: fixed;
	left: 50%; /* align left edge with center of viewport */
	top: 0;
	width: 940px;
	margin-left: -470px; /* move left by half element's width */
	}
	/* balloon */
	#bg3-1 {
		position: absolute;
		top: -111px;
		left: 255px;
		}
	#bg3-2 {
		position: absolute;
		top: 812px;
		left: 221px;
		}
	#bg3-3 {
		position: absolute;
		top: 1628px;
		left: -100px;
		}
	#bg3-4 {
		position: absolute;
		top: 2600px;
		left: -85px;
		}
/* midground  */
#parallax-bg2 {
	z-index: 2;
	position: fixed;
	left: 50%; /* align left edge with center of viewport */
	top: 0;
	width: 1200px;
	margin-left: -600px; /* move left by half element's width */
	}
	#bg2-1 {
		z-index:1;
		position: absolute;
		top: 1110px;
		left: 605px;
		}
	#bg2-2 {
		position: absolute;
		top: 1000px;
		left: 599px;
		}
	#bg2-3 {
		position: absolute;
		top: 862px;
		left: -34px;
		}
	#bg2-4 {
		position: absolute;
		top: 480px;
		left: 120px;
		}
	#bg2-5 {
		position: absolute;
		top: 400px;
		left: 490px;
		}
/* background  */
#parallax-bg1 {
	z-index: 1;
	position: fixed;
	left: 50%; /* align left edge with center of viewport */
	top: 0;
	width: 1200px;
	margin-left: -600px; /* move left by half element's width */
	}
	#bg1-1 {
		position: absolute;
		top: 185px;
		left: 250px;
		}
	#bg1-2 {
		position: absolute;
		top: 840px;
		left: 795px;
		}
	#bg1-3 {
		position: absolute;
		top: 900px;
		left: -120px;
		}
	#bg1-4 {
		position: absolute;
		top: 995px;
		left: 250px;
		}
	#bg1-5 {
	position: relative;
	top: 3260px;
	/*left: -85px;*/
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 3px;
		}






  
