/*--coyote: #766442ff;
--caf-noir: #3D2C16ff;
--ash-gray: #BDBEA9ff;
--dim-gray: #6B655Cff;
--lion: #A19062ff;*/

.navmenu {
    position: relative; 
    z-index: 100; 
}
body {
	color:black;
	background:#BDBEA9ff;
	background-image:url("images/begginningmap.jpg");
	background-position: center;
	background-attachment: fixed;
	background-repeat: no-repeat;
	font-family: courier new, monospace, serif;
	font-size:2em;
}
.wrapper {
	left:39%;
	width:35%;	
	font-size: .75em
}
.H2{
	text-align:center;
	font-family: Almendra Display;
}
.imager{
	width:300px;
	height: 150px;
	margin: 5%;
}
.flip-box {
  background-color: transparent;
  width: 300px;
  height: 200px;
  border: 1px solid #f1f1f1;
  perspective: 1000px;
  z-index: 10; 
}
.flip-box-inner {
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.8s;
  transform-style: preserve-3d;
}
.flip-box:hover .flip-box-inner {
  transform: rotateY(180deg);
}
.flip-box-front, .flip-box-back {
position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}.flip-box-front {
  background-color: #766442ff;
  color: black;
}
.flip-box-back {
  background-color: #766442ff;
  color: white;
  transform: rotateY(180deg);
}
.textajuster{
	font-size:.75em;
}
#lucus{
	margin-top: 64px;
}
#phillia{
	margin-top:64px;
	margin-right:16px
}
.carimages{
	height:300px;
	width:300px;
}
#demo {
  position: absolute;
  top: 60%;
  left: 67%;
  transform: translate(-50%, -50%);
  width: 80%;
}
.carousel-control-prev,
.carousel-control-next {
  width: 5%;
  transform: translateX(80%);
}
.carousel-control-prev {
  left: 33%;
  top: 10%;
}
.carousel-control-next {
  right: 41%;
  top: 10%;
}
.carousel-inner {
  display: flex;
  align-items: center;
  height: 400px;
}
.carousel-item img {
  margin: 0 auto;
  max-width: 25%;
  padding: 10px;
}
