body {
  background: url("/templates/idom_test/images/marmer.jpg");
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
  font-family: Roboto;
}
.page-masthead .jumbotron {
  padding-top: 24px;
  padding-bottom: 0px;
  padding-left: 0px;
}
.jumbotron-primary {
  background: none;
  text-align: center;
  text-transform: uppercase;
}
.jumbotron-primary h1 {
  font-size: 70px;
  color: #900;
  font-weight: 800;
}
.jumbotron-primary p {
  color: grey;
  font-size: 42px;
  font-style: italic;
  font-weight: 300;
}
.modal {
  font-size: 14px;
  text-transform: uppercase;
  text-align: center;
}
.modal .modal-header h2 {
  font-size: 42px;
  font-weight: 800;
}
.modal .modal-header h3 {
  font-style: italic;
  font-weight: 300;
}