/********************************/
/* PRIMARY
/********************************/

#primary {
	min-height: 100vh;
}
html.rtl #primary {
	direction: rtl;
}
@media (min-width : 1200px) {
}





/********************************/
/* PAGE SECTIONS
/********************************/

.page-section {
	direction: rtl;
	position: relative;
	min-height: 100vh;
}

.divided-section {
}
.flex-section {
	display: flex;
}

@media (min-width : 1200px) {
	.divided-section {
		display: flex;
	}
}



/* Section background */
.section-bg {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
.section-bg .swiper-container {
	cursor: e-resize;
	height: 100%;
}
/***/



/* Section side image */
.section-img {
    position: relative;
}
@media screen and (orientation:portrait) {
	.section-img {
		padding-top: 90%;
	}
}
@media screen and (orientation:landscape) {
   	.section-img {
		padding-top: 75%;
	}
}
@media (min-width : 1200px) {
	.section-img {
		padding-top: 0;
	}
	.divided-section .section-img {
		width: 60%;
	}
}
/***/



/* Section main */
.section-main {
	width: 100%;
	position: relative;
	/*padding: max(4.25%,60px) 0;*/
	padding: 30px 0;
	line-height: 1.5;
}
.main-col {
	width: 580px;
	max-width: 100%;
	margin: 0 auto;
	padding: max(2vw,30px) max(4vw,30px);
	text-align: center;
}
.main-col-logo {
}
.main-col-logo > img {
	max-width: 100%;
	height: auto !important;
}
@media (min-width : 1200px) {
	.divided-section .section-main {
		width: 40%;
		min-width: 768px;
		display: flex;
		flex-direction: column;
		flex: 1 0 auto;
		padding: 90px 0;
	}
}
/***/



/* Section content elements */
.section-heading {
	margin: 10% 0;
	text-align: center;
}
.fancy-heading {
	border-right: 6px solid var(--secondary-color);
	padding-right: 15px;
	text-align: right;
}
.pre-heading {
	font-family: 'BebasNeue';
	letter-spacing: 1px;
	font-size: 1.25em;
	line-height: 0.8;
}

.post-heading {
	font-family: 'MeodedSerif';
	line-height: 0.7;
}
h2 + .post-heading {
	font-size: 1.5em;
}
h3 + .post-heading {
	font-size: 1.25em;
}

.section-heading h2,
.section-heading h3 {
	margin: 0;
	white-space: nowrap;
}
.pre-heading + h3 {
	margin-top: 0.15em;
}
/***/



/* Section deco */
.section-deco {
	height: 32px;
	margin-top: auto;
	background: url(../img/deco-1.png) 50% 50% no-repeat;
}
/***/


/********************************/




/********************************/
/* CUSTOM CONTENT ELEMENTS
/********************************/

/* Call to action section */
.cta {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 100%;
	padding: 5% 30px 30px;
	
}
.cta-text {
	margin: auto;
	color: #fff;
	font-family: 'BebasNeue';
	font-size: 10vw;
	line-height: 0.8em;
	letter-spacing: 0.1em;
}
.cta-deco {
}
/***/











/********************************/
/* DEFAULT PAGE LAYOUT
/********************************/
/*
.page-title-container {
	padding: 120px 0 60px 0;
	text-align: center;
	background-color: var(--fancy-color);
	color: var(--white-color);
	text-shadow: 0 4px 8px rgba(0,0,0,0.7);
}
.page-title {
	margin: 2em auto;
}
.page-title h2 {
	margin: 0;
	color: inherit;
}


.page-breadcrumbs {
	padding: 1em 0;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAABCAYAAAD5PA/NAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAABNJREFUeNpiYmBg+A8EDDAMEGAAS+cJ+X+QNAQAAAAASUVORK5CYII=);
    background-repeat: repeat-x;
    background-position: 0 100%;
}

.page-content {
	padding: 30px 0;
}

@media (min-width : 1200px) {
	.page-title-container {
		padding: 160px 0 60px 0;
	}
}
*/
/********************************/






