html, 
body {
	overflow-x: hidden;
}

.jr-section p {
	font-family: HelveticaNeueCyr, sans-serif, '-apple-system';
}

.jr-section h1, 
.jr-section h2, 
.jr-section h3, 
.jr-section h4, 
.jr-section h5, 
.jr-section h6 {
	font-family: 'CoasterBlack';
}

.jr-section .container {
	max-width: 1080px;
}

.jr-section.jr-hero-banner {
	background-size: cover;
	background-position: top center;
	background-repeat: no-repeat;
}

.jr-section.jr-hero-banner .jesus-revolution-nav {
    background-color: rgba(0,0,0,0.5);
    border: none;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: calc(50% - 540px);
    padding-right: calc(50% - 540px);
}

.jr-section.jr-hero-banner .jesus-revolution-nav:hover {
	background-color: #000;
}

.jr-section.jr-hero-banner .jesus-revolution-nav ul.menu li a {
    color: #fff;
    font-family: HelveticaNeueCyr, sans-serif, '-apple-system';
    text-transform: capitalize;
    font-weight: 500;
}

.jr-section.jr-hero-banner .jesus-revolution-nav ul.menu li.menu-item {
	padding: 0 17px;
}

.jr-section.jr-hero-banner .jesus-revolution-nav ul.menu li.menu-item-has-children {
	position: relative;
}

.jr-section.jr-hero-banner .jesus-revolution-nav ul.menu li.menu-item-has-children ul.sub-menu {
	display: none;
	position: absolute;
	top: 44px;
	left: 0;
	background-color: #000;
}

.jr-section.jr-hero-banner .jesus-revolution-nav ul.menu li.menu-item-has-children:hover ul.sub-menu {
	display: block;
}

.jr-section.jr-hero-banner .jesus-revolution-nav .nav-cta-container {
    background-color: #ED4322; 
    border-radius: 5px;
}

.jr-section.jr-hero-banner .jesus-revolution-nav .nav-cta-container a {
    color: #fff;
    font-size: 15px;
    font-family: HelveticaNeueCyr, sans-serif, '-apple-system';
    text-transform: capitalize;
    font-weight: 500;
    padding: 12px 20px;
    display: block;
}

.jr-section.jr-hero-banner .jesus-revolution-nav .jr-logo {
	margin-right: auto;
}

.jr-section.jr-hero-banner .container {
	padding: 190px 0 220px;
	text-align: center;
}

.jr-section.jr-hero-banner .container h1 {
	margin-bottom: 30px;
	font-size: 72px;
	color: #fff;
}

.jr-section.jr-hero-banner .container .btn {
	background-color: #ED4322;
	border-color: #ED4322;
	font-family: HelveticaNeueCyr, sans-serif, '-apple-system';
	font-size: 21px;
	line-height: 27px;
	padding: 8px 15px 8px;
}

.jr-section.jr-hero-banner .beige-waves {
	height: 125px;
	background-size: contain;
	background-position: center;
	background-repeat: repeat-x;
}

.jr-section.gallery-section {
	background-color: #82c5c5;
	padding-top: 0;
	padding-bottom: 60px;
}

.jr-section.gallery-section .colored-stripes {
	width: 100%;
	margin-bottom: 10px;
	position: relative;
}

.jr-section.gallery-section .colored-stripes div {
	height: 10px;
	width: 100%;
}

.jr-section.gallery-section .colored-stripes div.yellow {
	background-color: #eec02f;
}

.jr-section.gallery-section .colored-stripes div.orange {
	background-color: #e69723;
}

.jr-section.gallery-section .colored-stripes div.dark-brown {
	background-color: #8d4e21;
}

.jr-section.gallery-section .colored-stripes div.light-brown {
	background-color: #c55226;
}

.jr-section.gallery-section .colored-stripes div.illustrated-flower {
	width: 158px;
	height: 158px;
	position: absolute;
	left: 30.6%;
	top: 50%;
	transform: translateY(-50%);
	z-index: 9;
}

.jr-section.gallery-section .container {
	display: grid;
	grid-template-columns: repeat(14, 1fr);
	grid-template-rows: repeat(2, 240px);
	grid-gap: 0; 
	overflow: hidden;
}

.jr-section.gallery-section .container .img-container {
  width: 100%;
  height: 100%;
  display: block; 
  position: relative;
}

.jr-section.gallery-section .container .img-container img {
  object-fit: cover;
  min-height: 240px
}

.jr-section.gallery-section .container .img-container h3 {
	text-align: center;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	display: none;
	z-index: 9;
}

.jr-section.gallery-section .container .img-container a:hover h3 {
	display: block;
	color: #fff;
}

.jr-section.gallery-section .container .img-container a {
	opacity: 1;
}

.jr-section.gallery-section .container .img-container a:hover:after {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background-color: rgba(43, 49, 76, 0.7);
	z-index: 7;
}

.jr-section.gallery-section .container .img-1-container {
  grid-column-start: 1;
  grid-column-end: 4;
  grid-row-start: 1;
  grid-row-end: 1;
}

