


body {
    
    background-image: url("../img/bg.jpg");
    background-size: cover;
}

#menu {
	
	min-height: 340px;
}

#story {
	font-family: 'Dosis', sans-serif;
	font-size: 120%;
	min-height: 170px;
}

.readme {
	font-family: 'M PLUS 1 Code', sans-serif;
}

div#storyimage img {
	border-radius: 10px; /* Lekerekített szélek */
	-webkit-border-radius: 10px 10px 10px 10px;
	-moz-border-radius: 10px 10px 10px 10px;
	box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.3);
}

#storyimage {
		
	padding: 5px 0 10px 0;
	margin: 5px 0 10px 0;
}


.panel1 {
	font-family: 'Dosis', sans-serif;
	padding:10px;
	margin:5px;
	background: #765011;
	color:#fff;
	box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
	-webkit-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
	border-radius: 10px 10px 10px 10px;
	-webkit-border-radius: 10px 10px 10px 10px;
	-moz-border-radius: 10px 10px 10px 10px;
	height: auto;
	min-height: 130px;
}
h4 {
	font-family: 'Dosis', sans-serif;
	font-weight: bold;
}
.panel2 {
	padding:10px;
	margin:5px;
	background: #ba4a00;
	color:#fff;
	box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
	-webkit-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
	border-radius: 10px 10px 10px 10px;
	-webkit-border-radius: 10px 10px 10px 10px;
	-moz-border-radius: 10px 10px 10px 10px;
	height: auto;
	min-height: 130px;
}

.panel3 {
	padding:10px;
	margin:5px;
	background: #515a5a ;
	color:#fff;
	box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
	-webkit-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
	border-radius: 10px 10px 10px 10px;
	-webkit-border-radius: 10px 10px 10px 10px;
	-moz-border-radius: 10px 10px 10px 10px;
	height: auto;
	min-height: 130px;
}

.head {
	color: #fff;
}

ul {
  
    font-size: 18px;
}

li.selected {
    background: #1c2833  ;
}

li {
	list-style: none;
}

li.active {
	color:#000;
}

li.inactive {
	color:#B8B8B8;
}



.button, .button.disabled, .button[disabled], .button.disabled:hover, .button[disabled]:hover, .button.disabled:focus, .button[disabled]:focus {
    background-color: #34495e ;
    color: #fefefe; }
	
.button:hover, .button:focus {
background-color: #fefefe;
color: #34495e ; }

.button.shadow {
	box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
	-webkit-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
	border-radius: 10px 10px 10px 10px;
	-webkit-border-radius: 10px 10px 10px 10px;
	-moz-border-radius: 10px 10px 10px 10px;
	margin-bottom:8px;
}

.small-image-container {
    max-width: 50%;
	margin-right: 10px;
  }
  
.small-image-container img {
    width: 100%;
    height: auto;
  }

