/*
Theme Name: Geometry
Description: A theme by Geometry - Brussels - Visit us at http://www.geometry.be
Author: Geometry
Version: 1.0
*/

/* CSS RESET */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed,  figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {margin: 0; padding: 0; border: 0; font-size: 100%; font: inherit; vertical-align: baseline;}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display: block;}
body {line-height: 1;}
ol, ul {list-style: none;}
blockquote, q {quotes: none;}
blockquote:before, blockquote:after, q:before, q:after {content: ''; content: none;}
table {border-collapse: collapse; border-spacing: 0;}
/* END CSS RESET */

@font-face {
	font-family: TWKEverettRegular;
	src: url("fonts/TWKEverett-Regular.eot")
}

@font-face {
	font-family: TWKEverettRegular;
	src: url("fonts/TWKEverett-Regular.ttf")
}

@font-face {
	font-family: TWKEverettRegularItalic;
	src: url("fonts/TWKEverett-RegularItalic.eot")
}

@font-face {
	font-family: TWKEverettRegularItalic;
	src: url("fonts/TWKEverett-RegularItalic.ttf")
}

body,
h1,
h2 {
	font-family: TWKEverettRegular; 
	font-size: 26px;
	line-height: 1.2em;
	color: black;
}

.caption,
.copyright {
	font-size: 13px;
	line-height: 1em;
}

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

em {
	font-family: TWKEverettRegularItalic; 
}

#logo-home,
#logo-info {
	cursor: pointer;
}

.slide,
.slide-mobile {
	position: relative;
	z-index: 50;
    -webkit-transition: 1s ease-in-out;
    -moz-transition: 1s ease-in-out;
    -o-transition: 1s ease-in-out;
    transition: 1s ease-in-out;
}

.slide-mobile {
	display: none;
}

.carousel-cell {
	height: 100vh;
	margin: 0 3px 0 3px;
}

.carousel-cell > div {
	width: 100%;
	height: 100vh;
	display: flex;
}

.carousel-cell > div > div {
	margin: auto;
	position: relative;
}

img {
	max-width: 60vw;
	height: auto;
	max-height: calc(100vh - 23px);
	display: block;
	
}

.nocaption img {
	max-height: 100vh;
}

.caption {
	background: white;
	width: 100%;
	text-align: center;
	padding: 5px;
}

header {
	position: fixed; 
	z-index: 100;
    -webkit-transition: 1s ease-in-out;
    -moz-transition: 1s ease-in-out;
    -o-transition: 1s ease-in-out;
    transition: 1s ease-in-out;
}

header,
#content {
	padding: 25px;
}

article {
	position: fixed;
	top: 0;
	width: 100%;
	height: 100vh;
	transform: translateY(100vh);
	-webkit-transition: 1s ease-in-out;
    -moz-transition: 1s ease-in-out;
    -o-transition: 1s ease-in-out;
    transition: 1s ease-in-out;
}

#content {
	overflow: scroll;
	height: calc(100vh - 50px);
}

article .part {
	width: calc(50% - 3px);
}

article .part.left {
	float: left;
	clear: both;
}

article .part.right {
	float: right;
}

.space {
	margin-top: 75px;
}

.copyright {
	margin-top: 25px;
}

.bang {
	transform: translateY(-100vh);
}

.bing {
	transform: translateY(0);
}

.flickity-prev-next-button {
	border-radius: none !important;
	background: url("img/arrow-right-black.png") !important;
	background-repeat: no-repeat !important;
	background-position: left center !important;
	border-radius: unset !important;
	background-size: contain !important;
	width: 70px;
	height: 50px;
	transform: translateY(-4vh);
}

.flickity-prev-next-button.previous {
	background-image: url("img/arrow-left-black.png") !important;
}

.flickity-prev-next-button.next {
	background-position: right center !important;
}

.flickity-prev-next-button .flickity-button-icon {
	display: none;
}

.flickity-button:disabled {
	opacity: 0 !important;
}

.flickity-prev-next-button.previous {
	left: 25px;
}

.flickity-prev-next-button.next {
	right: 25px;
}

.infos-mobile {
	display: none;
}


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

body,
h1,
h2 {
	font-family: TWKEverettRegular; 
	font-size: 21px;
	line-height: 1.2em;
	color: black;
}

.caption,
.copyright {
	font-size: 11px;
	line-height: 1em;
}
	
img {
	max-height: calc(100vh - 24px);
	max-width: 100vw;
	display: block;
}

header,
#content {
	padding: 20px;
}

#content {
	overflow: scroll;
	height: calc(100vh - 40px);
}

.copyright {
	margin-top: 20px;
}

.flickity-prev-next-button.previous {
	left: 20px;
}

.flickity-prev-next-button.next {
	right: 20px;
}

#logo-info {
	position: fixed;
	top: 0;
	left: 0;
	background: white;
	padding: 20px;
	width: calc(100% - 40px);
}

article .part {
	width: 100%;
}

.infos-mobile {
	display: block;
	padding-top: 105px;
	padding-bottom: 55px;
}

.space,
.copyright {
	margin-top: 55px;
}

.infos-screen {
	display: none;
}

.flickity-prev-next-button {
	height: 30px;
}

.slide {
	display: none;
}

.slide-mobile {
	display: block;
}

}
















