/** Main Nations Page **/
.nations .wp-block-group .wp-block-image{
	width: 100%;
	overflow: hidden;
	height: 300px;
}
.nations .wp-block-group .wp-block-image img{
transform: scale(1.15);
}
.nations .wp-block-group{
	border:2px solid #fff;
	border-radius: 30px;
  	background: url('https://www.menhirsfate.com/wp-content/uploads/2024/08/00_Background_lighter-scaled.jpg'); 
 	 color: #2c2c2c;
  	overflow: hidden;
  	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
  	text-align: center;
}
.nation-card-text{
	height:150px;
	overflow:hidden;
}
.wp-block-group.is-vertical.is-layout-flex {
    position: relative;
}
.wp-block-group.is-vertical.is-layout-flex:hover .wp-block-image::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0.5) 50%, rgba(255,255,255,0) 100%);
    animation: shimmer 2s infinite;
    z-index: 1; 
    pointer-events: none;
}
.wp-block-image {
    position: relative;
}
@keyframes shimmer {
    0% {
        transform: translateX(-100%);
    }
    100% {
        transform: translateX(100%);
    }
}
.nations .wp-block-heading{
	margin-bottom: 0em;
	color: #2c2c2c;
	padding-left:0.75em;
	padding-right:0.75em;
	font-family: Aerohate, sans-serif;
}
.nations p{
	font-family:'scala sans';
	font-size:16px;
	padding-left:0.75em;
	padding-right:0.75em;
}
.nations .wp-block-buttons {
	margin-left: auto;
  	margin-right: auto;
	color:#e44444;
}
.nations .wp-element-button {
  background-color: #e44444;
	border-color: #e44444;
}
.nations .wp-block-button__link:hover{
	background-color:#d63538;
	color:#fff;
	transform: scale(1.1);
}

.page-id-1323 h2,
.page-id-1323 h3,
.page-id-1323 h4,
.page-id-1323 h5{
	color:#6d8b9f!important; 
	font-family:'scala sans';
}

.page-id-1323 .entry-title{
    position: relative;
    display: inline-block;
	font-size:6em!important;
	color:#6d8b9f!important;
	padding-top: 30px;
}
.page-id-1323 .custom-a{
    display: inline-block;
    width: 2em; 
    height: 2em; 
    background: url('/wp-content/uploads/2024/10/Hammerstadt_H-min.png') no-repeat center center; 
    background-size: cover; 
    text-indent: -9999px; 
    margin-right: -0.1em; 
}



.page-id-1323 .wp-block-heading{
	border-bottom: 2px solid #6d8b9f; 
	font-family:'scala sans'!important;
}

.page-id-1257 h2,
.page-id-1257 h3,
.page-id-1257 h4,
.page-id-1257 h5{
	color:#73AB97!important; 
	font-family:'scala sans';
}
.page-id-1257 .wp-block-heading{
	border-bottom: 2px solid #73AB97; 
	font-family:'scala sans'!important;
}
.page-id-1257 .entry-title{
    position: relative;
    display: inline-block;
	font-size:6em!important;
	color:#73AB97!important;
	padding-top: 30px;
}
.page-id-1257 .custom-a{
    display: inline-block;
    width: 2em; 
    height: 2em; 
    background: url('/wp-content/uploads/2024/10/Portavas_P.webp') no-repeat center center; 
    background-size: cover; 
    text-indent: -9999px; 
    margin-right: -0.1em; 
}
.page-id-1127 h2,
.page-id-1127 h3,
.page-id-1127 h4,
.page-id-1127 h5{
	color:#363845!important; 
	font-family:'scala sans';
}
.page-id-1127 .wp-block-heading{
	border-bottom: 2px solid #363845; 
	font-family:'scala sans'!important;
}
.page-id-1127 .entry-title{
    position: relative;
    display: inline-block;
	font-size:6em!important;
	color:#363845!important; 
	padding-top: 30px;
}
.page-id-1127 .custom-a{
    display: inline-block;
    width: 2em; 
    height: 2em; 
    background: url('/wp-content/uploads/2024/10/undrevan-letter-min.jpg') no-repeat center center; 
    background-size: cover; 
    text-indent: -9999px; 
    margin-right: -0.1em; 
}
.page-id-635 h2,
.page-id-635 h3,
.page-id-635 h4,
.page-id-635 h5{
	color:#743020!important;
	font-family:'scala sans';
}
.page-id-635 .wp-block-heading{
	border-bottom: 2px solid #743020;
	font-family:'scala sans'!important;
}
.page-id-635 .entry-title{
    position: relative;
    display: inline-block;
	font-size:6em!important;
	color:#743020!important;
	padding-top: 30px;
}
.page-id-635 .custom-a{
    display: inline-block;
    width: 2em; 
    height: 2em; 
    background: url('/wp-content/uploads/2024/09/Morvalis-Letter.png') no-repeat center center; 
    background-size: cover; 
    text-indent: -9999px; 
    margin-right: -0.1em; 
}
/** Nation Page Template */
.container {
    display: flex;
    align-items: flex-start;
}
.row {
    display: flex;
    width: 100%;
	margin-right:5%; 
	margin-left:5%;
}
.col-md-6 {
    width: 50%;
    padding: 15px;
}
.col-md-6 img {
    max-width: 100%;
    height: auto;
    display: block;
}
@media only screen and (max-width: 789px) {
.col-md-6 {
    width: 100%;
}
.row {
	display: block;
	margin-right:0px; 
	margin-left:0px;
}}
.page-id-128 .site-content .ast-container,
.page-id-375 .site-content .ast-container,
.page-id-398 .site-content .ast-container,
.page-id-575 .site-content .ast-container,
.bg-texture .site-content .ast-container,
.page-id-635 .site-content .ast-container,
.page-id-932 .site-content .ast-container,
.page-id-1127 .site-content .ast-container,
.page-id-1257 .site-content .ast-container,
.page-id-1323 .site-content .ast-container{
  background-image: url('/wp-content/uploads/2024/08/00_Background_lighter-scaled.jpg');}

