 
    body {
      margin: 0;
      font-family: Arial;
      background-color: white;
    }

    .header-section {
      padding: 60px 30px;
      text-align: center;
      background-color: #ffffff;
      color: red;
      width: 100%;
    }

    #nav-bar {
   position:absolute;
  padding: 0;
  height: 56px;
  top: 0;
  left: 0;
  width: 100%;
  right: 0;
  max-width: 1750px;
  margin-left: auto;
  margin-right: auto;
  background-color: white;
  border-bottom-style:solid;
  border-bottom-color:red;

    }
    .nav-bar-icon{
      max-height: 42px;
      float:right;
      }

    #nav-bar-title{
	    float:left;
    }

      

    .content-section {
      padding: 60px 30px;
      text-align: center;
      width: 100%;
    }

    .content-section p {
      text-align: center;
      max-width: 700px;
      margin: 0 auto 20px;
    }

    .content-section:nth-child(even) {
      background-color: #ffcc66;
      color: black;
    }

    .content-section:nth-child(odd) {
      background-color: #009933;
      color: #2c3e50;
    }

    .content-wrapper {
      max-width: 900px;
      margin: 0 auto;
    }

    h1 { 
      margin: 0;
      color: inherit; 
      font-size: 36px;
    }

    h2 {
      margin: 10px 0 20px 0;
      color: inherit;
      font-size: 24px;
    }

    .section-title {
      font-size: 28px;
      font-weight: bold;
      margin-bottom: 25px;
      color: inherit;
      text-decoration: underline;
      text-underline-offset: 8px;
    }

    h3 {
      margin: 0;
      color: inherit;
      font-size: 18px;
      font-weight: normal;
    }

    p {
      color: inherit;
      font-size: 16px;
      line-height: 1.7;
      margin-bottom: 20px;
    }

    .highlight {
      font-weight: bold;
      font-size: 17px;
    }

    .contact-section {
      background-color: #cc3300;
      padding: 50px 30px;
      text-align: center;
      font-family: Arial, sans-serif;
      color: white;
      width: 100%;
    }

    .contact-section h2 {
      margin-bottom: 15px;
      color: white;
    }

    .contact-section .content-wrapper {
      max-width: 900px;
      margin: 0 auto;
    }

    .contact-section a {
      color: #cc3300;
      text-decoration: none;
    }

    .contact-section a:hover {
      text-decoration: underline;
    }

    #riceimage {
      width:100%;
    }  

    #ricecaption{
      color:white;
    }     
    
    .riceimage-column {
	float:left;
	width: 33.33%;
	padding: 5px;
    }
    
    .riceimage-row {
      margin-left:auto;
      margin-right:auto;
    }     

    .riceimage-row::after{
	content: "";
	clear: both;
	display: table;
    }
