/* Extra css design credit Kyle Loreti Templet */

body{
  font-family: Arial, sans-serif;
  background-color: #f4f4f4;
  color: #333;
  margin: 10px;
}
h1 {
  text-align: center;
}

nav{ 
  text-align: center;
}

footer{ 
  text-align: center;
}



/*  Main Titles  */
.main-title {
  text-align: center;
  margin-bottom: 0;
}

/* Subtitles */
.subtitle {
  text-align: center;
  font-weight: bold;
  font-size: 1.5em;
  margin-top: 0.3em;
  margin-bottom: 1em;
}

/* Utility Classes for Centering */
.center-text {
  text-align: center;
}

.center-audio {
  display: block;
  margin: 0 auto 20px auto;
}

/* Navigation Bar Styling */
.nav-box {
  border: 2px solid #ccc;
  background-color: #f9f9f9;
  padding: 15px;
  margin: 20px auto;
  width: 90%;
  box-sizing: border-box;
  border-radius: 8px;
}

.nav-links {
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}

.nav-links a {
  text-decoration: none;
  color: #333;
  font-weight: bold;
  padding: 8px 12px;
  transition: background-color 0.3s ease;
}

.nav-links a:hover {
  background-color: #ddd;
  border-radius: 4px;
}

/* Paragraph Text */
p {
  font-size: 18px;       
  line-height: 1.6;     
  color: #222;        
}

/* Images and Captions */
.image-container {
  display: flex;
  justify-content: center;
  margin: 20px 0 5px 0;
}

.kitchen-image,
.recipe-image {
  width: 80%;
  max-width: 800px;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.image-caption {
  text-align: center;
  color: #555;
  margin-bottom: 30px;
  font-size: 1em;
}

/*  Content Wrapper  */
.content-wrapper {
  margin-top: 20px;
}

/*  Footer Styles */
footer {
  text-align: center;
  margin-top: 30px;
  font-size: 0.8em; 
  color: #555;
}

/* Divider line in footer */
.footer-divider {
  border: none;
  border-top: 2px solid #ccc;
  margin: 20px 0;
  width: 100vw; 
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}

/* Contact link in footer */
.contact-link {
  text-align: center;
  margin-top: 20px;
  font-weight: normal;
}

.contact-link a:hover {
  color: #0056b3;
}

/*  Credits  */
.image-credit,
.photo-credit,
.sound-credit {
  text-align: center;
  font-size: 0.7em; 
  color: #0d0d0d;
  margin-top: 10px;
  margin-bottom: 20px;
}

.image-credit a,
.photo-credit a,
.sound-credit a {
  color: #007BFF;
  text-decoration: none;
}

.image-credit a:hover,
.photo-credit a:hover,
.sound-credit a:hover {
  text-decoration: underline;
}

/* Sound description  */
.sound-description {
  text-align: center;
  font-weight: bold;
}
