@charset "utf-8";
/* CSS Document */

@import "../../includes_gl/css/style_v2.css"; 


@font-face {
    font-family: 'comic_reliefregular';
    src: url('https://www.sylvanianfamilies.com/en-uk/font/ComicRelief-webfont.eot');
    src: url('https://www.sylvanianfamilies.com/en-uk/font/ComicRelief-webfont.eot?#iefix') format('embedded-opentype'),
         url('https://www.sylvanianfamilies.com/en-uk/font/ComicRelief-webfont.woff') format('woff'),
         url('https://www.sylvanianfamilies.com/en-uk/font/ComicRelief-webfont.ttf') format('truetype'),
         url('https://www.sylvanianfamilies.com/en-uk/font/ComicRelief-webfont.svg#comic_reliefregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'shortstack_reliefregular';
    src: url('https://www.sylvanianfamilies.com/en-uk/font/ShortStack-Regular.ttf') format('truetype'),
         url('https://www.sylvanianfamilies.com/en-uk/font/ShortStack-Regular.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

.short-stack{
	font-family:shortstack_reliefregular;
}


/*------ BODY ------*/
body {
	font-family:comic_reliefregular;
}




#emt_logo {
	display:inline-block;
	margin:0 auto;
	height:80px;
}


/*------ STAGE ------*/
#stage {
	background: none;
}
@media screen and (min-width: 760px){
#stage {
    margin-top: -40px;
}
}

/* ------ Cookie ------*/
.regional-cookie-warning {
background: #F66;
background: rgba(157, 105, 37, 0.73);
bottom: 0;
color: #FFF;
left: 0;
padding: 20px 0;
position: fixed; /*fixed*/
text-align: center;
width: 100%;
z-index: 9999999;
}

.regional-cookie-warning .statement {
width: 60%;
margin: 10px auto 20px auto;
}

.regional-cookie-warning a {
	color: #FFC;
}


.regional-cookie-warning h2 {
	font-size: 18px;
}

.button_cookie {
display: inline-block;
border: none;
border-radius: 10px;
text-align: center;
cursor: pointer;
box-shadow: inset 0 2px 0 0 rgba(255,255,255,0.4);
margin: 14px 0 0;
line-height: 1.3rem;
-webkit-touch-callout: none;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
font-size: 22px;
background-color: #630;
color: white;
padding: 10px 30px;
}


