body {
  background-color: #000000;
  padding: 20px;
  font-size: 24px;
}

header, main, footer, h1, h2, p, ol, ul, li, address, a:link, a:visited, a:hover {
  font-family: 'Ubuntu', sans-serif;
  font-style: normal;
  text-decoration: none;
  color: #dddddd;
}

h1, h2, nav {
  align-items: center;
}

a:link, a:visited, a:link p, a:visited p {
  text-decoration: underline;
}

a:hover, a:hover p
{
  text-decoration: none;
  text-decoration-color: black;
  background: #2787b1;
  color: white;
}

header, main {
  /*border: 1px solid red; */
  width: 90%;
  margin: 2em auto;
  text-align: left;
}

header, h1, h2 {
  /* border: 1px solid green; */
  display: flex;
  flex-direction: column; /* make grid columns */
  align-items: center;

}

h1 {
  font-size: 64px;
  align-items: center;
  margin: 0px 0px;
  width: 100%;
}

nav ul li {
  display: inline-block;
}

h2, nav ul li a, h1 {
  font-size: 32px;
}

button {
  font-size: 20px;
  height: 60px;
  width: 250px;
}

footer {
  font-size: 18px;
}

div.image-selections, .partner, .sponsors, .findus_section, .getsomehelp {
  /*border: 1px solid blue;*/
  display: flex;
  flex-wrap: wrap;
  flex: 1;
  justify-content: space-between;

}

.findus, p, li {
  /*border: 1px solid red;*/
}

div.images, .partner, .sponsor, .findus, .gethelp {
  width: 300px;
  margin-top: 40px;
  text-align: center;
}

.areacovered {
  width: 100%;
}

.sponsors_nav, .sponsors_section, .sponsor, .sponsors {
  display: none;
}

.findus, .findus p {
  text-align: left;
  xwidth: 48%;
}

img, .twitter {
  width: 100%;
  box-shadow: 0 19px 38px rgba(0,0,0,0.30), 0 15px 12px rgba(0,0,0,0.22);
}

.logo {
  //border-radius: 50%;
}

.contact_website, .contact_email, .contact_twitter, .contact_facebook {
  width: 24pt;
}

.contact_website::before, .contact_website_link::before {
  content: url(https://www.dencolne.org/images/024_www.png) " ";
}

.contact_email::before {
  content: url(https://www.dencolne.org/images/024_email.png) " ";
}

.contact_twitter::before, .contact_twitter_link::before {
  content: url(https://www.dencolne.org/images/024_twitter.png) " ";
}

.contact_facebook::before {
  content: url(https://www.dencolne.org/images/024_facebook.png) " ";
}

.contact_location_link::before {
  content: url(https://www.dencolne.org/images/024_location.png) " ";
}

.active {
  background-color: grey;
  color: #ffffff;
  box-shadow: 0 19px 38px rgba(0,0,0,0.30), 0 15px 12px rgba(0,0,0,0.22);
  outline: none;
}

.twitter {
  visibility: none;
}

.meet {
  display: inline;
}

address {
  display: inline;
  font-weight: 900;
  text-decoration: none;
}

@media only screen and (max-width: 750px) {
  body {
    xbackground-color: lightblue;
    font-size: 20px;
  }

  h1 {
    font-size: 36px;
    text-align: center;
  }

  h2 {
    font-size: 32px;
  }

  nav {
    display: none;
  }
  
  nav ul li a, p, li {
    font-size: 24px;
  }

  footer p {
    font-size: 14px;
  }

  div.images, .partner, .sponsor, .getsomehelp {
    width: 240px;
    margin-top: 40px;
  }

  .findus {
    width: 100%
  }
  
}

@media only screen and (max-width:610px) {
  body {
    xbackground-color: salmon;
    font-size: 20px;
  }

  div.images, .partner, .sponsor, .getsomehelp, {
    width: 200px;
    margin-top: 40px;
  }

  h1 {
    font-size: 36px;
  }

  h2 {
    font-size: 32px;
  }

  nav {
    display: none;
  }

  nav ul li a {
    font-size: 24px;
  }

  p, li {
    font-size: 20px;
  }

  footer {
    font-size: 14px;
  }
}

nav ul li {
  display: inline-block;
  padding: 15px 10px;
  font-size: 18px;
}
