/* @font-face {
    font-family: 'im_fell_english_proregular';
    src: url('fonts/feenrm28c-webfont.eot');
    src: url('fonts/feenrm28c-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/feenrm28c-webfont.woff2') format('woff2'),
         url('fonts/feenrm28c-webfont.woff') format('woff'),
         url('fonts/feenrm28c-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

} */

html, body {
	margin: 0;
	padding: 0;
	height: 100%;
	overflow: hidden;
	font-family: 'im_fell_english_proregular', serif;
}

body {
	/* padding-top: 100px; */
	background-color: #B37C5C;
	/*background-image: url('cader.jpg');
	background: url(cader.jpg) no-repeat 38% 15% fixed;*/
	background-image: url(cader-idris-bw-1920-blur-bw.jpg);
	background: url(cader-idris-bw-1920-blur-bw.jpg) no-repeat 55% 45% fixed;
	/* background: url(cader-idris.jpg) no-repeat 55% 45% fixed; */
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

body:target {
	background: url(cader-idris-1920.jpg) no-repeat 55% 45% fixed;
}

* {
	box-sizing: border-box;
}

h1 {
  font-weight: normal;
}

.dragon-image {
	height: 150px;
	width: 130px;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	/* background-color: #ea7b082e; */
	padding: 10px;
	box-sizing: content-box;
}

.idris-text-logo {
	height: 150px;
	width: 250px;
	display: block;
	position: absolute;
	top: 10px;
	left: 140px;
}

.banner {
	/* padding: 10px; */
	width: 400px;
	margin-left: auto;
	margin-right: auto;
	/* position: absolute; */
	top: 50%;
	display: block;
	height: 170px;
	margin-top: -89px;
	background-color: #eeeeeeaa;
	/* background: #ffffff52; */
	/* border-radius: 25px; */
	/* border: 4px solid #ffffff30; */
	position: relative;
	box-sizing: content-box;
	/* border-bottom: 8px solid #7f0a0a; */
	border-bottom: 8px solid #970707;
	border-radius: 5px;
}

.banner h1 {
	margin: 0;
	font-size: 90px;
	line-height: 100px;
	text-align: center;
	display: inline-block;
}

@media (max-width: 440px) {

	.dragon-image {
		position: relative;
		margin: 0 auto;
		/* background-color: #ea7b082e; */
		padding: 10px;
		box-sizing: content-box;
	}
	
	.idris-text-logo {
		position: relative;
		top: 0;
		left: 0;
	}
	
	.banner {
		width: 250px;
		height: 320px;
		margin-top: -164px;
	}

}