
/*{
	outline: 0.05rem solid lime;
}*/

.navbar-brand img{
	margin-right: 0.5rem !important;
}

.navbar-brand{
	margin-top: 0.2rem;
	font: bold 100% "Comic Sans MS";
}
.main{
	min-height: 25rem;
	background-color: lightblue;
	border-radius: 0.5rem;
}

.aside{
	min-height: 25rem;
	/*background-color: #510275;*/
	border-radius: 0.5rem;
	background: url(../img/bg/aside.jpg) repeat;
}

.footer{
	max-height: 10rem;
	background-color: #060D2A;
	margin-top: auto !important;
	border-radius: 0.5rem;
	font: italic 100% "Times New Roman";
	color: #D0D9E8;
	border: 0.2rem solid #353535;
}

#navbar{
	background-color:#00163C !important;
	width: 100%;
	font: 120% "Comic Sans MS";
	border: 0.2rem solid darkgray;
	border-radius: 0.5rem;
}
body{
	background-color: #1E1E1E !important;
}

img[alt="wano"]{
	width: 12rem;
	border-radius: 0.5rem;
	margin: 2rem 0 0 2rem;
}
img[alt="wano"]+p{
	font:100% "Times New Roman";
	text-align: center;
	border: 0.1rem solid darkgreen;
	margin-top: 1.5rem;
	border-radius: 0.5rem;
	padding: 0.2rem;
	background-color: #8DB8C6;
}
.basetext{
	font: 100% "Lucida Sans Unicode";
	text-align: center;
}
.spok{
	font: italic 90% "Courier New";
	text-align: right;
}
.twomain{
	height: 18rem;
}