/* reset */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strong, sub, sup, var,
b, u, i, 
dl, dt, dd, ul, ol, 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, 
section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  box-sizing: border-box;
}
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
  display: block;
  margin: 0;
}
blockquote, q { quotes: none }
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}
/* end reset */
.header-index {
  padding-top: 5px;
  background-color: hsl(0, 0%, 100%);
  background-position: center 0px;
  background-repeat: no-repeat;
  min-height: 180px;
}
header .titleline {
  padding-top: 1%;
  padding-left: 20%;
  float: inline-start;
}
header h1, header h2, header h3, header h4, header h5, header h6 {
  color: hsl(0, 0%, 13%);
  line-height: 95%;
  margin-top: 0;
  margin-bottom: 0;
}
.header-index .titleline {
  padding: 40px 0 0 20px;
}
.header-index .titleline h1 {
  font-size: 42pt;
}

footer {
  display:-webkit-flex;
  display:flex;
  flex-flow: row wrap; 
  justify-content: flex-start;
  align-items: baseline;
  padding: 2ex 1em;
  margin-top: 20px;
  background-color: #f0f0f0;
}
footer > div { 
 }
footer p, footer a {
  font-family: Montserrat, sans-serif;
  font-size: 12pt;
  color: hsl(0, 0%, 13%);
}
footer a:hover { 
}
@font-face {
  font-family: 'MontserratLight';
  font-style: light;
  font-weight: 300;
  src: local('Montserrat'), url('../fonts/Montserrat-Light.ttf') format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  src: local('Montserrat'), url('../fonts/Montserrat-Regular.ttf') format('truetype');
}
@font-face {
  font-family: 'MontserratItalic';
  font-style: italic;
  font-weight: 400;
  src: local('Montserrat'), url('../fonts/Montserrat-Italic.ttf') format('truetype');
}
@font-face {
  font-family: 'MontserratMedium';
  font-style: medium;
  font-weight: 500;
  src: local('Montserrat'), url('../fonts/Montserrat-Medium.ttf') format('truetype');
}
@font-face {
  font-family: 'MontserratMedium';
  font-style: semibold;
  font-weight: 600;
  src: local('Montserrat'), url('../fonts/Montserrat-SemiBold.ttf') format('truetype');
}
html, body, main, header, footer { width: 100% }
body {
  max-width: 900px;
  margin: auto;
  background-color: #fcc; ;
  line-height: 130%;
}
div, p, a, input, label, header, aside, menu, body {
  font-family: Montserrat, sans-serif;
  color: hsl(0, 0%, 13%);
}
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6 .h6 {
  margin-top: 1.8ex;
  margin-bottom: 0.8ex;
  line-height: 130%;
  font-family: Montserrat, sans-serif;
  color: hsl(0, 0%, 13%);
  width: 100%;
}
h1, .h1 { font-size: 24pt }
h2, .h2 { font-size: 21pt }
h3, .h3 { font-size: 18pt }
h4, .h4 { font-size: 16pt }
h5, .h5 { font-size: 14pt }
h6, .h6 { font-size: 12pt }
p, a, .p { font-size: 12pt }
ul, ol {
  list-style: none;
  margin: 0 0 20px 20px;
  font-size: 14pt;
  line-height: 130%;
}
ul.dots { list-style: initial }
ul li, ol li { margin-top: 10px }
ol {
  list-style-type: decimal;
  white-space: nowrap;
}
dl {
  padding: 0.5em;
}
dt {
  float: left;
  width: 1em;
  text-align: right;
  font-weight: bold;
  color: hsl(352, 100%, 46%);
}
dd {
  margin-left: 2em;
  padding-bottom: 0.5em;
}
.formation dt { width:6em;}
.formation dd { margin-left:7em;}
.exhibition dt { width:3em;}
.exhibition dd { margin-left:4em;}
a {
  text-decoration: none;
  color: hsl(92, 100%, 26%);
}
a:hover { color: hsl(0, 0%, 70%) }

/* Images */
.image-top { width: 100%; padding: 5px 0 6px 0 }
.image-top-left  { width: 100%; padding: 0 20px 10px 0 }
.image-top-right { width: 100%; padding: 0 0 10px 20px }

.image-mta { width: 48%; padding: 5px; }

