*{
    margin: 0% 0% 0% 0%;
    padding: 0;
}
*:hover{
    cursor: default;
}

html{
    background-color: #fff;
    scroll-behavior: smooth;
}

/* HEADER and NAV */

.header-container {
    background-color: rgba(0, 0, 0, 1);
    display: block;
    justify-content: center;
    text-align: center;
}
.header-title{
    padding: 1rem;
    display: flex;
    justify-content: center;
    align-items: center;
}
.h2{
    color: #fff;
    font-size: 3em;
    letter-spacing: 3px;
    border: 1px solid #fff;
    border-radius: 20px;
    padding: 5px 1rem;
    box-shadow: rgba(255, 255, 255, 1) 0px 2px 8px 0px;
    width: fit-content;
}
nav {
    position: sticky;
    top: 0;
    width: 100vw;
}
nav a {
    display: inline-block;
    color: #fff;
    padding: 2em;
    text-decoration: none;
    font-size: 1.25em;
}
nav a:hover{
    color: hsl(0, 0%, 50%);
    cursor: pointer;
    text-decoration: underline;
}

/* WELCOME */

.img-container {
    background-color: rgba(0, 0, 0, 1);
    display: block;
    justify-content: center;
    align-items: center;
    padding-bottom: 3rem;
}
.img{
    height: 500px;
    justify-content: center;
    align-items: center;
    display: flex;
    padding: 4rem;
}
.img img{
    border-radius: 250px;
    min-width: 30%;
    box-shadow: rgba(255, 255, 255, 1) 0px 2px 8px 0px;
}
.welcome-container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: column;
    background-color: #fff;
    border-radius: 25px;
    margin-left: auto;
    margin-right: auto;
    height: 150px;
    max-width: 450px;
}
.welcome-container h4{
    font-size: 20px;
    margin-bottom: 1rem;
    text-transform: uppercase;
}
.welcome-container a{
    background-color: #fff;
    border: 1px solid #000;
    border-radius: 10px;
    color: #000;
    padding: 1rem 2rem;
    text-decoration: none;
}
.welcome-container a:hover{
    cursor: pointer;
    background-color: #000;
    color: #fff;
    transition: background-color .1s ease-in, color .1s ease-in;
}
.btn-shop p:hover{
    cursor: pointer;
}

/* FEATURED */

