Body {
	font-family: Arial;
	font-size: 100%;
	color: #000;
	margin: 0px;
	padding: 0px;
	position: relative;
	left: 10px;
	top: 10px;
}

#header_homepage {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 1em;
		background-color: rgb(251, 253, 203);
		margin: 0px;
		padding: clamp(8px, calc((100vw - 20px) * (8 / 716)), 8px);
		height: clamp(64px, calc((100vw - 20px) * (108 / 716)), 108px);
		width: 95%;
		max-width: 716px;
		border-top-width: 8px;
		border-right-width: 8px;
		border-bottom-width: 4px;
		border-left-width: 8px;
		border-top-style: solid;
		border-right-style: solid;
		border-bottom-style: solid;
		border-left-style: solid;
		border-top-color: #000;
		border-right-color: #000;
		border-bottom-color: #000;
		border-left-color: #000;
		background-image: none;
		background-size: auto;
		background-repeat: no-repeat;
		background-position: center;
		position: absolute;
		box-sizing: border-box;
		display: flex;
		align-items: center;
		justify-content: center;
	}

	@media (min-width: 763px) {
		#header_homepage {
			background-image: url(Images/Home%20Page/FL_Architects_Header_Backdrop.jpg);
			background-color: #FFC;
		}
	}

	#header_homepage_p {
		color: #000;
		width: calc(100% - clamp(8px, calc((100vw - 20px) * (8 / 716)), 8px) * 2);
		max-width: calc(716px - clamp(8px, calc((100vw - 20px) * (8 / 716)), 8px) * 2);
		margin: 0px;
		font-family: Arial, Helvetica, sans-serif;
		font-size: clamp(20px, calc((100vw - 20px) * (73 / 716)), 73px);
		font-weight: bold;
		text-transform: uppercase;
		padding: 0px;
		text-align: center;
		line-height: 1.315;
		letter-spacing: calc(clamp(20px, calc((100vw - 20px) * (73 / 716)), 73px) * (20 / 73));
		white-space: nowrap;
		height: auto;
	}

	#content_homepage {
		background-color: #E1E1E1;
		color: #000;
		font-family: Arial;
		margin: 0px;
		padding: 0px;
		height: 475px;
		width: 95%;
		max-width: 716px;
		border-top-width: 4px;
		border-right-width: 8px;
		border-bottom-width: 4px;
		border-left-width: 8px;
		border-top-style: solid;
		border-right-style: solid;
		border-bottom-style: solid;
		border-left-style: solid;
		border-top-color: #000;
		border-right-color: #000;
		border-bottom-color: #000;
		border-left-color: #000;
		background-image: url(Images/Home%20Page/FL_Architects_Home_Design_Senior_Living_Facilities_Assisted_Living.jpg);
		background-size: auto;
		background-repeat: no-repeat;
		background-position: center;
		font-weight: bold;
		position: absolute;
		top: clamp(64px, calc((100vw - 20px) * (108 / 716)), 108px);
		box-sizing: border-box;
	}

	.content_homepage_p_warrenebarry {
		margin: 0px;
		width: 100%;
		max-width: 700px;
		font-size: clamp(20px, calc((100vw - 40px) * (55 / 700)), 55px);
		line-height: 1.25;
		padding-top: 0px;
		padding-right: 0px;
		padding-bottom: 0px;
		padding-left: 0px;
		top: calc(32.5px - (clamp(20px, calc((100vw - 40px) * (55 / 700)), 55px) * 1.25 / 2));
		position: absolute;
		left: 0px;
		text-align: center;
		font-weight: bold;
		white-space: nowrap;
	}

	.content_homepage_p_license {
		margin: 0px;
		width: 95%;
		max-width: 700px;
		font-size: 22px;
		line-height: 1.2;
		padding-top: 0px;
		padding-right: 0px;
		padding-bottom: 0px;
		padding-left: 0px;
		top: calc((calc(5px + 55px / 2) + calc(95px + 55px / 2)) / 2 - calc(22px * 1.2 / 2));
		position: absolute;
		left: 0px;
		text-align: center;
		font-weight: bold;
	}

	.content_homepage_p_phone {
		margin: 0px;
		padding: 0px;
		width: 95%;
		max-width: 700px;
		font-size: clamp(20px, calc((100vw - 20px) * (55 / 700)), 55px);
		line-height: 1;
		top: calc(122.5px - (clamp(20px, calc((100vw - 20px) * (55 / 700)), 55px) / 2));
		position: absolute;
		left: 0px;
		text-align: center;
		font-weight: bold;
		white-space: nowrap;
	}

