html * {box-sizing:border-box;}

body {
	font-family: system-ui, sans-serif;
	font-size: 100%;
	line-height: 1.4em;
}

header {
	background-color: #eee;
	display: flex;
	flex-direction: column;
	}

.main-parent {
	display: grid;
	background-color: #eee;
	grid-template-columns:2fr 3fr;
	/*grid-template-rows: auto auto auto;*/
	gap: 1em;
	}
	
figure.image-frame {
	margin: 0;
	width: 100%;
	
}

img {
	width: 50%;
}

.image-frame {
	width: 50%;
	}

section.primary {
	grid-row: 1/3 ;
	grid-column: 1;
	}
	

section.secondary {

	grid-row:2/-1;
	grid-column:2/-1;
	
	}

section.tertiary {
	/*grid-row: ;*/
	grid-column: 2/-1;
	
	}

	.quadary {
	text-align: center;
	font-size: 12px;
	margin: 20px;
	line-height: 18px;
	}

	.quadary2 {
	text-align: center;
	font-size: 12px;
	margin: 20px;
	line-height: 18px;
	}










footer {
	
	transform: scale(0.5,0.5);


.quadary {
		margin-top: 0.3em;
		margin-bottom: 0.3em;
		margin-left: 2em;
		
}


address p {
	margin: 0;
	margin-left: 2em;
}
































































/*


ul.address {	
 color: hsla(80,10%,20%,0.5);
 		font-family: ;
		font-size: 8px;
		line-height: 1vh;
		border: ;

		background-color: ;
		float: ;
		padding: ;
		margin: ;
		list-style: ;
		padding-left: ;
		height: ;
		display: ;
		flex-wrap: ;
		flex-direction: ;
		justify-content: center ;
		align-content: center;
}


footer>p {
	 color: hsla(80,10%,20%,0.5);
 		font-family: ;
		font-size: 5px;
		line-height: 1vh;
		border: ;
		margin: ;
		justify-content: center;
		align-content: center;
		
		
*/