/* BARRIOTHEME > RESPONSIVE CSS  */

@media (max-width: 767px) {
  .fullscreen {
    background-attachment: scroll;
  }

  .logo {
    width: 180px;
    height: 50px;
    margin: 50px 0px 0px -90px !important;
  }

  .content .title-content {
    bottom: 100px;
  }

  footer {
    padding: 50px 0px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .fullscreen {
    background-attachment: scroll;
  }

  .logo {
    margin-top: 100px !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .fullscreen {
    background-attachment: scroll;
  }

  .logo {
    margin-top: 50px !important;
  }

  .content .title-content {
    bottom: 100px;
  }
}
