@charset "UTF-8";

body {
		background-color: #000000;
		background-image: url("granskog_lowres_extended_web.png");
		background-repeat: repeat-x;
		background-attachment:fixed;
		background-size: 773px 60px;
		margin: 0;
		padding: 0;
		border: 0;
}

/*original
@font-face {
    font-family: 'TeXGyreBonumRegular';
    src: url('texgyrebonum-regular-webfont.eot');
    src: url('texgyrebonum-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('texgyrebonum-regular-webfont.woff') format('woff'),
         url('texgyrebonum-regular-webfont.ttf') format('truetype'),
         url('texgyrebonum-regular-webfont.svg#TeXGyreBonumRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}*/


/*Nedan funkar inte, måste använda js för att få letter-spaceing rätt för fallback fonts: https://css-tricks.com/books/greatest-css-tricks/perfect-font-fallbacks/*/
@font-face {
    font-family: "GeorgiaFallback";
    src: local("Georgia");
    letter-spacing: 0.05em;
}

@font-face {
    font-family: 'TeXGyreBonum';
    src: url('texgyrebonum-regular-webfont.eot');
    src: url('texgyrebonum-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('subset-texgyrebonum-regular-webfont.woff2') format('woff2'),
         url('subset-texgyrebonum-regular-webfont.woff') format('woff'),
         url('texgyrebonum-regular-webfont.ttf') format('truetype'),
         url('texgyrebonum-regular-webfont.svg#TeXGyreBonum') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'TeXGyreBonum';
    src: url('texgyrebonum-italic-webfont.eot');
    src: url('texgyrebonum-italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('subset-texgyrebonum-italic-webfont.woff2') format('woff2'),
         url('subset-texgyrebonum-italic-webfont.woff') format('woff'),
         url('texgyrebonum-italic-webfont.ttf') format('truetype'),
         url('texgyrebonum-italic-webfont.svg#TeXGyreBonum') format('svg');
    font-weight: normal;
    font-style: italic;

}

@font-face {
    font-family: 'TeXGyreAdventorItalic';
    src: url('texgyreadventor-italic-webfont.eot');
    src: url('texgyreadventor-italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('subset-texgyreadventor-italic-webfont.woff2') format('woff2'),
         url('subset-texgyreadventor-italic-webfont.woff') format('woff'),
         url('texgyreadventor-italic-webfont.ttf') format('truetype'),
         url('texgyreadventor-italic-webfont.svg#TeXGyreAdventorItalic') format('svg');
    font-weight: normal;
    font-style: italic;

}

div, img, iframe {
	margin: 0px;
	border: none;
	padding: 0px;
	display: block;
}

#container {
	margin: 90px auto 0 auto;
	max-width: 1200px;
	font-family: 'TeXGyreBonum', 'GeorgiaFallback', Georgia, serif;
}

a {
	
}


#language {
	float: right;
	height: 1.5em;
	padding: 0em 0.7em 0.2em 0.7em;
	margin-top: -1.7em;
	background-color: rgba (0, 0, 0, 0);
	font-family: 'TeXGyreAdventorItalic', sans-serif;
	font-style: italic;
}

#language a {
	color: #ff00cc;
	text-decoration: none;
}

#language a:hover {
	text-decoration: underline;
}

.article {
/*	width: 1024px;*/
	margin: 10px 0 20px 0;
}

.bild {
/*	width: 640px;*/
	width: 100%;
	float: left;
}

img {
	width: 100%;
	height: auto;
}

.insta {
	height: 1.1em;
	width: 1.1em;
	display: inline;
	vertical-align: bottom;
}

.youtube {
	 aspect-ratio: 16/9;
	 width: 100%;
}

.text {
	background-color: #ffffff;
	float: left;
/*	width: 384px;*/
	margin: 0;
	border: 0;
	padding: 0;
	-webkit-hyphens: auto;
	hyphens: auto;
}

p {
	padding: 0 20px;
}

.more {
	bottom: 0px;
	right: 0px;
	background-color: #ffffff;
	clear: both;
}

h1 {
	font-family: 'TeXGyreAdventorItalic', sans-serif;
	font-size: 24px;
	line-height: 28px;
	font-weight: normal;
	font-style: italic;
	margin: 0;
	padding: 20px 20px 0 20px;
	-webkit-hyphens: none;
	hyphens: none;
}

.info {
	border-top: 1px dashed black;
	border-right: 0;
	border-bottom: 0;
	border-left: 0;
	padding: 15px 20px;
}

.info p {
	padding: 0;
}

/*datorskärm - resten är mobile first*/
@media 
	only screen and (min-width : 800px) 
	{
	body {
		background-size: 1159px 91px;
	}
	#container {
		margin: 120px auto 0 auto;
		/*width: 640px;*/
	}
	.article {
		/*width: 640px;*/
	}
	.text {
		width: 37%;
	}
	.bild {
		width: 63%;
	}
}

@media 
	only screen and (max-width : 799px) and (orientation : landscape) 
	{
	.text {
		width: 45%;
	}
	.bild {
		width: 55%;
	}
}
/*	
@media 
	only screen and (max-width : 639px) 
	{
	#container {
		width: 320px;
	}
	.article {
		width: 320px;
	}
	.text {
		width: 320px;
		float: none;
	}
	.bild {
		width: 320px;
		float: none;
	}
	p {
		padding: 0 15px;
	}
	h1 {
		padding: 10px 15px 0 15px;
	}
	.info {
		padding: 10px 15px;
	}
	img {
		width: 320px;
		height: auto;
	}
	iframe {
		width: 320px;
		height: 180px;
	}
}*/