﻿.mainbody {
	background-color: #cccccc;
}
.mainback {
  position: relative;
  float: left;
  width: 100%;
  height: 500px;
  background-attachment: fixed;
  background-position: top;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  align-content: center;
}
.districtnav {
  align-self: flex-start;
  width: 100%;
  padding: 5px 5px;
  color: var(--font_white);
  background-color: var(--page_nav);
}
.districtnav > a {
  color: var(--font_white);
  padding: 0px 6px;
  text-decoration: none;
}
.districtnav > a:hover {
  color: var(--font_white);
  background-color: var(--nav_mid);
}
.districtnav > .active {
  color: var(--font_white);
  background-color: var(--nav_light);
}
.linkspacer {
  letter-spacing: 14px;
}
@media screen and (max-width: 1200px) {
  .linkspacer {
    letter-spacing: 9px;
  }
}
@media screen and (max-width: 1050px) {
  .linkspacer {
    letter-spacing: 4px;
  }
}
@media screen and (max-width: 900px) {
  .linkspacer {
    letter-spacing: -1px;
  }
}
@media screen and (max-width: 750px) {
  .linkspacer {
    letter-spacing: -4px;
  }
}
@media screen and (max-width: 650px) {
  .districtnav {
    font-size: 12px;
  }
}

.titletext > h1 {
  position: relative;
  display: block;
  font-family: "Titillium Web", sans-serif;
  font-size: 48px;
  font-weight: 800;
  color: var(--font_white);
}
.titletext {
  position: relative;
  background: inherit;
  overflow: hidden;
}
.titletext:before {
  content: "";
  position: absolute;
  background: inherit;
  left: -20px;
  right: 0;
  top: -20px;
  bottom: 0;
  width: 130%;
  height: 150%;
  filter: blur(5px);
  -webkit-filter: blur(5px);
}
.titleouter {
  position: sticky;
  top: 0px;
  position: -webkit-sticky;
  background: inherit;
  width: 100%;
  box-shadow: 2px 3px 6px rgba(0, 0, 0, 0.5);
}

h2 {
  width: 100%;
  font-family: "Poppins", sans-serif;
  font-size: 32px;
  transition-duration: 0.3s;
}
.maincontainer {
 position: relative;
 float: left;
 display: block;
 align-content: center;
 width: calc(100% - 20px);
 margin: 20px 10px;
 background-color: rgba(255, 255, 255, 0.8);
}
.container {
  width: calc(100% - 30px);
  font-size: 14px;
  display: grid;
  grid-template-areas:
    "textbox01 chartbox01"
    "textbox01 chartbox01"
    "textbox02 chartbox01";
  grid-gap: 10px;
  margin: 5px 15px;
  text-align: center;
  transition-duration: 0.3s;
}
.grid-container > div {
  padding: 20px 0;
  margin: 10px 0px;
}
.bodytext01 {
  font-size: 14px;
  text-align: left;
  transition: 0.5s;
  grid-area: textbox01;
  transition-duration: 0.3s;
}
.bodytext02 {
  font-size: 14px;
  text-align: left;
  transition: 0.5s;
  grid-area: textbox02;
  transition-duration: 0.3s;
}
#donuts {
  width: 350px;
  height: 350px;
  justify-self: center;
  grid-area: chartbox01;
  transition-duration: 0.3s;
}
@media screen and (max-width: 1000px) {
  .container {
    grid-template-areas:
      "textbox01 chartbox01"
      "textbox01 chartbox01"
      "textbox02 textbox02";
  }
}
@media screen and (max-width: 750px) {
  .container {
    grid-template-areas:
      "textbox01 textbox01"
      "chartbox01 chartbox01"
      "textbox02 textbox02";
  }
}
.donut-box {
  position: absolute;
  height: 350px;
  width: 350px;
  float: left;
  margin: 0 auto;
}
.chart {
  position: relative;
  display: block;
  margin: 0 auto;
}
.chart-title {
  position: relative;
  left: 100px;
  color: var(--font_black);
  text-align: center;
  width: 150px;
  font-family: "Titillium Web", sans-serif;
  font-size: 12px;
  font-weight: 700;
  text-shadow: 1px 1px 2px rgba(255, 253, 253, 0.3);
}
.title01 {
  margin-top: -103px;
}
.title02 {
  margin-top: -163px;
}
.title03 {
  margin-top: -223px;
}
.title04 {
  margin-top: -283px;
}
.title05 {
  margin-top: -343px;
}
svg {
  width: 100%;
}
.centerImage {
  position: absolute;
  margin: 35px 0 0 -25px;
  width: 230px;
  height: auto;
}
#showTotal {
  position: absolute;
  text-align: center;
  width: 100%;
  margin-top: 70px;
  font-family: "Titillium Web", sans-serif;
  font-size: 22px;
  font-weight: 600;
  text-shadow: 1px 1px 2px rgba(255, 253, 253, 0.3);
}
.doughnutSummaryTitle {
  position: relative;
  left: 200px;
  top: 10px;
  display: none;
}
.doughnutSummaryNumber {
  display: none;
}
.chart path:hover {
  opacity: 1;
}

