html {
  height: 100%;
}

html, body {
  background-image: url("../img/photo_larger_01.jpg");
/*
  background-image: url("../img/photo_large_02.jpg");
  background-image: url("../img/photo_large_03.jpg");
  background-image: url("../img/photo_large_04.jpg");
  background-image: url("../img/photo_large_05.jpg");
  background-image: url("../img/photo_large_06.jpg");
  background-image: url("../img/photo_large_07.jpg");
  background-image: url("../img/photo_large_08.jpg");
  background-image: url("../img/photo_large_09.jpg");
  background-image: url("../img/photo_large_10.jpg");
*/
  background-repeat: no-repeat;
  /* background-color: #101721; */
  background-color: #202731;
  margin: 0px;
}
@media all and (max-width: 1300px) {
  html, body {
    background-image: url("../img/photo_large_01.jpg");
  }
}

body {
  font-family: "DejaVu Sans", 'Arial', sans-serif;
  font-weight: normal;
  font-size: 14px;
  color: #eee;
}

h1, h2, h3, h4, h5, div, p, table, form, input, textarea, span {
 font-family: "DejaVu Sans", 'Arial', sans-serif;
 font-size: 100%;
}
h1, h2, h3, h4, h5, div, p {
  line-height: 170%;
}
h2 {
  color: #990000;
  font-size: 20px;
  font-weight: normal;
}


/* Links tags */
a                           { text-decoration: none; font-weight: normal; outline: 0;}
a:link, a:active, a:visited { color: #990000;  }
a:hover                     { color: #333; }

img                         { border: 1px solid #333;  }


figure {
  max-width: calc(100% - 40px);
  margin: 0px;
  margin-top: 10px;
}
/*
figure img {
  max-width: calc(100% - 0px);
}
*/
figcaption { font-size: 95%; }

/* EOF */
