.center {
  text-align: center; }

p.unconfirmed {
  color: #999; }

html {
  min-height: 100%; }

body {
  font-family: 'Open Sans', san-serif; }
  body.homepage, body.shopify {
    background-image: linear-gradient(133deg, #360033 0, #0b8793 100%);
    min-height: 100%; }
  body.shopify {
    padding-top: 60px; }
    body.shopify .logo {
      max-width: 150px;
      padding-bottom: 30px; }

.shopify-app-panel {
  position: relative;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.65);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.65); }
  .shopify-app-panel .panel-body {
    min-height: 200px;
    padding: 15px 40px; }
  .shopify-app-panel .settings-dropdown {
    position: absolute;
    right: 10px;
    top: 10px; }
  .shopify-app-panel .menu-dropdown {
    position: absolute;
    left: 10px;
    top: 10px; }
  .shopify-app-panel .content-section {
    padding-top: 50px;
    text-align: left; }

.white {
  color: white; }

body.homepage .homepage-content {
  margin: 100px auto 0px auto;
  width: 400px;
  text-align: center;
  color: white;
  font-weight: 300; }
  body.homepage .homepage-content img {
    width: 160px; }
  body.homepage .homepage-content h1 {
    font-family: 'Open Sans';
    font-weight: 300;
    font-size: 30px; }
  body.homepage .homepage-content p {
    font-size: 16px; }

@keyframes fadein {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@-webkit-keyframes fadein {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
