/* CSS Document */
/* Typography */
/* ======================== */
body {
	font-family: 'tex_gyre_scholaregular', Constantia, "Lucida Bright", "DejaVu Serif", Georgia, "serif";
}

h1, h2, h3, h4, h5, h6, strong {
	font-family: 'tex_gyre_scholabold', Constantia, "Lucida Bright", "DejaVu Serif", Georgia, "serif";
}

em {
	font-family: 'tex_gyre_scholaitalic', Constantia, "Lucida Bright", "DejaVu Serif", Georgia, "serif";
}

i {
	font-family: 'tex_gyre_scholabold_italic', Constantia, "Lucida Bright", "DejaVu Serif", Georgia, "serif";
}
#intro-text h1 {
	font-size: 3.6em;
	font-size: 3.6rem;
}
#categories h2, h2#projectTitle {
	font-size: 2.4em;
	font-size: 2.4rem;
}
.item-description {
	margin-bottom: 1em;
	padding: 0.4em 0.6em;
	font-size: 0.9em;
	font-size: 0.9rem;
}
.item-description a {
	text-decoration: none;
	color: rgba(48, 120, 180, 0.8); /* Pantone French Blue */
}
.item-description a:hover {
	background-color: rgba(147, 105, 168, 0.8); /* Pantone Amethyst Orchid */
	color: rgba(254, 174, 81, 1); /* Pantone Marigold */
}
/* Layout */
/* ========================= */
body {
	
}
#page, header {
	width: 100%;

}

img {
	display: block;
	width: 100%;
}

#intro-text {
	padding: 0 1em;
}

#participants {
	padding: 0 1em;
}
/*--------------------------- 
	START HEADER STYLES 
----------------------------*/

.site-header {
	display: flex;
	flex-flow: column;
	justify-content: space-around;
	margin-bottom: 0.1em;
	padding-bottom: 0.4em;
	color: rgba(67, 72, 82, 0.8); /* Pantone Inkwell */
	/*background-color: white;*/
}

#banner.site-header {
	margin: 0;
	
}

.site-info {
	flex-grow: 1;
	text-align: center;
}
.site-info p {
	margin: 0;
	color: rgba(179, 95, 68, 1); /* Pantone Rust */
	font-weight: bold;
}
h1.site-title {
	margin-bottom: 0;
}
.main-menu {
	padding: 0;
	border-bottom: solid thin rgba(67, 72, 82, 0.5); /* Pantone Inkwell */
	
}

.main-menu ul {
	list-style-type: none;
	/*background-color: rgba(254, 174, 81, 1.0);*/
	padding: 0;
	margin: 0;
}

.main-menu li a {
	text-decoration: none;
	color: rgba(67, 72, 82, 0.8); /* Pantone Inkwell */
	padding: 0.6em 1em;
	display: block;
	transition: all .5s ease;
	
}

.main-menu li a:hover {
	background-color: rgba(150, 153, 155, 0.7); /* Pantone Ultimate Gray */
	
	text-decoration: underline solid rgba(240, 227, 206, 1); /* Pantone Butter Cream*/
}

#MindScapes #mindscapes, #PlaceScapes #placescapes {
	background-color: rgba(67, 72, 82, 0.5); /* Pantone Inkwell */
	
}

#MindScapes .main-menu li#mindscapes a, #PlaceScapes .main-menu li#placescapes a {
	color: rgba(240, 227, 206, 1); /* Pantone Butter Cream*/
	
}
.item-author + h2 {
	margin: 0;
}
h1.item-author {
	font-variant: small-caps;
	font-family: 'tex_gyre_scholabold', Constantia, "Lucida Bright", "DejaVu Serif", Georgia, "serif";
	font-size: 3em;
	font-size: 3rem;
	margin: 0;
}
.site-header a {
	text-decoration: none;
	color: rgba(67, 72, 82, 0.8); /* Pantone Inkwell */
}
a#project {
	color: rgba(179, 95, 68, 1); /* Pantone Rust */
	
}
/*--------------------------- 
	END HEADER STYLES 
----------------------------*/

.outer-wrap {
	margin: 0 auto;
}

.content-area {
	padding: 0;
	margin: 0;
}
#categories {
	border-top: rgba(150, 153, 155, .8) medium solid;
	
}
.tile h2 {
	text-align: center;
	
}
#main-content-area {
	/*background-color: aquamarine;*/
	
}
.thumbs {
	text-align: center;
}
.thumb, .thumb-member {
	/*max-width: 360px;*/
	/*background-color: white;
	
	margin-bottom: 1em;
	padding: 0;
	padding-top: 1em;
	
}
.thumb-member figcaption {
	/*text-align: center;*/
	/*margin-top: -1em;*/
	/*font-size: 1.0em;
	font-size: 1.0rem;
	font-family: 'tex_gyre_scholabold';*/
	/*color: rgba(205, 74, 119, 1.0);*/ /* Pantone Raspberry Sorbet */
	
}

.thumb-member {
	/*display:flex;
	flex-direction: column;
	justify-content: center;*/
}

