/*!
 * 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('../img/bg7.png') no-repeat top center fixed;
 
  color: white;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  font-family: 'Inconsolata', monospace;
  
}

h1 {

  color: white;
  /*font-family: 'Inconsolata', monospace;*/
  font-family: 'Montserrat', sans-serif;
  /*font-family: 'Amatic SC', cursive;*/
  
/*  font-family: 'Chelsea Market', cursive;
  font-family: 'Inconsolata', monospace;
  font-family: 'Montserrat', sans-serif;*/

}
h2{
  font-family: 'Inconsolata', monospace;

}
h3{
  font-family: 'Inconsolata', monospace;
}
h4{
  font-family: 'Inconsolata', monospace;
}
.overlay {
  background: rgba(2, 85, 105, 0.6);

  background: rgba(0, 0, 0, 0.5);
 

color:white;
}
.overlay:hover{
  color:black;
  background:rgba(253, 255, 255, 0.6)

}
.alt-overlay {
  background: url('../img/bg4.png') no-repeat top center fixed;


}
.fill { 
  min-height: 100% !important;
  height: 100% !important;
}
.jumbo-overlay {
  background: url('../img/bg4.gif') no-repeat top center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;

color:white;
}


