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

/*########################################################
######      FONTS        #################################
########################################################*/

@font-face {
    font-family: 'LondonRegular';
    src: url('london_export-webfont.eot');
    src: url('london_export-webfont.eot?#iefix') format('embedded-opentype'),
         url('london_export-webfont.woff') format('woff'),
         url('london_export-webfont.ttf') format('truetype'),
         url('london_export-webfont.svg#LondonRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

/*########################################################
######      GENERAL       ################################
########################################################*/

*{
	margin: 0;
	padding: 0;
	font-style: normal;
	font-weight: normal;
}

html, body{
	height: 100%;
}

div{
	text-align: center;
}

a, a:hover, a:visited{
	color: #000;
	text-decoration:none;
}

img{
	width: 100%;
}

audio{
	visibility: hidden;
}

/*########################################################
######      STRUCTURE      ###############################
########################################################*/

#container, #start, #end{
	height: 100%!important;
	width: 100%;
	overflow: hidden;
}

#start, #end, .audioSlide{
	background: no-repeat center center white url(logo.png);
	-webkit-background-size: contain;
	-moz-background-size: contain;
	-o-background-size: contain;
	background-size: contain;
}

.audioSlide{
	background-image: url(audio.png);
}



/*########################################################
######      TEXT      ####################################
########################################################*/

p{
	font-family: 'LondonRegular', serif;
	font-size: 20px;
	line-height: 27px;
}

.gross{
	font-size: 23px;
	line-height: 30px;
}