* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

#logo {
    padding-left: 15px;
    max-width: 70px;
}

header {
    display: grid; 
    grid-template-columns: 2fr 1fr;
    background-color: #F3D77A;
    position: fixed;
    z-index: 10;
    padding: 15px;
    width: 100%;
}
/* mobile nav*/
#mobile.show {
    display: block;
    position: absolute;
    width: 100%;
    height: 100vh;
    background: #F3D77A;
    top: 0px;
    left: 0px;
    text-align: center;
    padding: 30px;
    padding-top: 10vh;
    z-index: 100;
} 

#mobile.show li {
    display: block;
    list-style: none;
    line-height: 2em;
    font-size: 2rem;
}

.bar1,.bar2,.bar3 {
    width: 35px;
    height: 5px;
    background-color:#593B14;
    margin: 6px 0;
    transition: 0.4s;
  }
  
#hamburger {
    display: inline-block;
    cursor: pointer;
    padding: 1rem;
    position: absolute;
    right: 4px;
    top: 6px;
    z-index: 110;

}

.change .bar1 {
    transform: translate(0, 11px) rotate(-45deg);
}

.change .bar2 {
    opacity: 0;
}

.change .bar3 {
    transform: translate(0, -11px) rotate(45deg);
}

#mobile {
    display: none;
}

/*desktop nav*/
nav {
    display: flex;
    margin-right: 0%;
    margin-left: auto;
} 

#desktop {
    height: 100%;
    margin-right: 0%;
    margin-left: auto;
    display: flex;
    align-items: center;
    padding-right: 25px;
}

#desktop li, #mobile li {
    list-style-type: none;
}

#desktop li a, #mobile li a{
    padding-left: 15px;
    font-family: "Luckiest Guy", cursive;
    font-weight: 400;
    font-style: normal;
    font-size: 20px;
    color: #593B14;
    text-decoration: none;
}

#desktop a:hover, #mobile a:hover {
    color: #C28734;
    text-decoration: underline;
}
/*--------*/
#desktop {
    display: none;
}

#hamburger {
    display: block;
}

.anchorContainer {
    position: relative;
}
 
.anchor {
    position: absolute;
    top: -100px;
    left: 0px;
}

button {
    font-family: "Comfortaa", sans-serif;
    font-optical-sizing: auto;
    font-weight:400;
    font-style: normal;
    font-size: larger;
    background-color: #F3D77A;
    border-radius: 15px;
    border-style: none;
    text-decoration: none;
    height: 45px;
    cursor:pointer;
    color: #593B14;
    width: 8em; 
    text-align: center;
    justify-content: center;
}

button a {
    text-decoration: none;
    color: #593B14; 
} 

button:hover {
    color: white;
    background-color: #593B14;
    text-decoration: none;
} 

.enlarged {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 90%;
    max-height: 90%;
    z-index: 9999;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
    transition: transform 0.3s ease-in-out;
}

.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    z-index: 9998;
    display: none;
}

.overlay.active {
    display: block;
}

#print, #web {
    padding-top: 60px;
}

#print img{
    max-width: 270px;
    height: 100%;
    border-radius: 20px;
}

main{
    padding: 20px;
    margin: 0 auto;
    position: relative;
}

body {
    min-height: 100vh;
    display:flex;
    flex-direction: column;
}

#hero {
    height: 100vh;
    background-image: url(../img/headerBG.png);
    background-size: cover;
    background-repeat: no-repeat;
    width: 100vw;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

#intro {
    top: 190px;
    color: #b97b2a;
    position: relative; 
    margin-bottom: 20px;  
}

#Duck {
    animation: fadeIn 1s ease-in-out;
    top: -130px;
}

#Duck2 {
    animation: fadeIn2 2s ease-in-out;
    top: -130px;
}

#Duck, #Duck2 {
    position: absolute;
    max-width: 300px;
    width: 100%;
    height: auto;
}

.DUCKS {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    position: relative;
}

@keyframes fadeIn {
    from {
      opacity: 0;
      transform: translateY(20px);
    }
    to {
      opacity: 1;
      transform: translateY(0);
    }
}

@keyframes fadeIn2 {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 100;
        transform: translateY(0);
    }
}

#container {
    display: flex;
    flex-direction: column;   
    justify-content: center;  
    align-items: center;     
    text-align: center;       
    position: relative;
}

footer {
    background-color: #F3D77A;
    text-align: center;
    padding: 25px;
    height: 70px;    
    margin-top: auto;
}

#subtitle {
    font-family: "Luckiest Guy", cursive;
    font-weight: 400;
    font-style: normal;
    font-size: 45px;
    color: #C28734;
}

#subsub {
    font-family: "Luckiest Guy", cursive;
    font-weight: 400;
    font-style: normal;
    font-size: 25px;
    color: #593B14;
    padding-top: 20px;
}

footer p {
    font-size: 20px;
    font-family: "Comfortaa", sans-serif;
    font-optical-sizing: auto;
    font-weight:200;
    font-style: normal;
    color: #593B14;
}

span {
    font-family: "Luckiest Guy", cursive;
    font-weight: 600;
    font-style: normal;
    font-size: 40px;
    color: #C28734;
}

p, li {
    font-size: 15px;
    font-family: "Comfortaa", sans-serif;
    font-optical-sizing: auto;
    font-weight:400;
    font-style: normal;
    color: #593B14;
}

@media only screen and (min-width: 810px) {

    span {
        padding-right: 15px;
    }

    #Duck {
        max-width: 700px;
    }

    #print img {
        max-width: 350px;
    }

    #final img {
        width: 230px;
        height: 230px;
    }
}

@media only screen and (min-width: 1020px) {
    footer {
        height: 100px;
        align-items: center;
        display: flex;
        justify-content: center;
    }

    header {
        height: 100px;
    }

    #container {
        padding-top: 400px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    #intro {
        top: 20px;
        font-size: 3rem; 
    }
    
    #logo {
        max-width: 110px;
        display: grid;
        justify-content: center;
        align-items: center;
    }

    #hamburger {
        top: 15px;
    }

    #Duck {
        top: -300px;  
    }

    #Duck2 {
        top: -340px;  
    }

    span {
        padding-top: 500px;
        font-size: 75px;
    }

    #subsub {
        font-size: 35px;
    }

    #print img{
        max-width: 300px;
        max-height: 360px;
        height: 100%;
    }

    p, li {
        font-size: 20px;
    }

    #Duck {
        max-width: 1000px;
    }

}

@media only screen and (min-width: 1500px) {

    #desktop {
        display: flex;
    }

    #hamburger {
        display: none;
    }

    #mobile{
        display: none;
    }

    span {
        font-size: 85px;
    }

    #intro {
        font-size: 5rem; 
    }
}