.jr-section.gallery-section .container .img-2-container {
  grid-column-start: 4;
  grid-column-end: 10;
  grid-row-start: 1;
  grid-row-end: 1;
}

.jr-section.gallery-section .container .img-3-container {
  grid-column-start: 10;
  grid-column-end: 15;
  grid-row-start: 1;
  grid-row-end: 3;
}

.jr-section.gallery-section .container .img-4-container {
  grid-column-start: 1;
  grid-column-end: 6;
  grid-row-start: 2;
  grid-row-end: 2;
}

.jr-section.gallery-section .container .img-5-container {
  grid-column-start: 6;
  grid-column-end: 10;
  grid-row-start: 2;
  grid-row-end: 2;

}

.jr-section.gallery-section .stripes-wave-container {
	width: 100%;
	position: relative;
	max-width: 1080px;
	margin: auto;
}

.jr-section.gallery-section .stripes-wave-container .stripes-wave {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 9;
}

.jr-section.jesus-way-section {
	background-color: #F2E9DB;
	padding: 10px 0 160px;
}

.jr-section.jesus-way-section .container {
	max-width: 980px;
	display: flex;
	flex-direction: row;
}

.jr-section.jesus-way-section .container .col1 {
	width: calc(48% - 50px);
	margin-right: 50px;
}

.jr-section.jesus-way-section .container .col2 {
	width: 52%;
	padding-top: 50px;
}

.jr-section.jesus-way-section .container .col1 .icon-title-container {
	display: flex;
	margin-bottom: 30px;
	z-index: 99;
    position: relative;
}

.jr-section.jesus-way-section .container .col1 .icon-title-container .icon-container {
	width: fit-content;
	margin-right: 15px;
}

.jr-section.jesus-way-section .container .col1 .icon-title-container .icon-container img {
	width: 160px;
}

.jr-section.jesus-way-section .container .col1 .icon-title-container .title-container {
	width: 100%;
	justify-content: flex-end;
    display: flex;
    flex-direction: column;
}

.jr-section.jesus-way-section .container .col1 .icon-title-container .title-container h2 {
	font-size: 32px;
	line-height: 33.5px;
	letter-spacing: 1px;
}

.jr-section.jesus-way-section .container .col1 .icon-title-container .title-container p {
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
}

.jr-section.jesus-way-section .container .col1 .text-content {
	padding-left: 30px;
}

.jr-section.jesus-way-section .container .col1 .text-content p {
    font-size: 14px;
    line-height: 18px;
}

.jr-section.jesus-way-section .container .col2 img {
	object-fit: cover;
	border-radius: 10px;
}

.jr-section.ben-born-again-section {
	
}

.jr-section.ben-born-again-section .colored-waves {
    width: 100%;
    background-repeat: repeat-x;
    background-size: contain;
    background-position: center;
    background-color: transparent;
    height: 305px;
    margin: auto;
    text-align: center;
    margin-top: -165px;
    margin-bottom: -140px;
    z-index: 9;
    position: relative;
}

.jr-section.ben-born-again-section .colored-waves .ben-born-again-illustration img {
    margin-top: 40px;
}

.jr-section.ben-born-again-section .container {
	text-align: center;
	max-width: 100%;
    width: 100%;
    padding-top: 190px;
    padding-bottom: 130px;
    background-color: #E95525;
}

.jr-section.ben-born-again-section .container h2 {
	font-size: 32px;
	line-height: 34px;
	color: #fff;
	margin-bottom: 20px;
}

.jr-section.ben-born-again-section .container p {
	font-size: 16px;
	line-height: 27px;
	color: #fff;
	max-width: 400px;
	margin: auto;
}

.jr-section.ben-born-again-section .container .ben-born-again-button {
	margin-top: 30px;
	margin-bottom: 10px;
}

.jr-section.ben-born-again-section .container .ben-born-again-button a {
	background: #F4A51B;
    border: 1px solid #F4A51B;
    border-radius: 5px;
}

.jr-section.banner-section {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	text-align: center;
	position: relative;
}

.jr-section.banner-section:before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background-color: rgba(0, 0, 0, 0.3);
}

.jr-section.banner-section .container {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 270px 20px 90px;
	position: relative;
}

.jr-section.banner-section .container .illustrated-flower {
	width: 220px;
	height: 220px;
	position: absolute;
	left: -2%;
	top: 0;
	transform: translateY(-35%);
	z-index: 9;
}

.jr-section.banner-section .container .illustrated-flower img {
	transform: scale(1.4);
}

.jr-section.banner-section .container h2 {
	font-size: 32px;
	line-height: 34px;
	color: #fff;
	margin-bottom: 30px;
}

.jr-section.banner-section .container p {
	font-size: 16px;
	line-height: 27px;
	color: #fff;
	max-width: 400px;
	margin: auto;
}

.jr-section.menu-section {
	background-color: #414E65;
	padding: 80px 0 200px;
	background-position: bottom center;
	background-size: auto;
	background-repeat: repeat-x;
	position: relative;
}

