

.navbar-brand img {
    height: 50px;
    padding: 0px;
    margin: 0px;
  }
  .logo-color {
      font-weight: bold;
      font-size: 100%;
  }
  .text-primary {
    color:#001b5e !important;
  }
  .text-secondary {
    color: #5bc6f2 !important;
  }
  .text-info{
    color:#d43316 !important;
  }
  .btn-info {
    color: #ffffff !important;
    background-color: #d43316 !important;
    border-color: #d43316 !important;
  }
  .header-img {
    max-width: 300px;
  }
.trapez-style {
  width: 100%;
  height: 800px;
  background: url(../images/roofing.jpeg);
  background-size: cover;
 }
 .centerBlock {
    margin-left:auto;
    margin-right:auto;
    display:block;
}

.img-comp-container {
    position: relative;
    height: 400px; /*should be the same height as the images*/
  }
  
  .img-comp-img {
    position: absolute;
    width: auto;
    height: auto;
    overflow: hidden;
  }
  
  .img-comp-img img {
    display: block;
  }
  
  .img-comp-slider {
    position: absolute;
    z-index: 9;
    cursor: ew-resize;
    /*set the appearance of the slider:*/
    width: 40px;
    height: 40px;
    background-color: #5bc6f2;
    opacity: 0.7;
    border-radius: 50%;
  }

  .page-footer {
    color:white;
    /*background-color: #5bc6f2;*/
   /* background-color:#001b5e */
  }

  .footer-copyright {
    color:white;
    background-color: #5bc6f2;
  }