:root {
  --jumbotron-padding-y: 3rem;
}


@font-face{
    font-family: "Matura MT Script Capitals";
    src: url('../maturasc.ttf')
}

.jumbotron {
  padding-top: var(--jumbotron-padding-y);
  padding-bottom: var(--jumbotron-padding-y);
  margin-bottom: 0;
  background-color: yellow;
}

.jumbotron p:last-child {
  margin-bottom: 0;
}

.jumbotron-heading {
  font-weight: 300;
  font-size: 3.5rem;
}

.jumbotron .container {
  max-width: 40rem;
}

footer {
  padding-bottom: 1rem;
}

footer p {
  margin-bottom: .25rem;
}

.box-shadow { box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05); }

body {
  background-color:yellow;
}

#ml{
  border: 3px solid grey;
}

.gallery{
  margin: 5px 10px 25px 10px;
  border-radius:10px;

}

.matura{
    font-family: Matura MT Script Capitals;
}

a:hover{
  text-decoration: none;
  color: black;
}

.container > h4 {
  text-decoration:underline;
}

@media only screen and (max-width: 480px) {
  .jumbotron-heading {
          font-size: 2rem;
    }
}
