body { /* overwriting common.css */
	background-color: #fff;
}
#top-box {
	height: auto;
	background-image: none;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center top;
	position: relative;
}
#top-box-left {
	flex: 1;
	order: 2;
	display: flex;
	align-items: flex-end;
	background-image: url("../images/79720050-at-the-beach_00000000000000000001o.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center top;
}
#top-box-left p {
	width: 100%;
	/*margin: 10%; change 080421*/margin: 14% 10% 6% 10%;
	padding-top: 100px;
	font-size: 18px;
	font-weight: 400;
	color: white;
	position: relative;
	z-index: 10;
}
#top-box-right {
	flex: 1;
	display: flex;
	order: 1;
	justify-content: center;
	align-items: center;
	padding-bottom: 20px;
	color: white;
	position: relative;
	background-image: url("../images/tileSky.png");
	background-repeat: repeat-y;
	background-position: center;
	z-index: 10;
}
#top-box-right > div {
	flex: 1;
	text-align: center;
	max-width: 375px;
	margin: 0 auto 10% auto;
}
#top-box::after {
	content: "";
	position: absolute;
	top: 0; right: 0; bottom: 0; left: 0;
	background-color: rgba(0,0,0,0.3);
	z-index: 0;
}


.halves-box {
	justify-content: center;
	background-color: #f5f5f5;
	padding: 0;
}
.halves-box > div {
	flex: 1;
	padding: 6% 6% 0 6%;
	max-width: 480px;
}

.side-pic-box {
	justify-content: center;
	max-width: 960px;
	margin: 6% auto;
	padding: 0;
}
.side-pic-box-left {
	flex: 32%;
	min-height: 300px;
	background-image: url("../images/d37a5a13-mathmaker-photo-2x_000000000000000000001.png");
	background-repeat: no-repeat;
	background-size: 88%;
	background-position: center;
}
.side-pic-box-right {
	flex: 68%;
	margin: 0 6% 6% 6%;
	padding: 6%;
	background-color: #f5f5f5;
}


.photo-bg-box {
	max-width: 1170px;
	height: 620px;
	margin: 0 auto;
	background-image: url("../images/1ec54352-hero-image640x532.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center top;
}
.photo-bg-box-left {
	flex: 50%;
	margin: 6%;
	padding: 0 6%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	order: 2;
	font-size: 18px;
	color: white;
	line-height: 1.3;
	text-align: center;
	background-color: rgba(0,0,0,0.2);
}
.photo-bg-box-left h2 {margin: 0 auto;}
.photo-bg-box-right {
	flex: 50%;
	order: 1;
}


@media screen and (min-width: 414px) {
	.side-pic-box-left {background-size: 70%;}
	/*.photo-bg-box {background-position: right top;} change 080421*/
}
@media screen and (min-width: 768px) {
	#top-box {
		height: 756px;
		background-image: url("../images/79720050-at-the-beach_00000000000000000001o.jpg");
	}
	#top-box-left {
		order: 1;
		background-image: none;
	}
	#top-box-left p {
		width: 50%;
		margin: auto 10% 10% auto;
		font-size: 22px;
	}
	#top-box-right {background-image: none;}
	
	#top-box-right > div {
		margin: auto auto 10% 10%;
		order: 2;
	}
	.halves-box {padding: 0 2%;}
	
	.halves-box > div {padding: 6% 2%;}
	
	.side-pic-box {
		margin: 100px auto;
	}
	.side-pic-box-left {
		background-size: cover;
	}
	.side-pic-box-right {margin: 0;}
	
	.photo-bg-box {
		background-image: url("../images/1ec54352-hero-image1170x621.jpg");
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center;
	}
	.photo-bg-box-left {
		flex: 60%;
		order: 1;
		background-color: rgba(0,0,0,0.0);
		font-size: 22px;
		padding: 6%;
	}
	.photo-bg-box-left h2 {font-size: 36px; margin: initial;}
	.photo-bg-box-right {
		flex: 40%;
		order: 2;
	}
}
