@font-face {
    font-family: 'Roboto Condensed';
    src: url('../fonts/RobotoCondensed-Regular-webfont.eot');
    src: url('../fonts/RobotoCondensed-Regular-webfont?#iefix') format('embedded-opentype'),
         url('../fonts/RobotoCondensed-Regular-webfont.woff') format('woff'),
         url('../fonts/RobotoCondensed-Regular-webfont.ttf') format('truetype'),
         url('../fonts/RobotoCondensed-Regular-webfont.svg#roboto_condensedregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Roboto Condensed';
    src: url('../fonts/RobotoCondensed-Bold-webfont.eot');
    src: url('../fonts/RobotoCondensed-Bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/RobotoCondensed-Bold-webfont.woff') format('woff'),
         url('../fonts/RobotoCondensed-Bold-webfont.ttf') format('truetype'),
         url('../fonts/RobotoCondensed-Bold-webfont.svg#roboto_condensedbold') format('svg');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'Roboto Condensed';
    src: url('../fonts/RobotoCondensed-Light-webfont.eot');
    src: url('../fonts/RobotoCondensed-Light-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/RobotoCondensed-Light-webfont.woff') format('woff'),
         url('../fonts/RobotoCondensed-Light-webfont.ttf') format('truetype'),
         url('../fonts/RobotoCondensed-Light-webfont.svg#roboto_condensedlight') format('svg');
    font-weight: 300;
    font-style: normal;
}


html {
	height: 100%;
}
html.page-home {
	background-color: #00102b;
	background-image: url('../images/body-bg.jpg');
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center bottom;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

body {
	height: 100%;
	margin: 0 auto;
	font-family: "Roboto Condensed", "Roboto", Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-weight: normal;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	color: #3f3f3f;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
}
.page-home body {
	color: #ffffff;
}

a {
	text-decoration: none;
	color: #3f3f3f;
}

a:hover {
	text-decoration: underline;
}

a:focus {
	background-color: #3f3f3f;
	color: #ffffff;
}

h1 {
	font-size: 3.5em;
	line-height: 1.25em;
	font-weight: bold;
	text-transform: uppercase;
	position: relative;
	z-index: 1;
	margin: -1.0em 0 0.5em 0;
	color: #ffffff;
}
.page-home h1 {
	font-size: 1.0em;
	font-weight: normal;
	line-height: 1.35em;
	margin: 1.0em 0;
}

h2 {
	font-size: 2.0em;
	line-height: 1.1em;
	font-weight: normal;
	text-transform: uppercase;
	margin: 1.25em 0 0.75em;
	color: #009aa0;
}

h3 {
	font-size: 1.5em;
	line-height: 1.2em;
	font-weight: normal;
	margin: 1.0em 0 0 0;
	color: #009aa0;
}

img {
	border: none;
	max-width: 100%;
}

p {
	margin: 0 0 1.0em 0;
}

strong {
	font-weight: bold;
}

td, th {
	text-align: center;
	padding: 0 0.35em;
}

th {
	font-weight: bold;
}

th.left {
	text-align: left;
	padding-left: 0;
}


.invisible {
	position: absolute;
	left: -1000px;
	top: -1000px;
	width: 1px;
	height: 1px;
	overflow: hidden
}


header {
	display: block;
	background-color: #ffffff;
	text-align: center;
}

header:after {
	content: ' ';
	display: block;
	height: 0;
	padding: 11% 0;
	background-color: #00102b;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url("../images/stage.jpg");
	-webkit-background-size: contain;
	-moz-background-size: contain;
	-o-background-size: contain;
	background-size: contain;
}
.page-home header:after {
	content: none;
}


header a:focus {
	outline: none;
	background-color: transparent;
}
header img {
	width: 280px;
	margin: 10px 0;
}
header a:focus img {
	background-color: #d8d8d8;
}


main {
	display: block;
	margin: 0 2.0em;
	padding-bottom: 1.5em;
}
.page-home main {
	margin: 0 auto;
	max-width: 500px;
}

article {
	display: block;
	margin: 0 0 1.5em 0;
}

#content {
	padding: 25px;
	margin: 2em;
	line-height: 1.35em;
	outline: none;
	text-align: center;
	background-color: #2f4f7f;
	background-color: rgba(75, 90, 140, 0.75);
	border-radius: 2.0em;
}

#content a {
	color: #ffffff;
}
#content a:focus {
	color: #3f3f3f;
	background-color: #ffffff;
}

