@font-face {
    font-family: 'aAssassinNinja';
    src: url('../fonts/assassin/aAssassinNinja.woff2') format('woff2'),
         url('../fonts/assassin/aAssassinNinja.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'aAssassinNinja';
    src: url('../fonts/assassin/aAssassinNinja.woff2') format('woff2'),
         url('../fonts/assassin/aAssassinNinja.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


@font-face {
    font-family: 'Rayman2';
    src: url('../fonts/rayman/Rayman2Regular-VGR7B.ttf') format('ttf'),
         url('../fonts/rayman/Rayman2Regular-VGR7B.ttf') format('ttf'),
         url('../fonts/rayman/Rayman2Regular-VGR7B.ttf') format('truetype');
    font-weight: normal; /* 400 for regular */
    font-style: normal;
    font-display: swap;
}

/* Rayman2 Bold */
@font-face {
    font-family: 'Rayman2';
    src: url('../fonts/rayman/Rayman2Bold-qZnm5.ttf') format('ttf'),
         url('../fonts/rayman/Rayman2Bold-qZnm5.ttf') format('ttf'),
         url('../fonts/rayman/Rayman2Bold-qZnm5.ttf') format('truetype');
    font-weight: bold; /* 700 for bold */
    font-style: normal;
    font-display: swap;
}

.main-wrapper {
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    min-height: 100vh;
    margin: 0;
    -webkit-mask-image: linear-gradient(to bottom, transparent 0%, black 0.4%);
    mask-image: linear-gradient(to bottom, transparent 0%, black 0.4%);
}

h1 {
    color: #000000;
    font-family: 'Rayman2', sans-serif;
    text-decoration: none !important;
}

h2 {
    text-align: center;
    padding-top: 40px;
    padding-bottom: 50px;
}

#ist {
    color: #000000;
    font-family: 'Rayman2', sans-serif;
    text-decoration: none !important;
    font-size: 23px;
    font-weight: 100;
    line-height: 50px;
    word-spacing: 20px;
    text-align: justify;
}

.post-wrapper {
    background-repeat: no-repeat;  /* This will tile the texture */
    background-size: cover;    /* Or 'contain', depending on your preference */
    background-attachment: fixed;
    min-height: 100vh;
    margin: 0;
    min-height: 600px; /* Avoid content cutoff */
    max-width: 100%;
    margin: 20px auto;
    padding: 20px;
    color: #000000;
    border: 1px solid #ddd;
}


.wp-image-57 {
    object-fit: contain !important;
}

.wp-image-58 {
    width: 62% !important;
}

.wp-block-gallery.has-nested-images.columns-default.is-cropped.wp-block-gallery-1.is-layout-flex.wp-block-gallery-is-layout-flex {
    margin-left: 16% !important;
}



@media (max-width: 768px) {
	
	
	.wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image) a, .wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image) img {
		margin: 0 auto !important;
	}
	
	.wp-block-gallery.has-nested-images figure.wp-block-image:not(#individual-image) {
		width: 100% !important;
	}

    .front-page-content, .custom-post-container {
        padding: 0px;
    }

    p {
        padding: 20px 0px 0px 0px !important;
		font-size: 17px;
		word-spacing: 0px !important;
    }

    article#zfa > p {
        padding: 0px !important;
    }

    .front-page-content, .custom-post-container {
        max-width: 100% !important;
    }

    .wp-block-gallery.has-nested-images.columns-default.is-cropped.wp-block-gallery-1.is-layout-flex.wp-block-gallery-is-layout-flex {
        margin-left: 2vw !important;
        width: 100% !important;
    }
	
	.post-wrapper {
		padding: 50px;
	}
	
	.wp-block-gallery.has-nested-images figure.wp-block-image img {
		max-width: 95% !important;
	}
	
}