body {
  font-family: "Maven Pro", "PT Sans", Calibri, Tahoma, sans-serif;
  width: 100%;
  margin: 0;
  float: left;
  font-kerning: normal;
  hyphens: auto;
  word-wrap: break-word;
}

.skip-to-main-content-link {
  position: absolute;
  left: -9999px;
  z-index: 999;
  padding: 1em;
  background-color: black;
  color: white;
  opacity: 0;
}
.skip-to-main-content-link:focus {
  left: 50%;
  transform: translateX(-50%);
  opacity: 1;
}

/* top bar that doesn't move */
.topbar {
  background-color: white;
  position: fixed;
  top: 0;
  left: 0;
  margin: 0;
  width: 100%;
  align-items: center;
  justify-content: center;
  z-index: 5;
}

.toplogo {
  float: left;
  width: 300px;
  padding-top: 15px;
  padding-bottom: 10px;
}

.logo {
  height: 50px;
  width: auto;
  float: left;
  padding-right: 1%;
  padding-left: 5%;
}

.title {
  font-weight: bolder;
  color: black;
  float: left;
}

/* hiding things for mobile */
@media (max-width: 767px) {
  .hidden-mobile {
    display: none;
  }
}

@media (max-width:1047px) {
  .hidden-mobile {
    display: none;
  }
}

/* hiding things for smaller desktop screens */
@media (max-width: 1400px) {
  .hidden-screensmall {
    display: none;
  }
}

/* gets the hamburger menu to show/hide itself*/


@media (min-width: 1047px) {
  .show-mobile {
    display: none;
  }
}

.navbar .show-mobile {
  display: absolute;
  float: right;
  margin-right: 10%;
  margin-top: 15px;
  z-index: 999;
}

/* hamburger menu for mobile */
.dropbtn {
  background-color: #468a36;
  color: white;
  padding: 16px;
  font-size: 16px;
  border: none;
  cursor: pointer;
  margin-top: -20px;
}

.dropbtn:hover, .dropbtn:focus {
  background-color: #468a36;
}

.hamburger {
  float: right;
  position: relative;
  margin: 0;
}

.dropdown-content {
  display: none;
  position: fixed;
  background-color: #f1f1f1;
  min-width: 160px;
  overflow: auto;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  right: 5%;
  z-index: 1;
}

.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: margin-left;
}

.show {display: block;}


/* navigation menu */
.navbar {
  width: 77%;
  list-style-type: none;
  padding-top: 8px;
  font-weight: bold;
  display: absolute;
  margin-left: 20%;
}

.navbar a {
  float: left;
  color: black;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}

.navbar, a:hover {
  color: #468a36;
}

.navbar, a.active {
  color: #468a36;
}

/* drop down */
ul li ul.dropdown {
  min-width: 40.2%;
  background: #f2f2f2;
  display: none;
  position: fixed;
  z-index: 999;
  top: 64px;
  left: 22.4%;
  flex-direction: column;
  padding: 0;
}

/* displays dropdown */
ul li:hover ul.dropdown {
  display: flex !important;
}

ul li ul.dropdown li {
  display: block;
  float: left;
}

.dropdown-content a:hover {
  background-color: white;
}

/* search bar */
.search-container input[type=text] {
  float: left;
  padding: 7px;
  border: 1px #ffe500;
  background-color: #ebecec;
  margin-top: 8px;
  margin-right: 0px;
  font-size: 17px;
  border-radius: 10px 0px 0px 10px;
}

.search-container {
  float: right;
}

.search-container button {
  float: right;
  padding: 7px 10px;
  margin-top: 8px;
  margin-right: 20px;
  background: #ffe500;
  font-size: 17px;
  border: none;
  cursor: pointer;
  border-radius: 0px 10px 10px 0px
}

.search-container button:hover {
  background: #fff280;
}

/* footer */
.footer {
  margin: 0;
  position: relative;
  bottom: 0;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #ebecec;
  display: flex;
}

