@font-face {
  font-family: 'cinetype';
  src: url('assets/fonts/GT-Cinetype-Light.otf');
  font-weight: normal;
}
@font-face {
  font-family: 'cinetype';
  src: url('assets/GT-Cinetype-Trial-Bold.otf');
  font-weight: bold;
}
.over {
  color: white;
  font-family: "cinetype";
  font-size: 1.5em;
}
.over h3 {
  margin: 0;
}
.over p {
  margin: 0;
}
.mapicon {
  color: white;
}
.geo path {
  stroke: "white";
  stroke-width: 2;
  stroke-dasharray: 5,20 ;
}
.container {
  background-color: grey;
  display: flex;
  flex-direction: row;
}
.cla {
  width: 70%;
  height: 100%;
  background-color: grey;
}
.side {
  width: 30%;
  color: black;
}
.side a {
  color: black;
  text-decoration: underline;
}
