
/* Responsive layout - when the screen is less than 2500px wide, make the navigation links stack on top of each other instead of next to each other */
@media screen and (max-width: 2500px) {

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    
}

     body {
            font-family: Arial, sans-serif;
            margin: 0;
            padding: 0;
            text-align: center;
            background-image: linear-gradient(to bottom, lightyellow, yellow);
        }



header {
            background-color: #4CAF50;
            color: white;
            padding: 15px;
            align: center;
        }
        nav {
            background-color: #333;
            padding: 10px;
            display: flex;
            justify-content: center;
            flex-wrap: wrap;
        }
        nav a {
            color: white;
            margin: 10px;
            text-decoration: none;
        }


/* Navbar humberger base styling */
.navbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #333;
  padding: 10px 20px;
  color: #fff;
}

.logo {
  font-size: 1.5em;
  font-weight: bold;
}

.nav-links{
  list-style: none;
  display: flex;
  gap: 20px;
}

.nav-links li a {
  text-decoration: none;
  color: #fff;
  transition: color 0.3s;
}

.nav-links li a:hover {
  color: #ff9800;
}

/* Hamburger menu */
.hamburger {
  display: none;
  flex-direction: column;
  cursor: pointer;
}

.hamburger span {
  height: 3px;
  width: 25px;
  background: #fff;
  margin: 4px 0;
  transition: 0.3s;
}


/* Style the top navigation bar */
.sm {
  overflow: hidden;
  background-color: #333;
}
.shop3{

float: left;
width:27%;
height:auto;
padding:5px;
margin:5px;
font-family:Times New Roman;
font-size:13px;
text-align:center;
background:white;
color:black;
border:1px solid orange;
}

.pr {
  float: left;
  
  text-align: center;
  padding: 3px;
  text-decoration: none;
width: 32%;
  overflow: hidden;
  background-color: lightyellow;
border: 1px solid orange;

margin: 3px;
}

.mn1 {

float: left;
width:49%;
height:auto;
padding:3px;
margin:3px;
font-family:Times New Roman; font-size:13px;
text-align:center;
background:white;
color:black;
}


.ct{
width:100%;
height:auto;
padding:5px;
margin:5px;
font-family:Times New Roman; font-size:13px;
text-align:center;
background:blue;
color:white;
border-radius: 18px;
border:1px solid white;
box-shadow: 3px 3px #888888;
}

.ct a{
color:white;

}



/* Style the topnav links */
.sm a {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 3px;
  text-decoration: none;
border: 1px solid orange;
margin: 3px;
}

/* Change color on hover */
.sm .m:hover {
  background-color: #ddd;
  color: black;
}
/* Create two unequal columns that floats next to each other */
/* Left column */
.leftcolumn {   
  float: left;
  width: 75%;
padding:5px;
margin:5px;

background-color: white;
background-image: linear-gradient(to bottom, lightyellow, yellow);

}



/* Right column */
.right {
  float: left;
  width: 23%;
  background-image: linear-gradient(to bottom, lightyellow, yellow);
text-align:center;
border:1px solid white;
color:black;
background-color: white;
}

/* Fake image */
.fakeimg {
  background-color: #aaa;
  width: 100%;
  padding: 20px;
}

