html {
	box-sizing: border-box;
}

* {
	box-sizing: inherit;
}

h1, h2 {
	padding: 5px 20%;
}

h1 {
	text-transform: uppercase;
}

section {
	padding: 20px 0;
}
blockquote {
	margin: 0;
    background: url(images/bokeh-pink-cropped.jpg) no-repeat center center;
    background-size: cover; 
    text-align: center;
    font-family: Georgia, sans-serif;
    font-weight: bolder;
    font-size: 20px;
    vertical-align: middle;
	height: 8em;
	padding: 3.5em 0;
}

body {
	margin: 0;
	font-family: sans-serif;
	background-color: #fff2fa;
	color: #040b58;
	line-height: 1.5em;
	background-origin: content-box;
	background-image: url(images/cherry-blossom-020322-opacity25.png);
	background-repeat: no-repeat;
	background-position: center 650px;
	background-attachment: fixed;
}

p {
	font-family: Georgia, sans-serif;
	padding: 0 20%;
}

nav ul {
	background-color: #040b58;
	color: #fff2fa;
	font-size: 20px;
	padding: 5px;
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-evenly;
	list-style-image: url(images/cherry-blossom-light-020322.svg);
	list-style-type: disc;
}

a:link {
	color: #F1F9CA;
}

a:visited {
	color: #fff2fa;
}

a:hover {
	background-color: #fff2fa;
	color: #040b58;
	text-decoration: none;
	padding: 3px;
}

a:active {
	background-color: #C4F609;
	color: #040b58;
}

footer {
	color: #ff80a5;
}



