@font-face {
    font-family: 'Penna';
    src: url('/fonts/Penna.eot');
    src: url('/fonts/Penna.eot?#iefix') format('embedded-opentype'),
        url('/fonts/Penna.woff2') format('woff2'),
        url('/fonts/Penna.woff') format('woff'),
        url('/fonts/Penna.ttf') format('truetype');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Simple Print';
    src: url('/fonts/SimplePrint-Regular.eot');
    src: url('/fonts/SimplePrint-Regular.eot?#iefix') format('embedded-opentype'),
        url('/fonts/SimplePrint-Regular.woff2') format('woff2'),
        url('/fonts/SimplePrint-Regular.woff') format('woff'),
        url('/fonts/SimplePrint-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}





body{
	font-family: 'Simple Print', "arial";
    font-weight: normal;
    font-style: normal;
    font-size: 28px;
    line-height: 1.428571429;
    
    background: #F2E8D5;
    color: #51534B;  /*#a4b5a0*/
    
	width: 100%;
	max-width: 1320px;
	margin: 0 auto;
	
	text-align: center;
}

b, strong {	font-weight: bold;}

a{color:#64805e; text-decoration: none; font-weight: bold; border-bottom: 1px solid;} /*#b9892e*/
a:hover, a:focus, a:active{color:#b9892e;}

header{
	
}
header h1{
    font-size: 32px;
    color:#51534B;
}

.main{
	margin: 0 auto;
	max-width: 75ch;
	
    font-size: 18px;
	padding: 10px;
}

#logo{
	text-align: center;
	transition: all cubic-bezier(0.45, 0.05, 0.55, 0.95) .8s;
}
#logo:hover{
	filter:grayscale(.7);
	transform: scale(1.2);
			/*background: linear-gradient(#a4b5a00f,#a4b5a030);border-radius: 10%;*/
	transition: all cubic-bezier(0.45, 0.05, 0.55, 0.95) .4s;
}
#logo a{border-bottom: none;}
.intro{display: none;}

footer{
	font-family: "arial";
    font-size: 12px;
	text-align: center;
	width: 100%;
	
	margin: 40px auto 0;
}

@media 
(-webkit-min-device-pixel-ratio: 2), 
(min-resolution: 192dpi) { 
    /* Retina-specific stuff here */
    body *{
	    font-size: 2rem;
	    line-height: 115%;
	}
	
	footer * ,
	.cookieinfo,
	.cookieinfo * {font-size: 12px;}
}


@media screen and (min-height: 600px) and (min-width: 600px){
	footer{
		position: absolute;
		bottom: 40px;
		left: 0;
		text-align: center;
		width: 100%;
	}
}

@media screen and (max-width: 415px){
	#logo img{
		width:100%;
		height: auto;
	}
}