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

body {
  font-family: 'Montserrat', sans-serif;
  margin: 0; /* Remove any default margin */
  display: flex;
  flex-direction: column;
  min-height: 100vh;
      background-color: #f7eac9; /* Adjust the background color as needed */

}


main {
  flex-grow: 1;
}

header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem;
  background-color: #ffffff;
}



h1 {
  font-family: 'HelloWordsmith', cursive;
  font-size: 36px;
  color: purple;
  /* Adjust other styles as needed */
}

@font-face {
  font-family: 'HelloKennedy';
  src: url('./fonts/Poppins-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'HelloWordsmith';
  src: url('./fonts/HelloWordsmith.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'HelloSixBoys';
  src: url('./fonts/HelloSixBoys.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'HelloAli';
  src: url('./fonts/Poppins-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

.announcements-page {
  background-color: #f7eac9; /* Cream background */
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: calc(100vh - headerHeight - footerHeight); /* Replace headerHeight and footerHeight with the actual height values of the header and footer */
}

.announcements-heading {
  font-family: 'HelloKennedy', Arial, sans-serif; /* Change this to the desired font */
  font-size: 48px;
  color: purple;
  padding-top: 4em; /* Add 4em of padding to the top of the .announcements-page element */
  padding-bottom: 4em;
  text-align: center;
}

nav ul {
  display: flex;
  list-style-type: none;
}

nav ul li {
  margin-left: 1rem;
}

nav ul li a {
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  font-weight: thin;
  text-decoration: none;
  color: black;
  padding: 5px 8px;
}

nav ul li a:hover {
  background-color: black;
  color: white;
}

.container {
  padding: 2rem;
}

.home {
  display: flex;
  justify-content: space-between;
  background-color: #d3d3d3; /* Light grey background */
}

.left-side {
  flex: .42;
  padding-left: 2rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.right-side {
  flex: 1;
  padding-left: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

.title {
  font-family: 'HelloKennedy', cursive;
  font-size: 40px;
  color: purple;
  line-height: 2;
  margin-bottom: .5em;
  font-weight: bold;
  text-align: center;
}

.paragraph {
  font-family: 'HelloKennedy', Arial, sans-serif;
  font-size: 24px;
  color: purple;
  line-height: 1.15;
  margin-bottom: 1em;
  text-align: center;
}


.owner-photo {
  max-width: 80%;
  max-height: 80%;
  display: block;
  margin: auto;
  border: 3px solid black; /* Adjust the thickness and color of the border as needed */
  box-shadow: 2px 2px 0px 0px black;
}

footer {
  background-color: #dcd0ff; /* Lilac background */
  padding: 2rem 0;
  clear:both;
}

.footer-logos {
  display: flex;
  justify-content: center;
  align-items: center;
}

.logo {
  width: 100px;
  height: 100px;
  margin: 0 10px;
}

.about-paragraph {
  font-family: 'HelloAli', Arial, sans-serif;
  font-size: 24px;
  color: purple;
  line-height: 1.15;
  margin-bottom: 1em;
  text-align: center;
}

.about-paragraph a {
  color: purple;
  text-decoration: none;
}

 .about-paragraph a:hover {
  text-decoration: underline;
}

.about-page {
  background-color: #f7eac9; /* Yellow-cream background */
  padding: 1rem;
}

.about-header-image {
  display: block;
  width: 80%;
  height: 70%;
  margin: 0 auto 2rem;
  border: 3px solid black; /* Adjust the thickness and color of the border as needed */
  box-shadow: 2px 2px 0px 0px black;
}

.about-text {
  font-family: 'HelloAli', Arial, sans-serif;
  font-size: 24px;
  color: purple;
  text-align: center;
  margin-bottom: 0.5em;
  width: 80%; /* Adjust the width of the text container to match the image width */
  margin-left: auto;
  margin-right: auto;
}

.dubai-page {
  background-color: #fafafa;
  padding: 5px;
  font-family: 'Times New Roman', Courier, monospace;
}

#newspaper {
  background-color: white;
  margin: auto;
  padding: 5px;
  max-width: 151vh;
  column-count: 2;
  column-gap: 10px;
}

.top-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #000;
  padding-bottom: 10px;
  margin-bottom: 20px;
  column-span: all; /* spans the element across all columns */
}

.food {
  font-size: 2.2em;
  color: orange;
  font-weight: bold;
}

.editor {
  color: black;
  font-size: 1em;
}

.dubai-title {
  font-size: 2em;
  font-weight: bold;
  text-align: left;
  margin-bottom: 20px;
  border-bottom: 1px solid #000;
  padding-bottom: 5px;
  column-span: all;
}

.subtitle-paragraph {
  font-size: 1em;
  text-align: justify;
  margin-bottom: 15px;
  margin-left: 6px;
  margin-right:6px;
}

.dubai-paragraph {
  font-size: 1.044em;
  text-align: justify;
  text-indent: 2em; /* indents the first line of each paragraph */
  margin-left: 6px;
  margin-right: 6px;
}

.dubai-image {
  width: 100%;
  height: auto;
  margin-bottom: 20px;
  column-span: all;
  margin-left: 6px;
  margin-right: 6px;
}

.dubai-bottom {
  text-align: right;
  font-size: 1em;
  margin-top: 20px;
  border-top: 1px solid #000;
  padding-top: 10px;
  column-span: all;
}


.dubai-link {
  justify-content: center;
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 3rem;
}

.dubai-link p {
  color: purple;
  text-align: center;
  font-family: 'HelloKennedy', sans-serif;
  margin-bottom: 0.5rem;
}

.container {
  padding: 2rem;
  font-family: 'HelloKennedy', cursive;
  color: purple;
  font-size: 1.25rem;
}


.contact-picture {
  display: flex;
  width: 85%;
  height: 85%;
  border: 3px solid black; /* Adjust the thickness and color of the border as needed */
  box-shadow: 2px 2px 0px 0px black;
}


.form-section {
  display: flex;
  justify-content: space-between;
  align-items: flex-start; /* Change from center to flex-start */
  margin-bottom: 1rem;
}

.centered-text {
  text-align: center;
  margin-top: 2rem;
  margin-bottom: 1rem; /* Add margin-bottom */
}

.purple-cursive {
  font-family: 'HelloKennedy', cursive;
  font-size: 2rem;
  color: purple;
  margin-top: 10px;
  margin-bottom: 10px;

}

.cream {
  background-color: #f7eac9;
}

.white {
  background-color: #ffffff;
}

.columns {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 2rem;
}

.picture-column,
.hello-column,
.form-column {
  flex: 1;
}

.picture-column {
  flex: 0.75;
  margin-right: 0.5rem; /* Add margin-right to move the picture column to the left */
}

.hello-column {
  flex: 1;
  margin-right: 1rem; /* Update margin-right value to create even spacing between the columns */
}

.form-column {
  flex: 1.15;
}


.contact-form {
  display: flex;
  flex-direction: column;
  width: 80%; /* Change width from 30% to 50% */
  margin-left: 9%;
}

form {
  display: flex;
  flex-direction: column;
  margin-top: .75rem;
}

.form-text {
  width: 60%;
  text-align: center;
}

input, textarea {
  margin-bottom: 1rem;
  padding: 0.5rem;
  font-size: .75rem; /* Increase font size */
  width: 100%; /* Set input and textarea width to 100% */
}

button {
  padding: 1rem 2rem; /* Increase button padding */
  font-size: 1rem; /* Increase font size */
}

.privacy-statement {
  text-align: center;
  font-size: 0.8em; /* adjust size as needed */
}

.social-media {
  display: flex;
  justify-content: center;
  margin-top: 1.2rem;
}

.social-icon {
  width: 40px;
  height: 40px;
  margin-left: 1rem;
  margin-right: 1rem;

}

.cakes-section {
  background-color: #f7eac9; /* Adjust the background color as needed */
  min-height: calc(100vh - 40px); /* Subtracting the header height */
  display: flex;
  justify-content: center;
  align-items: center;
}

.cakes-container {
  padding: 2rem;
  width: 100%;
  max-width: 1200px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}


.cake {
  display: inline-block;
  margin-bottom: 0.75rem;
  max-width: 220px;
}



.cake img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.teacher-section {
  padding: 2rem;
  font-family: 'HelloWordSmith', sans-serif;
    background-color: #f7eac9; /* Adjust the background color as needed */
    margin-bottom: 0;
}

.cake-section {
  padding: 1rem;
  font-family: 'HelloKennedy', sans-serif;
    background-color: #f7eac9; /* Adjust the background color as needed */
    margin-bottom: 0;
}

.teacher-title {
  font-size: 36px;
  text-align: center;
  color: purple;
  margin-bottom: 3rem;

}

.cake-title {
  font-size: 36px;
  text-align: center;
  color: purple;
  margin-bottom: 1rem;

}

.teacher-content {
  display: flex;
  justify-content: space-between;
}

.teacher-column {
  width: 45%;
  display: flex;
  flex-direction: column;
}

.teacher-row {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 1.5rem; /* Add space between rows */
  height: 375px; /* Set fixed height, adjust as necessary */
}

.teacher-subheading {
  font-size: 24px;
  text-align: center;
  color: purple;
  margin-bottom: 0.75rem;
}

.teacher-image {
  width: 60%;
  object-fit: cover; /* This maintains aspect ratio */
  margin-bottom: 0.5rem;
}

.teacher-paragraph {
  font-size: 16px;
  text-align: center;
  color: purple;
  margin-bottom: 0.5rem;
}

.teacher-caption {
  font-size: 12px;
  text-align: center;
  color: purple;
  margin-bottom: 1.5rem;
}

.teacher-caption a {
  color: purple;
  text-decoration: none;
}

/* CRAFTS PAGE */

.crafts-section {
  padding: 2rem;
  font-family: 'HelloSixBoys', sans-serif;
  background-color: #f7eac9; 
  margin-bottom: 0;
}

.crafts-content {
  display: flex;
  justify-content: space-between;
}

.crafts-column {
  width: 45%;
  display: flex;
  flex-direction: column;
}

.crafts-row {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 1.5rem; /* Add space between rows */
  height: 285px; /* Set fixed height, adjust as necessary */
}

.crafts-subheading {
  font-size: 24px;
  text-align: center;
  color: purple;
  margin-bottom: 0.75rem;
}

.crafts-image {
  width: 60%;
  object-fit: cover; /* This maintains aspect ratio */
  margin-bottom: 0.5rem;
}

.crafts-paragraph {
  font-size: 16px;
  text-align: center;
  color: purple;
  margin-bottom: 0.5rem;
}

.crafts-caption {
  font-size: 12px;
  text-align: center;
  color: purple;
  margin-bottom: 1.5rem;
}

.crafts-caption a {
  color: purple;
  text-decoration: none;
}

.crafts-caption a:hover {
  text-decoration: underline;
}

/*END CRAFTS*/

.copyright {
text-align: center;
text-decoration: none;
color: black;
}

.git-caption a {
  color: black;
  text-decoration: none;
  font-style: italic;
}

.git-caption a:hover {
  text-decoration: underline;
}

.teacher-caption a:hover {
  text-decoration: underline;
}

.teacher-row {
  margin-bottom: 40px; /* Increased margin-bottom for more space between each group */
}

.purple-line {
  background-color: purple;
  height: 6px;
  width: 100%;
  margin-top: 0rem; /* Adjust the margin as needed to create space between the line and the section */
}


body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  margin: 0;
}

footer {
  margin-top: auto;
}

.thanks-page p {
  color: purple;
  text-align: center;
  font-family: 'HelloKennedy', sans-serif;
  margin-bottom: 14rem;
}

.homepage-link {
  color: purple;
  text-align: center;
  font-family: 'HelloKennedy', sans-serif;
  text-decoration: none;
  display: inline-block;
  padding: 0.5em 1em;
  border: 2px solid purple;
  transition: background-color 0.3s;
  margin-bottom: 1em;
  width: auto;
  box-sizing: content-box;
}

.homepage-link:hover,
.homepage-link:focus,
.homepage-link:active {
  color: purple;
}

.thanks-page {
  background-color: #f7eac9;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: calc(100vh - headerHeight - footerHeight);
}

.thanks-heading {
  font-family: 'HelloKennedy', sans-serif;
  font-size: 48px;
  color: purple;
  padding-top: 4em;
  padding-bottom: 0.5em;
  text-align: center;
  margin-bottom: 0;
}

.hamburger-menu {
  display: none;
}

.designer {
  text-align: right;
  font-size: 14px;
  margin-top: 1rem;
  padding-right: 10px;
  text-decoration: none;
}

.design-caption a {
  color: black;
  text-decoration: none;
}

.design-caption a:hover {
  text-decoration: underline;
}


.mentor-paragraph {
  font-family: 'HelloAli', Arial, sans-serif;
  font-size: 24px;
  color: purple;
  line-height: 1.2;
  margin-bottom: 1em;
  text-align: center;
}

.mentor-paragraph a {
  color: purple;
  text-decoration: none;
}

 .mentor-paragraph a:hover {
  text-decoration: underline;
}

.mentor-page {
  background-color: #f7eac9; /* Yellow-cream background */
  padding: 1rem;
}

.mentor-text {
  font-family: 'HelloAli', Arial, sans-serif;
  font-size: 24px;
  color: purple;
  text-align: center;
  margin-bottom: 0.5em;
  width: 78%; /* Adjust the width of the text container to match the image width */
  margin-left: auto;
  margin-right: auto;
}


.mentor-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 80%;
  margin: 0 auto;
  padding-top: 2em;
}

.mentor-text {
  font-family: 'HelloAli', Arial, sans-serif;
  font-size: 24px;
  color: purple;
  line-height: 1.15;
  margin-bottom: 2em;
  text-align: center;
}

.mentor-image {
  width: 100%;
  max-width: 800px;
  height: auto;
  margin-bottom: 3em;
  border: 3px solid black;
  box-shadow: 2px 2px 0px 0px black;
}

/* Update the existing announcements-heading class */
.announcements-heading {
  font-family: 'HelloKennedy', Arial, sans-serif;
  font-size: 36px;
  color: purple;
  padding-top: 1em;
  padding-bottom: 4em;
  text-align: center;
}

.art-paragraph {
  font-family: 'HelloAli', Arial, sans-serif;
  font-size: 20px;
  color: purple;
  line-height: 1.1;
  margin-bottom: 0.5em;
  text-align: center;
}

/* Media Queries */


/* Add media query for mobile devices */
/* Media Queries */
@media (max-width: 768px) {
  .columns {
    flex-direction: column;
  }

  h1 {
  font-family: 'HelloWordsmith', cursive;
  font-size: 28px;
  color: purple;
  /* Adjust other styles as needed */
}
  
  .picture-column,
  .hello-column,
  .form-column {
    margin-right: 0;
    margin-bottom: 1rem; /* Add bottom margin for space between sections */
    flex: 0 0 100%; /* Force each column to take full width */
  }
  
  .contact-picture {
    width: 100%; /* Make the picture take the full width */
    height: auto; /* Allow height to adjust to maintain aspect ratio */
  }
  
  .contact-form {
    margin-left: 0; /* Adjust left margin for better alignment */
  }
  
  .social-media {
    margin-bottom: 1.2rem; /* Add bottom margin for space before the footer */
  }
  

  /* Fix header background color */
  header {
    background-color: #ffffff;
  }

  /* Fix footer background color */
  footer {
    background-color: #dcd0ff;
  }

   /* Menu */

header {
  position: relative;
}

.hamburger-menu {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  width: 30px;
  height: 20px;
  cursor: pointer;
  margin-right: 5px;
}

.hamburger-menu span {
  width: 100%;
  height: 3px;
  background-color: black;
}

nav ul {
  display: none;
  flex-direction: column;
  position: absolute;
  top: 100%;
  left: 25%;
  background-color: #ffffff;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
  padding: 1rem;
  z-index: 100;
  width: 75%;
}

nav ul.show {
  display: flex;
}

nav ul li {
  margin-left: 0;
  margin-bottom: 0.45rem;
}

nav ul li a {
  display: block;
  padding: 0.45rem;
}

/* Home Page */

.home {
    flex-direction: column;
}

.left-side {
    padding-left: 1rem;
    padding-right: 1rem;
}

.right-side {
    padding-top: 1rem;
    padding-bottom: 1rem;
    display: flex;
    justify-content: center;
    align-items: center;
     padding-left: 1rem;
    padding-right: 1rem;
}

.title {
    font-size: 32px;
    line-height: 1.2;
    margin-bottom: 0.5em;
}

.paragraph {
    font-size: 18px;
    line-height: 1.3;
    margin-bottom: 1em;
}

/* Adjust the image size on mobile */
.right-side .owner-photo {
    max-width: 100%;
    max-height: 100%;
    justify-content: center;
    align-items: center;
}

/* End of Home Page; Start of Images */

/* Mobile styles for cakes-container are handled in the media query section */

/* Teacher and Craft pages */
  .teacher-section, .crafts-section {
    padding: 1rem;
  }

  .teacher-title, .crafts-title {
    font-size: 28px;
    margin-bottom: 2rem;
  }

  .teacher-content, .crafts-content {
    flex-direction: column;
    align-items: center;
  }

  .teacher-column, .crafts-column {
    width: 100%;
  }

  .teacher-row, .crafts-row {
    height: auto; /* Remove fixed height */
    margin-bottom: 2rem; /* Increase margin-bottom for more space */
  }

  .teacher-subheading, .crafts-subheading {
    font-size: 20px;
  }

  .teacher-paragraph, .crafts-paragraph {
    font-size: 14px;
  }

  .teacher-image, .crafts-image {
    width: 80%;
  }

  .about-header-image {
    width: 100%; /* Make the picture take the full width */
    height: auto; /* Allow height to adjust to maintain aspect ratio */
  }

 .about-text {
  font-family: 'HelloAli', Arial, sans-serif;
  font-size: 24px;
  color: purple;
  text-align: justify;
  margin-bottom: 0.5em;
  width: 95%;
  margin-left: auto;
  margin-right: auto;
}

.about-paragraph {
  font-size: 23.4px;
}


.contact-form {
  display: flex;
  flex-direction: column;
  width: 80%; /* Change width from 30% to 50% */
  margin-left: 9%;
  text-align: center;
}

.cakes-section {
  display: flex;
  justify-content: center;
  align-items: center;
}

.cakes-container {
  padding: 2rem;
  width: 100%;
  max-width: 1200px;
  position: relative;  /* Added this line */
}

.cake img {
  width: 100%;
  height: auto;
  object-fit: cover;
  align-content: center;
}

.container {
  padding: 2rem;
  font-family: 'HelloKennedy', cursive;
  color: purple;
  font-size: 1.25rem;
  text-align: center;
}

.purple-cursive {
  font-family: 'HelloKennedy', cursive;
  font-size: 2rem;
  color: purple;
  margin-top: 10px;
  margin-bottom: 10px;
  text-align: center;
}

.paragraph {
  font-family: 'HelloKennedy', Arial, sans-serif;
  font-size: 24px;
  color: purple;
  line-height: 1.15;
  margin-bottom: 1em;
  text-align: center;
}

.mentor-section {
  width: 95%;
  padding-top: 1em;
}

.mentor-text {
  font-size: 18px;
  margin-bottom: 1.5em;
}

.mentor-image {
  width: 95%;
  margin-bottom: 2em;
}

.announcements-heading {
  font-size: 28px;
  padding-top: 0.5em;
  padding-bottom: 3em;
}


.mentor-text {
  font-family: 'HelloAli', Arial, sans-serif;
  font-size: 24px;
  color: purple;
  text-align: justify;
  margin-bottom: 0.5em;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.mentor-paragraph {
  font-size: 24px;
}

.art-paragraph {
  font-family: 'HelloAli', Arial, sans-serif;
  font-size: 14px;
  color: purple;
  line-height: 1;
  margin-bottom: 0.5em;
  text-align: center;
}


}

@media screen and (min-device-width: 768px) and (max-device-width: 1024px) {

h1 {
  font-family: 'HelloWordsmith', cursive;
  font-size: 25px;
  color: purple;
  /* Adjust other styles as needed */
}

nav ul li a {
  font-family: 'Montserrat', sans-serif;
  font-size: 14.4px;
  font-weight: thin;
  text-decoration: none;
  color: black;
  padding: 5px 8px;
}

.paragraph {
  font-size: 23px;
}

.cake {
    display: inline-block;
    margin-bottom: 0.75rem;
    width: 35%;
}
    
.cake img {
  box-sizing: border-box;
  width: 100%;
  height: auto;
  object-fit: cover;
}

.cakes-container {
    padding: 2rem;
    width: 100%;
    max-width: 100%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    //margin-left: 62px;
    //column-width: 0.35;
  }


}