/* Add a card effect for articles */
.card {
  background-color:lightyellow;
  padding:5px;
margin:5px;
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

footer {
            background-color:black;
            color: white;
            padding: 10px;
            position: relative;
            width: 100%;
            bottom: 0;
            align: center;
        }


table {
border:0px;
align:center;
width:100%;

}

.shop2{

width:47%;
float:left;
height:auto;
padding:5px;
margin:5px;
border:1px solid orange;
font-family:Times New Roman; font-size:13px;
text-align:center;
background:white;
color:black;

}



.shop{

float: left;
width:100%;
height:auto;
padding:5px;
margin:5px;
font-family:Times New Roman;
font-size:13px;
text-align:center;
background:white;
color:black;
border:1px solid orange;
}



.hd{

width:100%;
height:auto;

padding:5px;
margin:5px;
font-family:Times New Roman; font-size:13px;
text-align:center;
background:orange;
color:white;
border-radius: 25px;


}

.post{


width:100%;
height:auto;
padding:5px;
margin:5px;

font-family:Times New Roman; font-size:13px;
text-align:center;
background:black;
color:yellow;
border-radius: 25px;


}





 .card1 {
      background: #fff;
      border-radius: 10px;
      box-shadow: 0 4px 12px rgba(0,0,0,0.1);
      overflow: hidden;
      max-width: 30%;
      float: left;
      transition: transform 0.3s ease;
      margin: 8px;
      
    }
    .card1:hover {
      transform: translateY(-5px);
    }
    .card1 img {
      width: 100%;
      display: block;
    }
    .card1-content {
      padding: 20px;
    }
    .card1-title {
      font-size: 1.5rem;
      margin-bottom: 10px;
      color: #333;
    }
    .card1-text {
      font-size: 1rem;
      color: #666;
      line-height: 1.5;
    }
    .card1-button {
      display: inline-block;
      margin-top: 15px;
      padding: 10px 20px;
      background: #4CAF50;
      color: #fff;
      text-decoration: none;
      border-radius: 5px;
      transition: background 0.3s ease;
    }
    .card1-button:hover {
      background: #45a049;
    }







input[type=text] {
  width: 80%;
  padding: 12px 20px;
  margin: 8px 0;
  box-sizing: border-box;
  border: 1px solid orange;
  background-color: white;
  color: black;
}


input[type=password] {
  width: 80%;
  padding: 12px 20px;
  margin: 8px 0;
  box-sizing: border-box;
  border: 1px solid orange;
  background-color: white;
  color: black;
}

textarea {
  width: 80%;
  padding: 12px 20px;
  margin: 8px 0;
  box-sizing: border-box;
  border: 1px solid orange;
  background-color: white;
  color: black;
}


}


/* Responsive layout - when the screen is less than 800px wide, make the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 800px) {


     body {
            font-family: Arial, sans-serif;
            margin: 0;
            padding: 0;
            text-align: center;
            background-image: linear-gradient(to bottom, red, yellow);
            
        }

header {
            background-color: #4CAF50;
            color: white;
            padding: 15px;
            align: center;
        }
        nav {
            background-color: #333;
            padding: 10px;
            display: flex;
            justify-content: center;
            flex-wrap: wrap;
        }
        nav a {
            color: white;
            margin: 10px;
            text-decoration: none;
        }


  .nav-links {
    position: absolute;
    top: 60px;
    right: 0;
    background: #333;
    flex-direction: column;
    width: 200px;
    height: 0;
    overflow: hidden;
    transition: height 0.3s ease;
  }

  .nav-links.open {
    height: 200px;
  }

  .hamburger{
    display: flex;
  }


       
    

/* Header/Blog Title */
.header {
  padding: 17px;
  text-align: center;
  background: lightyellow;
}

.header h1 {
  font-size: 50px;
}


  .leftcolumn, .right {   
    width: 100%;
    padding: 2px;
border:1px solid orange;
background-color: white;
background-image: linear-gradient(to bottom, lightyellow, yellow);
  border-radius: 7px;
box-shadow: 3px 3px #888888;
text-align:center;
color:black;


  }



.mn1 {


width:100%;
height:auto;
padding:3px;
margin:3px;
font-family:Times New Roman; font-size:13px;
text-align:center;
background:lightyellow;
color:black;
}




.sm {
  overflow: hidden;
  background-color: #333;
}

/* Style the topnav links */
.sm a {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 3px;
  text-decoration: none;
border: 1px solid orange;
margin: 3px;
}

.pr {
  float: left;
  
  text-align: center;
  padding: 3px;
  text-decoration: none;
width: 46%;
  overflow: hidden;
  background-color: white;
border: 1px solid gray;

margin: 3px;
}

.shop3{

float: left;
width:46%;
height:auto;
padding:5px;
margin:5px;
font-family:Times New Roman;
font-size:12px;
text-align:center;
background:white;
color:black;

border:1px solid orange;
}


