body {

    background: url('images/wall4transp.jpg') no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
  }
  

  
@font-face {
    font-family: "Brush Script MT";
    }

h5.Brush-font {
    font-family: "Brush Script MT", cursive;  font-style: normal; font-variant: normal; font-weight: 200; line-height: 24px; !important ;
    }

h4.Brush-font {
    font-family: "Brush Script MT", cursive;  font-style: normal; font-variant: normal; font-weight: 200; line-height: 36px; !important ;
    }
    

.card {
    background-color: rgba(255,255,255, 0.2) !important;
}


* {box-sizing: border-box;}

.img-comp-container {
  position: relative;
  height: 200px; /*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;
  vertical-align: middle;
}

.img-comp-slider {
  position: absolute;
  z-index: 9;
  cursor: ew-resize;
  /*set the appearance of the slider:*/
  width: 40px;
  height: 40px;
  background-color: #2196F3;
  opacity: 0.7;
  border-radius: 50%;
}