.thumb-member figure {
	margin: 0;
	padding: .4em;
	background-color: white;
}
.thumb-member img {
	/*max-width: 320px;
	max-height: 320px;*/
	
	
}

.category-logo {
	max-width: 320px;
}


.selected-photo {
	padding: 0 0.4em;
}

.selected-photo img {
	width:100%;
}
/*-------------------------------
	START ITEM STYLES
-------------------------------*/

.thumb-widget {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	padding: 0 0.2em;
}

figure.thumb.thumb-scapes {
	background-color: darkgoldenrod;
	padding: 0.4em;
	flex-basis: 32%;
	
}
.item-title {
	font-size: 2.2em;
	font-size: 2.2rem;
}
/*-------------------------------
	END ITEM STYLES
-------------------------------*/

#copyright img {
	width:101px;
}
#copyright h1 {
	color: rgba(179, 95, 68, 1); /* Pantone Rust */
}

/*-------------------------------
	START SIDEBAR STYLES
-------------------------------*/

.widget {
	
}

.widget-content {
	padding: .5em 2em;
}
.widget-content h3 {
	color: rgba(179, 95, 68, 1); /* Pantone Rust */
}
.sidebar-right {
	background-color: rgba(150, 153, 155, 0.7); /* Pantone Ultimate Gray */
}
.sidebar-links {
	column-count: 2;
}
.sidebar-right ul {
	list-style-type: none;
	padding-left: 1em;
	font-size: 0.9em;
	font-size: 0.9rem;
}

.sidebar-right ul a {
	display: block;
	padding-bottom: .4em;
	color: rgba(67, 72, 82, 1);
	text-decoration: none;
	font-weight: bold;
}

.sidebar-right ul a:hover {
	color: rgba(48, 120, 180, 0.8); /* Pantone French Blue */
}
/*-------------------------------
	END SIDEBAR STYLES
-------------------------------*/

/*-------------------------------
	START FOOTER STYLES
-------------------------------*/

footer {
	padding: 1em;
	
}

#copyright p {
	font-size: 0.9em;
	font-size: 0.9rem;
	
}
/*-------------------------------
	END FOOTER STYLES
-------------------------------*/

/* Colour */
/* =========================== */


body {
	background-color: rgba(150, 153, 155, 0.4); /* Pantone Ultimate Gray */
	color: rgba(67, 72, 82, 0.8); /* Pantone Inkwell */
}

h1, h2, h3, h4, h5, h6 {
	/*color: rgba(157, 145, 90, 0.9);  Pantone Willow */
	color: rgba(224, 181, 137, 1); /* Pantone Desert Mist */
}


#categories h2 {
	color: rgba(205, 74, 119, 1.0); /* Pantone Raspberry Sorbet */
}
section {
	
}

footer {
	background-color: rgba(254, 174, 81, 1.0); /* Pantone Marigold */
	border-bottom-left-radius: 48px;
	border-bottom-right-radius: 48px;
	
}


/*-------------------------------
	START GALLERY STYLES
-------------------------------*/

.gallery-imgs {
	padding:0;
	margin:0;
	
	display: flex;
	flex-wrap: wrap;
}
.gallery-img {
	flex-grow: 1;
	height: 250px;
	/* 2021-8-09-22:02 */
	margin: 0.1em;
	padding: 0.4em;
	background-color: white;
}
.thumb.gallery-img {
	flex-basis: 150px;
	height: 150px;
}

.gallery-img img {
	height: 90%;
	object-fit: cover;
								/* 2021-8-09-21:57 */
}

.selected-photo figure {
	margin: 0;
}

.selected-photo p {
	background-color: rgba(67, 72, 82, 0.8); /* Pantone Inkwell */
	
}

.selected-photo p a {
	color: white;
	text-decoration: none;
}

#landing #categories {
	/*background-color: black;
	display: flex;
	flex-wrap: wrap;
	padding:0;
	margin:0;*/
}

/*#landing #categories .tile {
	flex-grow: 1;
	height: 250px;
	
} */

#landing #categories figcaption {
	text-align: center;
	font-size: 1.4em;
	font-size: 1.4rem;
	font-family: 'tex_gyre_scholabold', Constantia, "Lucida Bright", "DejaVu Serif", Georgia, "serif";
	color: rgba(179, 95, 68, 1); /* Pantone Rust */
	padding:0;
	margin:0;
}

#mindscapes.gallery-img, #placescapes.gallery-img {
	flex-basis: 320px;
	height: 360px;
	background-color: rgba(224, 181, 137, 1); /* Pantone Desert Mist */;
}
.thumb.gallery-img {
	text-align: center;
}

.item-selected a {
	text-decoration: none;
	color: rgba(179, 95, 68, 1); /* Pantone Rust */
}
.item-not-selected a {
	text-decoration: none;
	color: rgba(224, 181, 137, 1); /* Pantone Desert Mist */
}
/* #landing #categories .tile img {
	height: 100%;
	object-fit: cover;
} */

/*-------------------------------
	END GALLERY STYLES
-------------------------------*/


.content-area {
	
}

#main-content-area {
	background-color: rgba(240, 227, 206, 0.8); /* Pantone Butter Cream */
	padding-bottom: 1em;
}