.container{
  width: 98%;
  margin: 0 auto;
  padding:0;
}

.nav{
  display: none;
}

#mobilenav{
  display: block;
  width: 100%;
  background-color: #000000;
  margin: 15px 0;
  color: #FFFFFF;
  border: 0;
  padding: 10px 0;
  font-family: 'Roboto', sans-serif;
  font-size: 15px;
  text-transform: uppercase;

}

#header{
  padding-top:0;
}
#header #phone{
  float: none;
  color: #FFFFFF;
  background-color: #000000;
  font-size: 15px;
  padding: 5px 0;
  text-align: center;
  margin: 0 auto;
  width: 80%;
  font-family: 'Roboto', sans-serif;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

#header h1{
  text-align:center;
}
#header h1 img{
  max-width:50%;
}

.right{
  float: none;
  margin: 0;
  width: 100%;
}
table.form{
  display:block;
  width:100%;
}
table.form tbody{
  display:block;
  width:100%;
}
table.form tr{
  display:block;
  width: 100% !important;
  margin-top: 20px;
}
table.form tr td{
  display:block;
  width: 100% !important;
  padding: 2px 0 !important;
}


.homebuttons{
  top:0;
}

.homebuttons a.link{
  width:100%;
  flex:auto;
  margin: 0 10px 30px 10px;
}

#map{
  max-height: 30vh !important;
}
