:root {
	--primary-color: #4caf52;
	--secondary-color: #141d28;
	--white: #f7f7f7;
}

a:hover {
	color: var(--primary-color);	
}

header {
    background-color: var(--secondary-color);
    z-index: 9;
    position: relative;
}

footer {
	background-color: var(--secondary-color);
	padding-bottom: 0;
}

footer .grid-container {
	width: 100%;
}

section {
	position: relative;
	background-color: #f7f7f7;
}

aside, .entry-footer {
	display: none;
}

.entry-content {
	margin-top: 0;
}

.post, .page {
	margin: 0;
}

nav {
    display: flex !important;
    align-items: center;
    justify-content: flex-end;
}

nav a, nav a:visited {
	color: white;
}

nav a:hover {
	color: var(--primary-color);
}

footer .site-info {
    color: white;
	text-align: center;
	margin: 0 !important;
	padding-top: 10px;
	padding-bottom: 10px;
}

footer .site-description  {
    color: white;
    display: flex;
    align-items: center;
}

footer .footer-wrapper {
	margin: 0;
	padding: 40px 0;
}

footer {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.icon-wrapper {
    display: flex;
    align-items: center;
    column-gap: 10px;
    row-gap: 10px;
	color: white;
}

footer .contact-wrapper {
	margin-bottom: 15px;
	color: white;
}

footer .grid-x {
     align-items: center;
}

footer .site-logo {
	margin-top: -18px;
}

.divider {
    max-width: 100%;
    margin: auto;
    width: 100%;
    border-bottom: 1px dashed var(--primary-color);
}

.site-logo {
	max-width: 195px;
}

.menu-toggle {
	color: white
}

.burger-icon {
    width: 20px;
    height: 20px;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    position: relative;
    justify-content: space-evenly;
}

.burger-icon:hover {
	cursor: pointer;
}

.burger-icon span {
    border-bottom: 2px solid white;
    width: 20px;
}

.main-navigation.toggled .menu-main-container {
    position: fixed;
    top: 0;
    left: 0;
    background-color: black;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100vh;
    width: 100vw;
	z-index: -1;
	transition: all ease 0.6s;
}

.main-navigation.toggled .burger-icon span:nth-child(2) {
	display: none;
	transition: all ease 0.6s;
}

.main-navigation.toggled .burger-icon span:nth-child(1) {
    transform: rotate(45deg);
    position: absolute;
    top: 9px;
    left: 0;
	transition: all ease 0.6s;
}

.main-navigation.toggled .burger-icon span:nth-child(3) {
    transform: rotate(-45deg);
    position: absolute;
    bottom: 9px;
	transition: all ease 0.6s;
}

.hero-section {
    background-size: cover;
    background-position: center;
	padding: 60px 0;
}

.overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: black;
    opacity: 0.4;
	z-index: 1;
}

.hero-section .wrapper {
    z-index: 2;
    position: relative;
}

.hero-section .item-wrapper .item {
    min-height: 600px;
    background-size: 80%;
    background-repeat: no-repeat;
    background-position: right center;
    padding-top: 108px;
    padding-bottom: 230px;
    padding-right: 60px;
    display: flex;
    align-items: center;
}

.hero-section .content-wrapper {
	color: white;
}

.hero-section h2 span {
    display: block;
    font-size: 70px;
    color: var(--primary-color);
    font-weight: 700;
    letter-spacing: 6px;
}

.bottom-mask {
    width: 100%;
    position: absolute;
    bottom: 0;
    z-index: 1;
    height: 80px;
}

.top-navi .info-wrapper {
	display: flex;
    column-gap: 15px;
}

.top-navi .hours-wrapper {
    display: flex;
    justify-content: flex-end;
}

.top-navi {
    padding-top: 10px;
    padding-bottom: 10px;
}

.main-navi {
    padding-top: 15px;
    padding-bottom: 15px;
}

.site-header.scrolled {
    position: fixed;
    width: 100%;
}

.site-header .top-navi {
	height: auto;
	display: block;
	transition: all ease 0.6s;
}

