body {
	background-color: white;
	color: black;
	/* background: radial-gradient(circle, #e0e5ff 10%, transparent 11%),radial-gradient(circle at bottom left, #e0e5ff 5%, transparent 6%),radial-gradient(circle at bottom right, #e0e5ff 5%, transparent 6%),radial-gradient(circle at top left, #e0e5ff 5%, transparent 6%),radial-gradient(circle at top right, #e0e5ff 5%, transparent 6%);
        background-size: 3em 3em;
        background-color: #fefcff;
        opacity: 1 */
}

img {
	object-fit: scale-down;
	max-width: 500px;
    height: auto;
}

#homeImage:hover {
	box-shadow: 0px 0px 10px black;
}

.postdescription {
	color: grey;
}
a {
	color: black
}
a:hover {
	color: purple
}

.homeText {
	font-size: 20	;
	text-align: center;
	font-family:'Courier New', Courier, monospace;
	color: black;
	
}

a.homeLink:link, a.homeLink:visited{
	color: black;
	font-size:25
} 

#bannerText {
	background-color: rgba(255, 255, 255, 0.5);
	color:black;
	display:inline-block;
	position:absolute;
	right:0%;
	bottom:0%;
	padding:7px;
	margin:6px;
	border-radius:8px
}

#bannerText:hover {
	background-color: rgba(255, 255, 255, 1);
}

.portfolioLink {
	color: inherit;
	text-decoration: inherit;
}

.portfolioLink:hover {
	text-decoration: underline ;
}

.colourSelector {
	background:white;
	size:min-content;
	display:inline-block;
	padding:5px;
	margin-bottom:5px;
	margin-right:15px;
}

.colourSelector div:hover {
	cursor:pointer;
}

.colourSquare {
	width:40px;
	height:40px;
	display:inline-block;
}

.item:hover {
	cursor:pointer;
	text-decoration:underline;
}

.itemInfo {
	display:none;
	margin-top:12px;
	margin-bottom:12px;
	margin-left:12px;
	padding:10px;
	background-color: rgba(150, 150, 150, 0.2);
}

.breadEntry {
	width:1015px;
	padding:20px;
	background-color:white;
	border-color:black;
	border-width: 10px;	
	border-style:double;
	box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
	margin: auto;
	font-family: 'Courier New', Courier, monospace;
}