/*
** google @font-face {
*
}
$font-family-body:  'Baloo Da 2', cursive;
$font-family-h1:    'Baloo Da 2', cursive;
$font-family-h2:    'Baloo Da 2', cursive;
$font-family-h3:    'Baloo Da 2', cursive;
$font-family-h4:    'Baloo Da 2', cursive;
$font-family-a-body:'Baloo Da 2', cursive;
$font-family-btn:   'Baloo Da 2', cursive;
*/
/*
** Kalpurush Benhali
*/
.container-footer {
  position: relative;
  bottom: 0;
  width: 100%;
  height: auto;
  background-image: url("../bg/bg-footer-dsk.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
  font-size: 16px;
  color: #fff;
}

.social {
  display: block;
}
.social a {
  font-family: "Kalpurush", sans-serif !important;
  font-size: 0.85rem;
  color: white;
  text-decoration: none;
}
.social a:hover {
  color: white;
  text-decoration: underline;
}
.social p.mob {
  font-size: 0.75rem;
  color: white;
}

.links {
  display: flex;
  flex-flow: row;
  width: 70%;
  margin: auto;
  justify-content: space-between;
  align-content: center;
  padding: 1rem;
}
.links a {
  font-family: "Kalpurush", sans-serif !important;
  font-size: 0.75rem;
  color: white;
  text-decoration: none;
  margin-right: 2rem;
}
.links a:hover {
  color: white;
  text-decoration: none;
}

.disclaimer {
  font-family: "Kalpurush", sans-serif !important;
  font-size: 0.75rem;
  color: #333333;
  background-color: white;
  padding: 0.25rem 2rem;
}
.disclaimer a {
  font-size: 0.75rem;
  text-decoration: none;
}
.disclaimer a:hover {
  text-decoration: underline;
}
