* {
    box-sizing: border-box;
  }
  html, body {
    margin: 0;
    padding: 0;
    font-family: 'AGOpus', sans-serif;
    font-size: 1.1em;
    text-align: center;
    color: #000;
  }

  .container {
    width: 800px;
    margin: 0 auto;
  }

  .logo {
    z-index: 1;
    position:absolute;
    max-width: 100%;
    height: auto;
    left: 50%;    
    transform: translate(-50%, 0%);
  }
  .our-goal {
    font-weight: bold;
    font-size:2.5em;
    margin-top: 20px;
  }
  .grey1 {
    color: #57575B;
    font-size: larger;
    font-weight: bold;
  }
  .orange1 {
    color: #F79321;
    font-size: xx-large;    
    font-weight: bolder; 
  }
  .orange2 {
    color: #F79321;
    font-size: larger;
    font-weight: bold;
    margin-top: 6px;
  }
  .orange3 {
    color: #F79321;
    font-size: medium;
    font-weight: bold;
    font-style: italic;
    text-align: center;
    font-size: 1em;
  }
  .black {
    color: #000;
    text-transform:uppercase;
  }
  .black1 {
    color: #000;
    font-size: medium;
    font-weight: bold;
    text-align: justify;
    margin-top: 20px;
    font-size: 1em;
  }
  .row1 {
    background-image: url("/img/LFO-GivingTuesday-2022-r01a.jpg");
    background-repeat: no-repeat;
    height: 509px;
  }
  .row2 {
  
  }
 .row3 {
      margin-top: 20px;
    }
    .greybox {
        color: #fff;
        padding: 10px;
        width: 70%;
        text-align: left;
        font-size: 1.6em;
        font-style: italic;
        font-weight: bold;
        background: #57575B;
        border-radius: 0 12px 12px 0;
    }  
  
    p {
        text-align: left;
        margin: 1em 2em;
    }
    .orange4 {
        color: #F79321;
        padding: 10px;
        text-align: left;
        font-size: 1.6em;
        font-style: italic;
        font-weight: bold;
    }  
    .orange5 {
        color: #F79321;
        padding: 10px;
        text-align: left;
        font-size: 1.2em;
        font-style: italic;
        font-weight: bold;
    }      
    .tinyorange {
        font-size: 0.7em;
    }  
    .pic1 {
        float: right;
        margin-left: 10px;
    }
    .pic2 {
        float: left;
        margin-right: 10px;
    }
  .row4 {
     
  }
    .row5 {
        background-image: url("/img/LFO-GivingTuesday-2022-r07.jpg");
        background-repeat: no-repeat cover;
        height: 461px;
        padding: 1em;
        text-align: left;
        padding: 2em;
  }
  .blackbox {
    color: #000;
    padding: 10px;
    width: 70%;
    text-align: left;
    font-size: 1.6em;
    font-style: italic;
    font-weight: bold;
    width: 50%;
}  
ul {
    width: 60%;
}
.r5-1 {
    width: 60%;
    padding-left: 40px;
    font-weight: bold;
}

 .row6 {
    color: #fff;
    background: #000;
    padding: 1em;

  }
  p {
    text-align: left;
    margin: 1em 2em;
}

.r6-1 {
    text-align: center;
    padding: 1em 0 0 0;
    margin: 0.2em ;
    font-size: 1.6em;
}
.r6-2 {
    text-align: center;
    font-size: 0.9em;
    margin: 0.5em ;
}
.grey-r6 {
    color: #57575B;
    text-align: justify;
    font-family: Arial, Helvetica, sans-serif;
    margin: 0.5em 1em;
    font-size: medium;
    padding: 0 60px;
}
.l4o {
  font-style: italic;
}
ul {
  list-style: none; /* Remove default bullets */
  list-style-type:square;
}

ul li::before {
  content: "\2022";  /* Add content: \2022 is the CSS Code/unicode for a bullet */
  color: #F79421; /* Change the color */
  font-weight: bold; /* If you want it to be bold */
  display: inline-block; /* Needed to add space between the bullet and the text */
  width: 1em; /* Also needed for space (tweak if needed) */
  margin-left: -1em; /* Also needed for space (tweak if needed) */
}
.donate-button {
float: right;
width: 167px;
height: 46px;
position: relative;
top: 480px;
margin: 0 30px;
}
.donate-button2 {
  float: left;
  width: 167px;
  height: 46px;
  position: relative;
  top: 0px;
  margin: 0 100px;

}
.tinytext {
  font-size: small;
}