@font-face {
    font-family: "HR";
    src: url("../fonts/HR.ttf") format("truetype"),
      url("../fonts/HR.woff") format("woff"), 
      url("../fonts/HR.woff2") format("woff2"); 
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "HM";
    src: url("../fonts/HM.ttf") format("truetype"),
      url("../fonts/HM.woff") format("woff"),
      url("../fonts/HM.woff2") format("woff2");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "HB";
    src: url("../fonts/HB.ttf") format("truetype"),
      url("../fonts/HB.woff") format("woff"),
      url("../fonts/HB.woff2") format("woff2");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "OR";
    src: url("../fonts/OR.ttf") format("truetype"),
      url("../fonts/OR.woff") format("woff"),
      url("../fonts/OR.woff2") format("woff2");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "OI";
    src: url("../fonts/OI.ttf") format("truetype"),
      url("../fonts/OI.woff") format("woff"),
      url("../fonts/OI.woff2") format("woff2");
    font-weight: normal;
    font-style: normal;
}

*{
    box-sizing: border-box;
}

body{
    background-color: #F6F5F1;
    padding: 0;
    margin: 0;
    color: #000;
    font-family: "HM", Helvetica, sans-serif;
    cursor: none;
}

::-moz-selection { 
    background: #BDBDBD;
  }
  
  ::selection {
    background: #BDBDBD;
  }

.cursor {
    position: absolute;
    background: #000;
    width: 14px;
    height: 14px;
    border-radius: 100%;
    z-index: 99;
    transition: 0.5s cubic-bezier(0.75, -1.27, 0.3, 2.33) transform,
        0.2s cubic-bezier(0.75, -1.27, 0.3, 2.33) opacity;
    user-select: none;
    pointer-events: none;
}

.site-page{
    width: 100%;
    height: auto;
    position: relative;
}
    
.menu-site{
    width: 100%;
    position: fixed;
    z-index: 10;
    padding: 20px 20px;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
    
.menu-site-left{
    height: 14px;
}
    
.logo{
    font-family: "HM", Helvetica, sans-serif;
    font-size: 14px;
    line-height: 100%;
    text-transform: uppercase;
}
    
.logo a{
    text-decoration: none;
    color: #000;
    cursor: none;
}
    
.menu-site-center{
    height: 22px;
}
    
.menu-site-center a{
    color: #000;
    font-family: "HM", Helvetica, sans-serif;
    font-size: 22px;
    line-height: 100%;
    text-transform: inherit;
    text-decoration: none;
    cursor: none;
}
    
.menu-site-center a:hover, .menu-site-center .active{
    color: #4E6937;
}
    
.menu-site-right{
    height: 14px;
    display: flex;
}
    
.date-counter{
    width: 125px;
    font-family: "HM", Helvetica, sans-serif;
    font-size: 14px;
    line-height: 100%;
    text-align: right;
    text-transform: uppercase;
    margin: 0;
    pointer-events: none;
}
    
.table-icon{
    display: none;
    position: relative;
    top: -10px;
    padding-left: 7px;
}

div#myNav {
    display: none;
}

.scroll-content {
    width: 100%;
    height: 100%;
    padding: 100px 20px 0 20px;
    display: flex;
    flex-wrap: wrap;
    overflow: hidden;
}

.image-responsive{
    width: 100%;
}

.intro-text-interview {
    font-family: "HR", Arial, Helvetica, sans-serif;
    font-size: 56px;
    line-height: 125%;
    letter-spacing: -0.01em;
    font-weight: 400;
    width: 100%;
    padding: 160px 20px 0 20px;
    overflow: hidden;
}

.intro-text-interview span{
    font-family: "HB", Arial, Helvetica, sans-serif;
    font-weight: 700;
}

.image-drawer-interview {
    padding: 20px 0 0 20px;
    overflow: hidden;
}

.second-intro-interview {
    font-family: "HR", Arial, Helvetica, sans-serif;
    font-size: 34px;
    line-height: 140%;
    overflow: hidden;
}

.pedro-drawer-image {
    margin-top: 100px;
    padding-right: 10px;
}