@media (max-width: 767px) {
  .footer-row1 .section1 {
    width: 100%;
    display: block;
  }

  .footer-row1 .sitemap {
    width: 100%;
  }

  .footer-row1 .supporters {
    width: 100%;
  }
}

/* footer row 1 */
.footer-row1 {
  width: 80%;
  margin-left: 16%;
}

.footer-row1 h3 {
  font-size: 13pt;
}

.footer-row1 .section1{
  width: 20%;
  float: left;
  margin: 0;
  padding: 0;
  clear: both;
  align-self: left;
}

.footer-row1 .section1 p {
  margin-left: 25px;
  color: #343739;
}

.footer-row1 .sitemap {
  width: 30%;
  float: left;
  margin: 0;
  padding: 0 1%;
}

.footer-row1 .sitemap a {
  text-decoration: none;
  color: #343739;
}

.footer-row1 .sitemap a:hover {
  text-decoration: none;
  font-weight: bold;
  color: #343739;
}

.footer-row1 .sitemap .column1 {
  width: 50%;
  float: left;
  margin-left: -6px;
  padding: 0 1%;
}

.footer-row1 .supporters {
  width: 30%;
  float: left;
  margin: 0;
  padding: 0 1%;
}

.footer-row1 .supporters img {
  width: 70px;
  height: auto;
}

.footer-row2 {
  clear: both;
  position: relative;
  text-align: center;
  color: #858788;
  top: 10px;
  left: -10%;
}

.footer-row2 a {
  text-decoration: none;
  color: #282829;
}

.footer-row2 a:hover {
  font-weight: bold;
}

.footer .show-mobile {
  align-content: center;
  text-align: center;
}

.footer .show-mobile img{
  width: 15%;
  height: auto;
}

.footer .show-mobile a {
  text-decoration: none;
  color: #343739;
}

.footer- .show-mobile a:hover {
  text-decoration: none;
  font-weight: bold;
  color: #343739;
}

/* HOME PAGE SPECIFIC STYLE */
/* section under navigation bar */
.underbar {
  width: 100%;
  margin: 0;
  z-index: 1;
  position: relative;
  margin-top: 90px;
}

.underbar img {
  width: 100%;
}

/* text on top of image */
.help {
  width: 30%;
  position: absolute;
  bottom: 40px;
  right: 20px;
  color: white;
  font-size: 500%;
  text-shadow: 2px 2px 5px black;
}

.help a{
  color: inherit;
  text-decoration: none;
  transition: 0.5s;
}

.help a:hover{
  text-shadow: 2px 2px 1px black;
  transition: 0.5s;
}

/* what we do */
.wwd {
  width: 100%;
  margin-top: -20px;
  background-color: #ffea33;
  padding-top: 40px;
  padding-bottom: 40px;
  font-weight: "Maven Pro Black 800";
  justify-content: center;
  text-align: center;
  font-kerning: normal;
}

.wwd h1{
  font-size: 30pt;
  left: 8%;
  right: 8%;
}

.wwd-text {
  margin-left: 20%;
  margin-right: 20%;
  text-align: center;
  font-kerning:normal;
  background-color: white;
  font-size: 16pt;
}

.wwd-icons {
  margin-left: 21%;
  margin-right: 21%;
  width: 58%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 0 4px;
}

.column {
  flex: 19.3%;
  padding: 0 0px;
}

@media (max-width: 767px) {
  .column {
    flex: 100%;
  }
}

.wwd-icons .column img {
  margin-top: 8px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  background-color: #468a36;
  border-radius: 30%;
  width: 40%;
  padding: 40px;
  height: auto;
  align-content: center;
  display: block;
}

.wwd-icons .column p {
  text-align: center;
  font-weight: bold;
  font-size: 16pt;
}

/* what we do button */
.wwd-link .button {
  background-color: #468a36;
  border: none;
  color: white;
  padding: 16px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16pt;
  margin: 0;
  transition-duration: 0.4s;
  cursor: pointer;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 10px 10px;
  width: 30vh;
}

