/*!
 * Start Bootstrap - The Big Picture (http://startbootstrap.com/template-overviews/the-big-picture)
 * Copyright 2013-2017 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;*/
  background-image: url(1920-1080-map-3.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  background-color: #242f3e;

  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;

  font-family: 'Josefin Sans', sans-serif;
}

h1 {
  font-size: 5em;
  text-shadow: 4px 4px 4px #aaa;
}

#titles p {
  color: #242f3e;
  font-size: 1.2em;
  text-shadow: 4px 4px 4px #888;
}