.checktitle {
  float: left;
  margin: 10px 15px 0px 15px;
  padding-top: 10px;
  width: calc(100% - 30px);
  font-family: "Poppins", sans-serif;
  font-size: 32px;
  font-weight: bold;
  text-align: left;
  transition-duration: 0.3s;
}
.checklists {
  margin: 0px 15px 10px 15px;
  width: calc(100% - 30px);
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  text-align: left;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  transition-duration: 0.3s;
}
.clfamilyname {
  width: 100%;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  margin: 5px;
  padding: 0px 5px;
  background-color: var(--nav_light);
}
.clbirdname > a {
  color: var(--font_black);
}
.clbirdname {
  font-size: 12px;
  width: calc(25% - 10px);
  margin: 5px;
  padding: 0px 5px;
  background-color: var(--bird_box2);
  border: 1px solid rgba(0, 0, 0, 0.2);
  outline: 1px solid rgba(0, 0, 0, 0.2);
  outline-offset: -1px;
  transition-duration: 0.2s;
}
.clbirdname:hover {
  outline-offset: -1px;
  background-color: var(--bird_box1);
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
}
@media screen and (max-width: 1100px) {
  .clbirdname {
    width: calc(33% - 10px);
    transition-duration: 0.2s;
  }
}
@media screen and (max-width: 850px) {
  .clbirdname {
    width: calc(50% - 10px);
    transition-duration: 0.2s;
  }
}
@media screen and (max-width: 550px) {
  .clbirdname {
    width: calc(100% - 10px);
    transition-duration: 0.2s;
  }
}

.landsimages {
  float: left;
  width: 100%;
  height: 300px;
}
.landsimbox {
  background-position: center center;
  background-size: 300px 300px;
  float: left;
  width: 20%;
  height: 300px;
  background-repeat: no-repeat;
}

.avianimages {
  float: left;
  width: 100%;
  height: 300px;
}
.avianimbox {
  background-position: center center;
  background-size: 413px 300px;
  float: left;
  width: 25%;
  height: 300px;
  background-repeat: no-repeat;
}
@media screen and (max-width: 800px) {
  .avianimbox {
    width: 50%;
    height: 250px;
  }
  .avianimages {
    height: 500px;
  }
}
.bodytext03 {
  width: calc(100% - 40px);
  display: inline-block;
  margin: 10px 20px;
  font-size: 14px;
  text-align: left;
  float: left;
}
.bodytext04 {
  width: calc(50% - 40px);
  display: inline-block;
  margin: 10px 20px;
  font-size: 14px;
  text-align: left;
  float: left;
}
@media screen and (max-width: 700px) {
  .bodytext04 {
    width: calc(100% - 40px);
  }
}
.textitem {
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  line-height: 24px;
}