.wwd-link {
  margin-top: 30px;
  margin-bottom: 50px;
}

.button {
  background-color: #468a36;
  color: white;
}

.button:hover {
  background-color: white; 
  color: black; 
  border: 2px solid #468a36;
}

/* need help section */
.needhelp {
  width: 100%;
  margin-top: 150px;
  background-color: #ffea33;
  padding-top: 40px;
  padding-bottom: 40px;
  font-weight: "Maven Pro Black 800";
  justify-content: center;
  text-align: center;
  font-kerning: normal;
}

.needhelp h1{
  font-size: 30pt;
}

/* buttons */
.needhelp-buttons {
  margin-top: 30px;
  display: inline-block;
  left: 30%;
  right: 30%;
  width: 60%;
  position: absolute;
  left: 55%;
  transform: translateX(-50%);
}

.column button {
  background-color: #468a36;
  border: none;
  color: white;
  padding: 16px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16pt;
  margin: 0;
  transition-duration: 0.4s;
  cursor: pointer;
  border-radius: 10px 10px;
  width: 40%;
  height: 100px;
}

@media (min-width: 768px) {
  .column button {
    margin-bottom: 10px;
    margin-inline: 4px;
  }
}

@media (max-width: 767px) {
  .column button {
    width: 80%;
    margin-bottom: 20px;
  }
}

/* twitter embed */
.twitter h2 {
  margin-top: 260px;
  position: relative;
  text-align: center;
}

@media (max-width: 767px) {
  .twitter h2 {
    margin-top: 510px;
  }
}

.taggbox {
  margin-top: 20px;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  margin-bottom: 30px;
}

/* ABOUT PAGE */
.about-text p {
  margin-left: 20%;
  margin-right: 20%;
  text-align: left;
  font-kerning: normal;
  font-size: 16pt;
}
.about-text h1 {
  margin-left: 20%;
  margin-right: 20%;
  text-align: left;
  font-kerning: normal;
  font-size: 30pt;
}
.about-text h3 {
  margin-left: 20%;
  margin-right: 20%;
  font-size: 18pt;
  text-align: left;
  font-kerning: normal;
  border-bottom: 2px solid #57ac43;
  padding-bottom: 20px;
}

.about-text ul {
  margin-left: 20%;
  margin-right: 20%;
  font-kerning: normal;
  font-size: 14pt;
  list-style: square;
}

.about-text {
  margin-bottom: 50px;
}

.about-text a {
  text-decoration: none;
  color: #468a36;
  font-weight: bold;
  transition: 0.5s;
}

.about-text a:hover{
  text-shadow: 1px 1px 2px grey;
  transition: 0.5s;
}

/* CONTACT US */
.about-text b {
  color: #468a36;
  font-weight:normal;
}

.about-text h2 {
  margin-left: 20%;
  margin-right: 20%;
  text-align: left;
  font-kerning: normal;
}

/* EMERGENCY FOOD */
.food-map {
  position: relative;
  margin-left: 22%;
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .food-map {
    width: 100%;
    margin-left: 15%;
  }
}

/* LIST OF PROVIDERS */
.contain {
  width: 100%;
  position: relative;
}

@media (max-width: 767px) {
  .contain {
    margin-left: 0;
  }
}

.container {
  max-width: 1335px;
}

.square-container {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  margin-bottom: 50px;
  position: relative;
  margin-left: 10vw;
}

.square {
  height: 350px;
  flex-basis: 20%;
  width: 259px;
  position: relative;
  padding: 10px;
  box-sizing: border-box;
  border: 2px solid;
  border-color: #468a36;
  border-radius: 10%;
  margin: 10px;
}

.square h2 {
  text-align: center;
  margin-left: 10px;
  margin-right: 10px;
}

.square p {
  margin-left: 10px;
  margin-right: 10px;
  text-align: justify;
}

