/*--- FONTS: Import typekit ---*/

@import url("https://use.typekit.net/uen6svh.css");



/*--- LAYOUT: Global document areas ---*/

* {
	box-sizing: border-box;
}

body {
	font-family:'adobe-garamond-pro','Garamond','Times','serif';
	font-size: 120%;
	color: black;
	line-height: 150%;
	background-image: url("Include/Graphics/back.png");
}

iframe {
	border: none;
}




/*--- LAYOUT: Global text elements ---*/

h1 {
	font-family:'poppins','Century Gothic','Helvetica','Arial','sans-serif';
	font-size: 120%;
	font-weight: normal;
	color: #752c17;
	margin-bottom: 0px;
	margin-top: 6.3%;
}

h2 {
	font-size: 120%;
	font-weight: bold;
	margin-bottom: 0px;
	margin-top: 6.3%;
}

h3 {
	font-size: 120%;
	font-weight: normal;
	font-style: italic;
	margin-bottom: 0px;
	margin-top: 6.3%;
}

p {
	text-indent: 20px;
	margin: 0px;
}

p.first {
	text-indent: 0px;
}

ul {
	margin: 10px 0px 10px 0px;
	padding: 0px 0px 0px 40px;
}

ul.no_margin, ol.no_margin {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 23px;
}

ul li {
	list-style-type: square;
}

a {
	color: #752c17;
	font-style: italic;
	font-weight: normal;
	text-decoration: none;
}

a:hover {
	color: #501206;
}

span.sup {
	white-space: nowrap;
	line-height: 100%;
	text-indent: 0px;
	font-size: 90%;
	vertical-align: text-top;
}

label {
	font-family:'adobe-garamond-pro','Garamond','Times','serif';
	font-size: 120%;
	font-weight: bold;
	color: black;
}

label.below {
	margin-top: 20px;
}

input[type="text"], input[type="email"] {
	width: 100%;
	height: 35px;
	border: 1px solid black;
	border-radius: 3px 3px;
	font-family:'adobe-garamond-pro','Garamond','Times','serif';
	font-size: 100%;
	color: black;
	line-height: 150%;
}

textarea {
	width: 100%;
	height: 100px;
	border: 1px solid black;
	border-radius: 3px 3px;
	font-family:'adobe-garamond-pro','Garamond','Times','serif';
	font-size: 120%;
	color: black;
	line-height: 150%;
}

input[type="submit"] {
	width: 100px;
	height: 35px;
	border: 1px solid #999900;
	border-radius: 3px 3px;
	background-color: #dddd99;
	font-family:'adobe-garamond-pro','Garamond','Times','serif';
	font-size: 120%;
	font-weight: bold;
	color: #752c17;
}


/*--- LAYOUT: Global position classes ---*/

.top {
	margin-top: 0px;
}

.below {
	margin-top: 20px;
}


/*--- LAYOUT: Specific document area classes ---*/

.container {
	width: 90%;
	max-width: 1020px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	border: 5px solid black;
	border-radius: 10px 10px;
	background-color: white;
	padding-left: 20px;
	padding-right: 0px;
	padding-top: 20px;
	padding-bottom: 20px;
}

.column {
	float: left;
	width: 50%;
	height: auto;
	background-color: white;
	padding-left: 0px;
	padding-right: 20px;
	padding-top: 0px;
	padding-bottom: 0px;
}

.indent {
	text-indent: 20px;
}

.floatbox {
	float: right;
	width: 215px;
	border: 1px solid #999900;
	background-color: #dddd99;
	margin: 10px 0px 10px 10px;
	padding: 10px;
}

.party_logo {
	float: left;
	height: 100%;
	margin-right: 20px;
}

.in_floatbox {
	float: left;
	height: 100%;
}

.linkbox {
	display: block;
	width: 100%;
	border: 1px solid #999900;
	background-color: #dddd99;
	padding: 10px;
}

.linkbox ul {
	margin: 0px;
	padding: 0px 0px 0px 20px;
}