.ct{
width:100%;
height:auto;
padding:5px;
margin:5px;
font-family:Times New Roman; font-size:12px;
text-align:center;
background:blue;
color:white;
border-radius: 18px;
border:1px solid white;
box-shadow: 3px 3px #888888;
}

.ct a{
color:white;

}




table {
border:0px;
align:center;
width:100%;

}

.shop{

width:100%;
height:auto;
padding:5px;
margin:5px;
font-family:Times New Roman;
font-size:12px;
text-align:center;
background:white;
color:black;
border:1px solid orange;

}

.shop2{

width:47%;
float:left;
height:auto;
padding:5px;
margin:5px;
border:1px solid orange;
font-family:Times New Roman;
font-size:12px;
text-align:center;
background: white;
color:black;

}

.post{


width:100%;
height:auto;
padding:5px;
margin:5px;
font-family:Times New Roman; font-size:12px;
text-align:center;
background:black;
color:yellow;
border-radius: 25px;

}




.hd{

width:100%;
height:auto;
margin:auto;
padding:5px;
margin:5px;
font-family:Times New Roman; font-size:12px;
text-align:center;
background:orange;
color:blue;
border-radius: 25px;


}





 .card1 {
      background: #fff;
      border-radius: 10px;
      box-shadow: 0 4px 12px rgba(0,0,0,0.1);
      overflow: hidden;
      max-width: 30%;
      float: left;
      transition: transform 0.3s ease;
      margin: 8px;
      
    }
    .card1:hover {
      transform: translateY(-5px);
    }
    .card1 img {
      width: 100%;
      display: block;
    }
    .card1-content {
      padding: 20px;
    }
    .card1-title {
      font-size: 1.5rem;
      margin-bottom: 10px;
      color: #333;
    }
    .card1-text {
      font-size: 1rem;
      color: #666;
      line-height: 1.5;
    }
    .card1-button {
      display: inline-block;
      margin-top: 15px;
      padding: 10px 20px;
      background: #4CAF50;
      color: #fff;
      text-decoration: none;
      border-radius: 5px;
      transition: background 0.3s ease;
    }
    .card1-button:hover {
      background: #45a049;
    }








footer {
            background-color: black;
            color: white;
            padding: 10px;
            position: relative;
            width: 100%;
            bottom: 0;
            align: center;
        }



input[type=text] {
  width: 80%;
  padding: 12px 20px;
  margin: 8px 0;
  box-sizing: border-box;
  border: 1px solid orange;
  background-color: white;
  color: black;
}


input[type=password] {
  width: 80%;
  padding: 12px 20px;
  margin: 8px 0;
  box-sizing: border-box;
  border: 1px solid orange;
  background-color: white;
  color: black;
}


textarea {
  width: 80%;
  padding: 12px 20px;
  margin: 8px 0;
  box-sizing: border-box;
  border: 1px solid orange;
  background-color: white;
  color: black;
}



}

