@charset "UTF-8";

@font-face {
    font-family: 'ExistenceLight';
    src: url('../Existence-Light-fontfacekit/Existence-Light-webfont.eot');
    src: url('../Existence-Light-fontfacekit/Existence-Light-webfont.eot?#iefix') format('embedded-opentype'),
url('../Existence-Light-fontfacekit/Existence-Light-webfont.woff') format('woff'),
url('../Existence-Light-fontfacekit/Existence-Light-webfont.ttf') format('truetype'),
url('../Existence-Light-fontfacekit/Existence-Light-webfont.svg#ExistenceLight') format('svg');
    font-weight: normal;
    font-style: normal;

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

}
body {
	color: #000;
	background-image: none;
	background-color: #000;
}
#container  {
	width: 700px; /* this overrides the text-align: center on the body element. */
	height: 700px;
	margin-top: 40px;
	background-image: url(../Pictures/IndexJoy.jpg);
	position: relative;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	background-color: #333;
	padding: 10px;
	background-repeat: no-repeat;
	background-position: center center;
}
#iheader   {
}
#header h1 {
	color: #FFF;
	font-family: 'TendernessRegular', Arial, Helvetica, sans-serif;
	font-size: 2.1em;
	padding-top: 120px;
	line-height: 1.1em;
	padding-bottom: 120px;
}
#img {
	padding-top: 105px;
	padding-bottom: 15px;
}
#navigation ul{
	list-style-type: none;
	text-align: center;
	padding-bottom: 10px;
}
#navigation ul li {
	display: inline;
}
#navigation ul li a {
	text-decoration: none;
	padding-top: 0.2em;
	padding-right: 1em;
	padding-bottom: 0.2em;
	padding-left: 1em;
	font-size: 1.2em;
	color: #333;
	font-family: 'ExistenceLight' Arial, Helvetica, sans-serif;
	/* [disabled]letter-spacing: 0.1em; */
}
#navigation ul li a:hover {
	color: #000;
	text-decoration: underline;
}
.text {
	margin-top: 150px;
	margin-right: 100px;
	margin-left: 100px;
}
.text p{
	padding: 20px;
	color: #FFF;
	font-family: 'ExistenceLight' Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	line-height: 1.4em;
	letter-spacing: 0.1em;
}