.first-part-interview {
    margin-top: 300px;
    font-family: "HR", Arial, Helvetica, sans-serif;
    font-size: 34px;
    line-height: 140%;
    padding-left: 10px;
}

span.first-elsa-name, span.first-pedro-name {
    font-size: 14px;
    text-transform: uppercase;
    line-height: 90%;
}

.first-part-interview span, .second-part-interview span, .third-part-interview span{
    font-size: 14px;
    text-transform: uppercase;
    padding-right: 40px;
    line-height: 90%;
}

.dogs-table-image {
    padding-top: 150px;
}

.second-part-interview, .third-part-interview {
    padding-top: 50px;
    padding-left: 10px;
    font-family: "HR", Arial, Helvetica, sans-serif;
    font-size: 22px;
    line-height: 140%;
}

.flowers-interview-image {
    margin-top: -115px;
    padding-right: 10px;
}

.third-part-interview{
    margin-top: 250px;
}


.footer-site {
    width: 100%;
    display: flex;
    padding: 10px 0 15px 10px;
    margin-top: 180px;
    justify-content: space-between;
    align-items: flex-end;
}

.footer-left{
    order: 1;
}
    
.footer-left h3 {
    font-family: "HM", Helvetica, sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    line-height: 90%;
    pointer-events: none;
}
    
.footer-left h3 a {
    color: #000;
    font-family: "HB", Helvetica, sans-serif;
    text-decoration: none;
    pointer-events: visible;
    cursor: none;
}

.footer-left h3 a:hover{
    color: #4E6937;
}

.footer-center{
    order: 2;
}
    
.footer-center a {
    color: #000;
    font-family: "HM", Helvetica, sans-serif;
    font-size: 22px;
    text-decoration: none;
    line-height: 150%;
    cursor: none;
}
    
.footer-center a:hover {
    color: #4E6937;
}

.footer-right{
    order: 3;
}
    
.footer-right h3 {
    font-family: "HM", Helvetica, sans-serif;
    font-size: 14px;
    line-height: 90%;
    text-transform: uppercase;
    pointer-events: none;
} 

@media (max-width: 1024px){
    body{
        cursor: default;
    }

    .cursor{
        display: none;
    }

    .scroll-content {
        padding: 100px 20px 0 20px;
    }

    .image-drawer-interview {
        padding: 50px 0 0 20px;
    }

    .dogs-table-image {
        padding-top: 100px;
    }

    .footer-site {
        margin-top: 130px;
    }
}

