body {
	margin: 0;
	position: relative;
	color: #3c698e;
	background: linear-gradient(to bottom, #3c698e, #3c94ab, #3c698e);
	font-family: 'Cambria', 'Times New Roman', 'Garamond', sans-serif;
}

* {
	box-sizing: border-box;
}

body > svg {
	height: 0;
	transform: scale(0);
	margin: 0;
	padding: 0;
}

footer {
	position: absolute;
	bottom: 0;
	background-color: #fff;
	font-size: 0.8rem;
	width: 100%;
	z-index: 20;
}

h1 {
	font-size: 2rem;
}

h5 {
	font-size: 1.3rem;
	font-weight: normal;
}

h1.big {
	font-size: 3rem;
	line-height: 3.5rem;
}

section.right {
	display: flex;
	flex-direction: column;
	position: relative;
	border-radius: 10px;
	width: 100%;
}

ul {
	color: #000;
	list-style: none;
}

li::before {
	width: 1rem;
	content: '· ';
	font-weight: bold;
	margin-left: -1rem;
	margin-right: 1rem;
}

.right-to-left li::before {
	margin-left: 1rem;
	margin-right: -1rem;
}

span.info {
	color: #06c;
	font-family: sans-serif;
	font-size: 0.9rem;
	text-align: center;
}

.centre {
	display: flex;
	flex-direction: column;
	justify-content: center;
	text-align: center;
}

.gold {
	background: radial-gradient(#fcf18e, #cf982b);
	-webkit-background-clip: text;
	-webkit-text-fill-color: rgba(255, 230, 0, 0.3);
	background-repeat: repeat;
	-webkit-background-repeat: repeat;
	color: #cf982b;
}

.page svg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: -1;
}

.even-columns {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 1rem;
}

.fieldset {
	border: 2px solid #cf982b;
	border-radius: 0 !important;
	background-color: #fff;
	text-align: center;
	font-weight: bold;
	line-height: 1.7rem;
	padding: 1rem;
	max-width: 400px;
}

.fieldset a {
	text-decoration: none;
	font-weight: normal;
	color: #3c698e;
}

.fieldset a:hover {
	text-decoration: underline;
}

.page {
	position: relative;
	width: 100%;
	max-width: 1200px;
}

.right-to-left {
	direction: rtl;
	font-family: 'Alef';
}

.serif {
	font-family: 'Cambria', 'Times New Roman', 'Garamond', sans-serif;
}

.subtitle {
	margin-top: 0;
	margin-bottom: 0;
}

.white {
	color: #fff;
}

#content-container {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

#cta {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
}

#cta {
	margin-right: 6rem;
}

#sign-up-button {
	align-self: center;
}

#cta > *, #what-can-you-do > * {
	padding: 0.5rem;
}

#cta p {
	margin: 0;
	width: 400px;
	text-align: center;
	background: rgba(255, 255, 255, 0.8);
}

#logo-container {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: flex-end;
	background-color: #231f20;
	max-height: 150px;
	padding: 1rem;
	width: 100%;
}

#logo-container > img {
	width: 40px;
}

#logo-container a {
	color: #fff;
}

#logo-text {
	font-weight: 700;
	font-size: 1.9rem;
	line-height: 0.9em;
	margin-right: 1rem;
	text-align: right;
	width: 100%;
}

#main-content-start {
	margin-top: 10rem;
}

#kehilat {
	color: #9fc227;
}

#arnona-hatzeira {
	color: #4f919e;
}

#language-options {
	height: 100vh;
	display: flex;
	align-items: center;
	justify-content: center;
	background: url('./assets/kehilat-arnona-logo.svg');
	background-size: cover;
	background-position: center;
}

a.button-link {
	color: #fff;
	padding: 1rem;
	font-size: 2rem;
	border-radius: 3px;
	text-decoration: none;
	margin: 1rem;
	background: linear-gradient(to bottom, #fcf18e, #cf982b);
}

#page-two {
	background-color: #fff;
}

#page-two-content {
	display: flex;
	flex-direction: column;
	height: 100%;
}

#page-two-content > #content-left {
	padding: 4rem;
}

#page-two-content > #content-right {
	display: grid;
	grid-gap: 1rem;
	grid-template-columns: 1fr 1fr;
	height: 100%;
	z-index: 10;
	background: linear-gradient(to bottom, #3c698e, #3c94ab, #3c698e);
}


#pentagon-one {
	transform: translate(0px, -500px) scale(10);
	stroke-width: 0.1;
	stroke: url(#linearGradient987);
}

#pentagon-two {
	transform: translate(160px, 50px) scale(10);
	stroke-width: 0.1;
	stroke: url(#linearGradient987);
}

#pentagon-three {
        transform: translate(20px, -54px);
        stroke-width: 0.1;
        stroke: url(#linearGradient987);

}

#phone-numbers {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	justify-content: center;
}

#lior-number, #moshe-number {
	padding-left: 0.5rem;
	padding-right: 0.5rem;
	white-space: nowrap;
}

#lior-number {
	border-right: 2px solid #3c698e;
}

#photo-reel {
	display: flex;
	flex-direction: row;
	justify-content: center;
	width: 100%;
	overflow-x: auto;
	margin-bottom: 128px;
	position: relative;
	z-index: 30;
}

#photo-reel img {
	border: 2px solid #cf982b;
	height: 128px;
	margin-right: 0.5rem;
	margin-left: 0.5rem;
}

#title-container {
	position: relative;
	width: 100%;
	padding: 0.5rem;
	margin: 0;
	background: rgba(0, 0, 0, 0.5);
}

#what-can-you-do {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	background-color: #fff;
	background-image: url('./assets/kehilat-arnona-logo.svg');
	background-position: 10% 50%;
	background-size: 128px;
	background-repeat: no-repeat;
	border-top-left-radius: 50px;
}

#what-can-you-do h2 {
	text-align: center;
}

#what-can-you-do ul {
	font-size: 1.2rem;
}

#who-are-we, #kehilat-arnona-hatzeira {
	padding: 1rem;
	position: relative;
	z-index: 10;
}

#who-are-we h2 {
	text-align: center;
}

#who-are-we p {
	font-family: sans-serif;
}

#why-are-we-approaching-you p {
	color: #000;
	font-family: sans-serif;
}

@media only screen and (max-width: 930px), only screen and (max-height: 700px) {
	#page-one-content {
		padding: 0;
	}
	#page-two-content > #content-left {
		padding: 0.4rem;
	}
	#title-container > .right-to-left {
		margin-bottom: 0;
	}
	#cta {
		margin-right: 0;
		align-items: center;
	}
	#cta p {
		margin: 0;
	}
	#cta > *, #what-can-you-do > * {
		border-radius: 0;
	}
	#pentagon-one, #pentagon-three {
		display: none;
	}
	#pentagon-two {
		transform: translate(0, 0) scale(20);
	}
	#who-are-we, #kehilat-arnona-hatzeira {
		margin-top: 0;
	}
	#what-can-you-do {
		align-items: center;
		border-radius: 0;
		border-left: 2px solid #cf982b;
	}
	#what-can-you-do h2 {
		text-align: center;
	}
}

@media only screen and (max-width: 750px) {
	#what-can-you-do {
		background-image: none;
	}
	#what-can-you-do > *, #cta > * {
		padding: 0;
	}
	h1.big {
		font-size: 2.3rem;
		line-height: 2.2rem;
	}
}
