html{
    background-color: black;
    
}
body{
    
    margin: 0px;

    background-color: white;
   
}
nav{
    padding: 0% 15% 0% 15%;
}

nav, ul{
    
    list-style: none;
    font-size: 20px;
    background-color: white;
}
ul{
    padding: 10px 0px;
    margin: 10px 0px;
    display: flex;
    justify-content: space-between;
}
li{
    border-radius: 5px;
}
img{
    background-color: black;
    padding: 34px 12.5%;
}

main{
    padding: 0% 15% 0% 15%;
    background-color: black;
    display: block;
}
p{
    padding:10%;
    background-color: white;
    text-indent: 50px;
}
h2{
    background-color: black;
    color: white;
    padding: 4% 10% 4% 10%;
    margin: 0px;
    font-size: 40px;
    justify-content: center;
    display: flex;
}
h3{
    font-size: 20px; 
}
.blogtitle{
    font-size: 30px;
}
footer{
    background-color: black;
    color: white;
    
}

#mainHead{
    font-size: 125px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    text-align: center;
    padding-bottom: 20px;
    color: white;
    background-color: black;
    margin: 0px;
}
#undertextMain{
    
    text-align: center;
    margin: 0;
    padding: 0;
    font-size: 30px;
    color: white;
    background-color: black;

}
nav button{
    background-color: black;
    color: white;
    font-size: 15px;
    padding: 15px;
    padding-left: 20px;
    padding-right: 20px;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}
.content {
    padding: 16px;
  }
  
.sticky {
    position: fixed;
    top: 0;
    width: 70%;
    z-index: 9;
  }
  
.sticky + .content {
    padding-top: 60px;
  }
main{
    padding: 0% 15% 0% 15%;
    background-color: black;
   display: block;
}
#blog{
    display: none;
    padding: 60px 15% 0% 15%;
    background-color: black;

}
.blogimg{
    background-color: white;
  
}
.blogp{
    padding:5%;
    background-color: white;
    text-indent: 50px;
    width: 50%;

}
.shopimg{
    background-color: white;

}

#shop{
    display: none;
    grid-template-columns: auto auto auto;
    gap: 60px;
    padding: 60px 15% 0% 15%;
    background-color: black;

}
#shop button{
    border: 0px;
    background-color: white;
    padding: 0px;
    appearance: unset;
    z-index: 2 ;

}
.shopinfo{
    padding:5%;
    background-color: white;
    text-indent: 0px;
}
div{
    background-color: white;
}
button:hover{
opacity: 50%;
}


.logo{
    
    justify-content: center;
    display: flex;
    position: relative;
    background-color: black;
    
}
.logo .logowink{
    position: absolute;
    object-fit: contain;
    opacity: 0;
    transition: opacity .002s;
   
}
.logo:hover .logowink{
    opacity: 1;
}



#contact{
    padding: 0% 15% 0% 15%;
    background-color: black;
    display: none;
}
.blogcopy{
    display: flex;

}
.bloginfo{
    display: flex;
}
.blogsumm{
    padding: 5%;
}
#contactme{
    padding: 10%;
    display:flex;
    background-color: black;
    justify-content: space-around;
}
#socialmedia{
 
}
.contactB{
    padding: 10px;
    border: 0;
    appearance: none;
    background-color: black;
}
#contactII{
    color: white;
    display: flex;
    justify-content: center;
}
#navbar{
    border-width: 10px;
    border-color: black;
    border-style: solid;
    border-left: 0px;
    border-right: 0px;
}