/* lato-300 - latin */
@font-face {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 300;
    src: url('../fonts/lato-v20-latin-300.eot'); /* IE9 Compat Modes */
    src: local(''),
         url('../fonts/lato-v20-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('../fonts/lato-v20-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
         url('../fonts/lato-v20-latin-300.woff') format('woff'), /* Modern Browsers */
         url('../fonts/lato-v20-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
         url('../fonts/lato-v20-latin-300.svg#Lato') format('svg'); /* Legacy iOS */
  }
  /* lato-regular - latin */
  @font-face {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/lato-v20-latin-regular.eot'); /* IE9 Compat Modes */
    src: local(''),
         url('../fonts/lato-v20-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('../fonts/lato-v20-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
         url('../fonts/lato-v20-latin-regular.woff') format('woff'), /* Modern Browsers */
         url('../fonts/lato-v20-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
         url('../fonts/lato-v20-latin-regular.svg#Lato') format('svg'); /* Legacy iOS */
  }
  /* lato-700 - latin */
  @font-face {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/lato-v20-latin-700.eot'); /* IE9 Compat Modes */
    src: local(''),
         url('../fonts/lato-v20-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('../fonts/lato-v20-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
         url('../fonts/lato-v20-latin-700.woff') format('woff'), /* Modern Browsers */
         url('../fonts/lato-v20-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
         url('../fonts/lato-v20-latin-700.svg#Lato') format('svg'); /* Legacy iOS */
  }
  /* lato-900 - latin */
  @font-face {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 900;
    src: url('../fonts/lato-v20-latin-900.eot'); /* IE9 Compat Modes */
    src: local(''),
         url('../fonts/lato-v20-latin-900.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('../fonts/lato-v20-latin-900.woff2') format('woff2'), /* Super Modern Browsers */
         url('../fonts/lato-v20-latin-900.woff') format('woff'), /* Modern Browsers */
         url('../fonts/lato-v20-latin-900.ttf') format('truetype'), /* Safari, Android, iOS */
         url('../fonts/lato-v20-latin-900.svg#Lato') format('svg'); /* Legacy iOS */
  }


body {
    color: white;
    padding: 10px;
    background-color: black;
    font-size: 1.2rem;
    line-height: 1.6;
}

h1.title {
    font-weight: 900;
    font-family: 'Lato', sans-serif;
    font-size: clamp(48px,10vw,96px);
    margin-top: 10px;
    margin-right: 65px;
    margin-bottom: 20px;
    line-height: 1;
    text-transform: uppercase;
}

h2 {
    font-size: 1.2rem;
    font-weight: bold;
}

a {
    color: white;
    text-decoration: underline;;
}
a:hover {
    color: white;
    text-decoration: none;;
}

ul.square {
    list-style-type: square;
}

/*
* navigation
*/
nav.menu {
    width: 42px;
    height: 36px;
    margin: 30px 30px 0 0;
    z-index: 999;
    cursor: pointer;
    position: fixed;
    top: 0;
    right: 0;
}
nav.menu div.strokes {
    width: 100%;
    height: 3px;
    margin: 0 0 9px 0;
    background: white;
    transition:  transform 0.3s, opacity 0.1s;
}

.hide {
    opacity: 0;
    transform:  translateX(-42px);
}
.animate0 {
    transform: rotate(45deg) translateY(17px);
}
.animate2 {
    transform: rotate(-45deg) translateY(-17px);
}

.fullscreenmenu {
    background-color: rgba(52, 152, 219, 0);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: table;
    position: absolute;
    opacity: 0;
    -webkit-transition: background 0.5s ease-in-out, opacity 0.5s;
    -moz-transition: background 0.5s ease-in-out, opacity 0.5s;
    -ms-transition: background 0.5s ease-in-out, opacity 0.5s;
    -o-transition: background 0.5s ease-in-out, opacity 0.5s;
    transition: background 0.5s ease-in-out, opacity 0.5s;
    text-align: center;
}
.fullscreenmenu.show {
    opacity: 1;
    background-color: rgba(0, 0, 0, 0.85);
    -webkit-transition: background 0.5s ease-in-out, visibility 0.5s;
    -moz-transition: background 0.5s ease-in-out, visibility 0.5s;
    -ms-transition: background 0.5s ease-in-out, visibility 0.5s;
    -o-transition: background 0.5s ease-in-out, visibility 0.5s;
    transition: background 0.5s ease-in-out, visibility 0.5s;
}
.fullscreenmenu ul {
    padding: 65px 0 0 0;
    list-style: none;
}
.fullscreenmenu li a {
    visibility: inherit;
    color: white;
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    font-size: clamp(36px,10vw,56px);
    text-decoration: none;
    text-transform: uppercase;
    line-height: 150%;
    display: block;
}
.fullscreenmenu li:last-child {
    margin-top: 5px;
}
.fullscreenmenu li:last-child a {
    font-size: clamp(16px,5vw,24px);
    white-space: nowrap;
    display: inline;
}

/*
* index video
*/
video {
    object-fit: cover;
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
}

/*
* youtube video
*/
.videoWrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    height: 0;
  }
  .videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

#gallery a img {
    padding-bottom: 10px;
}