.site-header.scrolled .top-navi {
	height: 0;
	display: none;
	transition: all ease 0.6s;
}

.site-header.scrolled .divider {
	display: none;
	transition: all ease 0.6s;
}

@media only screen and (max-width: 1023px) {
	footer .grid-x {
    	justify-content: center;
	}
	footer .site-logo {
    	margin: auto;
    	text-align: center;
    	display: block;
	}
	footer .site-description {
     text-align: center;
	}
	footer .contact-wrapper h4 {
		text-align: center;
	}
	footer .icon-wrapper {
    	justify-content: center;
	}
	nav a {
		text-align: center;
	}
	.hero-section .item-wrapper .item {
    	background-image: none !important;
	}
	.hero-section .item-wrapper .item {
		min-height: unset;
		padding: 40px 0;
	}
	.hero-section .content-wrapper {
    	text-align: center;
	}
	.hero-section h2 span {
    	font-size: inherit;
	}
	.top-navi .hours-wrapper {
		display: none;
	}
	.top-navi .info-wrapper {
	    justify-content: center;
    	flex-wrap: wrap;
	}
}

.form-section {
	padding-top: 60px;
	padding-bottom: 60px;
	background-color: var(--white);
}

.form-section .form-heading .col1 {
    font-size: 100px;
    line-height: 100px;
    font-weight: 700;
    color: var(--primary-color);
}

.form-section .form-heading .kicker {
    font-size: 30px;
    line-height: 35px;
}

.form-section .form-heading .title {
    font-size: 60px;
    line-height: 70px;
    font-weight: 700;
}

.form-section .form-wrapper {
    background-color: var(--secondary-color);
    padding: 40px 3%;
    color: white;
	position: relative;
}


.form-section .g-tri {
    width: 15%;
    height: auto;
    position: absolute;
    right: 4px;
    bottom: 4px;
}

.form-section .form-wrapper .form-image {
	margin-bottom: 20px;
}

.btn {
    border: 3px solid var(--primary-color) !important;
    color: var(--primary-color) !important;
    background-color: transparent !important;
    border-radius: 0 !important;
    font-weight: bold;
    padding: 10px 20px;
    height: auto;
    width: 100%;
    max-width: fit-content;
}

.btn:hover {
	background-color: var(--primary-color) !important;
	color: white !important;
	cursor: pointer;
}

.form-section .form-icon-heading .fa {
    color: var(--primary-color);
    font-size: 50px;
    line-height: 50px;
}

.form-section .form-icon-heading {
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 15px;
    font-weight: bold;
    letter-spacing: 1px;
}

.form-section .form-icon-heading .head-wrapper span {
    font-size: 24px;
    line-height: 26px;
    display: block;
	font-weight: 100;
	color: var(--primary-color);
}

.form-section .wrapper .item-wrapper {
    display: flex;
    align-items: center;
}

.form-section .service-item .item-wrapper {
    display: flex;
    column-gap: 20px;
    margin-bottom: 20px;
    align-items: flex-start;
}

.form-section .service-item .item-wrapper .fa {
    font-size: 38px;
    line-height: 38px;
    color: var(--primary-color);
    margin-bottom: 20px;
}

.form-section .content-wrapper {
    display: flex;
    flex-direction: column;
    row-gap: 20px;
}

.form-section .form-heading {
    display: flex;
    align-items: center;
}

.form-section .service-item .item-wrapper h4 {
	font-weight: bold;
}

.form-section .wrapper .item-wrapper.rev {
	flex-direction: row-reverse;
}

@media only screen and (max-width: 1023px) {
	.form-section .form-heading .title {
   		font-size: 30px;
    	line-height: 30px;
    	font-weight: 700;
	}
	.form-section .form-heading .col1 {
        font-size: 50px;
        line-height: 50px;
		width: auto;
        max-width: fit-content;
        margin-right: 5px;
    }
	.form-section .form-heading .col2 {
		width: auto;
        max-width: fit-content;
    }	
	.form-section .form-heading .kicker {
    	font-size: 15px;
    	line-height: 15px;
	}
	.form-section .form-heading {
    	justify-content: center;
	}
	.form-section .content-wrapper p {
		text-align: center;
	}
}

