@charset "UTF-8";

/* ---------------------------------------------------------------------------------- */
/* GLOBAL Setup  */

body {
	font-family: 'Pirata One', cursive, Impact, Trebuchet, sans-serif;
	background-color: #363535;
	font-size: 110%;
	letter-spacing: 2px;
	color: #96BAC0; /* #96BAC0 */
	font-style: normal;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.container {
	width: 98%;
	max-width: 1700px;	/* Max size responsive screen */
	min-width: 280px;	/* Min size responsive screen */
	margin-left: auto;
	margin-right: auto;
	background-color: #000000;
	border: 1px solid #000000;
}

/* ---------------------------------------------------------------------------------- */

.doldis {
	display: none; /* header */
}
.rubrikText {
	letter-spacing: 4px;
	font-weight: bold;
}
.altText {
	font-family: 'Caesar Dressing', cursive;
	letter-spacing: 2px;
}

/* ---------------------------------------------------------------------------------- */

a {
	color: #777AAD;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #FFFFFF;
}

/* ---------------------------------------------------------------------------------- */




/*	END ---------------------- */

