/*
  Theme Name: Theme Anouk Nitsche
  Theme URI: https://www.llos.co/
  Author: LLOS&
  Author URI: https://llos.co
  Description: Anouk Nitsche Theme template
  Version: 0.0.1
  License: GNU General Public License v2 or later
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
  Text Domain: llos
*/


/* Tipography */
/* @font-face {
    font-family: 'GrotesqueMTStd';
    src: url('assets/fonts/Grotesque_MT_Std/GrotesqueMTStd.eot');
    src: url('assets/fonts/Grotesque_MT_Std/GrotesqueMTStd.eot?#iefix') format('embedded-opentype'),
         url('assets/fonts/Grotesque_MT_Std/GrotesqueMTStd.woff') format('woff'),
         url('assets/fonts/Grotesque_MT_Std/GrotesqueMTStd.ttf') format('truetype'),
         url('assets/fonts/Grotesque_MT_Std/GrotesqueMTStd.svg#GrotesqueMTStd') format('svg');
    font-style: normal;
    font-weight: normal;
    text-rendering: optimizeLegibility;
}

@font-face {
    font-family: 'ITCFranklinGothicStdBook';
    src: url('assets/fonts/ITC_Franklin_Gothic_Std_Book/ITCFranklinGothicStd-Book.eot');
    src: url('assets/fonts/ITC_Franklin_Gothic_Std_Book/ITCFranklinGothicStd-Book.eot?#iefix') format('embedded-opentype'),
         url('assets/fonts/ITC_Franklin_Gothic_Std_Book/ITCFranklinGothicStd-Book.woff') format('woff'),
         url('assets/fonts/ITC_Franklin_Gothic_Std_Book/ITCFranklinGothicStd-Book.ttf') format('truetype'),
         url('assets/fonts/ITC_Franklin_Gothic_Std_Book/ITCFranklinGothicStd-Book.svg#ITCFranklinGothicStd-Book') format('svg');
    font-style: normal;
    font-weight: normal;
    text-rendering: optimizeLegibility;
} */

@import url('https://fonts.googleapis.com/css2?family=Work+Sans:wght@200;400;600&display=swap');

* {
  outline: none !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  font-family: 'Work Sans', sans-serif;
  font-weight: 200;
  line-height: 1.4;
  text-transform: uppercase;
}

a {
  color: #000;
  text-decoration: none;
  font-weight: 400;
}

a:hover {
  color: #444;
}

h1 a {
  font-size: 3rem;
  font-weight: 600;
  padding: 0;
  margin: 0;
  line-height: 1;
}

h2 {
  font-size: 3rem;
  padding: 0;
  margin: 1.5rem 0;
}

@media (max-width: 990px) {
  h1 a {
    font-size: 1.8rem;
  }
  
  h2 {
    font-size: 1.8rem;
  }
}

/* .fancybox-button.fancybox-button--close svg,
.fancybox-button.fancybox-button--arrow_right > div > svg,
.fancybox-button.fancybox-button--arrow_left > div > svg {
  display: none;
}

.fancybox-button.fancybox-button--close {
  background: transparent url('../anouk-nitsche/assets/img/close.svg');
  background-size: contain;
  height: 30px;
  width: 30px;
  top: 3vh;
  right: 3vw;
  background-repeat: no-repeat;
}

.fancybox-navigation .fancybox-button.fancybox-button--arrow_right > div {
  background: transparent url('../anouk-nitsche/assets/img/next.svg');
  background-size: contain;
  height: 40px;
  width: 30px;
  background-repeat: no-repeat;
}

.fancybox-button.fancybox-button--arrow_left > div {
  background: transparent url('../anouk-nitsche/assets/img/prev.svg');
  background-size: contain;
  height: 40px;
  width: 30px;
  background-repeat: no-repeat;
}

.logo,
.contact { padding-top: 35px; }
.fancybox-slide--image { padding: 100px; }
.fancybox-infobar { display: none; }

.fancybox-bg { background: white; }
.fancybox-is-open .fancybox-bg { opacity: 1; }
.fancybox-button svg path { fill: black; border-color: transparent; }

.fancybox-button { background: transparent; }

.fancybox-navigation .fancybox-button {
  height: 80vh;
  width: 50%;
  top: 10vh;
  background: transparent;
}

.fancybox-navigation .fancybox-button.fancybox-button--arrow_right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-right: 3vw;
}

.fancybox-navigation .fancybox-button.fancybox-button--arrow_left {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-left: 3vw;
}

.fancybox-button div {
  height: 50px;
  width: 50px;
} */

.menu-nav-container #menu-nav {
  list-style: none;
}

.home-container {
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.25rem;
}

.swiper {
  width: 75vh;
  height: 600px;
}

.swiper-slide img {
  object-fit: contain;
  height: 100%;
}

.contact_info a {
  font-weight: 600;
}

.contact_info p {
  margin-bottom: 1rem;
  letter-spacing: 0.03rem;
}

@media (max-height: 800px) {
  .contact_info {
    height: auto;
  }
}