/*!
 * Start Bootstrap - Full HTML Template (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */


.logo {
	position: absolute;
	top: 50%; 
	left: 50%;
	width:540px;
	height:345px;
	margin-top: 250px;
	margin-left: -270px;
	opacity: 0.8;
}

.footer {
  color: white;
  position: fixed;
  bottom: 0;
  width: 100%;
  height: 60px;
  background-color: #f5f5f5;
  /* opacity: 0.7; */
  background: rgba(0, 0, 0, 0.7);
}

.photoat{
	position: absolute;
	padding: 5px;
	right: 0;
  bottom: 100px;
  background-color: black;
  color: white;
  z-index: 900;
  background: rgba(0, 0, 0, 0.7);
}