/* styles.css  */
html, body {
  height: 100%;
}
h1, h2 {
  font-weight: 300;
}
img {
  max-width: 100%;
}
.delivery {
  padding: 8px 10px;
  margin-bottom: 5px;
  background-color: black;
  color: #FF8243;
  border: 2px solid #FF8243;
  border-radius: 4px;
  font-size: 1.5rem;
}
.delivery:hover {
  border: 2px solid #FFCFA0;
  color: #FFCFA0;
}
.carousel-inner > .item > img{
margin:auto;
height: 100%
}
.logo {
  display: block;
  padding-top: 1rem;
  margin-left: auto;
  margin-right: auto;
  height: 35%;
  width: 35%;
}
.affix {
    position: fixed;
    top: 0;
    width: 100%;
    z-index:10;
}
.card-body {
  flex-grow: 0;
}
#cover {
  background: #222 url('../img/floor01.jpg') center center no-repeat;
  background-size: cover;
  background-attachment: fixed;
  color: white;
  height: 100%;
  text-align: center;
  display: flex;
  align-items: center;
}

#cover-caption {
  width: 100%;
  background: rgba(0,0,0,0.5);
  color: white;
  padding: 1.5rem;
}
#cover-logo {
  width: 100%;
}
.section-content {
  padding: 4rem 0;
}
.gutter {
  margin: 0 5px;
}
#about {
  background: url('../img/breckenridge.jpg') center center no-repeat;
  background-size: cover;
}
.about-text {
  background: rgba(0,0,0,0.6);
  color: white;
  padding: .5rem;
}
.location-text {
  background: rgba(0,0,0,0.6);
  color: white;
  padding: 2rem;
  font-size: 1.2rem;
}
#map {
  width: 100%;
  height: 100%;
  background: url('../img/poa_staticmap.png') center center no-repeat;
  background-size: cover;
}
.right {
  float: right;
}