.content_homepage_p_services {
		font-size: 16px;
		text-align: center;
		height: auto;
		line-height: 20px;
		width: calc(100% - 134px);
		position: absolute;
		left: 68px;
		right: 60px;
		bottom: 14px;
		font-weight: bold;
		font-family: Arial;
		margin: 0px;
		padding: 0px;
		border-top-style: none;
		border-right-style: none;
		border-bottom-style: none;
		border-left-style: none;
	}

	.content_homepage_p_services.xlarge {
		display: block;
	}

	.content_homepage_p_services.medium {
		display: none;
	}

	.content_homepage_p_services.small {
		display: none;
	}

	.content_homepage_p_services.xsmall {
		display: none;
	}

	@media (max-width: 678px) and (min-width: 501px) {
		.content_homepage_p_services.xlarge {
			display: none;
		}
		.content_homepage_p_services.medium {
			display: block;
		}
		.content_homepage_p_services.small {
			display: none;
		}
		.content_homepage_p_services.xsmall {
			display: none;
		}
	}

	@media (max-width: 500.95px) and (min-width: 397px) {
		.content_homepage_p_services.xlarge {
			display: none;
		}
		.content_homepage_p_services.medium {
			display: none;
		}
		.content_homepage_p_services.small {
			display: block;
		}
		.content_homepage_p_services.xsmall {
			display: none;
		}
	}

	@media (max-width: 396.95px) {
		.content_homepage_p_services.xlarge {
			display: none;
		}
		.content_homepage_p_services.medium {
			display: none;
		}
		.content_homepage_p_services.small {
			display: none;
		}
		.content_homepage_p_services.xsmall {
			display: block;
		}
	}

	.content_homepage_p_license {
		margin: 0px;
		width: 95%;
		max-width: 700px;
		font-size: 22px;
		line-height: 1.2;
		padding-top: 0px;
		padding-right: 0px;
		padding-bottom: 0px;
		padding-left: 0px;
		top: 68px;
		position: absolute;
		left: 0px;
		text-align: center;
		font-weight: bold;
	}

	.content_homepage_p_locations {
		font-size: 9px;
		text-align: center;
		width: 95%;
		max-width: 716px;
		position: absolute;
		top: 150px;
		margin: 0px;
		left: 0px;
		padding: 0px;
		height: 0px;
		border-top-style: none;
		border-right-style: none;
		border-bottom-style: none;
		border-left-style: none;
	}

	.large {
		display: block;
	}

	.small {
		display: none;
	}

	@media (max-width: 469px) {
		.large {
			display: none;
		}
		.small {
			display: block;
		}
	}

	#aaa_logo {
		position: absolute;
		height: 46px;
		width: 46px;
		top: 400px;
		border: 2px solid #000;
		right: 19px;
	}

	#bbb_logo {
		position: absolute;
		left: 15px;
		top: 400px;
		height: 46px;
		width: 46px;
		border: 2px solid #000;
	}
	