.container::after, .column::after, .floatbox::after, .in_floatboax::after, .linkbox::after {
	content: "";
	clear: both;
	display: table;
}





/*--- LAYOUT: Specific static elements ---*/

.logomenu {
	float: left;
	width: 100%;
	height: auto;
	background-color: white;
	padding-left: 0px;
	padding-right: 20px;
	padding-top: 0px;
	padding-bottom: 20px;
}

.logo {
	max-width: 13%;
	height: auto;
	margin-right: 1.3%;
	margin-bottom: 10px;
}

.brandname {
	max-width: 69.5%;
	height: auto;
	margin-bottom: 10px;
}

/*--- LAYOUT: Generic illustration classes ---*/

.portrait_container {
	text-align: center;
	text-indent: 0px;
}

.portrait {
	width: 100%;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

.wide {
	display: inline;
}

.narrow {
	display: none;
}

.illustration {
	float: right;
	width: 250px;
	margin: 0px 0px 5px 5px;
	padding: 10px;
}

.left {
	float: left;
	margin-left: 0px;
	margin-right: 3.2%;
}

.right {
	float: right;
	margin-left: 3.2%;
	margin-right: 0px;
}





/*--- LAYOUT: Menu generic elements ---*/

a.category {
	display: block;
	width: 100%;
	font-family:'poppins','Century Gothic','Helvetica','Arial','sans-serif';
	font-size: 120%;
	font-style: normal;
	font-weight: normal;
	text-align: center;
	padding: 10px;
	color: white;
	background-color: #752c17;
}

a.category:hover {
	background-color: #501206;
}

a.subcategory {
	display: block;
	width: 100%;
	font-family:'poppins','Century Gothic','Helvetica','Arial','sans-serif';
	font-size: 120%;
	font-style: normal;
	font-weight: normal;
	text-align: center;
	padding: 10px;
	margin-top: 1px;
	color: white;
	background-color: #903f17;
}

a.subcategory:hover {
	background-color: #652721;;
}




/*--- LAYOUT: Button menu ---*/

.clickable {
	display: none;
}

.button {
	max-width: 100%;
	height: auto;
}

.dropdown {
	position: relative;
	display: inline-block;
}

.dropdown_menu {
	display: none;
	width:100%;
	margin: 0px;
	padding: 0px;
}

ul.button_menu {
	display: none;
	width: 100%;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

li.button_menu {
	display: block;
	margin-top: 1px;
	width: 100%;
}

ul.button_submenu {
	width: 100%;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

li.button_submenu {
	display: block;
	margin-top; 1px;
	width: 100%;
}




/*--- LAYOUT: Bar menu ---*/

ul.bar_menu {
	width: 100%;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

li.bar_menu {
	position: relative;
	display: inline-block;
	float: left;
	width: 25%;
}

li.bar_menu:hover .dropdown_menu {
	position: absolute;
	display: inline-block;
	z-index: 1;
}

ul.bar_submenu {
	width: 100%;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

li.bar_submenu {
	display: block;
	margin-top: 1px;
	width: 100%;
}




/*--- LAYOUT: Dynamic element changes ---*/

@media screen and (max-width: 800px) {
	body {
		background-image: none;
		background-color: white;
		padding: 0px;
		margin: 0px;
	}
	.container {
		border: none;
		border-radius: 0px;
		width: 100%;
		max-width: 500px;
	}
	.column {
		width: 100%;
	}
	ul.bar_menu {
		display: none;
	}
	.clickable {
		display: inline;
		float: right;
		max-width: 13%;
		height: auto;
		margin-left: 1.3%;
		margin-bottom: 10px;
		margin-right: 0px;
		margin-top: 0px;
	}
	.linkbox {
		margin-top: 20px;
	}
	.portrait {
		margin: 20px 0px 0px 0px;
	}
	.wide {
		display: none;
	}
	.narrow {
		display: inline;
	}
	.movie {
		padding-top: 20px;
	}
}