/* Update logo or header styling */
header h1 {
     font-size: 36px;
     font-weight: bold;
     color: #333;
   }
   
   /* Update footer styling */
   footer p {
     text-align: center;
     color: #777;
   }

body {
    background-color: rgb(239, 237, 246);  color: rgb(63, 92, 10);
    margin: 0; 
    padding: 0;
 }

 /* HEADER */

 header  {
    background-color: rgb(223, 222, 229);
    background-image: url(IMAGE/Phila’s.png);
    background-size: 100%;
    background-position: center;
    padding: 20px;
    height: 400px;
    text-align: center;
 }
header  {
     color: aliceblue;
     text-decoration: none;
     text-transform: uppercase;
     margin-top: 40px;
}

header .mobile  {
     display: none;
}

nav ul  {
     margin: 0;
     padding: 0;
     list-style: none;
}

nav li{
     display: inline-block;
     margin-right: 20px;
}

/* RESPONSIVE RULES */

@media screen and(max-width: 612px) {
     header{
          height: 250px;
          background-position: 0 -30px;
     }
     header .mobile{
          display: inline-block;
     }
     header .desktop{
          display: none;
     }
}

@media screen and(max-width: 400px)  {
     header {
       height: 100px;
       background-position: 0 -0px;
     }   
}

/* FEATURES */

.feature {
      background-color: rgb(231, 230, 234);
      color: gray;
      padding: 20px;
      display: flex;
      flex-direction: row;
      flex-wrap: wrap;
 }

.feature figure  {
      margin: auto;
      text-transform: uppercase;
      text-align: center;
      width: 10px;
 }

.feature figure img {
     border: 1px solid white;
     border-radius: 10px;
     box-shadow: rgb(13, 30, 109) 10px 10px 10px;
     width: 200px;
}

/* RESPONSIVE RULES */

@media screen and (max-width: 715px) {
     .feature {
      display: block;
     }
}

/* FOOTER */

 footer  {
      background-color: rgb(247, 240, 240);
      color: black;
      font-size: 15px;
      padding: 10px 20px;
      text-align: center;
 }

 /* General Footer Styling */
footer {
     background-color: #333;
     color: #fff;
     padding: 20px 0;
     text-align: center;
   }
   
   .footer-content {
     display: flex;
     flex-wrap: wrap;
     justify-content: space-between;
     max-width: 1200px;
     margin: 0 auto;
     padding: 20px;
   }
   
   .footer-section {
     flex: 1;
     min-width: 200px;
     margin: 10px;
   }
   
   .footer-section h4 {
     font-size: 18px;
     margin-bottom: 10px;
   }
   
   .footer-section p,
   .footer-section a {
     color: #bbb;
     margin: 5px 0;
     text-decoration: none;
   }
   
   .footer-section a:hover {
     color: #fff;
   }
   
   .social-media a {
     display: inline-block;
     margin: 0 10px;
   }
   
   .contact-form input,
   .contact-form textarea {
     width: 100%;
     padding: 10px;
     margin: 10px 0;
     border: 1px solid #ccc;
     border-radius: 5px;
   }
   
   .contact-form button {
     background-color: #555;
     color: #fff;
     padding: 10px 20px;
     border: none;
     border-radius: 5px;
     cursor: pointer;
   }
   
   .contact-form button:hover {
     background-color: #777;
   }
   
   .footer-bottom {
     margin-top: 20px;
     border-top: 1px solid #444;
     padding-top: 10px;
   }
   
   .footer-bottom a {
     color: #bbb;
     margin: 0 10px;
   }
   
   .footer-bottom a:hover {
     color: #fff;
   }

/* General Footer Styling */
footer {
     background-color: #333;
     color: #fff;
     padding: 20px 0;
     text-align: center;
   }
   
   .footer-content {
     display: flex;
     flex-wrap: wrap;
     justify-content: space-between;
     max-width: 1200px;
     margin: 0 auto;
     padding: 20px;
   }
   
   .footer-section {
     flex: 1;
     min-width: 200px;
     margin: 10px;
   }
   
   .footer-section h4 {
     font-size: 18px;
     margin-bottom: 10px;
   }
   
   .footer-section p,
   .footer-section a {
     color: #bbb;
     margin: 5px 0;
     text-decoration: none;
   }
   
   .footer-section a:hover {
     color: #fff;
   }
   
   /* Quick Links Styling */
   .quick-links ul {
     list-style-type: none;
     padding: 0;
     margin: 0;
   }
   
   .quick-links li {
     margin: 5px 0;
   }
   
   .quick-links a {
     color: #bbb;
     text-decoration: none;
     transition: color 0.3s ease;
   }
   
   .quick-links a:hover {
     color: #fff;
   }
   
   /* Social Media Links */
   .social-media a {
     display: inline-block;
     margin: 0 10px;
   }
   
   /* Contact Form Styling */
   .contact-form input,
   .contact-form textarea {
     width: 100%;
     padding: 10px;
     margin: 10px 0;
     border: 1px solid #ccc;
     border-radius: 5px;
   }
   
   .contact-form button {
     background-color: #555;
     color: #fff;
     padding: 10px 20px;
     border: none;
     border-radius: 5px;
     cursor: pointer;
   }
   
   .contact-form button:hover {
     background-color: #777;
   }
   
   /* Footer Bottom */
   .footer-bottom {
     margin-top: 20px;
     border-top: 1px solid #444;
     padding-top: 10px;
   }
   
   .footer-bottom a {
     color: #bbb;
     margin: 0 10px;
   }
   
   .footer-bottom a:hover {
     color: #fff;
   }

   /* General Footer Styling */
footer {
     background-color: #333;
     color: #fff;
     padding: 20px 0;
     text-align: center;
   }
   
   .footer-content {
     max-width: 1200px;
     margin: 0 auto;
     padding: 20px;
   }
   
   .footer-section {
     margin-bottom: 20px;
   }
   
   .footer-section h4 {
     font-size: 18px;
     margin-bottom: 10px;
   }
   
   .footer-section p {
     color: #bbb;
     margin: 5px 0;
   }
   
   /* Footer Bottom */
   .footer-bottom {
     margin-top: 20px;
     border-top: 1px solid #444;
     padding-top: 10px;
   }
   
   .footer-bottom a {
     color: #bbb;
     margin: 0 10px;
   }
   
   .footer-bottom a:hover {
     color: #fff;
   }

 
 