html {
  margin: 0;
  padding: 0;
  scroll-behavior: smooth;
}

/* BodyProps */
body {
  height: 100%;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  background-image: url(../Images/DydyShopBG.png);
}

/* FooterProps */
.footer {
  position:relative; 
  font-weight: bold;
  text-align: center;
  padding: 30px;
  font-size: 40px;
  background-color: #00000096;
  color: rgb(255, 255, 255);
  border-top: 5px solid #ffffff3d;
  backdrop-filter: blur(12px);
  transition: 0.3s;
}

/* StickyHeader */
body nav {
  position: sticky;
  top: 0;
}

/* StickyHeaderProps */
ul {
  display:flex;
  justify-content: flex-start;
  box-sizing:content-box;
  padding:15px;
  background: #0000003f;
  border-bottom: 5px solid #00000010;
  backdrop-filter: blur(20px);
  margin-bottom: -40px;
}

/* StickyHeaderTextProps */
li {
  list-style: none;
  margin-left: 20px;
  padding-top: 9px;
  font-size: 32px;
  font-weight: bold;
  transition: 0.15s;
}

/* StickyHeaderTextStyle */
li a {
  text-decoration: none;
  color: rgb(255, 255, 255);
  transition: 0.25s;
}

.homebtn {
  margin-top: -12px;
  color: rgb(255, 255, 255);
}

.headertext1 {
  margin-top: 10px;
}

.headertext2 {
  margin-top: 10px;
}

.headertext3 {
  margin-top: 10px;
}

.headertext4 {
  margin-top: 10px;
}

/* SectionProps */
section {
  height: 100%;
  margin-top: 45px;
  display: grid;
  place-items: center;
  color: rgb(255, 255, 255);
  font-weight: bold;
  transition: 0.25s;
}

.LFont {
  text-shadow: 0px 0px 7px rgba(0, 0, 0, 0.103);
  padding-top: 30px;
  padding-left: 140px;
  padding-right: 140px;
  text-align: center;
  font-size: 40px;
  color: rgb(255, 255, 255);
  font-weight: bold;
  transition: 0.25s;
}

.HeaderText {
  text-shadow: 0px 0px 7px rgba(0, 0, 0, 0.103);
  margin-top: 45px;
  display: grid;
  place-items: center;
  font-size: 110px;
  color: rgb(255, 255, 255);
  font-weight: bold;
  transition: 0.25s;
}

.pillows {
  text-shadow: 0px 0px 7px rgba(0, 0, 0, 0.103);
  margin-bottom: -110px;
  margin-top: 100px;
}

.cups {
  text-shadow: 0px 0px 7px rgba(0, 0, 0, 0.103);
  margin-bottom: -110px;
  margin-top: 100px;
}

.hoodies {
  text-shadow: 0px 0px 7px rgba(0, 0, 0, 0.103);
  margin-bottom: -110px;
  margin-top: 100px;
}

/* TopHeaderProps */
.start {
  background: url(../Images/DydyShopLogo.png);
  height: 14vw;
  min-height: 100px;
  max-height: 180px;
  width: 100%;
  margin-bottom: -16px;
  margin-left: auto;
  margin-right: auto;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  backdrop-filter: blur(26px);
  background-color:#00000075;
}

img {
  margin-top: 130px;
  margin-bottom: 120px;
  border-radius: 60px;
  background-position: center;
  background-repeat:no-repeat;
  background-size: contain;
  padding: 0px;
  width: 600px;
  height: 600px;
  transition: 0.25s;
  box-shadow: 20px 20px 35px rgba(0, 0, 0, 0.178);
}

/* sidenavmenu */
.sidenav {
  height: 100%; 
  width: 0; 
  position: fixed; 
  z-index: 1; 
  top: 0;
  left: 0;
  background-color: #00000098; 
  backdrop-filter: blur(18px);
  overflow-x: hidden; 
  padding-top: 60px; 
  transition: 0.9s; 
}

/* menulinks */
.sidenav a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 36px;
  color: #bdbdbd83;
  display: block;
  transition: 0.35s;
}


/* RESPONSIVE START */

/* sidenav */
.sidenav a:hover {
  color: #ffffff;
  padding-left: 42px;
}

/* header */
li a:hover {
  color: rgba(255, 255, 255, 0.295);
}

/* RESPONSIVE ENDING */


/* closebtn */
.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 60px;
  margin-left: 50px;
}

/* pushpageright */
#main {
  transition: margin-left .9s;
  padding: 0px;
}

/* responsivesidenav */
@media screen and (max-height: 450px) {
  .sidenav {padding-top: 35px;}
  .sidenav a {font-size: 28px;}
}
/* responsivestickyheaderstage1 */
@media screen and (max-width: 590px) {
  li {font-size: 26px;}
  li {padding-top: 14px;}
  .headertext1 {margin-top: 6px;}
  .headertext2 {margin-top: 6px;}
  .headertext3 {margin-top: 6px;}
  .headertext4 {margin-top: 6px;}
}
/* responsivestickyheaderstage2 */
@media screen and (max-width: 520px) {
  li {font-size: 25px;}
  li {padding-top: 15px;}
  li {margin-left: 10px;}
}
/* responsivestickyheaderstage3 */
@media screen and (max-width: 420px) {
  li {font-size: 22px;}
  li {padding-top: 17px;}
  li {margin-left: 8px;}
  .headertext1 {margin-top: 3px;}
  .headertext2 {margin-top: 3px;}
  .headertext3 {margin-top: 3px;}
  .headertext4 {margin-top: 3px;}
}
/* responsivestickyheaderstage4 */
@media screen and (max-width: 400px) {
  li {font-size: 20px;}
  li {padding-top: 22px;}
  li {margin-left: 7px;}
  li {margin-top: -10px;}
  .headertext1 {margin-top: 2px;}
  .headertext2 {margin-top: 2px;}
  .headertext3 {margin-top: 2px;}
  .headertext4 {margin-top: 2px;} 
}
/* responsivefooterstage1 */
@media screen and (max-width: 890px) {
  .footer {font-size: 33px;}
}
/* responsivefooterstage2 */
@media screen and (max-width: 770px) {
  .footer {font-size: 28px;}
}
/* responsivefooterstage3 */
@media screen and (max-width: 650px) {
  .footer {font-size: 20px;}
}
/* responsiveimage1 STAGE 1 */
@media screen and (max-width: 680px) {
  img {width: 500px;}
  img {height: 500px;}
}
/* responsiveimage1 STAGE 2 */
@media screen and (max-width: 580px) {
  img {width: 400px;}
  img {height: 400px;}
}
@media screen and (max-width: 580px) {
  section {font-size: 80px};
}
@media screen and (max-width: 900px) {
  .LFont {font-size: 30px;}
  .LFont {padding-left: 100px;}
  .LFont {padding-right: 100px;}
  .HeaderText {font-size:  90px;}
}
@media screen and (max-width: 700px) {
  .LFont {padding-left: 80px;}
  .LFont {padding-right: 80px;}
  .LFont {font-size: 20px;}
  .HeaderText {font-size:  65px;}
}
@media screen and (max-width: 500px) {
  .LFont {padding-left: 30px;}
  .LFont {padding-right: 30px;}
  .LFont {font-size: 15px;}
}
/* Mobile Responsive */
@media (pointer:none), (pointer:coarse) {
  .HeaderText {font-size:  45px;}
  img {width: 300px;}
  img {height: 300px;}
  .LFont {padding-left: 20px;}
  .LFont {padding-right: 20px;}
  .LFont {font-size: 13px;}
  .sidenav {background-color: #0e0e0e;}
}