/* Reset Setings */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
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,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

a{
    text-decoration: none;
    border-bottom: 1px dotted #e8e6e2;
    padding: 0 0 0.025rem 0;
    transition: opacity 0.5s ease;
}

a:hover{
    opacity: 0.5;
}

/* Default Features */
* {
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

@font-face {
    font-family: 'Grenette';
    src: url('../fonts/grenette/grenette-regular.woff2') format('woff2'),
    url('../fonts/grenette/grenette-regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Grenette';
    src: url('../fonts/grenette/grenete-italic.woff2') format('woff2'),
    url('../fonts/grenette/grenette-italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'Mier-B';
    src: url('../fonts/mier-b/MierB-Regular.woff2') format('woff2'),
    url('../fonts/mier-b/MierB-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

html {
    font-size: 100%;
}

body{
    font-family: Georgia, 'Times New Roman', Times, serif;
    background: rgb(232, 230, 226);
}

body, html{
    height: 100%;
    width: 100%;
    overflow: hidden;
}

.logo{
    width: 112px;
    height: 42px;
    margin-bottom: 2px;
    overflow: hidden;
    margin-inline: auto;
}

.logo svg{
    /* width: 140px; */
}

.background{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: url(../img/bycoyote-woods-background.jpg);
    background-size: cover;
    opacity: 0;
    transition: opacity 2s ease;
}

.background.active{
    opacity: 1;
}

/* .slider{
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
   
}

.slider-images{
    position: relative;
    width: 100%;
    height: 100%;
    transition: transform 0.25s ease-in-out;
} */

 .filter{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(51, 51, 53, 0.3);
    z-index: 2;
    pointer-events: none; 
} 

/* .slider-image{
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0;
    transition: opacity 1s ease-in-out;
    z-index: 1;
}

.slider-image[src*="eagle"]{
object-position: 85% center;
}

.slider-image.active{
    opacity: 1;
} */

.text-logo{
    position: absolute;
    left: 50%;
    top: 08%;
    transform: translate(-50%, -08%);
    font-family: 'Grenette', Georgia, serif;
    text-align: center;
    font-size: 1rem;
    line-height: 1.5;
    color: rgb(252, 245, 237);
}

.text-content{
    position: absolute;
    left: 50%;
    top: 10%;
    transform: translate(-50%, -50%);
    font-family: 'Grenette', Georgia, serif;
    text-align: center;
    font-size: 2.25rem;
    font-weight: 300;
    line-height: 1.2;
    /* color: rgb(252, 245, 237); */
    color: #e8e6e2;
    letter-spacing: 0.01rem;
    word-spacing: 0.15rem;
    z-index: 3;
}

.title{
    letter-spacing: -0.02rem;
}

.caption{
    font-size: 1rem;
    /* margin-top: 0.2rem; */
    letter-spacing: 0.015rem;
    word-spacing: 0.1rem;
    line-height: 1.4;
}

.info-site {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 3;
    text-align: center;
}

.insta {
    font-family: 'Mier-B', Arial, Helvetica, sans-serif;
    color: #e8e6e2;
    font-size: 1rem;
}

.headline {
    font-family: 'Grenette', Georgia, serif;
    font-size: 1.5rem;
    color: #e8e6e2;
    margin-bottom: 16px;
}

.subtitle{
    font-size: 0.9rem;
    letter-spacing: 0.015rem;
    transform: translateY(0.5rem);
}

.text-bottom{
    position: absolute;
    left: 50%;
    top: 92%;
    transform: translate(-50%, -95%);
    font-family: 'Grenette', Georgia, serif;
    font-weight: 300;
    text-align: center;
    font-variant-numeric: oldstyle-nums;
    letter-spacing: 0.02rem;
    word-spacing: 0.15rem;
    color: #e8e6e2;
    width: 100%;
    z-index: 3;
}

.text-bottom p{
    font-size: 1rem;
}

.isotype svg{
    width: 72px;
}

.italics{
    font-style: italic;
}

.link{
    display: inline-block;
    font-size: 0.85rem;
    margin-top: 64px;
}