@charset "UTF-8";
/* CSS Document */
/* background setup */
.background {
    background-repeat:no-repeat;
    /* custom background-position */
    background-position:50% 50%;
    /* ie8- graceful degradation */
    background-position:50% 50%\9 !important;
}

/* fullscreen setup */
html, body {
    /* give this to all tags from html to .fullscreen */
    height:100%;
}
.fullscreen,
.content-a {
    width:100%;
    height:100%;
    overflow:hidden;
}
.fullscreen.overflow,
.fullscreen.overflow .content-a {
    height:auto;
    min-height:100%;
}

/* content centering styles */
.content-a {
	display:table;
}
.content-b {
	display:table-cell;
    position:relative;
	vertical-align:middle;
	text-align:center;
}

/* visual styles */
body{
    margin:0;
    text-align:center;
}
section {
}
.not-fullscreen {
    height:50%;
}


/* fullscreen setup */
.homeBackground h1 {
	color: #FFFFFF;
	font-weight: 200;
	font-size: 72px;
	letter-spacing: 0.1em;
	text-shadow: 0px 0px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.homeBackground h2 {
	color: #FFFFFF;
	font-weight: 400;
	font-size: 24px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	letter-spacing: 0.1em;
	text-shadow: 0px 0px;
}
@media (max-width: 767px) {
.homeBackground h1 {
	color: #FFFFFF;
	font-weight: 200;
	font-size: 52px;
	letter-spacing: 0.1em;
	text-shadow: 0px 0px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.homeBackground h2 {
	color: #FFFFFF;
	font-weight: 400;
	font-size: 21px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	letter-spacing: 0.1em;
	text-shadow: 0px 0px;
}
}
