/*************** CSS for Desktop ***************/
@keyframes pulse_old {
	0% {
		transform: scale(0.95);
	}

	70% {
		transform: scale(1);
	}

	100% {
		transform: scale(0.95);
	}
}
@-webkit-keyframes pulse {
    0% {
		transform: scale(0.95);
        -webkit-filter: brightness(1.6);
        filter: brightness(1.6);
    }

    50% {
        transform: scale(1);
        -webkit-filter: brightness(1);
        filter: brightness(1);
    }

    100% {
		transform: scale(0.95);
        -webkit-filter: brightness(1.6);
        filter: brightness(1.6);
    }
}
.pulse {
	transform: scale(1);
	animation: pulse .4s linear infinite;
}
html, body, #main, #wrapper, .jen-section {
    height: 100%;
}
body, #main, #wrapper, .jen-section {
    overflow: hidden;
}
html, body {
    background-color: #e0a302 !important;
}
#main, #wrapper {
    background-color: transparent !important;
}
.jen-section {
    max-width: 90%;
    margin: 0 auto;
    align-items: flex-start;
}
.j-foot {
    position: absolute;
    bottom: 0;
    left: 0;
}
body {
    background-image: url(../img/bg.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
}
.col-inner>.img:not(:last-child), .col>.img:not(:last-child), blockquote, dl, figure, form, ol, p, pre, ul {
    margin-bottom: 5px;
}
.j-foot .col-inner>.img:not(:last-child), .j-foot .col>.img:not(:last-child) {
    margin-bottom: 0;
}
/*************** CSS for landscape Desktop ***************/
@media (max-width: 1450px) and (orientation: landscape) {
    .jen-section {
        max-width: 85%;
    }
}
@media (max-height: 980px) and (orientation: landscape) {
    .jen-section .section-content {
        max-width: 1500px;
    }
}
@media (max-height: 880px) and (orientation: landscape) {
    .jen-section .section-content {
        max-width: 1400px;
    }
}
@media (max-height: 780px) and (orientation: landscape) {
    .jen-section .section-content {
        max-width: 1280px;
    }
}
@media (max-height: 680px) and (orientation: landscape) {
    .jen-section .section-content {
        max-width: 1070px;
    }
}
@media (max-height: 580px) and (orientation: landscape) {
    .jen-section .section-content {
        max-width: 980px;
    }
}
/*************** CSS for Tablet ***************/
@media (max-width: 1023px) and (orientation: landscape) {
    body {
    	background-position: center;
    }
    .jen-section {
        max-width: 66%;
    }
}

@media (orientation: portrait)  {
    body {
        background-image: url(../img/bg-mb.webp);
    	background-position: center bottom;
    }
    .jen-section {
        min-height: 0 !important;
        height: auto;
        max-width: 65%;
        margin-top: 5%;
    }
    .j-nv .img-inner {
    	margin: 0 auto;
    }
    .col {
        flex-basis: 100%;
        max-width: 100%;
    }
    .hide-for-small, [data-show=hide-for-small] {
        display: none !important;
    }
    .show-for-small, [data-show=show-for-small] {
        display: block !important;
    }
}

/*************** CSS for mobile ***************/
@media (max-width: 549px) {
    .jen-section {
        max-width: 90%;
        margin-top: 0;
    }
    .section-content {
        height: 95%;
    }
    .section-content .row {
        height: 100%;
    }
}

/*************** CSS for mobile ***************/
@media (max-width: 400px) {
    .jen-section {
        max-width: 88%;
    }
}