.w-bgn {
    background-size: cover;
    background-position: center;
}

.gallery-section .item .image-wrapper {
    height: 350px;
    padding: 3%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
	position: relative;
	background-size: cover;
	background-position: center;
}

.gallery-section .item h3 {
    padding: 3%;
    border: 5px solid var(--primary-color);
    color: var(--primary-color);
    z-index: 1;
}

.gallery-section .overlay {
	opacity: 0.7;
	transition: all ease 0.6s;
	height: 100%;
}

.gallery-section .item:not(:hover) .overlay {
	height: 0;
}

.gallery-section .item:not(:hover) h3 {
	display: none;
} 

.gallery-section {
	padding-top: 60px;
}

.gallery-section .wrapper {
	text-align: center;
}

.gallery-section .section-heading {
	margin-bottom: 20px;
	font-weight: bold;
}

.gallery-section hr {
    margin-bottom: 40px;
    border-color: var(--primary-color);
    border-width: thick;
    max-width: 70px;
}

.form-section .wrapper .item-wrapper.rev .btn {
    max-width: 100%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 10px;
}

.form-section .invitation-text {
	font-size: 24px;
	line-height: 36px;
}

.form-section .button-icon {
    width: auto;
    max-height: 40px;
}

.form-section .wrapper .item-wrapper.rev .btn:hover .button-icon {
	filter: brightness(0) invert(1);
}

.form-section.contact-us .item-description {
	font-size: 24px;
	line-height: 30px;
}

.form-section.contact-us .wrapper .item-wrapper {
    display: flex;
    align-items: flex-start;
}

.main-navigation li.btn {
    padding: 8px 10px;
    display: flex;
    align-items: center;
    background-color: var(--primary-color) !important;
}

.main-navigation li.btn:hover, .main-navigation li.btn:hover a {
	background-color: transparent !important;
	color: var(--primary-color) !important;
}

.main-navigation li.btn a {
	padding: 0;
}

.section-heading {
    margin-bottom: 20px;
    font-weight: bold;
	text-align: center;
}

.services-section {
    padding-top: 60px;
    padding-bottom: 60px;
    border-bottom: 1px dashed var(--primary-color);
}

section hr {
    margin-bottom: 40px;
    border-color: var(--primary-color);
    border-width: thick;
    max-width: 70px;
}

.services-section .image-wrapper {
    height: 200px;
    background-size: cover;
    background-position: center;
    margin-bottom: 10px;
}

.services-section h4 {
	font-weight: bold;
	text-align: center;
	color: black;
}

.services-section .item:hover {
	opacity: 0.7;
}

.services-section .item {
    border: 1px solid var(--primary-color);
    border-bottom-width: thick;
    border-bottom-color: var(--primary-color);
}

.gallery-section .item:hover {
	cursor: pointer;
}

.gallery-section .item.active {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 99;
    margin: auto;
    background-color: #000000f0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.gallery-section .item.active .overlay {
	display: none;
}

.gallery-section .item.active .image-wrapper {
    width: 93%;
    max-width: 700px;
    height: 100vh;
    max-height: 480px;
	background-position: center;
}

.gallery-section .item .image-wrapper .closer {
	display: none;
}

.gallery-section .item.active .image-wrapper .closer {
    display: flex;
    position: absolute;
    top: 0;
    right: 0;
    background-color: #000000c7;
    color: white;
    width: 30px;
    height: 30px;
    font-size: 13px;
    align-items: center;
    justify-content: center;
}

.gallery-section .item .image-wrapper .closer:hover {
	opacity: 0.7;
}

.gallery-section .item.active h3 {
	display: none;
}

.cta-wrapper {
	padding-top: 20px;
	padding-bottom: 20px;
}

.cta-wrapper .btn {
    display: block;
    text-align: center;
    margin: auto;
}

@media only screen and (max-width: 1023px) {
	section .item-wrapper .item {
		justify-content: center;
	}	
}