.bg-texture h2,
.bg-texture h3,
.bg-texture h4,
.bg-texture h5,
.bg-texture h6{
	color:#844725!important;
	font-family:'scala sans';
	text-decoration:underline;
}
.bg-texture p{
	color:#000!important;
	font-family:'scala sans'!important;
}
.page-id-932 h2,
.page-id-932 h3,
.page-id-932 h4,
.page-id-932 h5{
	color:#ac9836!important;
	font-family:'scala sans';
}
.page-id-128 h2,
.page-id-128 h3,
.page-id-128 h4,
.page-id-128 h5{
	color:#32604f!important;
	font-family:'scala sans';
}
.page-id-375 h2,
.page-id-375 h3,
.page-id-375 h4,
.page-id-375 h5{
	color:#798732!important;
	font-family:'scala sans';
}
.page-id-398 h2,
.page-id-398 h3,
.page-id-398 h4,
.page-id-398 h5{
	color:#374f37!important;
	font-family:'scala sans';
}
.page-id-575 h2,
.page-id-575 h3,
.page-id-575 h4,
.page-id-575 h5{
	color:#425156!important;
	font-family:'scala sans';
}
.page-id-128 h6,
.page-id-375 h6,
.page-id-398 h6,
.page-id-575 h6,
.page-id-635 h6,
.page-id-932 h6,
.page-id-1127 h6,
.page-id-1257 h6,
.page-id-1323 h6{
	color:#000!important;
}
.page-id-932 .wp-block-heading{
	border-bottom: 2px solid #ac9836;
		font-family:'scala sans'!important;
}
.page-id-128 .wp-block-heading{
	border-bottom: 2px solid #32604f;
		font-family:'scala sans'!important;
}
.page-id-375 .wp-block-heading{
	border-bottom: 2px solid #798732;
	font-family:'scala sans'!important;
}
.page-id-398 .wp-block-heading{
	border-bottom: 2px solid #374f37;
	font-family:'scala sans'!important;
}
.page-id-575 .wp-block-heading{
	border-bottom: 2px solid #425156;
	font-family:'scala sans'!important;
}
.page-id-575 .wp-block-list{
	color:#000!important;
	font-family:'scala sans'!important;
}
.page-id-128 .wp-block-heading .first-heading,
.page-id-375 .wp-block-heading .first-heading,
.page-id-398 .wp-block-heading .first-heading,
.page-id-575 .wp-block-heading .first-heading,
.page-id-635 .wp-block-heading .first-heading,
.page-id-932 .wp-block-heading .first-heading,
.page-id-1127 .wp-block-heading .first-heading,
.page-id-1257 .wp-block-heading .first-heading,
.page-id-1323 .wp-block-heading .first-heading{
	font-size:20px!important;	
}
.wp-block-heading.first-heading.has-medium-font-size{
	border-bottom: none!important;
	text-align: center!important;
}
.page-id-128 .wp-block-columns p,
.page-id-375 .wp-block-columns p,
.page-id-398 .wp-block-columns p,
.page-id-575 .wp-block-columns p,
.page-id-635 .wp-block-columns p,
.page-id-932 .wp-block-columns p,
.page-id-1127 .wp-block-columns p,
.page-id-1257 .wp-block-columns p,
.page-id-1323 .wp-block-columns p{
	color:#000!important;
	font-family:'scala sans';
	font-size: 17px;
  line-height: 23px;
}
.page-id-932 .entry-title{
    position: relative;
    display: inline-block;
	font-size:6em!important;
	color:#ac9836!important;
	padding-top: 30px;
}
.page-id-128 .entry-title{
    position: relative;
    display: inline-block;
	font-size:6em!important;
	color:#32604f!important;
	padding-top: 30px;
}
.page-id-375 .entry-title{
    position: relative;
    display: inline-block;
	font-size:6em!important;
	color:#798732!important;
	padding-top: 30px;
}
.page-id-398 .entry-title{
    position: relative;
    display: inline-block;
	font-size:6em!important;
	color:#374f37!important;
	padding-top: 30px;
}
.page-id-575 .entry-title{
    position: relative;
    display: inline-block;
	font-size:6em!important;
	color:#425156!important;
	padding-top: 30px;
}
.page-id-128 .custom-title::first-letter,
.page-id-375 .custom-title::first-letter,
.page-id-398 .custom-title::first-letter,
.page-id-575 .custom-title::first-letter,
.page-id-635 .custom-title::first-letter,
.page-id-932 .custom-title::first-letter,
.page-id-1127 .custom-title::first-letter,
.page-id-1257 .custom-title::first-letter
.page-id-323 .custom-title::first-letter{
    visibility: hidden!important;
    margin-left: -10px;
}
.page-id-932 .custom-a{
    display: inline-block;
    width: 2em; 
    height: 2em; 
    background: url('/wp-content/uploads/2024/09/Kairos_Letter.png') no-repeat center center; 
    background-size: cover; 
    text-indent: -9999px; 
    margin-right: -0.1em; 
}
.page-id-128 .custom-a{
    display: inline-block;
    width: 2em; 
    height: 2em; 
    background: url('/wp-content/uploads/2024/08/Untitled_Artwork.png') no-repeat center center; 
    background-size: cover; 
    text-indent: -9999px; 
    margin-right: -0.1em; 
}
.page-id-375 .custom-a{
    display: inline-block;
    width: 2em; 
    height: 2em; 
    background: url('/wp-content/uploads/2024/08/Untitled_Artwork-wonder.png') no-repeat center center; 
    background-size: cover; 
    text-indent: -9999px; 
    margin-right: -0.1em; 
}
.page-id-375 .entry-title.the,
.page-id-1127 .entry-title.the,
.page-id-1257 .entry-title.the,
.page-id-1323 .entry-title.the{
  position: absolute;
  font-size: 3em !important;
  margin-left: 4em;
	margin-top: 1.5em;
}
.page-id-398 .custom-a{
    display: inline-block;
    width: 2em; 
    height: 2em; 
    background: url('/wp-content/uploads/2024/08/Valdraeth_Letter.png') no-repeat center center; 
	background-size: cover; 
    text-indent: -9999px; 
    margin-right: -0.1em; 
}
.page-id-575 .custom-a{
    display: inline-block;
    width: 2em; 
    height: 2em; 
    background: url('/wp-content/uploads/2024/09/syradonia-letter.png') no-repeat center center; 
    background-size: cover; 
    text-indent: -9999px; 
    margin-right: -0.1em; 
}
.remaining-text{
	display: inline-block;
	margin-top: 40px;
	position: relative;
	margin-left: 15px;
	top: 40px;
}
.under-title{
	font-size:30px!important;
	position: relative;
  	top: -90px;
  	left: 210px;
	font-style:italic;
}
.avereaux{
	color:#32604f !important
}
.the-wonder span{
	color:#798732;
}
.valdraeth span{
	color:#374f37;
}
.avereaux span{
	color:#32604f;
}
.syradonia span{
	color:#425156;
}
.morvalis span{
	color:#743020;
}
.kairos span{
	color:#ac9836;
}
.the-undrevan span{
	color:#363845;
}
.page-id-128 .bg-para,
.page-id-375 .bg-para,
.page-id-398 .bg-para,
.page-id-575 .bg-para,
.page-id-635 .bg-para,
.page-id-932 .bg-para,
.page-id-1127 .bg-para,
.page-id-1257 .bg-para,
.page-id-1323 .bg-para{
  background-color: #ede2c6bf;
	padding: 25px 25px 6px 25px;
	position: relative;
}
.page-id-575 .corner-image{
	position: absolute;
	width: 40px;
	height: 40px;
}
.page-id-575 .corner-image-middle {
	position: absolute;
	width: auto;
	height: 25px;
}
.corner-image {
	position: absolute;
	width: 60px;
	height: 60px;
}
.corner-image-middle {
	position: absolute;
	width: auto;
	height: 20px;
}
.kairos-corner-image-middle {
	position: absolute;
	width: auto;
	height: 30px;
}
.bg-para-top-left {
	top: 0;
	left: 0;
}
.bg-para-top-right {
	top: 0;
	right: 0;
	transform: rotate(90deg);
}
.bg-para-top-right-mirror {
	top: 0;
	right: 0;
	transform: rotate(180deg) scaley(-1);
}
.bg-para-bottom-left {
	bottom: 0;
	left: 0;
	transform: rotate(270deg);
}
.bg-para-bottom-left-mirror{
	bottom: 0;
	left: 0;
	transform: scaleY(-1);
}
.bg-para-bottom-right {
	bottom: 0;
	right: 0;
	transform: rotate(180deg);
}
.bg-para-top-middle {
	top: 0;
	right: 50%;
	transform: translateX(50%);
}
.bg-para-bottom-middle {
	bottom: 0;
	right: 50%;
	transform: translateX(50%) rotate(180deg);
}
.bottom-para{
	padding-bottom:50px !important;
}
.page-id-128 .ast-footer-copyright p,
.page-id-375 .ast-footer-copyright p,
.page-id-398 .ast-footer-copyright p,
.page-id-575 .ast-footer-copyright p,
.page-id-635 .ast-footer-copyright p,
.page-id-932 .ast-footer-copyright p,
.page-id-1127 .ast-footer-copyright p,
.page-id-1257 .ast-footer-copyright p,
.page-id-1323 .ast-footer-copyright p{
	color:#fff!important;
}
@media only screen and (min-width: 767px) {
.page-id-128 .wp-block-image img,
.page-id-375 .wp-block-image img,
.page-id-398 .wp-block-image img,
.page-id-575 .wp-block-image img,
.page-id-635 .wp-block-image img,
.page-id-932 .wp-block-image img,
.page-id-1127 .wp-block-image img,
.page-id-1257 .wp-block-image img
.page-id-1323 .wp-block-image img{
  max-width: 240%;
  margin-left: -130px;
}
.desktop-hide{
	display:none!important;
}
}
@media only screen and (max-width: 789px) {
.remaining-text{
	letter-spacing: 0px;
	margin-top: 20px;
	top: 20px;
}
.page-id-128 .entry-title,
.page-id-375 .entry-title,
.page-id-398 .entry-title,
.page-id-575 .entry-title,
.page-id-635 .entry-title,
.page-id-932 .entry-title,
.page-id-1127 .entry-title,
.page-id-1257 .entry-title
.page-id-1323 .entry-title{
	font-size:3em!important;
}
.page-id-375 .entry-title.the,
.page-id-1127 .entry-title.the,
.page-id-1257 .entry-title.the,
.page-id-1323 .entry-title.the{
  	position: absolute;
    font-size: 1.75em !important;
	margin-left: 4em;
    padding-top: 40px;
}
.mobile-hide{
		display:none!important;
}}
@media only screen and (max-width: 440px) {
.page-id-128 .entry-title,
.page-id-375 .entry-title,
.page-id-398 .entry-title,
.page-id-575 .entry-title,
.page-id-635 .entry-title,
.page-id-932 .entry-title,
.page-id-1127 .entry-title,
.page-id-1257 .entry-title,
.page-id-1323 .entry-title{
	font-size:3em!important;
}
.under-title{
	display:none;
}
.mobile-hide{
	display:none!important;
}}
@media only screen and (max-width: 389px) {
.page-id-128 .entry-title,
.page-id-375 .entry-title,
.page-id-398 .entry-title,
.page-id-575 .entry-title,
.page-id-635 .entry-title,
.page-id-932 .entry-title,
.page-id-1127 .entry-title,
.page-id-1257 .entry-title,
.page-id-1323 .entry-title{
	font-size:3em!important;
	}	
.page-id-375 .entry-title.the,
.page-id-1127 .entry-title.the,
.page-id-1257 .entry-title.the,
.page-id-1323 .entry-title.the{
	position: absolute;
    font-size: 1.5em !important;
    margin-left: 5em;
    padding-top: 45px;
}
.under-title{
	display:none;
}
.mobile-hide{
	display:none!important;
}}
@media only screen and (max-width: 350px) {
.page-id-128 .entry-title,
.page-id-375 .entry-title,
.page-id-398 .entry-title,
.page-id-575 .entry-title,
.page-id-635 .entry-title,
.page-id-932 .entry-title,
.page-id-1127 .entry-title,
.page-id-1257 .entry-title,
.page-id-1323 .entry-title{
	font-size:2.5em!important;
}			
.page-id-375 .entry-title.the,
.page-id-1127 .entry-title.the,
.page-id-1257 .entry-title.the
.page-id-1323 .entry-title.the{
	position: absolute;
    font-size: 1.5em !important;
    margin-left: 4em;
    padding-top: 45px;
}
.under-title{
	display:none;
}}