@charset "utf-8";
/* CSS Document */

body {
	padding: 0;
	margin: 0;
}
.navi {
	list-style: none;
	display: flex;
	gap: 2%;
	align-items: center;
	justify-content: center;
	min-height: 90px;
	font-family: 'Libre Baskerville', serif;
}
.navi a:link, a:active {
	color: #313069;
	text-decoration: none;	
	font-size: 1.25em;
	font-family: 'Libre Baskerville', serif;
}
.navi a:hover {
	color: red;
	text-decoration: underline;
	font-family: 'Libre Baskerville', serif;
}
.navi a:visited {
	color: #5bbbc3;
}
.container {
	width: 90%;
	border: 1px solid black;
	margin: auto;
}
.simage{
	position: relative;
  	text-align: center;
}
.centered {
  	position: absolute;
  	top: 20%;
  	left: 20%;
  	transform: translate(-50%, -50%);
	color: white;
	text-align: left;
}
.main {
	min-height: 40px;
	padding: 2%;
	text-align: center;
}
.center {
	display: block;
	width: 100%;
}
.row {
	padding: 1%;
	display: flex;
	gap: 2%;
	justify-content: center;
}
.column {
	width: 30%;
	min-height: 200px;
	padding: 1% 2%;
	box-sizing: border-box;
}
.center-two {
	display: block;
  	margin-left: auto;
  	margin-right: auto;
}
.timghnp {
	text-align: center;
}
.pink-content{
	background: #f0dff4;
	min-height: 700px;
	padding: 2%;
}
.aside-left {
	width: 50%;
	min-height: 300px;
	background: #F0DFF4;
	float: left;
	margin: 2 2 2 2%;
	padding: 1%;
	box-sizing: border-box;
}
.aside-right {
	width: 50%;
	min-height: 400px;
	float: left;
	margin: 2 2 2 2%;
	padding: 1%;
	box-sizing: border-box;
}
.left {
	display: block;
	float: left;
}
.right {
	display: block;
	float: right;
}
h1, h2, h4 {
	font-family: 'Libre Bodoni', serif;
}
p {
	font-family: 'Domine', serif;
	word-spacing: 1.5pt;
}
footer {
	justify-content: center;
	text-align: center;
	min-height: 200px;
	width: 95%;
	margin: auto;
}
@media (max-width: 992px) {
	body {
		font-size: auto;
	}
	.row {
		display: block;
	}
	.column {
		width: 100%;
		margin: 10px auto;
		display: block;
	}
	.aside-left {
		float: none;
		width: auto;
		margin: auto;
		display: block;
		min-height: 100px;
	}
	.aside-right {
		float: none;
		width: 100%;
		margin: 10px auto;
		display: block;
		min-height: 200px;
	}
	.left {
		width:100%;
		height: auto;
	}
	.right {
		width:100%;
		height: auto;
	}
	footer{
		margin: 10px auto;
		width: auto;
		min-height: 200px;
	}
	.simage {
		width: auto;
		font-size: 0.4em;
	}
}