body {
  background-color: #0c132c;
  margin: 0;
  padding: 0;
}

body .instrument-serif-regular {
  font-family: "Instrument Serif", serif;
  font-weight: 400;
  font-style: normal;
}

body .instrument-serif-regular-italic {
  font-family: "Instrument Serif", serif;
  font-weight: 400;
  font-style: italic;
}

body .instrument-serif-bold {
  font-family: "Instrument Serif", serif;
  font-weight: 800;
  font-style: normal;
}

body .instrument-sans-regular {
  font-family: "Instrument Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: regular;
  font-style: normal;
  font-variation-settings: "wdth" 100;
}

body .instrument-sans-bold {
  font-family: "Instrument Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: bold;
  font-style: normal;
  font-variation-settings: "wdth" 100;
}

body header .wrap {
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

body header .wrap h3 {
  margin: 0;
  padding: 0;
  color: #fff;
  display: inline;
  font-size: 38px;
  line-height: 80px;
  vertical-align: middle;
}

body header .wrap h4 {
  margin: 0;
  padding: 0;
  padding-bottom: 0px;
  color: #fff;
  display: inline;
  font-size: 22px;
  margin-right: 10px;
  vertical-align: middle;
}

body header .wrap .menu {
  width: 80px;
  height: 80px;
  position: absolute;
  left: 0px;
  display: block;
  text-align: left;
  border-right: 1px solid rgba(255, 255, 255, 0.3);
}

body header .wrap .menu button {
  border: none;
  background-color: rgba(255, 255, 255, 0);
  margin-left: 20px;
  margin-top: 25px;
}

body header .wrap .menu nav {
  position: relative;
  border: 1px solid #fff;
  top: 30px;
  left: 5px;
  width: 150px;
  display: none;
  z-index: 15;
  background-color: #0c132c;
}

body header .wrap .menu nav a {
  display: block;
  color: #fff;
  text-decoration: none;
  padding: 5px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}

body header .wrap .menu nav.show {
  display: block;
}

body header .wrap .title {
  width: 100%;
  display: inline-block;
  text-align: center;
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
  body header .wrap .title {
    height: 80px;
  }
}

body header .wrap .title h5 {
  margin: 0;
  padding: 0;
  position: absolute;
  color: #fff;
  float: left;
  margin-left: 90px;
  margin-top: 35px;
  letter-spacing: 2px;
  font-weight: 600;
}

@media only screen and (max-width: 768px) {
  body header .wrap .title h5 {
    margin-top: 60px;
    margin-left: -110px;
    font-size: 12px;
    left: 50%;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
  body header .wrap .title h5 {
    margin-left: -110px;
    font-size: 12px;
    left: 50%;
    margin-top: 55px;
  }
}

@media only screen and (max-width: 768px) {
  body header .wrap .title h3 {
    margin-top: -20px;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
  body header .wrap .title h3 {
    line-height: 60px;
  }
}

body header .wrap .search {
  width: 60px;
  height: 80px;
  position: absolute;
  right: 160px;
  display: inline-block;
  text-align: right;
  border-left: 1px solid rgba(255, 255, 255, 0.3);
  border-right: 1px solid rgba(255, 255, 255, 0.3);
}

@media only screen and (max-width: 768px) {
  body header .wrap .search {
    right: 0px;
  }
}

body header .wrap .search svg {
  padding: 30px 15px;
}

body header .wrap .mcdonalds {
  width: 160px;
  height: 80px;
  position: absolute;
  right: 0px;
}

@media only screen and (max-width: 768px) {
  body header .wrap .mcdonalds {
    display: none;
  }
}

body header .wrap .mcdonalds img {
  width: 80%;
  margin: 10px;
}

body article section {
  margin-bottom: 20px;
}

body article section a {
  text-decoration: none;
  color: #81a2fa;
}

body article section.goaway {
  text-align: center;
  margin-bottom: 160px;
}

@media only screen and (max-width: 768px) {
  body article section.goaway {
    margin-bottom: 20px;
    overflow: hidden;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
  body article section.goaway {
    margin-bottom: 40px;
  }
}

body article section.goaway img {
  width: 100%;
  margin: auto;
}

@media only screen and (max-width: 768px) {
  body article section.goaway img {
    width: 120%;
    margin-left: -7%;
  }
}

body article section.about {
  color: #fff;
  width: 70%;
  margin-left: 15%;
  margin-top: 20px;
}

body article section.about h3 {
  display: block;
  text-align: left;
  font-size: 32px;
  margin: 0;
  padding: 0;
}

body article section.about h5 {
  display: block;
  text-align: left;
  font-size: 18px;
  margin: 10px 0px;
  margin-top: 20px;
  padding: 0;
}

body article section.about p {
  margin: 10px 0px;
  padding: 0;
  font-family: "Instrument Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: regular;
  font-style: normal;
  font-variation-settings: "wdth" 100;
}

body article section.about p.endquote {
  font-family: "Instrument Serif", serif;
  font-weight: 400;
  font-style: normal;
  font-style: italic;
  font-size: 22px;
  text-align: center;
  margin-top: 30px;
}

body article section.about p.disclaimer {
  margin-top: 80px;
  font-size: 14px;
}

body article section.about img {
  width: 100%;
  margin-bottom: 20px;
  margin-top: 20px;
}

body article section p.origin {
  width: 800px;
  margin: auto;
}

@media only screen and (max-width: 768px) {
  body article section p.origin {
    width: 90%;
  }
}

body article section h3 {
  text-align: center;
  width: 100%;
  color: #fff;
  font-size: 38px;
}

body article section.listmap {
  text-align: center;
  color: #fff;
}

body article section.listmap h4 {
  font-size: 38px;
  margin: 30px 0px;
  padding: 0;
}

body article section.listmap .thelist {
  position: relative;
  width: 780px;
  left: 50%;
  padding: 10px;
  margin-left: -400px;
  margin-top: 30px;
  margin-bottom: 30px;
  -webkit-box-shadow: #070a91 0px 0px 10px 5px;
          box-shadow: #070a91 0px 0px 10px 5px;
  background-image: url("../images/deathsbystate2.png");
  background-size: 100%;
  background-repeat: no-repeat;
}

@media only screen and (max-width: 768px) {
  body article section.listmap .thelist {
    width: 90%;
    margin-left: -47%;
  }
}

body article section.listmap .thelist h3 {
  font-size: 26px;
}

body article section.listmap .thelist h4 {
  margin: 30px 0px;
  padding: 0;
  font-weight: normal;
}

body article section.listmap .thelist p {
  font-size: 18px;
}

body article section embed {
  position: relative;
  left: 50%;
  margin-left: -400px;
  margin-top: 30px;
  margin-bottom: 30px;
}

@media only screen and (max-width: 768px) {
  body article section embed {
    width: 90%;
    margin-left: -45%;
  }
}

body article section iframe {
  position: relative;
  left: 50%;
  margin-left: -240px;
  margin-top: 30px;
  margin-bottom: 30px;
}

@media only screen and (max-width: 768px) {
  body article section iframe {
    width: 90%;
    margin-left: -45%;
  }
}

body article section .pointsplit {
  color: #fff;
  width: 800px;
  position: relative;
  left: 50%;
  margin-left: -400px;
  border-bottom: 1px solid #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

body article section .pointsplit h5, body article section .pointsplit p {
  font-size: 18px;
}

body article section .pointsplit h5 {
  width: 25%;
}

body article section .pointsplit span {
  width: 75%;
}

@media only screen and (max-width: 768px) {
  body article section .pointsplit {
    width: 92%;
    margin-left: -47%;
    display: block;
  }
  body article section .pointsplit h5 {
    font-size: 16px;
    display: block;
    width: 90%;
  }
  body article section .pointsplit p {
    font-size: 16px;
  }
}

body article section .split {
  width: 800px;
  position: relative;
  left: 50%;
  margin-left: -400px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #fff;
  padding-bottom: 20px;
}

body article section .split p {
  color: #fff;
  font-size: 20px;
}

body article section .split img {
  width: 400px;
  padding-right: 20px;
}

body article section .split h3 {
  font-size: 56px;
  color: #fff;
  margin: 0;
  padding: 0;
  background: #0D132D;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(20%, #0d132d), color-stop(40%, white));
  background: linear-gradient(0deg, #0d132d 20%, white 40%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

body article section .split h3.bluegrad {
  font-size: 90px;
  background: #0D132D;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(20%, #0d132d), color-stop(40%, #0642d8));
  background: linear-gradient(0deg, #0d132d 20%, #0642d8 40%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-style: italic;
}

@media only screen and (max-width: 768px) {
  body article section .split {
    width: 92%;
    margin-left: -47%;
    display: block;
    text-align: center;
  }
}

body footer .lower {
  border-top: 1px solid #fff;
}

body footer .lower h3 {
  color: #fff;
  font-size: 36px;
  margin: 0;
  padding: 25px;
  padding-right: 100px;
  float: left;
}

@media only screen and (max-width: 768px) {
  body footer .lower h3 {
    font-size: 22px;
    margin: 0;
    padding: 15px;
  }
}

body footer .lower a {
  display: inline-block;
  text-decoration: none;
  color: #fff;
  padding-right: 10px;
  padding-top: 30px;
}

@media only screen and (max-width: 768px) {
  body footer .lower a {
    font-size: 14px;
    padding-top: 20px;
  }
}

body footer .lower a::visited {
  color: #cef;
}

body footer .lower .backtop {
  text-align: right;
  float: right;
  height: 100px;
  display: block;
  border-left: 1px solid #fff;
  width: 180px;
}

@media only screen and (max-width: 768px) {
  body footer .lower .backtop {
    height: 70px;
  }
}

@media only screen and (max-width: 480px) {
  body footer .lower .backtop {
    width: 90px;
    text-align: center;
  }
}

body footer .lower .backtop a {
  padding-right: 30px;
}

@media only screen and (max-width: 480px) {
  body footer .lower .backtop a {
    padding-right: 0;
  }
}
/*# sourceMappingURL=main.css.map */