/* _content/AVN_Site/Views/Home/Index.cshtml.rz.scp.css */
.main-about-div[b-pem1z4hgth] {
	background-image: url("img/background.jpg");
	background-size: cover;
	height: 100vh;
}
.main-about-div .blur[b-pem1z4hgth] {
	/*position:  relative;*/
	height: 100%;
	width: 100%;
	backdrop-filter: blur(8px) brightness(0.4);

	display: flex;
	align-items: center;
	justify-content: center;
}

.main-about-div .blur .text[b-pem1z4hgth] {
	color: white;
	text-align: center;

	margin: 10px;
	width: 550px;

	height: 100px;
}

.contents-image div[b-pem1z4hgth] {
	width: calc(100% - 2 * 10px);
}

.contents-full[b-pem1z4hgth] {
	width: calc(100% - 2 * 10px);
}
/* _content/AVN_Site/Views/Shared/_Layout.cshtml.rz.scp.css */
.header-div[b-g4xuk82eul] {
	position: fixed;
	z-index: 99;
	width: calc(100% - 20px);
	padding: 10px;
	vertical-align: center;

	display: flex;
	justify-content: space-between;

	align-items: center;

	transition-duration: 200ms;
}

.header-div-non-main[b-g4xuk82eul] {
	backdrop-filter: blur(8px);
	border-bottom: white solid 2px;
	background-color: rgba(63, 63, 63, 0.5);
}

.header-div-inner[b-g4xuk82eul] {
	display: inline-block;

	border-radius: 5px;
	margin: 0;
	padding: 0;
}

.header-logo[b-g4xuk82eul] {
	border-radius: 5px;
	/*width: 200px;*/
	height: 100px;
}

.header-buttons-div[b-g4xuk82eul] {
	display: flex;
}

.header-button-div[b-g4xuk82eul] {
	margin: 10px;
}

.body-contents[b-g4xuk82eul] {
	/*margin: 10px;*/
	width: 100%;
}

.footer-div[b-g4xuk82eul] {
	width: calc(100% - 20px);
	background-color: #01766d;
	padding: 10px;
	color: #e9d9d6;
}

.footer-row[b-g4xuk82eul] {
	display: flex;
	align-items: center;
	flex-flow: row nowrap;
}

.footer-row div[b-g4xuk82eul] {
	margin: 10px;
	display: block;
}

.footer-legal-info *[b-g4xuk82eul] {
	opacity: 75%;
	font-size: 12px;
}
