@font-face {
    font-family: Britannic Bold;
    src: url(/css/britannic_bold.ttf);
}

body {
	margin: 0;
	background-color: #565D70;
	color: white;
	font-family: helvetica;
}

a {
	text-decoration: none;
	color: white;
}

h1, h2, h3, .title-caption, .exhibition-title {
	font-family: Britannic Bold;

}

.exhibition-title, .gallery {
	margin-bottom: 3%
}

h1 {
	font-size: 47px;
	transform : scale(1.15,2.13);
	letter-spacing: 15px;
}

.nav-link {
	width: 14%;
	display: inline-block;
	text-align: center;
	font-size: 3vw;
  	box-sizing: border-box;
  	margin: 20px 3% 20px 3%;
}

.home {
	text-align: center;
	margin-top: 150px;
  	top: 10%;
	bottom: 0;
	left: 0;
	right: 0;
	position: absolute;
}

h1 {
	font-size: 5vw;
	margin-bottom: 0px;
}

.figure {
}

.left {
	position: absolute;
	left: 2vw;
	width: 10vw;
}

.centre {
	height: 15vw;
}

.right {
	position: absolute;
	right: 2vw;
	width: 10vw;
}

.about {
}

.image, .description {
	width: 50%;
	display: inline-block;
	vertical-align: top;
	box-sizing:border-box;
}

.image {
	text-align: center;
	padding-top: 50px;
}

.description {
	padding: 30px;
}

.about-body {
	text-align: justify;
}

.exhibition-description {
	width: 39%;
	margin: 2% 4% 4% 4%;
}


.exhibition-description, .titles {
	display: inline-block;
	box-sizing:border-box;
	vertical-align: top;

}

.titles {
	margin: 2% 4% 4% 4%;
}

.exhibition-title {
	margin-top: 30px;
	font-size: 8vw;
}

/*.exhibition-title>span>span {
  margin-left: 30%;
}
.exhibition-title>span {
  margin-left: 15%;
}
*/
.gallery {
	font-size: 2vw;
}

.background {
	background-image: url('/images/background.png');
	background-size: contain;
    background-repeat: no-repeat;
}

.exhibition-caption {
	text-align: center;
	font-size: 3vw;
}

.email-extra {
	position: absolute;
	right: 0;
	bottom: 10px;
}
.contact {
	text-align: center;
	font-size: 3vw;
}

.contact-caption {
	font-size: 2vw;
	display: inline-block;
	margin-left: 20px;
}

.dangling-figure {
	position: absolute;
	top: 0px;
	width: 6%;
	left: 58%;
}

.exhibits { 
	background-color: #565D70;
	padding: 5%;
	  text-align: center;
}

.phase-meta, .images {
	display: inline-block;
	vertical-align: top;
}

.phase-meta {
	width: 40%;
	text-align: left;
}

.phase {
	margin-top: 50px;
}

.images {
	width: 50%;
  	position: relative;
}

.exampleImage {
  margin: 10px;
  display: inline-block;
  padding: 20px;
  box-sizing: border-box;
  background-color: white;
  color: #565D70;
  width: 40%;
  vertical-align: top;
}
.exampleImage> img {
	width: 100%;
}

.sale {
	text-align: center;
}

.sale-text {
	text-align: left;
	margin: 20px 300px 10px 300px;
	margin: 20px 10% 10px 10%;
}


.picture-frame {
	text-align: left;
	width: 200px;
	height: 500px;
	vertical-align: top;
	margin: 30px;
	padding: 15px;
	background-color: white;
	color: black;
	display: inline-block;
	position: relative;
}

.picture-frame>img {
	width: 100%;
	vertical-align: middle;
}

.about-figure {
	height: 150px;
	position: relative;
	bottom: -130px;
	left: -60px;
}

/*.contact-title {
	display: inline-block;
}

.contact-hang {
	width: 10vw;
	position: absolute;
	left: 17vw;
	top: 13vw;
}*/

.cover {
	width: 90%;
}
.sold {
	color: red;
}

.mobile {
	display: none;
}

@media only screen and (max-width: 767px) {
    .about > div {
    	display: block;
    }

    .image, .description {
    	width: 100%;
    }

    .phase > div {
    	display: block;
    }

    .phase-meta, .images {
    	width: 100%;
    }

    .email-extra {
    	display: none;
    }

    .gallery, .exhibition-title, .titles {
    	width: 100%;
    }

    .background {
    	background-image: none;
    }

    .gallery {
    	font-size: 5vw;
    }

    .mobile {
    	display: block;
    	width: 100%;
    }

    .nav-link {
    	font-size: 4vw;
    }

    .picture-frame {
    	height: auto;
  		margin: 10px;
    }

    .site-footer {
    	font-size: 7px;
	}
}

.overlay {
	position: fixed;
	/* width: 100%; */
	/* height: 100%; */
	top: 0;
	bottom: 0;
	left:0;
	right: 0;
	text-align: center;
	z-index: 1;
	background-color: rgba(9, 9, 9, 0.46);
	padding: 10%;
	display: none;
}

.overlay > img {
	max-width: 100%;
}

.site-footer {
	position: fixed;
    bottom: 5px;
    font-size: 9px;
    right: 5px;
    cursor: pointer;
}

.site-footer > a {
    color: #939DBB;
}
