/*
@import url(//db.onlinewebfonts.com/c/3d37467c4a9c7c1188bc3e0b7aadfa0d?family=Bangla+MN);
@font-face {
  font-family: "Bangla MN"; src: url("//db.onlinewebfonts.com/t/3d37467c4a9c7c1188bc3e0b7aadfa0d.eot");
  src: url("//db.onlinewebfonts.com/t/3d37467c4a9c7c1188bc3e0b7aadfa0d.eot?#iefix") format("embedded-opentype"),
  url("//db.onlinewebfonts.com/t/3d37467c4a9c7c1188bc3e0b7aadfa0d.woff2") format("woff2"),
  url("//db.onlinewebfonts.com/t/3d37467c4a9c7c1188bc3e0b7aadfa0d.woff") format("woff"),
  url("//db.onlinewebfonts.com/t/3d37467c4a9c7c1188bc3e0b7aadfa0d.ttf") format("truetype"),
  url("//db.onlinewebfonts.com/t/3d37467c4a9c7c1188bc3e0b7aadfa0d.svg#Bangla MN") format("svg"); }
*/
html,body{
  display: flex;
  flex-direction: column;
  /*font-family: 'Bangla MN', sans-serif; /*font-family: 'Roboto', sans-serif;*/
  /*font-family:Cochin, sans-serif;*/
  /*font-family:-apple-system, BlinkMacSystemFont, sans-serif;*/
  font-family: 'Roboto', sans-serif;
  min-height: 100vh;
  height: 100%;
}
:root {
    --blue: rgb(4,170,244);
    --darkblue: rgb(0,108,205);
}

#content{
  margin-top:2rem;
  margin-bottom: 2rem;
}

.narrow-container{
  max-width: 1140px;
  width: 100%;
  padding:0px 3%;
}

@media screen and (max-width:550px){
  .narrow-container{
    padding:0px 8%;
  }

  .navbar a.navbar-brand{
    padding-left: calc(8% - 16px);
  }

  .navbar button{
    margin-right: calc(8% - 16px);
  }
}
.alert {
    z-index: 99;
}
.footer {
    background-color: var(--light);
    color: black;
    font-size: 12px;
}
.footer a {
    color: black;
}

.footer ul li a.nav-link{
  padding-right:1rem !important;
  padding-left:1rem !important;
}
.subtitle {
    margin-top:.3rem;
    font-size: .8rem;
    text-align: center;
    color:rgb(186,186,186);
    margin-bottom:0px;
}
.title {
    color:black;
    font-size: 1rem;
    text-align: center;
    margin-top: 1rem;
    font-weight: bold;
    margin-bottom:0px;
}

.item img {
    transition: transform 300ms ease-out;
}

button.btn-blue, .btn-blue{
    color:White;
    background:var(--blue);
    border:1px solid var(--blue);
}

.blue {
    color: var(--blue);
}

.lslide .item:focus img, .lslide .item:hover img {
    transform: scale(1.1) translateY(-45%) translateX(-45%);
}

[data-href] {
    cursor: pointer;
}
.cookie{
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 10px 5px;
    color: white;
    display: flex;
    margin: 0 auto;
    background: var(--blue);
    border-radius: 0;
    z-index: 999;
}
.cookie button{
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    outline: 0;
    color: white;
    background: var(--blue);
    border: 1px solid #fff;
    margin: 2px auto 0;
    width: 65%;
    height: 35px;
}
.cookie p{
    padding-top: 0.6rem;
    margin-bottom: 0;
}
.cookie p a{
    color: white;
    text-decoration: underline;
}
.button.btn-grey{
    background: #bcbcbc;
    color: white !important;
}