.square a {
  text-decoration: none;
  color: black;
  transition: 0.2s;
}

.square a:hover {
  color:#468a36;
  transition: 0.2s;
}

.grid-item-container {
  height: 100%;
  width: 100%;
  position: relative;
}

@media(max-width: 1333px) {
  .square {
    flex-basis: 33.33%;
  }
  .contain {
    width: 100%;
    margin-left: 9vw;
  }
}

@media(max-width: 850px) {
  .square {
    flex-basis: 100%;
  }
  .contain {
    width: 70%;
    margin-left: 10vw;
  }
}

/* DONATE */
.wwd a {
  text-decoration: none;
  color: black;
}

/* HEALTHY START */
.container {
  display: grid;
  align-items: center; 
  position: relative;
  margin-left: 26%;
  grid-template-columns: 1fr 1fr 1fr;
  column-gap: 15px;
  margin-bottom: 30px;
  margin-top: -10px;
 }

 img {
   max-width: 100%;
   max-height: 100%;
 }
 
 .text {
   font-size: 16px;
 }

 @media (max-width: 767px) {
  .container {
    display:block;
    text-align: left;
    margin-left: 20%;
    width: 60%;
  }
}

/* NEWS */
.main-news span {
  display: inline-block;
  width: 50px;
  height: 5px;
  background-color: #57ac43;
  margin-bottom: 30px;
}
div.main-news {
  height: 21%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 20%;
  margin-right: 20%;
  margin-top: 10px;
  margin-bottom: 10px;
}
div.container-news {
  background-color: white;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 30px;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.45);
}


.text-container-news h1 {
  font-weight: 600;
  font-size: 36px;
  margin: 0 0 15px;
}
.text-container-news p {
  font-weight: 300;
  line-height: 24px;
  margin: 0 0 30px 0;
}
.text-container-news a {
  text-decoration: none;
  text-transform: uppercase;
  color: #468a36;
  font-weight: bold;
  font-size: 14px;
  position: relative;
  display: inline-block;
  z-index: 1;
  padding: 5px;
  left: -5px;
}
.text-container-news a:hover {
  color: #468a36;
  font-weight: bold;
}

.text-container-news a:hover::before {
          transform: scale3d(1, 1, 1);
          transform-origin: 0% 50%;
}
div.imag-news {
  height: 100%;
  width: 100%;
  object-fit: cover;
  padding: 10px;
}
.imag-news img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
div.text-container-news {
  margin: 60px 45px 55px;
}
@media screen and (min-width: 1000px) {
  div.container-news {
    flex-direction: row;
    width: 100%;
  }
}
@media screen and (max-width: 1000px) {
  div.container-news {
    flex-direction: column;
    width: 100%;
  }
  div.main-news {
    height: 70vh;
    margin-left: 0;
    margin-right: 0;
  }
  div.imag-news {
    height: 30vh;
    min-width: 360px;
    margin-bottom: 10px;
    padding: 0px;
  }
 div.text-container-news {
    margin: 0 60px;
    max-width: 660px;
  }
}
@media screen and (min-width: 1024px) {
  div.container-news {
    max-width: 1200px;
  }
}

/* ARTICLE */
.underbar h1 {
  font-size: 50pt;
}

.article-text p {
  margin-left: 20%;
  margin-right: 20%;
  text-align: left;
  font-kerning: normal;
  font-size: 16pt;
}
.article-text h1 {
  margin-left: 20%;
  margin-right: 20%;
  text-align: left;
  font-kerning: normal;
  font-size: 30pt;
}
.article-text h3 {
  margin-left: 20%;
  margin-right: 20%;
  font-size: 18pt;
  text-align: left;
  font-kerning: normal;
  border-bottom: 2px solid #57ac43;
  padding-bottom: 20px;
}

.article-text a {
  text-decoration: none;
  color:black;
}

.article-text a:hover {
  text-decoration: none;
  color:#468a36;
  font-weight: bold;
}