html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

@font-face {
  font-family: Kalameh;
  src: url(../Font/Kalameh/KalamehWeb_Bold.woff2);
}


@font-face {
  font-family: Yekan;
  src: url(../Font/Yakan/Yekan\ Boom.woff2);
}





@font-face {
  font-family: IRANSans;
  src: url(../Font/IRANSans/woff2/IRANSansWeb\(FaNum\).woff2);
}

@font-face {
  font-family: anjoman;
  src: url(../Font/AnjomanFN/AnjomanFaNum-Bold.woff2);
}

.btn:focus,
.btn:active:focus,
.btn-link.nav-link:focus,
.form-control:focus,
.form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;

}

body {
  margin-bottom: 60px;
  font-family: IRANSans !important;
}

#Navbarmain {
  background-color: #e3f2fd !important;

}

#offcanvasNavbar {
  /* background-image:url("../Image/BackGroundMenu2.jpg")!important ; */
  background-color: #4984c0 !important;
  background-repeat: repeat-y !important;
  color: rgb(245, 241, 236) !important;
  font-size: large !important;

}

.menuItem {
  color: rgb(255, 255, 255) !important;
  background-color:  #4984c0 !important;
  font-weight: normal !important;

}

.menuItem:hover {
  color: rgb(109, 5, 5) !important;
  font-weight: 1000 !important;
  font-size: 10;
}