#footer_homepage {
		font-family: Arial, Helvetica, sans-serif;
		background-color: #FFC;
		margin: 0px;
		height: auto;
		width: 95%;
		max-width: 716px;
		border-top-width: 4px;
		border-right-width: 8px;
		border-bottom-width: 8px;
		border-left-width: 8px;
		border-top-style: solid;
		border-right-style: solid;
		border-bottom-style: solid;
		border-left-style: solid;
		border-top-color: #000;
		border-right-color: #000;
		border-bottom-color: #000;
		border-left-color: #000;
		padding: 3px 8px;
		position: absolute;
		top: calc(clamp(64px, calc((100vw - 20px) * (108 / 716)), 108px) + 475px);
		box-sizing: border-box;
		display: flex;
		align-items: center;
		justify-content: center;
	}

	#footer_homepage_p {
		font-weight: bold;
		margin: 0px;
		font-size: 10.5px;
		line-height: 10.5px;
		font-family: Arial, Helvetica, sans-serif;
		text-transform: uppercase;
		width: 100%;
		height: auto;
		display: flex;
		align-items: center;
		justify-content: space-evenly;
		flex-wrap: nowrap;
		position: relative;
		left: 0;
		white-space: nowrap;
		min-height: 18px;
	}

	#footer_homepage_p.large_large {
		display: flex;
	}

	#footer_homepage_p.large_small {
		display: none;
	}

	#footer_homepage_p.medium_large {
		display: none;
	}

	#footer_homepage_p.medium_small {
		display: none;
	}

	#footer_homepage_p.small_small {
		display: none;
	}

	@media (max-width: 755px) and (min-width: 622px) {
		#footer_homepage_p {
			width: 608px;
		}
		#footer_homepage_p.large_large {
			display: none;
		}
		#footer_homepage_p.large_small {
			display: flex;
			flex-wrap: wrap;
			justify-content: center;
			line-height: 18px;
		}
		#footer_homepage_p.medium_large {
			display: none;
		}
		#footer_homepage_p.medium_small {
			display: none;
		}
		#footer_homepage_p.small_large {
			display: none;
		}
		#footer_homepage_p.small_small {
			display: none;
		}
	}

	@media (max-width: 621.95px) and (min-width: 550px) {
		#footer_homepage_p {
			width: 465px;
		}
		#footer_homepage_p.large_large {
			display: none;
		}
		#footer_homepage_p.large_small {
			display: none;
		}
		#footer_homepage_p.medium_large {
			display: flex;
			flex-wrap: wrap;
			justify-content: center;
			line-height: 18px;
		}
		#footer_homepage_p.medium_small {
			display: none;
		}
		#footer_homepage_p.small_large {
			display: none;
		}
		#footer_homepage_p.small_small {
			display: none;
		}
	}

	@media (max-width: 549.95px) and (min-width: 470px) {
		#footer_homepage_p {
			width: 450px;
		}
		#footer_homepage_p.large_large {
			display: none;
		}
		#footer_homepage_p.large_small {
			display: none;
		}
		#footer_homepage_p.medium_large {
			display: none;
		}
		#footer_homepage_p.medium_small {
			display: flex;
			flex-wrap: wrap;
			justify-content: center;
			line-height: 18px;
		}
		#footer_homepage_p.small_large {
			display: none;
		}
		#footer_homepage_p.small_small {
			display: none;
		}
	}

	@media (max-width: 469.95px) {
		#footer_homepage_p {
			width: 280px;
		}
		#footer_homepage_p.large_large {
			display: none;
		}
		#footer_homepage_p.large_small {
			display: none;
		}
		#footer_homepage_p.medium_large {
			display: none;
		}
		#footer_homepage_p.medium_small {
			display: none;
		}
		#footer_homepage_p.small_large {
			display: none;
		}
		#footer_homepage_p.small_small {
			display: flex;
			flex-wrap: wrap;
			justify-content: center;
			line-height: 18px;
		}
	}

	#copywrite_text_homepage {
		height: 20px;
		width: 95%;
		max-width: 700px;
		text-align: justify;
		text-align-last: center;
		top: calc(clamp(64px, calc((100vw - 20px) * (108 / 716)), 108px) + 475px + 42px + var(--footer-extra-height, 0px));
		position: absolute;
		font-family: Arial;
		font-size: 12px;
		font-weight: bold;
		text-transform: none;
	}

	@media (max-width: 755px) and (min-width: 462px) {
		:root {
			--footer-extra-height: 18px;
		}
	}

	@media (max-width: 471.5px) {
		:root {
			--footer-extra-height: 36px;
		}
	}

	#website_summary {
		height: 550px;
		width: 98%;
		max-width: 716px;
		position: absolute;
		top: calc(25px + var(--footer-extra-height, 0px) + 0px);
		right: 0px;
		left: 2px;
		text-align: left;
		overflow: auto;
		margin: 10px;
		padding: 5px;
	}