.featured-container {
    display: block;
    padding: 2rem 0rem;
    margin: 2rem 0rem;
    border-top: 1px solid rgba(128, 128, 128, 0.4);
}
.featured-title{
    padding: 2rem;
}
.featured-title h2{
    font-size: 2rem;
    text-align: center;
}
.items-container {
    margin: 0;
    display: grid;
    grid-template-columns: repeat(auto-fill,minmax(350px, 1fr));
    column-gap: 1em;
    text-align: center;
}
.item{
    border: 1px solid #000;
    border-radius: 10px;
    height: auto;
    max-width: 100%;
    margin: 1rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.item-img{
    height: 100%;
    max-width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.item-img img:hover{
    cursor: pointer;
}
.item img{
    height: auto;
    width: 50%;
    padding: 1rem;
    /* display: flex; */
    justify-content: center;
    align-items: center;
}
.item-description-container {
    border-top: 1px solid #000;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.item-p-top{
    margin-top: 1rem;
    font-weight: bolder;
}
.item-description-container p{
    letter-spacing: 2px;
}
.options-btn{
    margin: 1rem;
    background-color: #000;
    border: 1px solid #000;
    border-radius: 10px;
    color: #fff;
    padding: 1rem 2rem;
    text-decoration: none;
    width: 50%;
}
.options-btn:hover{
    cursor: pointer;
    background-color: #fff;
    color: #000;
    transition: background-color .1s ease-in, color .1s ease-in;
}

/* ABOUT */

.collab-container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    margin: 5rem 2rem 5rem 2rem;
    border: 1px solid rgba(128, 128, 128, 0.4);
    border-radius: 25px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    justify-content: space-between;
}
.left-collab-box{
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    margin: 1vw;
    text-align: center;
}
.left-collab-box h2{
    font-size: 3vh;
    letter-spacing: 3px;
}
.left-collab-box a{
    background-color: #fff;
    border: 1px solid #000;
    color: #000;
    padding: 1rem 1rem;
    margin: 1rem;
    text-decoration: none;
}
.left-collab-box a:hover{
    cursor: pointer;
    background-color: #000;
    color: #fff;
    transition: background-color .1s ease-in, color .1s ease-in;
}
.right-collab-box{
    align-items: right;
    justify-content: right;
    margin: 2em 1em;
}
.collab-img img{
    width: 75%;
    height: 75%;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
}

/* MEDIA */

/* .media-container {
    margin: 2rem 0rem;
    display: flex;
    justify-content: space-around;
    flex-direction: row;
    flex-wrap: wrap;
} */

/* SUBSCRIBE */

/* .subscribe-container {
    width: 100%;
    height: auto;
    display: block;
    margin: 1rem 0rem;
    text-align: center;
}
.subscribe-container h2{
    color: gray;
    margin: 1rem;
    font-size: 40px;
    letter-spacing: 3px;
}
.subscribe-container h4{
    color: rgba(128, 128, 128, 0.7);
    margin: 1rem;
    letter-spacing: 1px;
}
.email-box input{
    border: 1px solid #000;
    padding: 1rem;
    font-size: 20px;
    text-align: center;
}
.email-box input:hover{
    cursor: text;
}
.signup-btn {
    padding: 1rem;
    font-size: 20px;
    background-color: #fff;
    border: 1px solid #000;
    color: #000;
}
.signup-btn:hover {
    cursor: pointer;
    background-color: hsl(0, 0%, 0%);
    color:hsl(0, 0%, 100%);
} */

/* FOOTER */

footer {
    background-color: hsla(242, 100%, 5%, 1);
}
.mission-container{
    align-items: center;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    justify-content: center;
}
.mission-desc{
    align-items: center;
    justify-content: center;
    text-align: center;
}
.mission-desc p{
    color: hsl(0, 0%, 85%);
    letter-spacing: 5px;
    font-size: 5vw;
}
.fa-instagram{
    padding: 1px;
    width: 1em;
    height: 1em;
    text-align: center;
    text-decoration: none;
    border-radius: 10px;
    font-size: 5rem;
    color: #fff;
    background: radial-gradient(circle farthest-corner at 35% 90%, #fec564, transparent 50%), radial-gradient(circle farthest-corner at 0 140%, #fec564, transparent 50%), radial-gradient(ellipse farthest-corner at 0 -25%, #5258cf, transparent 50%), radial-gradient(ellipse farthest-corner at 20% -50%, #5258cf, transparent 50%), radial-gradient(ellipse farthest-corner at 100% 0, #893dc2, transparent 50%), radial-gradient(ellipse farthest-corner at 60% -20%, #893dc2, transparent 50%), radial-gradient(ellipse farthest-corner at 100% 100%, #d9317a, transparent), linear-gradient(#6559ca, #bc318f 30%, #e33f5f 50%, #f77638 70%, #fec66d 100%);
}
.fab:hover{
    cursor: pointer;
    color: hsl(0, 0%, 90%);
}
.fab{
    margin: 4px;
}
.fa-tiktok{
    padding: 1px;
    width: 1em;
    height: 1em;
    text-align: center;
    text-decoration: none;
    border-radius: 10px;
    font-size: 5rem;
    color: #fff;
    filter: drop-shadow(2px 0px 0px #FD3E3E) drop-shadow(-2px -2px 0px #4DE8F4);
}
.mission-img{
    margin: 2rem;
}
.mission-img img{
    width: 25vw;
    border-radius: 10px;
}

.misc-container {
    background-color: hsla(242, 100%, 5%, 1);
    color: #fff;
    display: flex;
    justify-content: space-between;
    padding: 2rem;
    /* margin: 2rem; */
    border-top: 1px solid rgba(128, 128, 128, 0.4);
}
.thomas-caneday{
    color: #fff;
}
.thomas-caneday:hover{
    cursor: pointer;
}

.hidden {
    opacity: 0;
    filter: blur(5px);
    transform: translateX(-100%);
    transition: all 1s;
}

@media(prefers-reduced-motion) {
    .hidden {
        transition: none;
    }
}

.show {
    opacity: 1;
    filter: blur(0);
    transform: translateX(0);
}

/* Responsive design for smaller screens */
@media screen and (max-width: 768px) {
    .item {
        margin-right: 0;
        margin-left: 0;
        padding-right: 0;
        padding-left: 0;
        max-width: 100vw;
    }
    
    footer {
        display: flex;
        flex-direction: column;
    }
}