#banner {
    margin-top: 100px;
    color: black;
}

.navbar-brand {
  font-family: 'Vidaloka', serif;
  margin: 5px;
}

img {
 width: 70%;
 border: 3px;
 height: 80;
}

section.row {
    margin-top: 10px;
}

#tubestations
{
  align-items: center;

}

#maingif {
  width: 100%;
  margin: 3px;
}

button {
  height: 30px;
  weight: 30px;
  margin-bottom: 20px;
}

p {
  color: black;
  font-weight: 300;
font-family: 'Amiri', serif;
font-size: 18px;
  margin-top: 10px;
  align-content: center;
  margin-left: 20px;
  margin-right: 20px;

}


h1 {
  color: black;
  font-weight: bolder;
font-family: 'Vidaloka', serif;
  font-size: 50;
}

h4 {
  color: black;
  font-weight: 500;
  font-family: 'Vidaloka', serif;
  font-size: 17;
  margin-bottom: 20px;
  margin-left: 20px;
  margin-right: 20px;
}

.map {
  margin-left: 60px;
  marign-bottom: 50px
}

@@media
only screen and  (-webkit-min-device-pixel-ratio: 1.5),
only screen and (-o-min-device-pixel-ratio: 3/2),
only screen and (min--moz-device-pixel-ratio: 1.5),
only screen and (min-device-pixel-ratio: 1.5) {
  html,
  body{
    width: 100%;
    overflow-x: hidden;
  }
}
