*, *:before, *:after {
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;

	-webkit-font-smoothing: antialiased;
}

html, body {
	height: 100%;
}

body {
	background: url('images/bgtestsmall.jpg') no-repeat center center fixed;
	/*background-size*/
	   -moz-background-size: cover;
	        background-size: cover;
	/* no -webkit or -o equivalent */
	padding: 0;
	margin: 0;
}

div#wrapper {
	position:relative;
	z-index: 0;
	display:block;
	padding-top: 180px;
	width: 900px;
	margin: 0 auto;
}

/* If page is content */
div#content-box {
	background-image: url('images/bgtestsmallblur.jpg');
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center center;
	/*background-size*/
	   -moz-background-size: cover;
	        background-size: cover;
	/* no -webkit or -o equivalent */

	color:rgba(220,220,220,.9);

	position:relative;
	border: 1px solid rgba(255,255,255,.1);
	padding: 30px;
	margin-bottom: 30px;

	overflow: hidden;
}

/* feature altbg */
div.altbg {
	background: url('images/louisefacesmallblur.jpg') !important;
	background-repeat: no-repeat !important;
	background-attachment: fixed !important;
	background-position: center center !important;
	/*background-size*/
	   -moz-background-size: cover !important;
	        background-size: cover !important;
	/* no -webkit or -o equivalent */
}

h2 {
	color:rgba(220,220,220,.0);
	text-align: center;
	font-family: "futural_lt_regular", Futura;
	font-weight: normal;
	font-size: 42px;
	text-shadow: 0 0 1px rgba(220,220,220,.8);
	text-transform: uppercase;
}

h3 {
	color:rgba(220,220,220,.0);
	font-family: "futural_lt_regular", Futura;
	font-weight: normal;
	font-size: 24px;
	text-shadow: 0 0 1px rgba(220,220,220,.8);
	text-transform: uppercase;
	padding: 0;
}

p {
	font-family: "futura_lt_book";
	text-align: justify;
}

a {
	text-decoration: none;
	color: rgba(220,220,140,.0);
}

a h3 {
	text-shadow: 0 0 1px rgba(80,120,220,.8);
	-webkit-transition: text-shadow .4s;
	   -moz-transition: text-shadow .4s;
	     -o-transition: text-shadow .4s;
	        transition: text-shadow .4s;
}

a p {
	text-shadow: 0 0 5px rgba(220,220,220,.8);
	-webkit-transition: text-shadow .4s;
	   -moz-transition: text-shadow .4s;
	     -o-transition: text-shadow .4s;
	        transition: text-shadow .4s;
}

a:hover p {
	text-shadow: 0 0 .5px rgba(220,220,220,.8);
}

a:hover h3 {
	text-shadow: 0 0 1px rgba(220,220,220,.8);
}

img.span {
	max-width: 898px;
	max-width: calc(100% + 60px);
	margin-left: -30px;
}

/* If page is menu */
div#content-menu a {
	text-decoration: none;
}

div.menuitem {
	position:relative;
	color:rgba(220,220,220,0);
	text-align: center;
	padding: 40px 5px;
	text-shadow: 0 0 12px rgba(220,220,220,.8);
	font-family: "futural_lt_regular", Futura;
	font-size: 42px;
	text-transform: uppercase;
	overflow:hidden;
	/*transition*/
	/*                             $st $sd */
	-webkit-transition: text-shadow .6s .2s;
	   -moz-transition: text-shadow .6s .2s;
	     -o-transition: text-shadow .6s .2s;
	        transition: text-shadow .6s .2s;
	}

	div.menuitem:hover {
	text-shadow: 0 0 .5px rgba(220,220,220,.8);
	/*transition*/
	-webkit-transition: text-shadow .4s .7s;
	   -moz-transition: text-shadow .4s .7s;
	     -o-transition: text-shadow .4s .7s;
	        transition: text-shadow .4s .7s;
}

div.menuitem:hover+div.menuitem {
	/* DOM TREE??? */
}

div.menuitem::before {
	display:block;
	content: '';
	background-image: url('images/bgtestsmallblur.jpg');
	background-repeat: no-repeat;
	background-attachment:fixed;
	background-position: 45% 45%;
	/*background-size*/
	-webkit-background-size: /*@@prefixmycss->No equivalent*/;
	   -moz-background-size: cover;
	     -o-background-size: /*@@prefixmycss->No equivalent*/;
	        background-size: cover;
	position:absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 0px;
	/*transition*/
	/*                                                   $st $sd                     */
	-webkit-transition: height 1s 0s, background-position .6s .2s, border-width 0s .9s;
	   -moz-transition: height 1s 0s, background-position .6s .2s, border-width 0s .9s;
	     -o-transition: height 1s 0s, background-position .6s .2s, border-width 0s .9s;
	        transition: height 1s 0s, background-position .6s .2s, border-width 0s .9s;
	z-index: -1;
	border-style: solid;
	border-color: rgba(255,255,255,.1);
	border-width: 1px 1px 0px;
}

div.menuitem:hover::before {
	height: 101%;
	height: calc(100% + 1px);
	background-position: center center;
	border-width: 1px;
	/*transition*/
	-webkit-transition: height 1s 0s, background-position .4s .7s, border-width 0s 0s;
	   -moz-transition: height 1s 0s, background-position .4s .7s, border-width 0s 0s;
	     -o-transition: height 1s 0s, background-position .4s .7s, border-width 0s 0s;
	        transition: height 1s 0s, background-position .4s .7s, border-width 0s 0s;
}

/* Add final line on bottom */
div#mainmenu::after {
	display:block;
	content: '';
	height: 0px;
	width: 100%;
	border-bottom: 1px solid rgba(255,255,255,.1);
	background-image: url('images/bgtestsmallblur.jpg');
	background-repeat: no-repeat;
	background-attachment:fixed;
	background-position: 45% 45%;
	/*background-size*/
	-webkit-background-size: /*@@prefixmycss->No equivalent*/;
	   -moz-background-size: cover;
	     -o-background-size: /*@@prefixmycss->No equivalent*/;
	        background-size: cover;
}

@font-face {
    font-family: 'futura_lt_regular';
    src: url('fonts/futuralt-webfont.eot');
    src: url('fonts/futuralt-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/futuralt-webfont.woff') format('woff'),
         url('fonts/futuralt-webfont.ttf') format('truetype'),
         url('fonts/futuralt-webfont.svg#futura_ltregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'futura_lt_book';
    src: url('fonts/futuralt-book-webfont.eot');
    src: url('fonts/futuralt-book-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/futuralt-book-webfont.woff') format('woff'),
         url('fonts/futuralt-book-webfont.ttf') format('truetype'),
         url('fonts/futuralt-book-webfont.svg#futura_ltbook') format('svg');
    font-weight: normal;
    font-style: normal;

}