@charset 'utf-8';

body, input, textarea, option, select, button div, h1, h2, h3, header, html, p, table{
font-family: 'Source Sans Pro', serif;
font-size: 14px;
line-height: 20px;
}

body, html {
  height: 100%;
  margin: 0;
  font: 400 15px/1.8 "Lato", sans-serif;
  color: #777;
} 

@font-face {
font-family: 'Source Sans Pro';
src: url('fonts/sourcesanspro-regular.woff') format('woff');
font-weight: normal;
font-style: normal;
}

@font-face {
font-family: 'Source Sans Pro';
src: url('fonts/sourcesanspro-semibold.woff') format('woff');
font-weight: bold;
font-style: normal;
}
 
/* 
@font-face {
font-family: 'Source Sans Pro';
src: url('fonts/sourcesanspro-it.woff') format('woff');
font-weight: normal;
font-style: italic;
}
 */

.bgimg-1, .bgimg-2, .bgimg-3 {
  position: relative;
  opacity: 0.75;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;

}
.bgimg-1 {
  background-image: url("img/bgimg-1.jpg");
  height: 50%;
}
-
.caption {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  text-align: center;
  color: #000;
}

.caption span.border {
  background-color: #111;
  color: #fff;
  padding: 15px;
  font-size: 20px;
  letter-spacing:8px;
}

 h1, h2, h3 {
  letter-spacing: 3px;
  text-transform: uppercase;
  /* font: 20px "Lato", sans-serif; */
  color: #777;
}

p.cred { 
font-size: 9px;
}
