/*this the dark background */


.dark-image{
  background-color: black;
  margin: 0;
  height: 10% auto;
  width: 100%;
  background: linear-gradient(rgba(0, 0, 0, 0.3),
                       rgba(0, 0, 0, 0.3)), url('image/darktext.jpg') no-repeat center; 
 background-size: cover;
 background-repeat: no-repeat;
 background-position: center center;
 background-attachment: fixed;
 font-family:'Archivo';
 overflow: hidden;
}


@supports (-webkit-touch-callout: none) {
  .dark-image{
  background-color: black;
  margin: 0;
  height: auto;
  width: 100%;
  background: linear-gradient(rgba(0, 0, 0, 0.3),
                       rgba(0, 0, 0, 0.3)), url('image/darktext.jpg'); 
 background-size: cover;
 font-family:'Archivo';
 overflow: hidden;
   background-attachment: scroll;
}

}


.dark-text {
  text-align: center;
  font-family:'Lato';
  width: 100%;
}

.dark-text h1{
 font-size: 40px;
 color: white;
 font-family:'Archivo';
 margin-bottom: 0;
}

.dark-text b{
 font-size: 20px;
 color: #fd961a;
 text-align: center;
 font-family:'Archivo';
}

.dark-text hr{
 width: 40%;
 color: #fd961a;
 margin-left: 30%;
 margin-top: 10px;
}
/* Cards  */
.dcard {
  height: 190px;
  width: 190px;
  background-color: white;
  display: inline-block;
  margin: 5px;
  text-decoration: none;
  color: black;
  text-align: center;
  font-family:'Archivo';
  transition:0.5s;
}

.dcard:hover{
  transform: scale(0.9);
 text-decoration: none;
 color: black;
 
}

.dcard:hover .card-text {
 text-decoration: none;
  
}

.dcard-price{
 font-size: 15px;
 font-family:'Archivo';
 position: absolute;
 margin-left: 15px;
}

.dcardprice-right{
 font-size: 15px;
 font-family:'Archivo';
 position: absolute;
 margin-left: 200px;
}

.redtxt{
 font-size: 16px;
 text-align: center;
 color: red !important;
}

.greentxt{
 font-size: 16px;
 text-align: center;
 color: green !important;
}

.smalltxt{
 font-size: 10px;
 text-align: center;
 color: darkgrey;
}

.dcard img{
  background: linear-gradient(rgba(0, 0, 0, 0.5),
                       rgba(0, 0, 0, 0.5)), ;
 height: 65%;
 width: 100%;
 margin: 0px;
   
}


/* END of media screen setting */
