
body {margin: 0;
  font-family: 'Open Sans', sans-serif;
  background-color: #ffffff;
  display: flex;
  flex-direction: column;
  min-height: 100vh;}

#top-banner {width: 100%;
  height: 25px;
  background-color: #f3c3a2;}

#title-bar {background-color: #a64126;
  text-align: left;
  padding: 5px 15px;}

#title-bar h1 
{font-family: 'Waltograph', cursive;
  color: #000000;
  font-size: 28px;
  margin: 0;}

#title-bar h1 img 
{height: 40px;
  width: auto;
  vertical-align: middle;
  margin: 0;}

h1, h2, h3, h4, h5, h6 
{font-size: 24px;}
	
h1, h2, h3, h4, h5, h6 
    {margin-top: 0;     
    margin-bottom: 5px;}
	
.image-box h2 img 
{height: auto;
  max-width: 70%;
  vertical-align: middle;
  margin-bottom: 20px;}

nav {background-color: #000000;
  text-align: center;
  padding: 10px 0;}

nav a {color: #ffffff;
  font-style: italic;
  font-weight: 700;
  margin: 0 15px;
  text-decoration: none;
  font-size: 16px;}


main {background-color: #ffffff;
  padding: 10px 40px 40px 40px;
  text-align: left;}

#content 
{display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 40px;}


.image-box {text-align: center;
  width: 50%;}

.image-box h2 {color: #328EED;
  font-family: 'Waltograph', cursive;
  font-size: 67px;
  font-weight: 380;
  border-radius: 15px;
  margin: 0 0 10px 0;}


.image-box img {width: 90%;
  max-width: 700px;
  border-radius: 15px;
  box-shadow: none;}


.text-box {background-color: #e6e6e6;
  color: #000000;
  font-size: 18px;
  line-height: 1.6;
  padding: 25px;
  border-radius: 10px;
  width: 45%;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);}
  

footer {text-align: center;
  font-style: italic;
  font-weight: bold;
  margin-top: auto;}

#footer-black {height: 25px;
  background-color: #000000;
  display: flex;
  justify-content: center;
  align-items: center;}

#footer-black  {color: #ffffff;
  margin: 0;}

#footer-brown {height: 25px;
  background-color: #822b14;}

#footer-tan {height: 25px;
  background-color: #f3c3a2;}
  
  @media (max-width: 900px) 

  {#content {flex-direction: column;
    text-align: center;}

  .image-box, 
  .text-box {width: 90%;}

  .image-box img {width: 80%;}

  main {padding: 20px;}}
  
  
  @media (max-width: 600px) 

  {#title-bar h1 {font-size: 22px;}

  nav a {display: block;
    margin: 8px 0;
    font-size: 14px;}

  .text-box {font-size: 16px;
    padding: 18px;}

  .image-box img {width: 100%;}

  #content {gap: 20px;}}