/* Gallery */
div.gallery {
  margin: 50px;
  width: 67%;
  max-width: 600px;
  height: auto;
}
div.gallery img {
  width: 100%;
  height: auto;
}
div.gallery.scale img:hover {
  transform: scale(1.1);
  cursor: pointer;
}
div.gallery div.desc {
  padding: 1ex 0.4em 0.3ex 0.4em;
  font-weight: 500;
  width: 100%;
  background: none;
}
div.gallery div.size {
  padding: 0.2ex 1em;
  font-style: italic;
  width: 100%;
}
div.gallery div.place {
  padding: 0.2ex 0.4em;
  font-style: italic;
  width: 100%;
}
div.gallery div.tech {
  padding: 0.2ex 0.4em;
  font-style: italic;
  width: 100%;
}
div.selection {
  margin: 60px 10px 10px 10px;
  width: 100%;
  height: auto;
}
div.desc {
  padding: 20px 60px;
  background: #f0f0f0;
}
span.tech {
  font-style: italic;
}
.svgarrowleft {
  color: gray;
  fill: white;
  transform: scale(1.0,1.0);
}
.svgarrowright {
  color: gray;
  fill: white;
  transform: scale(-1.0,1.0);
}
.svgclose {
  color: gray;
  fill: white;
  transform: scale(1.4,1.4);
}

