/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */

body {
  /*padding-top: 3rem;*/
  padding-bottom: 3rem;
  color: #5a5a5a;
}

.btn-primary, .badge-primary {
    background-color: darkcyan;
    border-color: darkcyan;
}
.btn-primary:hover, .badge-primary:hover {
    background-color: #006060;
    border-color: #006060;
}
a{
    color:darkcyan;
}
a:hover{
    color:#006060;
}
.text-muted{
    color:darkcyan!important;
}

/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
.carousel {
  margin-bottom: 4rem;
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  bottom: 3rem;
  z-index: 10;
}

/* Declare heights because of positioning of img element */
.carousel-item {
  height: 32rem;
}
.carousel-item > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  height: 32rem;
}


/* MARKETING CONTENT
-------------------------------------------------- */

/* Center align the text within the three columns below the carousel */
.marketing .col-lg-4 {
  margin-bottom: 1.5rem;
  text-align: center;
}
.marketing h2 {
  font-weight: 400;
}
.marketing .col-lg-4 p {
  margin-right: .75rem;
  margin-left: .75rem;
}


/* Featurettes
------------------------- */

.featurette-divider {
  margin: 5rem 0; /* Space out the Bootstrap <hr> more */
}

/* Thin out the marketing headings */
.featurette-heading {
  font-weight: 300;
  line-height: 1;
  letter-spacing: -.05rem;
}



/* COVER
-------------------------------------------------- */
html,body{
    height:100%;
}
.cover{
    padding-top: 4rem;
    height:100%;
    min-height: 500px;
    border-bottom: 1px solid black;
    color:white;
    /*opacity: 0.1;*/
    /*color:white;*/
/*background: rgb(204,204,204);
background: linear-gradient(180deg, rgba(204,204,204,1) 0%, rgba(204,204,204,0) 33%, rgba(204,204,204,0) 66%, rgba(204,204,204,1) 100%);*/
    
    background-image: url(../images/header_bar_outside_70_black_mobile.jpg);
    background-color: black;
    /*background-attachment: fixed;*/

    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    
    /*color: white; text-shadow: black 0.1em 0.1em 0.2em;*/
/*background: rgb(204,204,204);
background: linear-gradient(180deg, rgba(204,204,204,0.055059523809523836) 50%, rgba(204,204,204,o1) 100%);*/
}
.cover .cover-container{
    /*background-color: rgba(0, 0, 0, 0.8);*/
}

.footer-contact{
    background-image: url(../images/footer_telephone.jpg);
    max-height: 250px;
}

.text-shadow{
    color: white; 
    text-shadow: black 0.1em 0.1em 0.2em;
}
.cover .text-muted{
    /*color:#babbbc!important;*/
}

.cover-container {
  max-width: 42em;
}

.bg-dark{
    background-color:#333!important;
    border-bottom: 1px solid white;
}
.cover-btn{
    margin-top: 3rem;
}

/* RESPONSIVE CSS
-------------------------------------------------- */

@media (min-width: 40em) {
  /* Bump up size of carousel content */
  .carousel-caption p {
    margin-bottom: 1.25rem;
    font-size: 1.25rem;
    line-height: 1.4;
  }
  .cover{
/*    background-image: url(../images/header_bar_outside_70_black.jpg);
    background-size: cover;*/
    /*background-attachment: fixed;*/
  }
  
    .cover-btn{
        margin-top: 4rem;
    }

  .featurette-heading {
    font-size: 50px;
  }
  
    .cover{
        /*padding-top: 8rem;*/
    }
}

@media (min-width: 62em) {
  .featurette-heading {
    margin-top: 7rem;
  }
  .cover-btn{
        margin-top: 4rem;
    }
}
