.grid-container-sheet {
  padding-top: 0.625rem;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
}
.callout.large {
  padding-top: 3rem;
  padding-right: 3rem;
  padding-bottom: 0rem;
  padding-left: 3rem;
}
.relief {
  color: #ff0000;
  font: italic bold 20px Georgia, Serif;
  text-shadow: -2px 1px 0 #0a0e27;
}
.relief1 {
  color: #ff0000;
  font: italic bold 30px Georgia, Serif;
  text-shadow: -2px 1px 0 #0a0e27;
}
a{
  color: #000000;
}

.info {
    right: 0;
    z-index: 20;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.common {
	color: #000000;
}

.dark {
	background-color: #000000;
}
.metal{ 
	background-image: url('../images/dbm2.jpg'); 
	background-size: cover; 
	background-color: #000000;
}
.inv-item {
	border: 1px solid #000000;
	padding: .1em;
}
.is-invalid-label {
  color: red; 
}
.custom_form {
	font-family:Arial;
	font-weight: bold;
	font-size: 12px;
	height: 2rem;
	border-radius: 2px;
	margin:2px auto 2px;
	padding-top: 2px;
    padding-right: 2px;
    padding-bottom: 2px;
    padding-left: 2px;
	clear:both;
 }
 .tabs-title > a {
  display: block;
  padding: 1rem 1rem;
  font-weight:bold;
  font-size: 1rem;
  line-height: 1;
  color: #1779ba;
}
.trailconditions {
  position: relative;
  width: 100%;
  padding-top: 56.25%; /* 16:9 Aspect Ratio */
}
.trails {
  position:  absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 25%;
  line-height: 1.53;
  margin: 0 0 0 0.5%;
}
.map {
  position:  absolute;
  top: 0;
  left: 25%;
  bottom: 0;
  right: 0;
  width: 75%;
}
.open {              
  color: limegreen;
  text-shadow: 2px 2px 2px #000000;
}
.closed {              
  color: red;
  text-shadow: 2px 2px 2px #000000;
}
.trailName {              
  color: black;
  text-shadow: 2px 2px 2px #ffffff;
}
/* Create two unequal columns that floats next to each other */
.trailColumn {
  float: left;
}

.left {
  width: 50%;
}
.right {
  width: 50%;
}
/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}