/*!
 * Start Bootstrap - The Big Picture (https://startbootstrap.com/template-overviews/the-big-picture)
 * Copyright 2013-2019 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-the-big-picture/blob/master/LICENSE)
 */
body {
  /*background: url('http://placehold.it/1920x1080') no-repeat center center fixed;*/
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  font-family: monospace;
  font-size: 14px;
  text-align: justify;
  background-color: white;
}

.container {
    font-color: black;
}

.splash-container {
    /*z-index: 1;*/
    overflow: hidden;
    /* The following styles are required for the "scroll-over" effect */
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: fixed !important;
}

.svg-container {
    position: relative;
    width: 100%; /* container-width */
}
.svg-container > svg {
    position: absolute;
    fill: white;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
