/* @override http://www.burgardagen.se/css/style.css */

/* @override http://www.burgardagen.se/css/style.css */

@import url(https://fonts.googleapis.com/css?family=Lobster|Pacifico|Lobster+Two:400,700|Righteous|Fredoka+One|Roboto:400,500,700);
html {	
	background: 
	    linear-gradient(
	      rgba(200, 157, 100, 0.95), 
	      rgba(200, 157, 100, 0.95)
	    ),
	    url(../images/bg.jpg) fixed;
	background-size: cover;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font: 16px "Roboto";
	color: #ffffff;
}

p {
	margin: 20px auto;
	line-height: normal;
	
}

a {
	color: #ffffff;
}

h1 {
	font: 64px Fredoka One;
	font-weight: bold;
	max-width: 600px;
	margin-right: auto;
	margin-left: auto;
	text-transform: uppercase;
}

h2 {
	font: 36px Fredoka One;
	font-weight: bold;
	margin-bottom: 10px;
	margin-top: 20px;
	text-transform: uppercase;
}

h3 {
	font: 20px Fredoka One;
	margin-bottom: 10px;
	margin-top: 20px;
	text-transform: uppercase;
}

h4 {
	font-size: 22px;
	line-height: normal;
	font-family: Lobster Two;
	display: inline-block;
}

.header {
	background-color: #ffffff;
	//border-bottom: 1px solid #CFCFCF;
	padding-top: 20px;
	word-spacing: -1px;
	text-align: center;
	-moz-box-shadow: 0 0 30px #925f36;
	box-shadow: 0 0 30px #925f36;
}

.footer {
	bottom: 0;
	left: 0;
	right: 0;
	//background-color: #ffffff;
	padding-top: 25px;
	text-align: center;
	margin: 40px auto 0;
	padding-bottom: 35px;
	bottom: 0;
	    left: 0;
	    width: 100%;
	background-color: rgb(103, 60, 16);
}

.herotext {
	margin-top: 90px;
	margin-bottom: 60px;
	display: block;
}

.footer img {
	margin-bottom: -4px;
	margin-left: 5px;
}

.links {
	border-top: 1px solid #CFCFCF;
	padding-top: 15px;
	padding-bottom: 15px;
	color: #c72424;
	margin-bottom: 40px;
}

.links a {
	font-weight: bold;
	text-decoration: none;
	color: #000000;
	margin: 5px 10px;
	display: inline-block;
}

.links a.active {
	color: #925F36;
}

.tagline {
	text-transform: uppercase;
	font-size: 12px;
	display: block;
	margin-top: 5px;
	color: #a77e51;
}

.header .tagline img {
	margin-right: 20px;
	margin-left: 20px;
	display: inline-block;
	vertical-align: middle;
	margin-bottom: 25px;
}

b {
	font-weight: bold;
}

.container {
	max-width: 960px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 20px;
	padding-left: 20px;
	text-align: center;
}

.dealbox, .eventbox {
	background-color: #ffffff;
	color: #3C220C;
	display: inline-block;
	border-radius: 5px;
	-moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.29);
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.29);
	padding: 20px 20px 0;
	vertical-align: top;
	margin-right: 1%;
	margin-bottom: 25px;
	margin-left: 1%;
	text-align: left;
	width: 27%;
}

.eventbox {
	width: 43%;
}



.dealbox a, .eventbox a {
	color: #c89c64;
	padding-left: 5px;
}

.dealbox img, .eventbox img {
	max-width: 50px;
	max-height: 50px;
	float: right;
}


/* Prssblock */

.pressblock {
	margin-right: auto;
	margin-left: auto;
	display: inline-block;
	vertical-align: top;
	text-align: left;
	padding-right: 1%;
	width: 32%;
	margin-bottom: 30px;
}

p.author {
	font-size: 14px;
	margin-top: 0;
	color: #643a11;
}

p.title {
	margin-top: 5px;
	margin-bottom: 5px;
	line-height: 25px;
	font-size: 20px;
	font-weight: 500;
}

p.date {
	font-size: 14px;
	margin-bottom: 0;
	color: #925f36;
}

.pressblock a {
	color: #ffffff;
	border-style: solid;
	border-width: 2px;
	padding: 10px 15px;
	border-radius: 7px;
	text-decoration: none;
	display: inline-block;
}

.divider {
	border-bottom: 3px dashed #925f36;
	padding-bottom: 20px;
	margin-bottom: 10px;
}

.igimage {
	border-style: solid;
	border-width: 10px;
	margin-left: 30px;
	margin-top: 20px;
	margin-bottom: 20px;
	-moz-box-shadow: 0 0 30px #925f36;
	box-shadow: 0 0 30px #925f36;
	-ms-transform: rotate(-3deg); /* IE 9 */
	-webkit-transform: rotate(-3deg); /* Chrome, Safari, Opera */
	transform: rotate(-3deg);
	float: right;
	width: 200px;
}

.dontforget {
	display: inline-block;
	position: absolute;
	margin-top: 285px;
	margin-left: 10px;
}


@media screen and (max-width: 580px) {
    h2 {
		font-size: 20px;	
	}
	
	h4	 {
		font-size: 16px;
	}
	
	p {
		font-size: 14px;
		margin-top: 15px;
		margin-bottom: 15px;
	}
	
	.footer {
		padding-bottom: 15px;
	}

.links {
		margin-bottom: 30px;
	}
	
	.divider {
		padding-bottom: 15px;
		margin-bottom: 5px;
	}
	
	.pressblock {
		padding-right: 0%;
		width: 100%%;
		margin-bottom: 20px;
	}
	
	.dealbox, .eventbox {
		width: auto;
		display: block;
		padding-bottom: 5px;
		margin-bottom: 15px;
	}

.header .tagline img {
		margin: 0px auto;
		display: block;
		height: 70px;
	}
	
	.tagline {
		text-transform: uppercase;
		font-size: 12px;
		display: block;
		margin-top: 0;
		color: #a77e51;
		margin-bottom: 15px;
	}
	
	.igimage {
		border-width: 5px;
		width: 100px;
	}
	
	h3 {
		font: 15px Fredoka One;
	}

	h1 {
		font-size: 28px;
	}
	
	.footer img {
		margin-bottom: -4px;
		margin-left: 5px;
	}

	.tagline {
		font-size:0px !important;
	   	text-intent:-9999999px !important;
	}

	.fbevent {
		display: none;
	}
	
	.herotext {
		margin-top: 50px;
		margin-bottom: 20px;
		display: block;
	}
	
	.links a {
		font-size: 14px;
	}
}