* {
	margin: 0;
	padding: 0;
}

html,body,section {
	width: 100%;
	scroll-behavior: smooth;
}

a:link		{color: #0ff;text-decoration-line: dotted;}
a:visited	{color: #f0f;text-decoration-line: dotted;}
a:hover		{color: #0ff;text-decoration-line: solid;}
a:active	{color: #f00;text-decoration-line: none;}

h1,h2,h3,h4,h5,h6 {
	font-size: 2em;
	font-weight: normal;
	letter-spacing: -0.058em;
	text-align: center;
}

h1 {
	font-size: 380pt;
	vertical-align: text-top;
	margin: 22vh 0 0 0;
	line-height: 0.68em;
}

h1 div {
	transform: translate(0.09em);
}

sup {
	font-size: 0.6em;
	letter-spacing: 0.01em;
	position: relative;
	left: 0.05em;
}

h1 span:nth-of-type(1) 		{letter-spacing: -0.06em;}
h1 span:nth-of-type(2) 		{letter-spacing: -0.05em;}
h1 div span:nth-of-type(1)	{letter-spacing: -0.1em;}
h1 div span:nth-of-type(2)	{letter-spacing: -0.04em;}
h1 div span:nth-of-type(3)	{letter-spacing: -0.04em;}
h1 div span:nth-of-type(4)	{letter-spacing: -0.09em;}

header,section,footer {
	min-height: 100vh;
}

.gridThreeByTwo {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-template-rows: repeat(2, 1fr);
}

.widthOneHundred {
	width: 100vw;
	min-height: 100vh;
}

.widthOneHundred figure {
	width: 100vw;
	min-height: 100vh;
	background-size: contain;
}

figure {
	margin: 0;
	background-size: cover;
	background-position: center;
}

	figcaption {
		margin: 1em;
		padding: 1em;
		display: inline;
	}

	#photoTypography figure	{background-image: url(../img/2024_11Nov_05_DSGN110_How-To-Design_org.png);}

	#photosRhodeIsland figure:nth-of-type(1)	{background-image: url(../img/2024_09Sep_04_Rhode_Island_Mt_Hope_Brdg.jpg);}
	#photosRhodeIsland figure:nth-of-type(2)	{background-image: url(../img/2024_10Oct_17_Bristol_Ginko_Biloba_Tree.jpg);}
	#photosRhodeIsland figure:nth-of-type(3)	{background-image: url(../img/2024_10Oct_20_Bristol_Audobon_Rhode_Island_State_Rock.jpg);}
	#photosRhodeIsland figure:nth-of-type(4)	{background-image: url(../img/2024_10Oct_20_Bristol_Sakuratani_Fish_Umbrella_Holder.jpg);}
	#photosRhodeIsland figure:nth-of-type(5)	{background-image: url(../img/2024_11Nov_03_Barrington_Shaws_Cheetos_Mac_N_Cheese.jpg);}
	#photosRhodeIsland figure:nth-of-type(6)	{background-image: url(../img/2024_11Nov_03_Barrington_Warren_Brdg.jpg);}

	.backgroundColorYellow {
		background-color: #ff0;
	}