html{
	background:url('bg.jpg') repeat #1c1f20;
} 

a, a:visited {
	outline:none;
	color:#1c4f64;
}

a:hover{
	text-decoration:none;
}

#main{
	position:relative;
	margin-bottom: 70px;
}

#carousel{
	margin-top:200px;
	text-align:center;
	height:60px;
	opacity:0;
	-moz-transition:0.4s opacity;
	-webkit-transition:0.4s opacity;
	transition:0.4s opacity;
}

#carousel.active{
	opacity:1;
}

#carousel li{
	display:none;
	list-style:none;
	width:150px;
	height:150px;
	margin: -82px 18px 0;
	position:relative;
	-moz-transition:0.4s all;
	-webkit-transition:0.4s all;
	transition:0.4s all;
}

#carousel li.visible{
	display:inline-block;
}

#carousel li a img{
	border:none;
}

#carousel li img{
	display:block;
	width:auto;
	height:auto;
	max-width:100%;
	max-height:100%;
	position:relative;
	z-index:10;
}
	
#carousel li:after{
	content:'';
	background:url('cradle.png') no-repeat top center;
	background-size:contain;
	bottom: 4%;
    content: "";
    height: 50px;
    left: -6.5%;
    position: absolute;
    right: -6.5%;
    width: auto;
    z-index: 1;
}

#carousel li:hover{
	height: 197px;
    margin-top: -152px;
    width: 222px;
}

.arrow{
	background:url('arrows.png') no-repeat;
	width:28px;
	height:28px;
	opacity:0.8;
	text-indent:-999px;
	overflow:hidden;
	cursor:pointer;
	display:none;
	
	position:absolute;
	top:50%;
	left:50%;
	margin-left:-428px;
	margin-top:25px;
}

.arrow:hover{
	opacity:1;
}

.arrow.next{
	margin-left:400px;
	background-position:top right;
}

footer{
	
	background-color: #111111;
	bottom: 0;
	
	height: 50px;
	left: 0;
	position: fixed;
	width: 100%;
	z-index: 1000;
	
}

#top{
	background-color: #FFEDB8;
	position: fixed;
	width: 100%;
	transform: translatex(-8px) translatey(-60px);
	color: #FFEDB8;
	z-index: 1000;
	opacity: .6;
}

h1{
	font-family: 'Passion One', cursive;
	font-size: 80px;
	font-weight: 100;
  text-align: center;
	text-shadow: .2px .05px .07px #FFF;
}

h3{
	font-family: 'Passion One', cursive;
	font-weight: 100;
	font-size: 28px;
	margin-left: 25%;
	margin-right: 25%;
	transform: translatey(30px);
	
}

#foot{
	color: #FFF;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	transform: translatey(8px) translatex(10px);
	text-shadow: .1px .1px .2px #FFF;
}

#resume{
 transform: translatey(-12px) translatex(1160px);
	color: #FFF;
	
}

a:hover, a:visited, a:link, a:active
{
    text-decoration: none;
		color: #FFF;
		text-shadow: .1px .1px .2px #FFF;
}

