@font-face {

   font-family: 'Dudu Calligraphy' ;
   src: url('/fonts/Dudu_Calligraphy.ttf') format('truetype');

}

html {
  position: relative;
  min-height: 100%;
}

body {
  background-image: url(../img/white_dot.jpg);
  background-position: center;
  background-repeat: repeat;
  background-size: auto;
  height: 100%;

  margin: 0 0 50px; /* bottom = footer height */
}

header {
  text-align: center;
  color: grey;
  font-family: 'Dudu Calligraphy', 'Indie Flower', cursive;
  padding-bottom: 10px;
}

.container h1 {
  font-size: 48px;
  font-weight: 800;
  margin-bottom: 0px;
}

.container p {
  font-style: italic;
  font-size: 18px;
  font-weight: 400;
  margin-top: 0px;
}

header li {
  display: inline;
  list-style: none;
}

header a {
  font-size: 26px;
  font-weight: 800;
  letter-spacing: 0px;
  text-decoration: none;
  text-transform: capitalize;
  color: grey;
  padding: 5px 10px 5px 10px;
}

header a:hover {
  color: black;
}

.current {
  color: black;
  border: 3px solid black;
  /*border-radius: 8px;*/
  border-radius: 15px 45px;
}

.body {
  font-family: 'Dudu Calligraphy', 'Indie Flower', cursive;
  padding: 50px 0px 100px 0px;
  text-align: center;
}

h1 {
  font-size: 36px;
}

h2 {
  font-weight: 600;
  padding-top: 40px;
  padding-bottom: 20px;
}

p {
  font-size: 20px;
}

footer {
  font-family: 'Dudu Calligraphy', 'Indie Flower', cursive;
  font-size: 18px;
  font-weight: 400;
  text-align: center;
  color: grey;

  position: absolute;
  left: 0;
  bottom: 0;
  height: 50px;
  width: 100%;
}

.pdfobject-container {
  height: 850px;
  width: 850px;
  margin: auto;
}

.pdfobject {
  border: 1px solid grey;
}

.body p a {
  text-decoration: underline;
  color: #333;
}

.body p a:hover {
  color: black;
  text-decoration: underline;
  font-weight: bold;
}
