.contact-item {
    padding-top: 5px;
    padding-bottom: 5px;
    display: block;
    flex:100%;
}

.contact-item > a, .contact-item > a:visited {
    color: black;
}
.map-location {
    margin-top: 20px;
    filter: grayscale(100%);
    width: 100%;
    height: 400px;
}
.contact-accent {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 24px;
}
.contact-body {
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 16px;
    color:rgb(64, 64, 64);
}
.contact-background {
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    background-image: url('./images/contact-bck.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    opacity: 0.2;
    z-index: 1;
  }

  .contact-contents {
    z-index: 10;
    max-height: 100%;
    overflow-x: hidden;
    overflow-y: scroll;
    width: 94vw;
    margin-right: 3vw;
    margin-left: 3vw;
    margin-top: 60px;
  }
  @media only screen and (min-width: 768px) { 
    .contact-contents {
      width: 78%;
      margin-left: auto;
      margin-right: auto;
    }
    .contact-background {
        opacity: 0.4;
    }
  }