@media (max-width: 768px){
    div#myNav {
        display: block;
    }

    .table-icon{
        display: block;
    }

    .menu-site-center{
        display: none;
    }

    .overlay{
        height: 0;
        width: 100%;
        position: fixed;
        z-index: 11;
        left: 0;
        top: 0;
        background-color: #242424;
        overflow-x: hidden;
        transition: 0.5s;
    }

    .top-mobile {
        display: flex;
        justify-content: space-between;
        align-items: flex-end;
        padding: 14px 20px;
    }

    .logo-mobile a {
        color: #F6F5F1;
        font-family: "HM", Helvetica, sans-serif;
        font-size: 14px;
        text-decoration: none;
        text-transform: uppercase;
        margin: 0;
    }

    .date-counter-mobile {
        position: absolute;
        right: 38px;
    }

    .date-counter-mobile span {
        color: #F6F5F1;
        font-family: "HM", Helvetica, sans-serif;
        font-size: 14px;
        padding-right: 7px;
    }

    .overlay .closebtn {
        position: absolute;
        top: 10px;
        right: 20px;
    }

    .overlay .closebtn img {
        transform: rotate(180deg);
    }
    
    .overlay-content {
        display: flex;
        flex-wrap: wrap;
        position: absolute;
        top: 46%;
        width: 100%;
        transform: translateY(-50%);
        padding: 0 20px;
    }
    
    .overlay-content a {
        font-family: "HR", Helvetica, sans-serif;
        text-decoration: none;
        font-size: 42px;
        color: #F6F5F1;
        display: block;
        transition: 0.3s;
    }

    .overlay-content a:nth-child(2) {
        padding-left: 7px;
    }

    .overlay-content a:nth-child(3) {
        position: absolute;
        display: block;
        margin-top: 80px;
        right: 20px;
    }
    
    .overlay-content a:hover, .overlay-content a:focus {
        color: #C89F66;
    }

    .contact-links {
        position: absolute;
        left: 50%;
        bottom: 20px;
        margin: auto;
        transform: translateX(-50%);
    }

    .contact-links a{
        color: #F6F5F1;
        font-family: "HR", Helvetica, sans-serif;
        font-size: 24px;
        text-decoration: none;
        text-transform: uppercase;
    }

    .contact-links a:hover, .contact-links a:focus{
        color: #C89F66;
    } 

    .intro-text-interview {
        font-size: 30px;
        line-height: 140%;
        letter-spacing: 0;
        padding: 100px 10px 0 10px;
    }

    .image-drawer-interview {
        padding: 20px 0 0 10px;
    }

    .scroll-content {
        padding: 50px 20px 0 20px;
    }

    .second-intro-interview {
        font-size: 22px;
        line-height: 150%;
    }

    .pedro-drawer-image {
        margin-top: 50px;
        padding-right: 0;
    }

    .first-part-interview {
        margin-top: 20px;
        font-size: 22px;
        line-height: 150%;
        padding-left: 0;
    }

    .first-part-interview span, .second-part-interview span, .third-part-interview span {
        font-size: 12px;
        text-transform: uppercase;
        padding-right: 25px;
        line-height: 90%;
    }

    .dogs-table-image {
        padding-top: 50px;
    }

    .second-part-interview, .third-part-interview {
        padding-top: 20px;
        padding-left: 0;
        font-family: "HR", Arial, Helvetica, sans-serif;
        font-size: 18px;
        line-height: 140%;
    }

    .third-part-interview {
        margin-top: 20px;
        padding-top: 0;
    }

    .flowers-interview-image {
        margin-top: 50px;
        padding-right: 0;
    }

    .footer-left{
        order: 2;
    }

    .footer-right{
        order: 1;
        padding-bottom: 3px;
    }

    .footer-center{
        display: none;
    }

    .footer-site {
        width: 100%;
        display: flex;
        padding: 0 0 15px 0;
        margin-top: 100px;
        justify-content: normal;
        align-items: normal;
        text-align: center;
        flex-direction: column;
    }
}

@media (max-width: 414px){
    .menu-site {
        padding: 12px 10px;
        background-color: #F6F5F1;
    }

    .date-counter{
        display: none;
    }

    .table-icon {
        top: -8px;
    }

    .top-mobile {
        padding: 8px 10px;
    }

    .date-counter-mobile {
        position: absolute;
        right: 28px;
    }

    .overlay .closebtn {
        position: absolute;
        top: 4px;
        right: 10px;
    }

    .overlay-content {
        display: flex;
        flex-wrap: wrap;
        position: absolute;
        top: 45%;
        width: 100%;
        transform: translateY(-50%);
        padding: 0 10px;
    }

    .overlay-content a {
        font-family: "HR", Helvetica, sans-serif;
        text-decoration: none;
        font-size: 34px;
        color: #F6F5F1;
        display: block;
        transition: 0.3s;
    }

    .overlay-content a:nth-child(3) {
        position: absolute;
        display: block;
        margin-top: 80px;
        right: 10px;
    }

    .contact-links {
        position: absolute;
        left: 50%;
        bottom: 10px;
        margin: auto;
        transform: translateX(-50%);
    }

    .contact-links a {
        color: #F6F5F1;
        font-family: "HR", Helvetica, sans-serif;
        font-size: 18px;
        text-decoration: none;
        text-transform: uppercase;
    }

    .scroll-content {
        padding: 60px 10px 0 10px;
    }

    .footer-left h3 {
        font-family: "HM", Helvetica, sans-serif;
        font-size: 12px;
        text-transform: uppercase;
        line-height: 90%;
        pointer-events: none;
        margin: 0;
        padding-top: 7px;
    }

    .footer-right h3 {
        font-family: "HM", Helvetica, sans-serif;
        font-size: 12px;
        line-height: 90%;
        text-transform: uppercase;
        pointer-events: none;
        margin: 0;
    }
}