/* Rename this to theme.css and customize the content to change the UI appreance */
body {
  border: 20px solid #003158;
  border-left-width: 0;
  border-right-width: 0;
  background-image: url("/assets/img/your_logo_here.png");
  background-position: bottom 25px right 25px;
  background-repeat: no-repeat;
  background-size: auto;
  background-attachment: fixed;
}

body.body-in-iframe {
  background: none !important;
  border: 0 !important;
}

@media only screen and (max-width: 768px) {
  body {
    background: none;
    border-left: 0;
    border-right: 0;
  }
  .boardInnerContainer {
    margin-left: -15px;
    margin-right: -15px;
  }
}

@media only screen and (max-width: 320px) {
  body {
    background: none;
    border-left: 0;
    border-right: 0;
  }
}

/*# sourceMappingURL= placeholder-theme.css.map */
