*{
  margin: 0;
  padding: 0;
}

.bgimg{

  /* background-image: url('images/bgstafffinal.jpg'); */
  /* background-image: url('images/allstaff.png'); */
  background-image: url('images/headimage.png');
  background-size: 100% 100%;
  background-attachment: fixed;
  width: 100%;
  height:550px 
}






.settbl{
width: 100%;
}

/* background-image: url('images/royal.jpg'); */

.bglogin{
  padding-top: 580px;
}






.blinking{
  animation:blinkingText 0.8s infinite;
}
@keyframes blinkingText{
  0%{		color: rgb(12, 15, 12);	}
  49%{	color: transparent;	}
  50%{	color: transparent;	}
  99%{	color:transparent;	}
  100%{	color: rgb(29, 14, 14);	}
}

/* .deptimg{
  
  width: 150px;
  height: 250px;
  margin-top: 15px;
  margin-left: auto;
  margin-right:auto;
  
} */


.dept{
  padding: 15px;
  background-color: #24305E;
  color: #DEF4F1;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}

.next{
  padding: 100px;
  background-color: rgb(96, 110, 168);
}



.imgsection{
  /* line-height: 100px; */
  height:200px;
}

.top_bar{
  padding: 15px;

}

.text{
  font-family: 'Shrikhand';
  box-sizing: border-box;
  font-size: 30px;
  color: #010b14;
}
.headtext{
  /* font-family: 'Shrikhand'; */
  padding-top:20px;
  box-sizing: border-box;
  font-size: 20px;
}
.headtext h2{
  font-size:30px;
}
.headtext h1{
  font-size:50px;
}

.set-btn{
  padding-top:140px;
  /* margin-top:50px; */
}
 .set-img{
    margin-top: auto;
  }

  .adjust{
   padding-left:10px; 
   
  }

  .icons{
  margin-right: 10px;
}


 .back.active.a:hover{
background-color: gray;
}
.heading{
  text-align:center;
  padding: 5px;
  font-size: 40px;
  color: crimson;
}



.setsection{
  padding: 10px 0px 60px;
  /* background-color: lightslategray; */
  margin-top: auto;
  /* height: 500px; */
}


.setsection h1{
  font-size: 50px;
  font-weight: bold;
}



.setimage{
  border-radius:50%;
  height: 100px;
  width: 100px;
}


.fa-shopping-cart{
  margin-top: 25px;
}

.setrow h2{
  margin-top: auto;
  /* margin:40px 40px 40px 40px !important; */
  font-weight: bold;
  font-size: 30px;
}

.setrow p{
  padding: 10px;
  color: #6c757d!important;
}

.foot{
 line-height: 50px;
 color: lightslategray;
 padding-top:2px;
 
}

.setfrmhead{
  padding: 15px;
  font-size: 20px;
}

.setcont{
    margin-bottom: 50px;
}


.setformrow{
  border:2px solid;
  display: grid;
  grid-gap: 1rem;
  margin-top: 15px;
}


.success{
  background-color: rgb(53, 243, 53);
  padding: 1em;
  text-align: center;
}

/* ///////////////////// reports */

.d-flex button{
  margin: 1.5em 0.5em;
  padding: 0.3rem 1.1rem;
}

.d-flex table{
  margin: 1em 10em;
}























/* //////////////////////// */

/* @import url('https://maxcdn.bootstrapcdn.com/font-awesome/4.6.0/css/font-awesome.min.css');
.bg-dark {
    background-color: #343a40!important;
}
 */
 .header {
  color: #36A0FF;
  font-size: 27px;
  padding: 10px;
}

.bigicon {
  font-size: 35px;
  color: #36A0FF;
}


/* /////////////////////////// */






@media screen and (min-width:180px) and (max-width:750px) {
  .bgimg{
    /* background-image: url('images/bgcolor.jpg');*/
    /* background-image: url('images/bgstaff2.jpg');  */
     background-image: url('images/Royal.jpg'); 
    background-size: 100% 100%;
    background-attachment: fixed;
    width: 100%;
    height:250px ;
    
  }

  .menu_bar{
    /* Fixed-top; */
    background-color: #DEF4F1;
  }
  
  .headtext{
    /* font-family: 'Shrikhand'; */
    padding-top:10px;
    box-sizing: border-box;
    font-size: 10px;
  }
  .headtext h2{
    font-size:15px;
  }
  .headtext h1{
    font-size:25px;
  }

  .text{
    font-family: 'Shrikhand';
    box-sizing: border-box;
    font-size: 20px;
    color: #010b14;
  }

  .prin{
    align-content: center;
  }

  
}




@media screen and (min-width:180px) and (max-width:750px) {
  .bgimg{
    background-image: url('images/headimage.png'); 
    background-size: 100% 100%;
    background-attachment: fixed;
    width: 100%;
    height:250px ;
    
  }
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
  
  
  }