@media all{
	html {
		font-family: Cambria, serif;
		text-align: left;
		font-size: 20px;
		margin-top: 1%;
		/*display: flex;*/
    	/*flex-direction: column;*/
	}

	img.creature-img {
		max-width:165px;
		height: auto;
	}

	.dice {
		width: 100px;
		height: 100px;
	}

	.margin {
		margin-top: 20px;
	}

	.stats {
		margin-left: 5%;
		margin-right: 5%;
	}

	.lore{
		font-size: 16px;
		font-style: italic;
		border: gray solid 1px;
		padding: 2% 3% 2% 2%;
	}

	.half {
		width: 40%;
		margin: 1%;
	}

	.vertical {
		display: flex;
		flex-direction: column;
		align-items: normal;
	}

	.vertical-center {
		display: flex;
		flex-direction: column;
		align-items: center;
	}

	.horizontal {
		display: flex;
		flex-direction: row;
		/*align-items: center;*/
	}

	.left {

		align-items: flex-start;

	}

	.fill {
		min-width: 100%;
	}

	.centered{

		align-items: center;
		justify-content: center;

	}

	h1, h2, h3 {

		text-align: center;

	}

	h1 {
		text-transform: uppercase;
	}

	/*div {*/
	/*	max-width: 90%;*/
	/*}*/

	table {
	
		border: 0;
		border-spacing: 20px 10px;
		max-width: 90%;
	
	}

td {
	padding-left: 5px;
}


body {
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 2% 3% 2% 2%;


	/* 	background-image: url("../img/bg_full_hd.jpg");
        background-repeat: no-repeat;
        background-attachment: fixed;
        background-position: center; */
}

p {
	text-indent: 30px;
	text-align: justify;
}

.index {
	
	font-size: 30px;
	text-align: center;
	align-items: center;
	
}

.index h1 {
	font-size: 42px;
	margin-bottom: 4%;
}

.index 	a:link {
	color: black;
}


.index a:visited {
  color: black;
}

.index a:hover {
  color: gray;
}

select, button, input {
            margin: 12px;
			padding: 15px;
			font-size: 18px;
			font-family: Cambria, serif;
}

nav {
	color: gainsboro;
	background-color: rgba(0,0,0,0.75);
	position: fixed;
	width: 100%;
	left: 0;
	top: 0;
	padding: 5px;
	padding-left: 10px;
}

.gallery{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	width: 100%;
}

img {
	width: 47%;
	margin: 1.5%;
}


.diary_entry {
	
	width: 28%;
	padding: 2%;
	padding-top: 0.25%;
	padding-left: 1%;
	margin: 1%;
	background-color: rgba(255,255,255,1);
	font-size: 17px;
}

.nested{
	margin-left: 2%;
}

nav a:link {
  color: #9ED0FA;
}

nav a:visited {
  color: #9ED0FA;
}

}

@media screen and (max-width: 600px) {

	img.creature-img {
		max-width:25%;
		height: auto;
	}

}
