/* 4CU CSS file
Developed by Stephen Porter
*/

html,
body {
    width: 100%;
    height: 100%;
}

.first-section {
  margin-top: 50px;
}

.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 1.0);
}

header {
  position: relative;
  width: 100%;
  min-height: auto;
  text-align: center;
  color: #fff;
  background-image: url(../images/4cu-airstream-landing-0001.jpg);
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}

header .header-content {
  position: relative;
  width: 100%;
  padding: 100px 15px;
  text-align: center;
}

header .header-content .header-content-inner h1 {
  margin-top: 0;
  margin-bottom: 0;
  text-transform: uppercase;
}

header .header-content .header-content-inner hr {
  border-color: white;
}

header .header-content .header-content-inner p {
  margin-bottom: 50px;
  font-size: 1.25em;
  font-weight: 300;
  color: rgba(255,255,255,.7);
}

@media(min-width:768px) {
  header {
    min-height: 100%;
  }

  header .header-content {
    position: absolute;
    top: 50%;
    padding: 0 50px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  header .header-content .header-content-inner {
    margin-right: auto;
    margin-left: auto;
    max-width: 1000px;
  }

  header .header-content .header-content-inner p {
    margin-right: auto;
    margin-left: auto;
    max-width: 80%;
    font-size: 1.25em;
  }
}

.bgc-NavajoWhite {
  background-color: NavajoWhite;
}

.bgc-LightGrey {
  background-color: #eceeef;
}

.blockquote {
  color: #808080;
  font-size: 1rem;
  border-left: 0.25rem solid #808080;
  border-top: 1px solid #808080;
  border-right: 1px solid #808080;
  border-bottom: 1px solid #808080;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}

.card-inverse .card-header {
  color: black;
}

.photo-border {
  border-style: solid;
  border-color: black;
  border-width: 8px;
}

#map {
  height: 100%;
}

footer {
  /*text-align: center;*/
  background-color: #0F0F0F;
  color: white;
}

footer a:link, footer a:visited {
  color: #4BEDF5; 
}

footer a:focus, footer a:hover {
  color: rgba(255, 255, 255, 0.75);
}

#paypal-button-container {
     margin-top:  20px;
}

.card-text, .form-check {
    font-size: .8em;
}
