.container1 {
  text-align: center;
  margin-top: 19%;
}
.jumbotron {
  font-family:'vidaloka';
  font-size: 300px;
  color: white;
  background-color: transparent !important;
  height: 100%;
  width: 100%;
  text-align: center;

}
.display {
  font-size: 200px;
}
.lead {
  font-size: 60px;
}
body {
    background: url(Photos/tvtower2.jpg);
    background-size:cover;
    background-position: center center;
    background-attachment: fixed;
    background-repeat:no-repeat;

}
.navbar {
  background-image:none;
  font-family: "vidaloka";

}
.nav-item nav-link {
  color: white;

}

.tit1 {
    font-family: 'Frank Ruhl Libre 700';
    font-size: 120px;
    color: whitesmoke;

}

.tit2 {
    font-family: 'Frank Ruhl Libre 400';
    font-size: 50px;
    color: white;
}
.navbar-toggler {
    position: relative;

}
.btn-2 {
    letter-spacing: 0;
}

.btn-2:hover,
.btn-2:active {
  letter-spacing: 5px;
}

.btn-2:after,
.btn-2:before {
  backface-visibility: hidden;
  border: 1px solid rgba(#fff, 0);
  bottom: 0px;
  content: " ";
  display: block;
  margin: 0 auto;
  position: relative;
  transition: all 280ms ease-in-out;
  width: 0;
}

.button-container {
  width: 100%;
  display: flex;
  justify-content: center;
}
.berlinbutton {
    font-family: "vidaloka";
    font-size: 28px;
    color: #fff;
    text-align: center;
  }

