@charset "utf-8";
/* CSS Document */

@font-face {
    font-family: 'BebasRegular';
    src: url('../font/BEBAS___-webfont.eot');
    src: url('../font/BEBAS___-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/BEBAS___-webfont.woff') format('woff'),
         url('../font/BEBAS___-webfont.ttf') format('truetype'),
         url('../font/BEBAS___-webfont.svg#BebasRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}
html,body{
 font-family: 'BebasRegular';
	width:100%;
    min-height: 100%;
	height:100%;
    padding:0;
    margin:0;
}
.navigation{
	position:fixed;
    text-align: right;
	z-index:1;
	top:20px;
}
.navigation li{
	color:#333333;
	display:block;
	padding:0 10px;
	line-height:30px;
	margin-bottom:2px;
	font-weight:bold;
	-webkit-transition: all .2s ease-in-out;
	border-bottom:1px solid black;
	text-align:right;
	width:53px;
}
.navigation li:hover,.active{
	font-size:25px;
	cursor:pointer;
	width:100px!important;
    text-align: right;
}
.slide{
	background-attachment:fixed;
	width:100%;
	height:100%;
	position: relative;
	box-shadow:inset 0px 10px 10px rgba(0,0,0,0.3);
}
.wrapper{
	width:960px;
	height:200px;
	margin:0 auto;
	position:relative;
}
.slideno{
	position:absolute;
	bottom:0px;
	left:0px;
	font-size:100px;
	font-weight:bold;
	color:rgba(255,255,255,0.3);
}

/******************************
 SLIDE 1 
*******************************/
#amp{
    background-color: #e2ecfc;
    padding:0;
    margin:0;
    height:00%;
    min-height:100%;
    font-family:'BebasRegular';
    font-size:100%;
    box-shadow:none;
}
#amp .container{
    position:absolute;
    overflow:hidden;
    width:100%;
    height:100%
}
#amp .graphic{
    position:absolute;
    padding:0;
    margin:0;
    -moz-transform:rotate(-45deg);
    -moz-transform-origin:10% 108%;
    -webkit-transform:rotate(-45deg);
    -webkit-transform-origin:10% 108%;
    -o-transform:rotate(-45deg);
    -o-transform-origin:10% 108%;
    -ie-transform:rotate(-45deg);
    -ie-transform-origin:10% 108%;
    transform:rotate(-45deg);
    transform-origin:10% 108%;
    text-align:center;
    color:#ffffff;
    box-shadow:#000000 inset;
}
#firstCover{
    background-color: #9abba1;
    width:2000px;
    height:500px;
    font-size:15em;
}
#firstNameCover{
    background-color: #b6ccb7;
    width:100%;
    height:260px;
    font-size:15em;
}
#firstNameText{
    position: relative;
    top: -45px;
}
#lastNameCover{
    background-color:#dbe1d3;
    width:100%;
    height:260px;
    font-size:15em;
}
#lastNameText{
    position: relative;
    top: -45px;
}
#details{
    background-color: #e8eee0;
    width:100%;
    height:80px;
}
#details #detailText{
    font-size:3.5em;
    position: relative;
    top: 25%;
}
#detailText a{
    color:#FFFFFF;
    text-emphasis-color:#FFFFFF;
}
#detailText a:hover{
    color: #eb7c3b;
    background-color:#FFFFFF;
}
#endCover{
    background-color: #f8fcfa;
    width:100%;
    height:50px;
}
#endCover #endCoverButtons{
    position:relative;
    top: 8px;
}
#endCoverButtons a{
    padding-left: 10px;
}
#emptyBlogNotice{
    position:absolute;
    overflow:hidden;
    width: 100%;
    top: 100%;
    text-align: center;
}
.blogNoticeText1{
    font-size: 7em;
    line-height: 1em;
}
