@import 'tailwindcss/base';
@import 'tailwindcss/components';
@import 'tailwindcss/utilities';

@font-face {
    font-family: 'Gilmer';
    src: url('../fonts/Gilmer.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Gilmer';
    src: url('../fonts/GilmerBold.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Gilmer';
    src: url('../fonts/GilmerMedium.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Gilmer';
    src: url('../fonts/GilmerHeavy.woff') format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Gilmer';
    src: url('../fonts/GilmerLight.woff') format('woff');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}




html {
  scroll-behavior: smooth;
  font-family: 'Gilmer';
}  

img.dt-logo{
    height: 50px;

}

a.underline:hover{
	text-decoration:underline
}

nav a:hover{
	text-decoration:underline
}
.gilmer-normal {
    font-family: 'Gilmer';
    font-weight: normal;
    font-style: normal;
}
.gilmer-medium {
    font-family: 'Gilmer';
    font-weight: 300;
    font-style: normal;
}
.gilmer-bold {
    font-family: 'Gilmer';
    font-weight: 500;
    font-style: normal;
}
.gilmer-heavy {
    font-family: 'Gilmer';
    font-weight: 700;
    font-style: normal;
}
.gilmer-light {
    font-family: 'Gilmer';
    font-weight: 100;
    font-style: normal;
}

#menu-container {
  transition: max-height 0.3s ease-out;
  max-height: 0;
  overflow: hidden;
}

#menu-container.block {
  max-height: 500px; /* Adjust the max-height as needed */
}


@media (max-width: 400px) {

}
  .sm\:bg-headerimg {
    background-image: url('../images/LLI_3185.jpg');
  }

.bg-img2 {
  background-image: url('../images/KONZI_4_LLI_2757.jpg');
}

.bg-img3 {
  background-image: url('../images/LLI_2975.jpg');
}