﻿body, html {
	height: 100%;
	margin: 0;
	font-size: 1rem;
	line-height: 1.5;
	font-family: 'Source Sans Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	color: #777;
}

.bgimg-1 {
	position: relative;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	background-image: url("bg.jpg");
	height: 100%;
}

.caption {
	position: absolute;
	left: 0;
	width: 100%;
	text-align: center;
	color: #000;
	opacity: 0.9;
}

.caption span.border {
  background-color: #fff;
  color: #111;
  padding: 18px;
  font-size:1.5rem;
  letter-spacing: 10px;
	line-height: 2.5;
}

h1 {
	letter-spacing: 20px;
	text-transform: uppercase;
	font-size: 1.5rem;
	line-height: 3;
	font-weight: 900;
	color: #fff;
}

.footer {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: #111;
	text-align: center;
	opacity: 0.9;
	
}

.red {
	color: red !important
}

.photoinfo{
    text-align: right;
    float: right;
    margin-top: -30px;
    margin-right: 10px;
}
.photoinfo a {color:#777777}
.photoinfo a:hover {color:#777777}
.photoinfo a:visited {color:#777777}