/*!
 * Start Bootstrap - Heroic Features (https://startbootstrap.com/templates/heroic-features)
 * Copyright 2013-2020 Start Bootstrap
 * Licensed under MIT (https://github.com/StartBootstrap/startbootstrap-heroic-features/blob/master/LICENSE)
 */
body {
  padding-top: 56px;
}

.hero-image {
  background-image: url("assets/hero-image-archaeo.png");
  background-color: #cccccc;
  height: 500px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  padding-bottom: 20px;
}

.hero-text {
  text-align: center;
  position: absolute;
  top: 80%;
  left: 35%;
  transform: translate(-50%, -50%);
  color: #ffffff;
	
}

.iframe {padding-bottom: 20px;}

