
.topnav {
  text-align: center;
}

/* Style the links inside the navigation bar */
.topnav a {
  color: #f2f2f2;
  text-align: center;
  padding: 20px 20px;
  text-decoration: none;
  font-size: 30px;
}

/* Change the color of links on hover */
.topnav a:hover {
  color: black;
}

/* Add a color to the active/current link */
.topnav .active {
  color: black;
}

.contactform body {
    text-align: center;
}

.contactform table {
  border-spacing: 20px; 
  margin-left: auto;
  margin-right: auto;
}    

.contactform td {
  font-weight: bold;
}

.column {
  float: left;
  width: 50%;
  word-wrap:break-word;
}

.stores-text {
    font-size: 1.25em;
    font-weight: 400;
    letter-spacing: 1px;
}

@media screen and (max-width: 600px) {
  .column {
    width: 100%;
    float: none;
  }
}