body{
    margin-top: 7vw;
    list-style-type: none;
}

#Contact{
    background-color: none;
    width: 90%;
    justify-self: center;
    z-index: -1;
}

#Header h1{
    position: relative;
    color: rgba(55, 106, 172);
    margin: 0 0 0 0;
    z-index: -1;
}

#Header hr{
    display: block;
    border-style: inset;
    text-align: center;
    border-width: 3px;
    border-color: rgba(128, 128, 128, 0.085);
    border-radius: 2px;
    width: 37vw;
    padding: 0 0 0 0;
    z-index: -1;
}

#Header{
    position: relative;
    background-color: none;
    height: 4vw;
    width: 100%;
    text-align: center;
    align-content: center;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    z-index: -1;
}

#Header ul{
    display: inline-block;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    text-decoration: none;
}

#Header ul li{
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}

#Contact{
    padding-bottom: 3vw;
}

table {
  border-collapse: collapse;
  width: 100%;
}

td, th {
  border: 1px solid #dddddd;
  text-align: left;
  padding: 8px;
}

tr:nth-child(even) {
  background-color: #dddddd;
}

#google-map{
    position: relative;
    background-color: none;
    width: 100%;
    height: 30vw;
}

#google-map iframe {
     height: 100%;
     width: 100%;
     left: 0;
     top: 0;
     position: absolute;
}