:root{
	--color-1: #82b7ff;
	--color-2: #c1deff;
}

/****/

@font-face{
font-family: "Lora"; font-style: normal; font-weight: 400;
src: url("../_lib/_media/fonts/lora.woff2") format("woff2");
}

@font-face{
font-family: "Lora"; font-style: italic; font-weight: 400;
src: url("../_lib/_media/fonts/lora-italic.woff2") format("woff2");
}

@font-face{
font-family: "Lora"; font-style: normal; font-weight: 700;
src: url("../_lib/_media/fonts/lora-bold.woff2") format("woff2");
}

@font-face{
font-family: "Lora"; font-style: italic; font-weight: 700;
src: url("../_lib/_media/fonts/lora-bolditalic.woff2") format("woff2");
}

@font-face{
font-family: "Nothing You Could Do"; font-style: normal; font-weight: 400;
src: url("../_lib/_media/fonts/nothingyoucoulddo.woff2") format("woff2");
}

/****/

#headerWrap{
    border-bottom: 1px solid var(--color-border-grey);
}

header{
    background: transparent;
}

header h1{
    color: var(--color-text);
    font-family: "Nothing You Could Do", sans-serif;
    font-weight: 400;
	font-size: 2.5em;
}

@media only screen and (max-width: 400px){

	header h1{
		font-size: 2em;
	}

}

/****/

#footerWrap{
    border-top: 1px solid var(--color-border-grey);
}

footer{
    font-family: "Body", sans-serif;
    font-weight: 300;
}

footer a{
    font-weight: 400;
}

/****/

.navMenu li a{
    color: var(--color-text);
    font-family: "Body", sans-serif;
	font-weight: 300;
    font-size: 1.3em;
	border: 3px solid transparent;
}

.navMenu li a.current, .navMenu li a:hover, .navMenu li a:focus{
	border-bottom-color: var(--color-2);
}

.navToggle{
    color: var(--color-text);
}

@media only screen and (max-width: 750px){

	.navMenu{
		background: rgba(255, 255, 255, 0.9);
	}

	.navMenu li a.current, .navMenu li a:hover, .navMenu li a:focus{
		color: var(--color-1);
		border-bottom-color: transparent;
	}

}

/****/

.module h1{
	color: inherit;
}

/****/

article{
    border-bottom: 1px solid var(--color-border-grey);
    margin: 40px auto;
    font-size: 1.1em;
    max-width: 1000px;
    padding: 20px 10%;
}

@media only screen and (max-width: 400px){

	article{
		font-size: 1em;
	}

}

article:first-of-type{
    margin-top: 0;
}

article:last-of-type{
    padding-bottom: 0;
    border-bottom: none;
}

article h1, article .subTitle{
    color: var(--color-text);
    font-family: "Body", sans-serif;
    font-weight: 200;
    margin: 0;
}

article h1{
    font-size: 2.5em;
}

article .subTitle{
    font-size: 1.3em;
    margin-bottom: 2em;
}

article p{
    line-height: 1.5;
    font-family: "Lora", serif;
    font-weight: 400;
}

article p:first-of-type{
    font-size: 1.3em;
}

article .author{
    font-family: "Nothing You Could Do", sans-serif;
    font-weight: 400;
    font-size: 1.5em;
    margin: 2em 0 2em 0;
    text-align: right;
}

article .author a{
    font-weight: 200;
}

article .year{
    font-family: "Body", sans-serif;
    font-weight: 300;
    font-size: 0.6em;
    display: block;
}

article .footnote{
    font-family: "Body", sans-serif;
    font-weight: 300;
    font-size: 0.85em;
    text-align: center;
}

article .footnote a{
    font-weight: 400;
}

article .flexibleImage.float{
    margin: 1em 20px 10px 0;
    width: 40%;
	float: left;
}

article .flexibleImage.float img{
    border-radius: 20px;
    max-width: 300px;
    margin: 0 auto;
}

article .flexibleImage.float img.portrait{
    width: 100%;
}

@media only screen and (max-width: 500px){

	article .flexibleImage.float{
		display: none;
	}

}

article figure{
    display: inline-block;
    width: 48%;
}

article figure.alternate .flexibleImage{
    width: 80%;
}

/****/

section p{
    font-family: "Body", sans-serif;
    font-weight: 300;
    font-size: 1.2em;
}

