@font-face {
  font-family: 'ttf_light';
  src: local('Pacifico Regular'), local('Pacifico-Regular'), url('/font.ttf');
  font-display: swap;
}

html{
    height: 100%;
    width: 100%;
}

body {
  padding-top: 60px;
  margin: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
background: linear-gradient(25deg, rgba(199,199,199,1) 0%, rgba(255,255,255,1) 70%);

}
html.s body {
  padding-top: 32px;
}
html.l .smart{
  display: none !important;
}
html.s .unsmart{
  display: none !important;
}

html.s .mySlides
{
  display: flex !important;
  height: initial;
  margin: 12px auto;
}

html.s .img_container {
    overflow: auto;
    height: 100%;
}


.menu {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  display: flex;
  border-bottom: solid 1px #ffffff;
  box-shadow: #00000036 -2px 5px 20px 0px;
  padding: 4px;
  height: 42px;
  background: #13889b;
}
.ic{
  margin: auto 2px;
}
.home{
  margin: auto;
  margin-left: 2px;
  height: 32px;
  color: aliceblue;
  font-size: 26px;
}
.contact svg >path{
  fill:#eaeaea;
}
.contact:hover svg >path{
  fill:#426464;
}
.mySlides{
  margin:auto;
}
.img {
    max-width: 100%;
    max-height: 100%;
    margin:auto;
    box-shadow: #00000063 -2px 5px 20px 0px;
    border: solid 1px black;
}
.min {
    box-shadow: #00000063 -2px 5px 20px 0px;
    border: solid 1px black;
}

.img_container{
  height: 70%;
  padding: 12px;
  padding-bottom: 24px;
}
.demo{
  height: 100%;
  margin: auto 12px;
}

#infosdiv {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #00000073;
}

#infos {
  position: absolute;
  z-index: 200;
  top: 40%;
  right: 50%;
  transform: translate(50%, -50%);
  box-shadow: #00968821 1px -1px 20px 6px;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
}
#infosnav {
  display: flex;
  padding: 8px;
  background: teal;
  color: white;
}
#infostxt {
    padding: 8px;
    background: white;
    font-family: 'ttf_light';
    line-height: 18px;
}
#infostxt a {
    color : teal;
    text-decoration: none;
}
#infosnav p{
    margin: 0;
}
#infosnav a{
    margin-left: auto;
    cursor: pointer;
}

* {
  box-sizing: border-box;
}

/* Position the image container (needed to position the left and right arrows) */
.container {
  width: 100%;
  height: 100%;
  margin: auto;
}

/* Hide the images by default */
.mySlides {
  display: none;
  height: 100%;
}

/* Add a pointer when hovering over the thumbnail images */
.cursor {
  cursor: pointer;
}

/* Next & previous buttons */
#prev,
#next {
cursor: pointer;
fill:#13889b;
height: 40px;
margin: auto;
border-radius: 100%;
box-shadow: #00000021 -2px 1px 20px 0px;
}

/* Position the "next button" to the right */
#next {
  margin-left: 4px;
}
#prev {
margin-right: 4px;
}

#prev:hover svg >path ,#next:hover svg >path{
  fill:#646464;
}

/* Container for image text */
.caption-container {
  display: flex;
      height: 5%;
      margin: 4px auto;
      text-align: center;
      margin-bottom: 16px;
      margin-top: -8px;
}

#row{
  margin-top: -8px;
      padding-top: 25px;
      padding-bottom: 8px;
      height: 25%;
      display: flex;
      width: 100%;
      overflow-x: auto;
      border-bottom: solid 1px;
}

#caption{
  margin: auto 6px;
  margin-top: 8px;
  overflow: hidden;
  padding: 2px 16px;
  color: #414141;
  box-shadow: inset #00000014 1px 0px 8px 4px;
  background: white;
  border: solid 1px #afafaf;
  min-width: 160px;
}
#row:after {
  content: "";
  display: table;
  clear: both;
}

/* Six columns side by side */
.column {
  margin: auto;
  height: 100%;
}

/* Add a transparency effect for thumnbail images */
.demo {

}

.active,
.demo:hover {
  transform: translate(0, -8px);
  box-shadow: #aaaaaa -1px 6px 20px 0px;
}
