.wrap{
  width:95%;
  margin-left: auto;
  margin-right: auto;
  border:none;
}
.title::before {
  content:"";
  position:absolute;
  border-left: .07em solid transparent;
  border-right: .07em solid transparent;
  border-bottom: .75em solid red;
  transform: translateY(-21%)  rotate(-84deg); 
}
.title::after {
  content:"";
  position:absolute;
  left: 2em;
  border-left: .07em solid transparent;
  border-right: .07em solid transparent;
  border-bottom: .75em solid red;
  transform: translateY(-21%)  rotate(-84deg); 
}
.title {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  display: inline-block;
  color: red;
  border: none;
  font-size:4rem;
}

.quote {
  text-align: center;
  font-style: italic;
  margin-top:1rem;
  font-size: 1.3rem;
}
nav{
  text-align: right;
  border: none;
  padding: .07%;
}
h2 {
   font-family: sans-serif;
  font-size: 2.3rem;
  line-height: 3rem;
  text-align: left;
  margin-top: 4rem;
}
h3 {
    font-family: sans-serif;
    font-size: 1.9rem;
    line-height: 3rem;
    margin-top: 4rem;
    font-weight: 700;
    text-align: left;
}
.chart1 {
  margin-left: auto;
  margin-right: auto;
}
.aimg{
  width: 100%;
}
body {
  font-family: sans-serif;
  background-color: white;
}
.heroimage{
  border-left:.6rem solid;
  border-right:.6rem dashed;
  border-radius: 4%;
  width: 90%;
  display: block;
  margin: 0 auto;
}
hr {
  box-align: center;
  background-color: black;
  border-color: black;
  width: 95%;
  height: 2px;
  margin-bottom: 5%;

}
.form{
  margin-bottom: 5%;
}
a:hover {
  color: red;
}
p, ul{
  font-weight:400;
  font-family: Roboto,-apple-system,BlinkMacSystemFont,"Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 1.5rem;
  line-height: 2.6rem;
  letter-spacing: -.2px;
  text-align:left;
  color: #1b2a36;
  margin-top:3rem;
}
@media screen and (min-width:768px) {
.wrap{
  width:85%;
}
hr {
  width: 85%;
}
.title {
  font-size: 6rem;
}
.quote {
  margin-top:1rem;
  font-size: 1.5rem;
}
p, ul{
  margin-top:4rem;
}
h2 {
  margin-top: 5rem;
}
h3 {
    margin-top: 5rem;
}
}

@media screen and (min-width: 1024px) {
.wrap{
  width:65%;
}
hr {
  width: 95%;
}
.title {
  font-size: 6rem;
}
.quote {
  margin-top: 1.2rem;
  font-size: 1.6rem;
}
p, ul{
  margin-top:4rem;
}
h2 {
  margin-top: 6rem;
}
h3 {
    margin-top: 6rem;
}
}
#map {
  height: 280px; 
}