 @import url('https://fonts.googleapis.com/css?family=Roboto');

h1, .h1 {
    font-size: 40px;
}
h2, .h2 {
    font-size: 30px;
}

textarea {
  font-family: 'Roboto', sans-serif;
  font-size: inherit;
  line-height: inherit;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
font-family: 'Roboto', sans-serif;
  font-weight: 500;
  line-height: 1.1;
  color: #212121;
}

code,
kbd,
pre,
samp {
  font-family: 'Roboto', sans-serif;
}

.navbar-nav {
  margin: 7.5px -15px;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
}

td, tr td {
    border-top: 1px dotted #514d4d;
}
.logo a {
    display: inline-block;
    line-height: 1;
    margin-top: 10px;
}


.t3-header.navbar-fixed-top .logo a {
    margin-top: 5px;
    margin-bottom: 3px;
}

    .google-maps {
        position: relative; padding-bottom: 30.25%; height: 0; overflow: hidden; max-width: 105%; height: auto; 
    }
    .google-maps iframe, .google-maps object, .google-maps embed  {
       position: absolute; top: 0; left: 0; width: 100%; height: 100%;
    }

