
/*
Theme Name: Aapa Roti Coming Soon
Author: Aapa Roti
Description: A responsive coming soon page theme
Version: 1.0
*/

body {
  margin: 0;
  padding: 0;
  font-family: 'Comic Sans MS', cursive, sans-serif;
  background-color: #fff4dc;
  color: #4c2c1d;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 100vh;

  background-image: url('assets/bg_pattern1.png');
  background-repeat: repeat;
  background-size: 30%;
   
}




.logo {
  width: 20vw;
  max-width: 400px;
  height: auto;
  margin: 20px auto;
}



.email-form input[type="email"] {
  padding: 10px;
  width: 60%;
  max-width: 300px;
  border-radius: 4px;
  border: 1px solid #ccc;
}

.email-form button {
  padding: 10px 20px;
  background-color: #e75e26;
  border: none;
  color: white;
  cursor: pointer;
  border-radius: 4px;
  margin-left: 5px;
}

.footer {
  margin-top: 20px;
  font-size: 14px;
}

.social-icons img {
  width: 24px;
  margin: 0 5px;
}

.copyright {
    text-align: center;
    font-size: 14px;
    color: #6d4c41; /* A warm brown tone to match your brand */
    margin-top: 30px;
    padding-bottom: 20px;
}

@media (max-width: 600px) {
  .logo {
    width: 80%;
  }
}