#content ul {
	list-style-type: none;
	display: inline-block;
	width: 350px;
	padding: 0;
	margin: 0 0 1.0em 0;
	padding: 0.5em 0;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #9f9fbf;
}
#content ul li {
	margin: 0.25em 0;
	font-size: 3.5em;
	line-height: 1.0em;
	font-weight: bold;
	text-transform: uppercase;
	outline: none;
	cursor: pointer;
}
#content ul li:focus {
	cursor: inherit;
}
#content ul li div {
	font-size: 0.275em;
	text-transform: none;
	font-weight: normal;
	line-height: 1.15em;
	background-color: #009aa0;
	border-radius: 1em;
	margin: 0.5em 0 0 0;
	padding: 0.5em;
	cursor: default;
	overflow: hidden;
	max-height: 0;
	opacity: 0;
	position: absolute;
}
#content ul li:focus div {
	max-height: 10em;
	opacity: 1;
	position: static;
	transition: opacity 0.75s ease, max-height 0.75s ease;
}
#content ul li div p {
	margin: 0;
}


.contact-phone:after {
	content: ' | ';
}


/* ----- MediaQueries -------------------------------------------------------------------------- */

/* 448 px */
@media screen and (max-width: 28em) {

	h1 {
		font-size: 2.75em;
	}
	main {
		margin: 0 1em;
	}
	#content {
		margin: 1em;
	}
	#content ul {
		width: 100%;
	}
	#content ul li {
		font-size: 2.75em;
		line-height: 1.0em;
	}
	#content ul li div {
		font-size: 0.35em;
		line-height: 1.15em;
	}

	.contact-phone {
		display: block;
	}

	.contact-phone:after {
		content: none;
	}

}

/* 960 px */
@media screen and (min-width: 60em) {

	header {
		text-align: left;
		z-index: 1;
		position: relative;
	}

	header img {
		margin-top: 45px;
		margin-left: 65px;
	}

	main {
		max-width: 55em;
		margin: 0 auto 1em auto;
	}
	.page-home main {
		display: table;
		max-width: none;
		margin: 2.5em auto 1em auto;
		margin-top: 10vh;
	}

	#content {
		height: 450px;
		width: 450px;
		display: table-cell;
		text-align: center;
		vertical-align: middle;
		border-radius: 50%;
	}

	#content ul {
		width: auto;
		max-width: 350px;
	}
	#content ul li {
		margin: 0.05em 0;
		position: relative;
	}
	#content ul li div {
		position: absolute;
		z-index: 1;
		border-radius: 50%;
		display: table;
		border: 3px solid #ffffff;
		overflow: visible;
		opacity: 0;
		transform: scale(0.85);
		transition: opacity 0.75s ease, transform 0.75s ease;
	}
	#content ul li:focus div {
		position: absolute;
		opacity: 1;
		transform: scale(1.0);
		transition: opacity 0.75s ease, transform 0.75s ease;
	}
	#content ul li div:before {
		content: ' ';
		height: 1px;
		border-top: 3px dotted #ffffff;
		position: absolute;
	}
	#content ul li div p {
		display: table-cell;
		width: 200px;
		height: 200px;
		vertical-align: middle;
		padding: 1em;
	}

	#content ul li div.desc1 {
		left: -310px;
		top: -210px;
	}
	#content ul li div.desc1:before {
		width: 105px;
		right: -92px;
		bottom: 35px;
		transform: rotate(20deg);
	}
	#content ul li div.desc2 {
		right: -310px;
		top: -210px;
	}
	#content ul li div.desc2:before {
		width: 75px;
		left: -50px;
		bottom: 30px;
		transform: rotate(-20deg);
	}
	#content ul li div.desc3 {
		left: -290px;
		bottom: -190px;
	}
	#content ul li div.desc3:before {
		width: 90px;
		right: -85px;
		top: 52px;
		transform: rotate(-20deg);
	}

}
