/*this the dark background */


.head-image{
  background-color: black;
  margin: 0;
  height: 100px;
  width: 100%;
  background: linear-gradient(rgba(0, 0, 0, 0.3),
                       rgba(0, 0, 0, 0.3)), url('image/plans.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) {
  .head-image{
  background-color: black;
  margin: 0;
  height: 100px;
  width: 100%;
  background: linear-gradient(rgba(0, 0, 0, 0.3),
                       rgba(0, 0, 0, 0.3)), url('image/plans.jpg'); 
 background-size: cover;
 font-family:'Archivo';
 overflow: hidden;
   background-attachment: scroll;
}

}


.head-text {
  text-align: center;
  font-family:'Archivo';
  width: 100%;
  margin-top: 35px;
}

.head-text h1{
 font-size: 30px;
 color: white;
 font-family:'Archivo';
 margin-bottom: 0;
}

.head-text b{
 font-size: 20px;
 color: #fd961a;
 text-align: center;
 font-family:'Archivo';
}

.head-text hr{
 width: 40%;
 color: #fd961a;
 margin-left: 30%;
 margin-top: 10px;
}

@media screen and (max-width: 400px) {
 
 .head-text {
  text-align: center;
  font-family:'Archivo';
  width: 100%;
  margin-top: 39.5px;
}
 .head-text h1{
 font-size: 23px;
 color: white;
 font-family:'Archivo';
 margin-bottom: 0;
}
 
 
}