.fb-like {
    background-color: gray;
}

body { 
    padding-top: 100px; 
    /*background-color: black;*/
}
.container {
    background-color: white;
}
.carousel-inner img {
    padding: 0;
    /*height: 100%;*/
    margin-left: auto;
    margin-right: auto;
    display: block;

    height: auto;
    max-width: 100%;
}
.carousel {
    padding: 0;
    position: center;
    /*background-color: white;*/
}
    /* Sticky footer styles
-------------------------------------------------- */
.jumbobg {
    background-image: url(img/main.jpg);
    /*background-size: cover;*/
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.hoursimg {
  background-image: url(img/glassesonchart.gif);
  background-size: cover;
}
.jumbomessage {
    color: white;
    text-align: left;
    font-weight: bold;
    font-family: Helvetica, Sans-serif;
}

.jumbotron {
    min-height: 491px;
}

@media only screen and (max-width: 992px) {
  .jumbotron {
    min-height: 0px;
}

}

.fit-image {
  width: 100%;
  object-fit: contain;
  /*height: 300px; /* only if you want fixed height */
}
/*
html {
    position: relative;
    min-height: 100%;
  }*/

  .container1 {
    /*float: left;
    background: white;
    border: 0;
    margin: 0;
    padding: 30px 0 150px 20px;
    width: 450px;*/
    text-align: justify;   
  }

  .container1 a {
    color: #0b8ea8; 
  }

  .note1 {
      background-color: #e6e6e6;
      padding: 40px 30px;
      margin-bottom: 20px;
  }

  body {
    margin-bottom: 10px; /* Margin bottom by footer height */
  }
  .footer {
    /*position: absolute;*/
    bottom: 0;
    padding: 0;
  /*  width: 100%;*/
    height: 200px; /* Set the fixed height of the footer here */
    /*line-height: 60px; /* Vertically center the text there */
    background-color: #87E5F7;
    text-align: justify;  
    margin-bottom: 500px;  
  }

  @media only screen and (max-width: 719px) {
 
    .containerfoot {
    
      padding-bottom: 750px;
    }
    }

  .footer a,h5 {
    color: #666666; 
    font-weight: bold;
  }

  /*.demo-bg{
    background: #ffac0c;
    margin-top: 60px;
    }*/
    .business-hours {
    background: #333; 
    padding: 40px 25px;
    /*margin-top: -15px;*/
    position: relative;
    margin-bottom: 20px;
    }
    .business-hours .title {
    font-size: 20px;
    color: #CCC;
    text-transform: uppercase;
    padding-left: 5px;
    border-left: 4px solid #87E5F7; 
    }
    .business-hours li {
    color: #999;
    line-height: 30px;
    border-bottom: 1px solid #333; 
    }
    .business-hours li:last-child {
    border-bottom: none; 
    }
    .business-hours .opening-hours li.today {
    color: #87E5F7; 
    font-weight: 500;
    }
  }
  .address {
    display: block;
    font-style: bold;
    margin-left: 25px;
    
  }
  @media only screen and (min-width: 720px) {
 
  .gmap {
  
    margin-top: -125px;
  }
  }

  .containerfoot {
    height: 420px;
    padding-top: 125px;
    
   /* background-color: #999999;*/
  }
  .containeraddrft {
   
    padding-left: 25px;
  /*  min-width: 500px;*/
    
   /* background-color: #999999;*/
  }

  .rounded-me {
    border-radius: 0.75rem !important;
  }

  .construction {
    height: 700px;
  }

.container-const {
    width: 100%;
    padding-right: 15px;
    padding-bottom:25px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
 /*   height: 100px;*/
  }
  
  @media (min-width: 576px) {
    .container-const {
      max-width: 540px;
    }
    .containeraddrft {
      min-width: 500px;
    }
  }
  
  @media (min-width: 768px) {
    .container-const {
      max-width: 720px;
    }
    .containeraddrft {
      min-width: 500px;
    }
  }
  
  @media (min-width: 992px) {
    .container-const {
      max-width: 960px;
    }
    .containeraddrft {
      min-width: 500px;
    }
  }
  
  @media (min-width: 1200px) {
    .container-const {
      max-width: 1140px;
    }
    .containeraddrft {
      min-width: 500px;
    }
  }
    /*

  .demo-bg{
    background: #ffac0c;
    margin-top: 60px;
    }
    .business-hours {
    background: #222; 
    padding: 40px 14px;
    margin-top: -15px;
    position: relative;
    }
    .business-hours:before{
    content: '';
    width: 23px;
    height: 23px;
    background: #111;
    position: absolute;
    top: 5px;
    left: -12px;
    transform: rotate(-45deg);
    z-index: -1;
    }
    .business-hours .title {
    font-size: 20px;
    color: #BBB;
    text-transform: uppercase;
    padding-left: 5px;
    border-left: 4px solid #ffac0c; 
    }
    .business-hours li {
    color: #888;
    line-height: 30px;
    border-bottom: 1px solid #333; 
    }
    .business-hours li:last-child {
    border-bottom: none; 
    }
    .business-hours .opening-hours li.today {
    color: #ffac0c; 
    }
    */