@import url('https://fonts.googleapis.com/css2?family=Chakra+Petch:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');
html,
body {
	margin: 0;
	background-color: rgb(64, 61, 68);
	font-size: 16px;
	font-family: "Raleway", sans-serif
}
div,
span {
	box-sizing: border-box
}
header {
	background-color: #211D23
}
.follow_bar {
	background-color: rgb(35, 29, 37);
	color: white;
	position: relative
}
.header_date {
	position: absolute;
	left: 0;
	color: #453d4c;
	font-family: "Chakra Petch", serif;
	font-size: 200%
}
.wrapper {
	max-width: 1100px;
	margin: auto;
	position: relative
}
.padding {
	padding: 20px
}
.logo_zone {
	background-color: rgb(87, 70, 91);
}
.logo p {
	margin: 0
}
.logo p:nth-child(1) {
	font-size: 200%;
	font-weight: bold;
	opacity: .7;
	text-transform: uppercase;
	font-family: "Chakra Petch", serif;
	color: #C6B5CD;
	letter-spacing: 8px;
	text-shadow: 2px 2px 3px rgba(0,0,0,0.55);
	background: -webkit-linear-gradient(#fff, #C6B5CD);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
h1, h2, h3 {
	font-family: "Chakra Petch", serif;
	color: #C6B5CD;
	text-transform: capitalize
}
.logo p:nth-child(2) {
	font-size: 90%;
	text-transform: capitalize
}
.logo,
.logo:visited {
	color: white;
	text-decoration: none;
}
.nav {
	position: absolute;
	right: 20px;
	top: 30px;
	bottom: 30px;
	aspect-ratio: 1.1;
	border-top: 2px solid white;
	border-bottom: 2px solid white;
	cursor: pointer;
	transition: .5s;
	opacity: .7
}
.nav span {
	position: absolute;
	display: block;
	background-color: white;
	left: 0;
	right: 0;
	height: 2px;
	top: 50%;
	margin-top: -1px;
}
.nav_open {
	transform: rotate(90deg);
	opacity: 1
}
.banner {
	position: relative;
	background-color: #cccccc;
	aspect-ratio: 3.1;
	transition: .5s;
	background-position: center;
	background-size: cover
}
.banner_overlay {
	position: absolute;
	right: 25px;
	bottom: -10px;
	width: 35%;
	background-color: #403D44;
	color: white;
	font-size: 3vh;
	transform: rotate(5deg)
}
.content {
	background-color: white
}
footer {
	color: #cccccc;
}
footer a,
footer a:visited {
	color: inherit
}
footer a:hover {
	color: white
}
.menu {
	display: none;
	text-align: right;
}
.menu a,
.menu a:visited {
	color: #cccccc;
	text-decoration: none;
	text-transform: capitalize;
	display: block;
	line-height: 2.5em
}
.menu a:hover {
	color: white;
	text-decoration: underline
}
.important {
	background-color: #231D25;
	color: white
}
.important a,
.important a:visited {
	color: inherit
}
.home_base_image {
	background-size: cover;
	background-attachment: fixed;
	background-position: center;
	text-align: center;
	color: white;
	text-transform: uppercase;
	padding: 10%;
	font-size: 150%;
	text-shadow: 2px 2px rgba(0, 0, 0, 0.7);
}
input[type=text],
input[type=submit],
select,
textarea {
	-moz-appearance: none;
	outline: none;
	padding: 8px;
	font-family: inherit;
	font-size: inherit;
	background-color: #f2f2f2;
	border: 1px solid #403D44;
	box-sizing: border-box;
	border-radius: 0;
	resize: none
}
input[type=submit] {
	background: #403D44;
	color: white;
	text-transform: uppercase;
	cursor: pointer
}
.content h1,
.content h2,
.content h3 {
	color: #5E2A89;
	font-weight: 400;
	text-transform: capitalize
}
.accordion_group {
	margin-bottom: 1px
}
.accordion_menu {
	background-color: rgb(87, 70, 91);
	color: white;
	cursor: pointer
}
.accordion_menu:hover {
	background-color: rgb(118, 105, 121);
}
.accordion_menu_open {
	background-color: rgb(118, 105, 121) !important;
}
.accordion_content {
	display: none
}
.grid {
	box-sizing: border-box;
}
.grid a,
.grid a:visited {
	display: inline-block;
	box-sizing: border-box;
	vertical-align: top;
	width: 23.5%;
	margin: 0 1% 2% 1%;
	color: inherit;
	text-decoration: none;
	transition: .5s
}
.grid a:hover {
	transform: scale(1.05)
}
.grid a:nth-child(4n+1) {
	margin-left: 0
}
.grid a:nth-child(4n+4) {
	margin-right: 0
}
.grid .grid_image {
	background-position: center;
	background-size: cover;
	padding-bottom: 70%
}
.grid h2 {
	display: block;
	margin: 0 0 8px 0;
	font-size: 115%
}
.grid p {
	margin: 0 0 8px 0;
	opacity: .5;
	font-style: italic;
	font-size: 85%
}
.grid p:last-child {
	margin-bottom: 0
}
.grid_details {
	background-color: #f2f2f2
}
.paging {
	margin: 15px 0 15px 0
}
.paging a,
.paging a:visited {
	display: inline-block;
	line-height: 3em;
	padding: 0 10px 0 10px;
	text-transform: uppercase;
	background-color: #5E2A89;
	color: white;
	text-decoration: none;
	margin-right: 5px;
	transition: .5s
}
.paging a:hover {
	transform: scale(0.9);
	background-color: #8437c5
}
.content_home {
	display: table;
	width: 100%;
}
.content_home_row {
	display: table-row;
}
.content_home_cell {
	display: table-cell;
	vertical-align: middle;
	width: 50%
}
.content_home a,
.content_home a:visited {
	color: inherit
}
.h_0 {
	background-color: #42354d;
	color: white;
}
.h_1 {
	background-color: #857097;
	color: black;
}
.h_2 {
	background-color: #5a377b;
	color: white;
}
.h_3 {
	background-color: #2d2545;
	color: white;
}
.image_float_right,
.image_float_left,
.image_full_width {
	margin-bottom: 25px
}
.image_full_width {
	max-width: 100%;
	height: auto
}
.image_float_right {
	float: right;
	margin-left: 25px;
}
.image_float_left {
	float: left;
	margin-right: 25px;
}
.clear {
	clear: both
}

.table {
	display: table;
}
.row {
	display: table-row
}
.cell {
	display: table-cell;
	vertical-align: middle
}
.full {
	width: 100%
}
.home_news_block div:nth-child(1) {
	background-position: center;
	background-size: cover;
	width: 33%
}
.home_news_block a,
.home_news_block a:visited {
	color: inherit
}
@media screen and (max-width: 1024px) {
	.banner {
		position: relative;
		background-color: #cccccc;
		aspect-ratio: 1.3
	}
	.menu {
		text-align: center;
	}
	.banner_overlay {
		display: none
	}
	.search input[type=text] {
		width: 200px
	}
	.grid a {
		width: 47%;
		margin: 0 0 20px 0 !important;
	}
	.grid a:nth-child(odd) {
		margin-right: 10px !important;
	}
	.grid a:nth-child(even) {
		margin-left: 10px !important;
	}
	.paging {
		text-align: center
	}
	.content_home {
		display: block;
	}
	.content_home_row {
		display: block;
	}
	.content_home_cell {
		display: block;
		width: 100%
	}
	.image_float_right,
	.image_float_left,
	.image_full_width {
		margin: 0 0 25px 0 !important;
		float: none;
		width: 100%;
		height: auto;
		clear: both
	}
	.home_news_block {
		display: block
	}
	.home_news_block .cell {
		display: block
	}
	.home_news_block .cell:nth-child(1) {
		aspect-ratio: 1.1;
		width: 100%
	}
	.home_news_block .cell:nth-child(2) {
		padding: 15px 0 15px 0 !important;
	}
	.header_date {
		display: none
	}
}