/* Responsive layout - when the screen is less than 400px wide, make the navigation links stack on top of each other instead of next to each other */
@media screen and (max-width: 400px) {



     body {
            font-family: Arial, sans-serif;
            margin: 0;
            padding: 0;
            text-align: center;
            background-image: linear-gradient(to bottom, lightyellow, yellow);
        }

header {
        nav {
            background-color: #333;
            padding: 10px;
            display: flex;
            justify-content: center;
            flex-wrap: wrap;
        }
        nav a {
            color: white;
            margin: 10px;
            text-decoration: none;
        }
}


           
    
  .nav-links{
    position: absolute;
    top: 60px;
    right: 0;
    background: #333;
    flex-direction: column;
    width: 200px;
    height: 0;
    overflow: hidden;
    transition: height 0.3s ease;
  }

  .nav-links.open {
    height: 200px;
  }

  .hamburger {
    display: flex;
  }




/* Header/Blog Title */
.header {
  padding: 17px;
  text-align: center;
  background: white;
}

.header h1 {
  font-size: 50px;
}


.mn1 {

float: left;
width:49%;
height:auto;
padding:3px;
margin:3px;
font-family:Times New Roman; font-size:13px;
text-align:center;
background:white;
color:black;
}


.sm {
  overflow: hidden;
  background-color: #333;
}

/* Style the topnav links */
.sm a {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 3px;
  text-decoration: none;
border: 1px solid orange;
margin: 3px;
}


.leftcolumn, .right {   
    width: 100%;
    padding: 2px;
border:1px solid orange;
background-color: white;

background-image: linear-gradient(to bottom, lightyellow, yellow);
  border-radius: 7px;
box-shadow: 3px 3px #888888;
text-align:center;
color:black;
  }
.pr {
  float: left;
  
  text-align: center;
  padding: 3px;
  text-decoration: none;
width: 46%;
  overflow: hidden;
  background-color: white;
border: 1px solid gray;

margin: 3px;
}

table {
border:0px;
align:center;
width:100%;

}

.shop3{

float: left;
width:46%;
height:auto;
padding:5px;
margin:5px;
font-family:Times New Roman;
font-size:12px;
text-align:center;
background:white;
color:black;

border:1px solid orange;

}

.shop2{
padding:5px;
margin:5px;
width:100%;
height:auto;
margin:auto;
border:1px solid orange;
font-family:Times New Roman;
font-size:12px;
text-align:center;
background: white;
color:black;


}

.ct{
width:100%;
height:auto;
padding:5px;
margin:5px;
font-family:Times New Roman; font-size:12px;
text-align:center;
background:blue;
color:white;
border-radius: 18px;
border:1px solid white;
box-shadow: 3px 3px #888888;
}

.ct a{
color:white;

}




.shop{
padding:5px;
margin:5px;
width:100%;
height:auto;

font-family:Times New Roman;
font-size:12px;
text-align:center;
background:white;
color:black;

border:1px solid orange;

}



.post{


width:100%;
height:auto;
padding:5px;
margin:5px;
font-family:Times New Roman; font-size:12px;
text-align:center;
background:black;
color:yellow;
border-radius: 25px;

}




.hd{

width:100%;
height:auto;
margin:auto;
padding:5px;
margin:5px;
font-family:Times New Roman; font-size:12px;
text-align:center;
background:orange;
color:blue;
border-radius: 25px;


}




 .card1 {
      background: #fff;
      border-radius: 10px;
      box-shadow: 0 4px 12px rgba(0,0,0,0.1);
      overflow: hidden;
      max-width: 45%;
      float: left;
      transition: transform 0.3s ease;
      margin: 8px;
      
    }
    .card1:hover {
      transform: translateY(-5px);
    }
    .card1 img {
      width: 100%;
      display: block;
    }
    .card1-content {
      padding: 20px;
    }
    .card1-title {
      font-size: 1.5rem;
      margin-bottom: 10px;
      color: #333;
    }
    .card1-text {
      font-size: 1rem;
      color: #666;
      line-height: 1.5;
    }
    .card1-button {
      display: inline-block;
      margin-top: 15px;
      padding: 10px 20px;
      background: #4CAF50;
      color: #fff;
      text-decoration: none;
      border-radius: 5px;
      transition: background 0.3s ease;
    }
    .card1-button:hover {
      background: #45a049;
    }



input[type=text] {
  width: 75%;
  padding: 12px 20px;
  margin: 8px 0;
  box-sizing: border-box;
  border: 1px solid orange;
  background-color: white;
  color: black;
}


input[type=password] {
  width: 75%;
  padding: 12px 20px;
  margin: 8px 0;
  box-sizing: border-box;
  border: 1px solid orange;
  background-color: white;
  color: black;
}


textarea {
  width: 80%;
  padding: 12px 20px;
  margin: 8px 0;
  box-sizing: border-box;
  border: 1px solid orange;
  background-color: white;
  color: black;
}


footer {
            background-color: black;
            color: white;
            padding: 10px;
            position: relative;
            width: 100%;
            bottom: 0;
            align: center;
        }


}