*, *::before, *::after {box-sizing:border-box}

*{
    margin: 0px; 
    padding: 0px;
    font-family:"Roboto", Arial, Helvetica, sans-serif; 
    border-bottom-width: 2pt;
    line-height: 1.5;
    font-size: 0px;
    outline: none;
}

html{
    overflow-y:scroll;
}

html, body{
    width: 100%;
    min-width: 420px;
    height: 100%;
    padding:0;
    margin:0
} 

.wrapper{
    padding-bottom: 50px;
}

h1{
    font-family:"Bigelow Rules", Georgia, Times, serif, Helvetica, serif;
    font-size: 180px;
    font-weight: bolder;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 10px;
}

hr{
    border-color: black;
    border-width: 2px;
    margin-left: 80px;
    margin-right: 80px;
}

h2{
    font-family:"CrimsonText-SemiBoldItalic", Georgia, Times, serif, Helvetica, serif;
    font-size: 80px;
    font-weight: bolder;
    text-align: center;
    padding-bottom: 60px;
}

ul{
    width: 100%;
}

li{
    list-style:none;}

.artwork_box{
    max-width: 2100px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 60px;
    padding-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
}

.artwork li{
    width: 100%;
}

.artwork li{
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.artwork li div img{
    width: 100%;
    height: auto;
    max-height: 90vh;
    padding-bottom: 10px;

}

.artwork div p{
    font-size: 20px;
    color: black;
    padding-bottom: 50px;
}

.stickers_box{
    margin-top: 80px;
    padding-top: 40px;
    padding-bottom: 40px;
    background-color: lightgrey;
    overflow: hidden;

}

.stickers{
    max-width: 2100px;
    min-width: 420px;
    width: inherit;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: space-around;
}

.stickers li{
    width: 32vw;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.stickers li div{
    width: 32%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.stickers li div img{
    height: 100%;
    max-height: 33vh;
    width: max-content;   
}

.stickers li div p{
    font-size: 20px;
    text-align: center;
    color: black;
    padding-bottom: 15px;
}


@media all and (max-width: 1024px) {

    .wrapper{
        padding-bottom: 35px;
    }

    h1{
        font-size: 120px;
        padding-bottom: 8px;
    }

    h2{
        font-size: 50px;
        padding-bottom: 30px;
    }

    hr{
        border-width: 1px;
        margin-left: 40px;
        margin-right: 40px;
    }


    .stickers li div img{
        height: 350px;
    }

    .stickers li div p{
        font-size: 16px;
    }

    .artwork_box{
        padding-left: 15px;
        padding-right: 15px;
        padding-top: 40px;
        padding-bottom: 15px;
    }

}


@media all and (max-width: 600px) {

    .wrapper{
        padding-bottom: 20px;
    }

    h1{
        font-size: 100px;
        padding-bottom: 5px;
    }

    h2{
        font-size: 30px;
        padding-bottom: 5px;
    }

    hr{
        border-width: 1px;
        margin-left: 20px;
        margin-right: 20px;
    }

    .stickers li div img{
        height: 200px;
    }

    .stickers li div p{
        font-size: 12px;
    }

    .artwork_box{
        padding-left: 10px;
        padding-right: 10px;
        padding-top: 35px;
        padding-bottom: 10px;
    }

}
