
body {
  background:url(../img/bohag-bihu-bg.png) #fff;
}

#title{
  color: #a41f24;
  font-family: 'Arial', sans-serif;
  text-align: center;
  font-size: 26px;
  font-weight: bold;
  margin-top: 40px;
}

.btn-cus{
  background:#f8f16d;
  color: #000;
  font-size: 18px;
  font-weight: bold;
  min-width: 100px !important;
  border-radius:50px;
}

.btn-cus:hover{
  background:#a41f24;
  color: #fff !important;
}

.btn-cus.select{
  background:#a41f24;
  color: #fff !important;
}

.table-dark tr th{
  background:#a41f24 !important;
}

.table-striped>tbody>tr:nth-of-type(odd)>*{
  background-color: #ffeff0 !important;
}

.card-text.first{
  min-height:252px;
}

a{
  text-decoration:none !important;
  color: #000 !important;
}

.card{
  border: #d03534 2px solid;
  border-radius:0px !important;
  border-top: #d03534 6px solid;
  border-bottom: #d03534 6px solid;
}

.card-text span{
  font-size: 22px;
  color: #a41f24 !important;
  font-weight: bold;
  line-height: 1.2;
}

.card-text span.sub{
  font-size: 20px;
  color: #000 !important;
  font-weight: 600;
}

.card-text span.small{
  font-size: 14px;
  color: #000 !important;
  font-weight: normal;
}

.card-img-top{
  width:auto !important;
}