@import url('https://fonts.googleapis.com/css?family=Montserrat');

@font-face {
  font-family: myFirstFont;
  src: url(DeutscheDruckschrift.ttf);
}


body {
  color: #f5f5f5;
  font-family: 'Montserrat', sans-serif !important;
}

#base {
  background-image: url(../img/map0.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  min-height: 800px;
}

#base .dark-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 800px;
  background: rgba(202, 111, 50, 0.4);
}

#base a {
  text-decoration: none;
}

.felirat {
  color: #f5f5f5;
  font-weight: 600;
  font-size: 250%;
  font-family: myFirstFont;
  opacity: 0.7;
}

.cim {
  color: #f5f5f5;
  font-weight: 600;
  font-size: 350%;
  opacity: 0.7;
  font-family: myFirstFont;
}


.zoom:hover {
  transform: scale(2);
}

.fas, .fa, .fab {
  opacity: 0.7;
}