.jr-section.menu-section .container {
	max-width: 970px;
}

.jr-section.menu-section .container .big-menu {
	display: flex;
	justify-content: center;
}

.jr-section.menu-section .container .big-menu .big-menu-item {
	padding: 5px 30px;
}

.jr-section.menu-section .container .big-menu .big-menu-item>a {
	color: #fff;
	font-size: 31px;
	line-height: 34px;
	font-family: 'CoasterBlack';
}

.jr-section.menu-section .container .big-menu .big-menu-item .big-menu-submenu {
	margin-top: 20px;
}

.jr-section.menu-section .container .big-menu .big-menu-item .big-menu-submenu ul.menu li {
	margin-bottom: 8px;
}

.jr-section.menu-section .container .big-menu .big-menu-item .big-menu-submenu ul.menu li a {
	color: #fff;
	font-size: 15px;
	line-height: 18px;
}

.jr-section.menu-section .container .big-menu .big-menu-item .big-menu-submenu a {
	color: #fff;
	font-size: 15px;
	line-height: 18px;
}

.jr-section.menu-section .container .big-menu .big-menu-item .big-menu-submenu a li {
	list-style: none;
	margin-bottom: 8px;
	font-weight: 500;
}

.jr-section.menu-section .harvest-church-icon-container {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 45px;
}

.jr-section.menu-section .harvest-church-icon-container .harvest-church-icon-inner-container {
	display: flex;
	align-items: flex-end;
}

.jr-section.menu-section .harvest-church-icon-container .harvest-church-icon-inner-container img {
	margin-right: 10px;
}

.jr-section.menu-section .harvest-church-icon-container .harvest-church-icon-inner-container p {
	color: #fff;
	font-size: 28px;
	line-height: 30px;
}

@media (max-width: 980px) {
	.jr-section.jr-hero-banner .jesus-revolution-nav {
		padding-left: 20px;
		padding-right: 20px;
	}
	.jr-section.jr-hero-banner .jesus-revolution-nav ul.menu li a {
		color: #2b3e4c;
	}
	.jr-section.jr-hero-banner .jesus-revolution-nav ul.menu li.menu-item-has-children:after {
		content: "";
		position: absolute;
		top: 18px;
		right: 20px;
		width: 0;
		height: 0;
		border-style: solid;
	    border-width: 8px 5px 0px 5px;
    	border-color: #000 transparent transparent transparent;
	}
	.jr-section.jr-hero-banner .jesus-revolution-nav ul.menu li.menu-item-has-children.sub-menu-open:after {
	    border-width: 0px 5px 8px 5px;
    	border-color: transparent transparent #000 transparent;
	}
	.jr-section.jr-hero-banner .jesus-revolution-nav ul.menu li.menu-item-has-children ul.sub-menu {
		background-color: #fff;
		position: relative;
		top: 0;
	}
	.jr-section.jr-hero-banner .jesus-revolution-nav ul.menu li.menu-item-has-children:hover ul.sub-menu {
		display: none;
	}
	.jr-section.jr-hero-banner .jesus-revolution-nav ul.menu li.menu-item-has-children.sub-menu-open ul.sub-menu {
		display: block;
	}
	.jr-section.jr-hero-banner .jesus-revolution-nav ul.menu li.menu-item-has-children ul.sub-menu {
		max-width: 90vw;
	}
	.jr-section.jr-hero-banner .jesus-revolution-nav ul.menu li.menu-item-has-children ul.sub-menu li a {
		white-space: pre-line;
	}
	.jr-section.jr-hero-banner .container h1 {
		font-size: 58px;
	}
	.jr-section.gallery-section .container .img-container a {
		opacity: 1;
	}
	.jr-section.gallery-section .container .img-container a:after {
		content: '';
		width: 100%;
		height: 100%;
		position: absolute;
		left: 0;
		top: 0;
		background-color: rgba(43, 49, 76, 0.7);
		z-index: 7;
	}
	.jr-section.gallery-section .container .img-container h3 {
		display: block;
		color: #fff;
	}
	.jr-section.jesus-way-section .container {
		flex-direction: column;
	}
	.jr-section.jesus-way-section .container .col1 {
		width: 100%;
    	margin-right: 0;
		padding: 40px 0 0; 
	}
	.jr-section.jesus-way-section .container .col1 .icon-title-container .title-container {
	    display: flex;
	    flex-direction: column;
	    justify-content: center;
	}
	.jr-section.jesus-way-section .container .col1 .text-content {
		padding-left: 0;
	}
	.jr-section.jesus-way-section .container .col2 {
		width: 100%;
		text-align: center;
		padding: 40px 0; 
	}
	.jr-section.jesus-way-section .container .col2 img {
		width: 50%;
	}

}

@media (max-width: 480px) {
	.jr-section.jr-hero-banner .container h1 {
		font-size: 42px
	}
	.jr-section.gallery-section .container {
		display: block;
	}
	.jr-section.gallery-section .container .img-container {
		height: auto;
	}
	.jr-section.jesus-way-section .container .col2 img {
		width: 90%;
	}
}