/* #f2d2bd #ff8669 #a56758 #56423d */
@font-face{ font-family: 'topaz'; src: url("font/topaz.ttf"); }
@font-face{ font-family: 'amatic-sc'; src: url('font/AmaticSC-Regular.ttf'); }
@font-face{ font-family: 'amatic-sc-bold'; src: url('font/AmaticSC-Bold.ttf'); }
@font-face{ font-family: 'garamond'; src: url('font/ebgara-var.ttf'); }
@font-face{ font-family: 'garamond-italic'; src: url('font/ebgara-it-var.ttf'); }
@font-face{ font-family: 'comic'; src: url('font/comics.ttf'); }
@font-face{ font-family: 'comic-bold'; src: url('font/comics.ttf'); }
@font-face{ font-family: 'comic-light'; src: url('font/comics.ttf'); }
.i, .italic { font-family: 'garamond-italic'; }
.underline { text-decoration: underline; }
.center { text-align: center; }
.small { font-size: 1rem; }
.b, .bold { font-weight: 500; }
.endlink { margin-top: 2.625rem; text-align: center; }
.invalid { outline: 2px solid #ff8669; }

button {
	-webkit-tap-highlight-color : transparent;
}

body { 
	word-break: break-word;
	background-color: #f2d2bd; 
	font-family: garamond; 
	color: #1e1817; 
	font-size: 22px; 
	color: #56423d;
	margin: 0;
}
.mainCont { 
	padding: .875rem;
	padding-top: 2.125rem;
	padding-bottom: 1rem;
	max-width: 666px; 
	margin: 0 auto; 
	position: relative; 
}
body.extraMargarin .mainCont {
	padding: 5rem 2rem;
}
.footer { 
	margin: 4.5rem 0 1rem;
	width: 100%; 
	position: relative; 
	text-align: center;
}
.footer p.signature { 
	font-size:4rem; 
	margin-bottom: .5rem;
	font-family: 'amatic-sc'; 
	text-align: center; 
	line-height: 1.5;
  cursor: default;
}
.footer p { 
	text-align: center; 
	line-height: 1.75rem;
}
.signature span {
	cursor: help;
}
.jagdelar {
}


h1 { 
	margin: 0; 
	font-weight: normal; 
	text-align: center; 
	font-family: 'amatic-sc-bold'; 
	font-size: 5.5rem; 
	line-height: 1.1; 
  hyphens: auto;
}
.hbrasse h1 {
	font-family: 'comic-bold';
	font-size: 3rem;
	letter-spacing: -.6px;
	text-transform: uppercase;
}
h1 span.lilh1 { line-height: 3rem; font-family: 'amatic-sc'; font-size: 2.25rem; }
.hbrasse h1 span.lilh1 { font-family: 'comic'; font-size: 1.5rem; }
h2 { 
	font-weight: normal;
	margin: 0 0 1.25rem; 
	padding-top: 4rem;
	font-size: 2.875rem; 
	text-align: center; 
}
h3 {
	font-weight: 500; 
	margin: 1.625rem 0 .25rem; 
	font-size: 1.125em; 
}
a { color: #a56758; transition: color .125s;}
a:active { color: #ff8669; }
p { 
	line-height: 1.5; 
	margin: 0; 
	text-align: justify; 
}

.subtitle { 
	font-family: 'garamond-italic';
	margin: 0 0 1.25em;
	text-align: center; 
}
.title { 
	padding: 2rem 0 3rem; 
	word-break: auto-phrase;
}
.title span { display: block; }

input[type="text"], textarea, button.knapp {
	border-radius: .125rem;
	color: #1e1817; 
	width: 100%;
	display: inline-block;
	margin-bottom: .375rem;
	background-color: rgba(255,255,255,.25);
	font-family: Garamond;
	border: none;
	font-size: 1.375rem;
	padding: .25rem .5rem;
	transition: background .2s;
	box-sizing: border-box;
	display: block;
}
input[type="text"]:focus, textarea:focus {
		background-color: rgba(255,255,255,.5);
}
input:focus, textarea:focus, button:focus, a:focus {
		outline: 2px solid #56423d;
		border-radius: 0.125rem;
}
a:focus {
		border-radius: 1px;
	}
textarea {
		resize: vertical;
}
/* #f2d2bd #ff8669 #a56758 #56423d */
button.knapp { 
	color: #f2d2bd; 
	background-color: #a56758;
	transition: none;
	cursor: pointer;
	font-weight: 500;
}
button.knapp:hover { }
button.knapp.aktiv { 
	outline: none; 
	background-color: #ff8669; 
	color: #56423d;
}
#ord p {
	margin: 0.5rem 0;
}
ul {
	margin: 0;
	padding: 0;
}
li {
	margin: .5rem 0;
	padding: 0;
}
li.hej {
	margin-top: 2rem;
}
li::marker {
	color: #56423d;
	color: transparent;
	font-size: 1.25rem;
}
.lanklista p {
	line-height: 2.125rem;
}
.drain {
	text-indent: 1rem;
}

.yeahnavigering {
	margin-top: 3.5rem;
	margin-bottom: 5rem;
}
.yeahnavigering .yeahcurrentsida {
	/*color: #a56758;*/
	font-weight: 500;
}
.yeahform {
	margin-top: 2rem;
}
input#yeahwho {
	font-weight: 550;
}
input#yeahwho::placeholder {
	font-weight: normal;
}
.yeahcontent {
	margin-top: 2.75rem;
}
.yeahcontent .who {
	font-weight: 550;
}
.yeahcontent .what {
	text-align: justify;
}
.yeahcontent .when {
	opacity: .5;
	font-size: .75rem;
	font-weight: normal;
	float: right;
	line-height: 1.5;
}
.yeahcontent .guestItem {
	margin: 2rem auto;
	border-radius: .25rem;
}
.email-field {
	display: none;
}

table {
  width: 100%;
  border: 2px ridge #666;
  border-collapse: collapse;
	background-color: rgba(255,255,255,.5);
}
table th, table td {
  padding: .5rem;
	font-size: 22px;
	border: 1px ridge #999;
  box-shadow: inset -1px -1px 0 #ffffff, inset 1px 1px 0 #333;
	word-break: break-word;
}
