/* CSS Document */

a {
  text-decoration: underline;
  color: #434343;
}

a:hover {
  text-decoration: none
}

.a-none {
  text-decoration: none;
}

.fjalla {
  font-family: 'Fjalla One', sans-serif;
}

h3 {
  color: #293076;
  font-size: 45px;
}

.blue-shadow {
  box-shadow: 0 0.5px 14px rgba(4, 108, 155, 0.30)!important
}

.text-dark-grey {
  color: #726565
}

.border-radius-5 {
  border-radius: 5px;
}

.border-radius-100 {
  border-radius: 100px;
}

.custom-radius-01 {
  border-radius: 0px 10px 10px 0px
}

.bg-blue {
  background-color: #7cabce;
}

.btn-primary {
  color: #fff;
  background-color: #7cabce;
  border-color: #7cabce;
}

.btn-primary:hover {
  color: #fff;
  background-color: #6494b7;
  border-color: #6494b7;
}

.btn-primary-2 {
  color: #726565;
  background-color: #fff;
  border-color: #726565;
}

.btn-primary-2:hover {
  color: #726565;
  background-color: #fbfbfb;
  border-color: #726565;
}

.bg-yellow {
  background-color: #f1c045
}

.bg-dark-grey {
  background-color: #e3e2e1
}

.bg-offwhite {
  background-color: #f2f2f2
}

.custom-border-grey {
  border: 1px solid #dee2e6
}

.fs-12 {
  font-size: 12px;
}

.fs-14 {
  font-size: 14px;
}

.fs-16 {
  font-size: 16px;
}

.fs-18 {
  font-size: 18px;
}

.fs-20 {
  font-size: 20px;
}

.fs-22 {
  font-size: 22px;
}

.fs-24 {
  font-size: 24px;
}

.fs-26 {
  font-size: 26px;
}

.fs-40 {
  font-size: 40px;
}

.fw-100 {
  font-weight: 100;
}

.fw-300 {
  font-weight: 300;
}

.fw-500 {
  font-weight: 500;
}

.fw-700 {
  font-weight: 700;
}

.fw-800 {
  font-weight: 800;
}

.f-bold {
  font-weight: bold;
}

.min-width-150 {
  min-width: 150px;
}

.text-grey {
  color: #7a7a7a
}

.text-black {
  color: #000
}

.text-green {
  color: #a5c882
}

.h-40 {
  height: 40px !important
}

.w-50 {
  width: 50px !important;
}

.w-120 {
  width: 120px;
}

.w-140 {
  width: 140px;
}

.w-160 {
  width: 160px;
}

.w-170 {
  width: 170px;
}

.line-height-normal {
  line-height: normal
}

.custom-blue-shadow {
  box-shadow: 0px 0px 15px 0px rgba(0, 80, 200, 0.20);
}

textarea {
  resize: none
}

.z-index-999 {
  z-index: 999;
}

.z-99 {
  z-index: 99;
}

.z-1 {
  z-index: 1;
}

.z-2 {
  z-index: 2;
}

.min-height-100{
  min-height: inherit; !important;
}