section.articleLinks{
    border-top: 1px solid var(--color-border-grey);
    margin: 40px auto;
    text-align: center;
    font-size: 1.1em;
    max-width: 750px;
    padding: 20px 10%;
}

section.articleLinks div{
    margin: 20px auto;
    font-family: "Body", sans-serif;
    font-weight: 200;
    font-size: 2.5em;
}

section.articleLinks div.note{
    font-family: "Nothing You Could Do", sans-serif;
    font-weight: 400;
    font-size: 1.2em;
    margin: -1em auto 2em auto;
}

/****/

.sculptures{
    margin: 20px auto;
    padding: 0 10px;
	text-align: center;
	max-width: 900px;
}

.sculptures .flexibleImage{
    position: relative;
    display: inline-block;
    width: 150px;
    height: auto;
    margin-bottom: 5px;
}

.sculptures.extended{
    margin: 100px auto;
}

.sculpture{
    margin: 20px auto;
	text-align: center;
}

.sculpture .flexibleImage{
	margin: auto;
	width: 80%;
	max-width: 500px;
}

.sculpture .sculptureInfo{
    font-family: "Body", sans-serif;
    font-weight: 200;
    font-style: italic;
    font-size: 1.5em;
    margin: 1em 0;
}

.sculpture .sculptureInfo span:after{
    color: var(--color-text-grey);
    content: " | ";
    margin: 0 0.2em;
}

.sculpture .sculptureInfo span:last-of-type:after{
    content: "";
}

@media only screen and (max-width: 400px){

	.sculpture .sculptureInfo .nameAndYear, .sculpture .sculptureInfo .mediumAndSize{
		display: block;
	}

	.sculpture .sculptureInfo .nameAndYear{
		margin-bottom: 0.5em;
	}

	.sculpture .sculptureInfo .nameAndYear:after{
		content: "";
	}

}

.sculpture .switchView{
    color: var(--color-text-grey);
    font-family: "Body", sans-serif;
    font-weight: 200;
}

.sculpture .switchView:after{
    font-family: "FontAwesome";
  	font-weight: 400;
    content: "\f021";
    margin-left: 0.5em;
    font-size: 0.8em;
}

.sculpture .switchView:hover{
    text-decoration: none;
    opacity: 0.8;
}

.sculpture .flexibleImage, .sculpture .switchView{
    display: none;
}

.sculpture .flexibleImage.current{
    display: block;
}

/****/

.soldTag{
	font-size: 0.7em;
    margin-left: 0.5em;
	font-weight: 700;
	text-transform: uppercase;
}

.soldTag:before{
    font-family: "FontAwesome";
	font-weight: 400;
    content: "\f154";
    margin-right: 0.5em;
}

.soldDot{
	font-size: 2em;
	color: var(--color-red);
	position: absolute;
	top: 0;
	right: 5px;
}

/****/

.contact{
    border-bottom: 1px solid var(--color-border-grey);
    font-family: "Body", sans-serif;
    font-weight: 200;
    font-style: italic;
    font-size: 1.5em;
    text-align: center;
    margin: 20px auto;
    padding: 20px 0;
}

.contact:last-of-type{
    border-bottom: none;
}

.contact .info{
    display: inline-block;
    padding: 0 1.5em;
}

.contact .info a{
    font-size: 0.7em;
    font-weight: normal !important;
}

.contact .dates{
    margin: 0 auto 1em auto;
    font-size: 0.8em;
    font-weight: 300;
    font-style: normal;
}

.contact address{
    font-family: "Body", sans-serif;
    font-weight: 200;
    font-style: italic;
    text-align: center;
    margin: 0 auto 1em auto;
}

.contact address .name{
    font-weight: 300;
    font-style: normal;
	margin-right: 0.5em;
}

.contact address .postcode{
    font-size: 0.9em;
	margin-left: 0.2em;
}

@media only screen and (max-width: 750px){

	.contact .info{
		display: block;
		margin: 1em 0;
	}

	.contact address .name{
		display: block;
		margin: 1em 0;
	}

}

@media only screen and (max-width: 400px){

	.contact address .postcode{
		display: block;
		margin: 1em 0;
	}

}

/****/

.googleMap{
    width: 100%;
    height: 350px;
}

.googleMapFallback{
    display: none;
}