.navbar-light{
  .navbar-brand{
    margin-left:15px;
    color: $apphogray;
    text-transform: uppercase;
    font-family: 'Exo 2', sans-serif;
    font-size: 1.5em;

    img{
      height: 55px;
    }
  }
}

.center-block{
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.logo_footer{

  img{
    height: 50px;
  }

  text-transform: uppercase;
  font-family: 'Exo 2', sans-serif;
  font-size: 1.5em;
  color: $apphogray;
}

.store-badge{
  max-height: 70px;

  &.small{
    max-height: 50px;
  }
}

.home-title{
  font-size: 2.2rem;
}

.error_form_label{
  font-size: 0.9em;
}















/** PRIVACY POLICY **/
.privacy_pol {
  background-color: rgb(133, 133, 133);
  color: #FFFFFF;
  bottom: 0;
  height: auto;
  padding: 8px 25px;
  position: fixed;
  width: 100%;

  a {
    color: #FFFFFF;
    text-decoration: underline;
  }

  a#accept_cookie_policy {
    max-width: 250px;
    margin-left: 10px;
    font-weight: 600;
  }

  a.btn {
    border: 1px solid #FFF;
    border-radius: 0;
    text-decoration: none;
    &:hover {
      background-color: #FFF;
      color: rgb(133, 133, 133);
      text-decoration: none;
    }
  }
}

/** BANNER DEV **/
.dev_banner {
  background-color: #FF9A00;
  color: #FFFFFF;
  bottom: 0;
  height: auto;
  position: fixed;
  width: 100%;
  a {
    color: #FFFFFF;
    text-decoration: underline;
  }
}

.screenshots_block {

  img {
    border-radius: 10px;
  }
}
