:root {
    --width: 75%;
    --text-black: #2a2a2a;
}



body {
    
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background-color: #e2e0dc;
    margin: 0;
    font-family: monospace;
    background-size: 5px 5px;
    background-image:
        linear-gradient(to right, #dedcd8 2px, transparent 2px),
        linear-gradient(to bottom, #dedcd8 2px, transparent 2px);
}

nav {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.3rem;
    height: 3rem;
}

.navLink {
    text-decoration: none;
    height: 1.5rem;
    padding-left: 1rem;
    padding-right: 1rem;
    color: #2a2a2a;
    outline: #2a2a2a;
    font-family: monospace;
    font-size: 1rem;
    font-weight: normal;
    white-space: nowrap;
    min-width: 0;
    flex: 0 1 auto;
}

.navLink :hover {
    color: #8a8888;

}

.search {
    width: 8rem;
    border-radius: 40px;
    padding: 5px;
    padding-left: 10px;
    border: 1px solid #107a4d;
    background-color: #f1efeb;
    font-family: monospace;
}

.search:focus {
    outline: none;
}


.disp{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
    overflow: hidden;
    gap: 3rem;
    width: var(--width);
    padding-left: 1rem;
    padding-right: 1rem;
    height: 3.5rem;
}

.logo{
    max-height: 2rem;
}

.brand{
    display:flex;
    align-items: center;
    justify-content: center;
    align-self: center;
}

.sizeWrap{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100vw;
    border-bottom: 1px solid #cfcece;
    background-color: #f1efeb;
    height: auto;
}

.brandName {
    color:#45a775;
    font-family: monospace;
    font-weight: normal;
    font-size: 1.7rem;
}

.punchLine {
    color: #107a4d;
    font-size: 5.5rem;
    font-weight: 620;
    font-family: system-ui;
    width: 70vh;
}

.separator {
    height: 5rem;
}

.liz{
    height: 30vh;
}



.bigText {
    font-size: 1.1rem;
    font-family: monospace;
    color: #107a4d;
    line-height: 1.4;
}

.smallText {
    color:#8a8a89;
    font-size: 0.7rem;
    text-align: center;

}

.aBtn{
    display: flex;
    color: whitesmoke;
    background-color: #107a4d;
    justify-content: center;
    align-items: center;
    height: 2.2rem;
    text-decoration: none;
    font-size: 1rem;
    font-family: system-ui;
}

.aBtn:hover {
    background-size: 0.5rem 0.5rem;
    background-image:
        linear-gradient(to right, #10985f 0.5px, transparent 0.5px),
        linear-gradient(to bottom, #10985f 0.5px, transparent 0.5px);
}

.group1{
    display: flex;
    flex-direction: column;
    width: 35vh;
}



@media screen and (max-width: 1200px){
    .navLink {
        font-size: 1.7vw;
        padding-left: 0.5rem;
        padding-right: 0.5rem;
    }

    .search {
        width: 11vw;
    }

    .disp {
        gap: 1rem;
    }

    .brandName{
        font-size: 2vw;
    }

    .logo {
        max-height: 6vh;
    }
}


@media screen and (max-width: 600px){
    nav {
        display: none;
    }

    .search {
        width: 30vw;
    }

    .disp{

        align-items: center;
        justify-content: center;
        padding-left: 0;
        padding-right: 0;
    }
}

@media screen and (max-width: 400px){
    .bigGroup{
        flex-direction: column;
        min-width: 100vw;
    }

    .punchLine{
        font-size: 3.6rem;
        font-weight: 700;
    }

    .gecko{
        padding-left: 0.5rem;
        width: 100vw;
    }

    .brandName{
        font-size: 1rem;
    }

    .tagline{
        min-height: 6rem;
        min-width: 100vw;
        flex-direction: column;
        padding: 0rem;

        h2{
            padding: 0.2rem;
        }
        heart{
            padding: 0.2rem;
        }
    }

    .gridline{
        min-width: 100vw;
        grid-template-columns: repeat(2, 1fr);
    }
}



.menu {
    height: 2rem;
    width: 2rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 0.3rem;
    border-radius: 8px;
    border: 1px solid #f1efeb;
    transition: background-color 0.5s;

}

.menu:hover{
    background-color: #d8d5cf;
}

@media screen and (min-width: 600px){
    .menu {
        display: none;
    }
}



hr{
    width: 50%;
    border: 1px solid #107a4d;
    margin: 0;
}
.bigGroup{
    display:flex;
    outline: 1px solid #cececd;
    min-height: 80vh;
    width: var(--width);
    /* background-color: #e2e0dc; */
}

.gecko {
    padding-left: 2rem;
}

.geckBox{
    height: 4rem;
    width: 20vw;
    display: flex;
    justify-content: center;
    align-items: center;
}

.geckPlacement{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.tagline {
    border: 1px solid #cececd;
    width: var(--width);
    height: 2.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.liz {
    height: 70vh;
    opacity: 80%;
}

h2{
    font-family: monospace;
    font-weight: 200;
    font-size: 1rem;
    color: var(--text-black);
    padding: 1rem;

}

@keyframes pulse {
  from { opacity: 1; }
  to   { opacity: 0.4; }
}

.heart {
    color:#107a4d;

}

mark{
    animation: pulse 900ms ease-in-out infinite alternate;
    background-color: #e2e0dc;
    color:#107a4d;
}

.gridline {
    width: var(--width);
    height: 5rem;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    
}

.box {
    display: flex;
    align-items: center;
    justify-content: center;
    outline: 1px solid #cececd;
}

.sponsLogo{
    width: 5rem;
    
}