body {
	background-color: #f7fbfc;
}

div.body {
	font-family: sans-serif;
	color: #45565c;
}

div.center {
	text-align: center;
}

div.title h1 {
	color: #45565c;
	text-align: center;
	font-family: sans-serif;
	display: block;
	font-size: 3.2em;
	margin-top: 0.67em;
	margin-bottom: 0.67em;
	margin-left: 0;
	margin-right: 0;
	font-weight: bold;
	padding: 0px;
	margin: 9px 0px 22px 0px;
	line-height: initial;
}

ul.navigation {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	padding-left: 0px;
	white-space: nowrap;
}

ul.navigation li {
	display: inline-block;
}

ul.navigation li + li {
	border-left: 1px solid #9cc2cf;
}

ul.navigation a:link,
ul.navigation a:visited {
	display: block;
	width: 150px;
	background-color: #add8e6;
	text-transform: uppercase;
	text-decoration: none;
	text-align: center;
	color: #45565c;
	font-size: large;
	padding: 4px;
}

ul.navigation a:hover,
ul.navigation a:active {
	background-color: #8aadb8;
	color: #f7fbfc;
}

ul.navigation a.selected {
	display: block;
	width: 150px;
	background-color: #9cc2cf;
	text-transform: uppercase;
	text-decoration: none;
	text-align: center;
	color: #f7fbfc;
	font-size: large;
	padding: 4px;
}

img {
	border: 15px solid #9cc2cf;
}

div.writing {
	border: 2px solid #45565c;
	border-radius: 25px;
	padding: 50px 75px;
	display: inline-block;
	text-align: justify;
	background-color: #add8e6;
	width: 550px;
}

div.music {
	border: 2px solid #45565c;
	border-radius: 25px;
	padding: 30px 10px;
	display: inline-block;
	text-align: center;
	background-color: #add8e6;
	width: 600px;
}

div.songs {
	border: 2px solid #9cc2cf;
	border-radius: 25px;
	padding: 10px 10px;
	display: inline-block;
	background-color: #9cc2cf;
	width: 170px;
	text-align: center;
	line-height: 1px;
	margin-bottom: 20px;
	height: 75px;
	vertical-align: text-top;
}

div.songs:hover {
	border: 2px solid #8aadb8;
	background-color: #8aadb8;
}

div.songs a {
	color: #45565c;
	text-decoration: none;
}

div.quote {
	text-align: center;
	font-style: italic;
}

div.home_writing {
	border: 2px solid #45565c;
	border-radius: 25px;
	padding: 5px 10px;
	display: inline-block;
	text-align: justify;
	background-color: #add8e6;
	width: 550px;
}

div.writing a {
	color: #45565c;
}

p.italic {
	font-style: italic;
}

ul.pagelist,
.noBullets {
	list-style-type: none;
}

ul.pagelist li {
	display: inline-block;
}

ul.pagelist a,
.noBullets {
	color: #45565c;
}

.albums {
	display: flex;
	column-gap: 20px;
	justify-content: center;
	flex-wrap: wrap;
}

.albums p {
	color: #45565c;
	font-family: sans-serif;
	font-size: 1.5em;
	margin-top: 5px;
	margin-bottom: 20px;
}

.album a {
	text-decoration: none;
}

.image {
	margin: 20px;
}

/* The Modal (background) */
.modal {
	display: none; /* Hidden by default */
	height: 100%;
	width: 100%;
	justify-content: center;
	align-items: center;
	position: fixed; /* Stay in place */
	z-index: 1; /* Sit on top */
	left: 0;
	top: 0;
	background-color: rgba(0, 0, 0, 0.4); /* Black w/ opacity */
}

/* Modal Content/Box */
.modal-content {
	background-color: #f7fbfc;
	width: 60%;
	max-width: 900px;
	padding: 15px;
	text-align: center;
	color: #45565c;
}

.modal-content img {
	width: 90%;
}

img.small {
	max-width: 500px;
}

/* The Close Button */
.close {
	float: right;
	font-size: 35px;
	font-weight: bold;
}

.close:hover,
.close:focus {
	cursor: pointer;
}