.shadowarrow {
  stroke: gray;
  stroke-width: 2px;
  fill: none;
}
.shadowclose {
  stroke: gray;
  stroke-width: 2px;
  fill: none;
}
.basicarrow {
}
.buttonarrow {
  position: relative;
  cursor: pointer;
  border: none;
  background: none;
}
.buttonclose {
  position: relative;
  cursor: pointer;
  border: none;
  background: none;
  margin: 15px 0 0 0;
}
.selection .img {
  width: 100%;
  height: auto;
  display: none;
}
.selection .img:target {
  display: flex;
  flex-flow: column;
}
.selection .img img {
    width: 100%;
    display: flex;
    flex-flow: column;
}
.naviline {
  background: #f0f0f0;
  justify-content: space-between;
  display: flex;
  margin-top: 60px;
}
.prev, .next, .close {
    position: relative;
}
.prev {
}
.next {
}
.close {
}
.container {
  display:-webkit-flex;
  display:flex;
  padding-left: 5px;
  padding-right: 5px;
  background: hsl(0, 0%, 100%);
}
nav {
}
article {
}
article.gallery {
  display: -webkit-flex;
  display: flex;
  flex-flow: column;
  justify-content: center;
}
section {
  width: 100%;
}
article {
  padding: 10px 20px 10px 20px;
  background-color: hsl(0, 0%, 100%);
  color: hsl(0, 0%, 13%);
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}
article .headline {
  margin-top: 1.8ex;
  margin-bottom: 0.8ex;
  line-height: 130%;
  font-family: Montserrat, sans-serif;
  color: hsl(0, 0%, 13%);
  font-size: 24pt;
}
article p, article .p, article > p {
  font-size: 12pt;
  line-height: 130%;
  padding-top: 0.8ex;
}
article p.text-marked {
  color: hsl(352, 100%, 46%);
}
div.aboutimage {
  width:40%; 
  margin:30px 30px 10px 0px;
}
div.abouttext {
  width:54%;
}
div.chapter {
  border-bottom: 1px solid #d23636;;
  width: 100%;
  margin-bottom: 1.4ex;
}
div.chapter h3 {
  margin-bottom: 0;
}
@media print {
  @page {
    size: auto;
    margin: 5%;
  }
  body {
    transform: scale(0.95);  
    margin: 0;
  }
  header {
    height: 60px;
    background-image: none;
    color: hsl(0, 0%, 13%);
    border: 1px blue;
  } 
  footer {
    display: none;
  }
}
.detail1 {
  width:35%; 
  position:relative; 
  margin: 20px; 
  left: 5%;
}
.detail2 {
  width:35%; 
  position:relative; 
  margin: 20px;  
  left: 11%;
  top: 15%;
}
.detail3 {
  width:35%; 
  position:relative; 
  margin: 20px; 
  left: 27%;
  top: 2%;
}
@media screen and (max-width: 900px) { 
}
@media screen and (max-width: 640px) { 
  .header-index .titleline h1 {
    font-size: 40pt;
  }
  .header-index .titleline h3 {
    font-size: 17pt;
  }
  div.aboutimage {
    width:100%; 
  }
  div.abouttext {
    width:100%;
  }
  .instabutton {
    padding: 3px 5px 0px 5px;
  }
}
@media screen and (max-width: 480px) { 
  .header-index .titleline h1 {
    font-size: 36pt;
  }
  .header-index .titleline h3 {
    font-size: 16pt;
  }
}
/* nav */
div.nav {
  float: right;
  position: sticky;
  z-index: 1;
  top: 0px;
  background: white;
  width: 100%;
  right: 0;
}
nav {
  position: relative;
  float: right;
}
nav ul, nav li, nav ul li {
  margin: 0;
  padding: 0;
  float: left;
}
nav a {
  display: block;
  font-size: 13pt;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  color: hsl(0, 0%, 13%);
  padding: 6px 12px 6px 12px;
}
nav a:hover {
  background-color: hsl(0, 0%, 70%);
  color: hsl(0, 0%, 100%);
}
.instabutton {
  padding: 3px 10px 0px 9px;
}
@media screen and (min-width: 480px) 
{
  nav > ul > li {
    position: relative;
    width: auto;
  }
}
.mainmenu { display: none }
@media screen and (max-width: 480px) 
{
  nav {
    position: absolute;
    display: flex;
    -webkit-justify-content:center;
    -ms-flex-pack:center;
    justify-content: center;
    z-index: 7;
    right: 0;
    transition: all 0.1s ease-out;
    transform: scaleY(0);
    transform-origin: 50% 0;
    -ms-transition: all 0.1s ease-out;
    -ms-transform: scaleY(0);
    -ms-transform-origin: 50% 0;
    -webkit-transition: all 0.1s ease-out;
    -webkit-transform: scaleY(0);
    -webkit-transform-origin: 50% 0;
  }
  nav ul, nav li, nav a { 
    display: block 
  }
  nav a { 
    background-color: hsl(0, 0%, 100%);
  }
  nav > ul { 
    position: relative;
    top: 10px
  }
  .mainmenu {
    display: flex;
    position: absolute;
    z-index: 6;
    width: 50px;
    height: 40px;
    padding: 10px;
    right: 10px;
    cursor: pointer;
  }
  .mainmenu a .openbutton:before {
    display: block;
    position: absolute;
    top: 10px;
    right: 12px;
    width: 30px;
    height: 3px;
    background-color: hsl(0, 0%, 13%);
    content: '';
  }
  .mainmenu a .openbutton:after {
    display: block;
    position: absolute;
    top: 18px;
    right: 12px;
    width: 30px;
    height: 5px;
    border-top: 4px solid hsl(0, 0%, 13%);
    border-bottom: 4px solid hsl(0, 0%, 13%);
    content: '';
  }
  .mainmenu:hover a .openbutton:after {
    border-color: hsl(0, 0%, 70%);
  }
  .mainmenu:hover a .openbutton:before {
    background-color: hsl(0, 0%, 70%);
  }
  .mainmenu:hover ~ nav,
  .mainmenu ~ nav:hover {
    transform: scaleY(1);
    -ms-transform: scaleY(1);
    -webkit-transform: scaleY(1);
  }
}
/* utility */
* { box-sizing: border-box }
.right { float: right }
.left { float: left }
.flex { 
  display: flex;
  flex-flow: row;
}
.flexwrap { display: flex; flex-wrap: wrap; }
.flexcolumn { display: flex; flex-flow: column; }
.clear { clear: both }
.no-pad { padding: 0 }
.pad-left { padding-left: 20px }
.space-bottom { margin-bottom: 6pt; }
.no-margin { margin: 0 }
.no-margin-left { margin-left: 0 }
.no-margin-right { margin-right: 0 }
.no-margin-top { margin-top: 0 }
.no-margin-bottom { margin-bottom: 0 }
.no-margin-vertical {
  margin-top: 0;
  margin-bottom: 0;
}
.center { 
  -webkit-justify-content:center;
  -ms-flex-pack:center;
  justify-content: center;
  width: 100%;
}
.text-center { text-align:center }
.text-bold, b { 
  font-weight: 600;
  line-height: 18pt;
  font-size: 17pt;
}
.justify { text-align: justify; }
.text-italic { font-style: italic }
.border-box { box-sizing: border-box }
.row:after {
  content: "";
  clear: both;
  display: block;
}
.no-hyphen { hyphens: none }
.subtitle {
  font-style: italic;
}
/* Tooltip container */
.tooltip {
    position: relative;
    display: inline-block;
}
.tooltip .tooltiptext {
    visibility: hidden;
    width: 120px;
    top: 5px;
    
    background-color: hsl(0, 0%, 70%);
    color: hsl(0, 0%, 100%);
    text-align: center;
    font-size: 11pt;
    padding: 5px;
    border-radius: 3px;
    position: absolute;
    z-index: 1;
}
.tooltip .tooltiptext.tttleft {
    right: 50px;
}
.tooltip:hover .tooltiptext {
    visibility: visible;
}