html {
  position: relative;
  min-height: 100%;
}

body {
  /* Margin bottom by footer height */
  margin-bottom: 100px;
  font-family: "Lato", sans-serif;
}

.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 80px;
  line-height: 40px;
  /* Vertically center the text there */
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  text-align: center;
}
.footer a {
  color: #fff;
  text-decoration: none;
}
.footer a:hover {
  text-decoration: underline;
  color: #d0d0d0;
}

h1, h2, h3, h4, .navbar-brand {
  font-family: "Henny Penny", cursive;
}

h1 {
  margin-bottom: 1.5rem;
  margin-top: 1.3rem;
}

h5, h6 {
  font-family: "Lato", sans-serif;
  font-weight: 700;
}

a {
  color: black;
  text-decoration: underline;
}
a:hover {
  text-decoration: underline;
  color: #000;
}

a.navbar-brand {
  font-size: 1.5rem;
  text-decoration: none;
}

a.btn {
  text-decoration: none;
}

body, main.container::before {
  background: url("../images/tree-bg.b8c6d6fa39ea.jpg") no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

nav.navbar + .container {
  margin-top: 62px;
  min-height: 1px;
}

main.container {
  background: rgba(255, 255, 255, 0.5);
  border-radius: 3px;
  margin-top: 4em;
  padding-top: 15px;
  padding-bottom: 15px;
  position: relative;
  overflow: hidden;
}

main.container::before {
  content: "";
  margin: -35px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  filter: blur(8px);
  z-index: -1;
}

.btn-primary {
  background-color: #fff;
  border-color: #fff;
  color: #000;
  font-weight: 700;
}

.btn-primary:hover {
  background-color: #e8e8e8;
  border-color: #e0e0e0;
  color: #000;
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show > .btn-primary.dropdown-toggle {
  background-color: #d8d8d8;
  border-color: #d0d0d0;
  color: #000;
}

.table thead th {
  text-transform: uppercase;
  font-weight: 300;
  border-top: none;
  border-bottom-color: #fff;
}
.table td {
  border-top-color: #fff;
  vertical-align: middle;
}

@media print {
  body, main.container::before {
    background-image: none;
  }

  nav.navbar + .container {
    margin-top: 0;
  }

  footer.footer {
    border-top: 1px solid #ccc;
    background-color: #fff;
    bottom: 1em;
    color: #666;
  }
  footer.footer a {
    color: #666;
  }

  .logo {
    width: 4.5cm;
    margin-bottom: 1cm;
  }

  .alert {
    display: none;
  }

  address {
    margin-bottom: 1cm;
  }

  .invoice-date {
    margin-top: 1cm;
  }

  .table thead th {
    border-bottom: none;
  }
  .table td {
    border-top-color: #ccc;
    border-top-width: 0.5pt;
  }

  blockquote {
    border: none;
  }
}
.albums {
  margin-bottom: 3em;
}

.alert-debug {
  background-color: #fff;
  border-color: #d6e9c6;
  color: #000;
}

.alert-error {
  background-color: #f2dede;
  border-color: #eed3d7;
  color: #b94a48;
}

[hidden][style="display: block;"] {
  display: block !important;
}

*, *:before, *:after {
  box-sizing: border-box;
}

.lighter-text {
  color: #ABB0BE;
}

.main-color-text {
  color: #6394F8;
}

nav {
  padding: 20px 0 40px 0;
  background: #F8F8F8;
  font-size: 16px;
}
nav .navbar-left {
  float: left;
}
nav .navbar-right {
  float: right;
}
nav ul li {
  display: inline;
  padding-left: 20px;
}
nav ul li a {
  color: #777777;
  text-decoration: none;
}
nav ul li a:hover {
  color: black;
}

main nav {
  background-color: transparent;
}
main nav .nav-link {
  text-decoration: none;
}

.container {
  margin: auto;
}

.badge {
  background-color: #6394F8;
  border-radius: 10px;
  color: white;
  display: inline-block;
  font-size: 12px;
  line-height: 1;
  padding: 3px 7px;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
}

.shopping-cart {
  margin: 20px 0;
  float: right;
  background: white;
  width: 320px;
  position: relative;
  border-radius: 3px;
  padding: 20px;
}
.shopping-cart .shopping-cart-header {
  border-bottom: 1px solid #E8E8E8;
  padding-bottom: 15px;
}
.shopping-cart .shopping-cart-header .shopping-cart-total {
  float: right;
}
.shopping-cart .shopping-cart-items {
  padding-top: 20px;
}
.shopping-cart .shopping-cart-items li {
  margin-bottom: 18px;
}
.shopping-cart .shopping-cart-items img {
  float: left;
  margin-right: 12px;
}
.shopping-cart .shopping-cart-items .item-name {
  display: block;
  padding-top: 10px;
  font-size: 16px;
}
.shopping-cart .shopping-cart-items .item-price {
  color: #6394F8;
  margin-right: 8px;
}
.shopping-cart .shopping-cart-items .item-quantity {
  color: #ABB0BE;
}

.shopping-cart:after {
  bottom: 100%;
  left: 89%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-bottom-color: white;
  border-width: 8px;
  margin-left: -8px;
}

.cart-icon {
  color: #515783;
  font-size: 24px;
  margin-right: 7px;
  float: left;
}

.button {
  background: #6394F8;
  color: white;
  text-align: center;
  padding: 12px;
  text-decoration: none;
  display: block;
  border-radius: 3px;
  font-size: 16px;
  margin: 25px 0 15px 0;
}
.button:hover {
  background: #729ef9;
}

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

.myrow {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.player .ui360 {
  width: 50px;
  margin-right: 0;
  margin-bottom: 0;
}
.player .ui360 a.sm2_link {
  display: none;
}
.player .ui360 .sm2-360ui .sm2-timing {
  font-family: Lato, sans-serif;
  font-size: 16px;
}

.authors {
  font-style: italic;
}

a.order {
  width: 100%;
  margin-top: 1rem;
}

td.player {
  width: 50px;
  padding: 0.75rem 0;
}

.bg-white {
  background-color: white;
  padding-left: 4px;
  border-radius: 0.25rem;
  border: 1px solid #ced4da;
}

.polaroid {
  background-color: white;
  padding: 4px;
  border-radius: 0.25rem;
  border: 1px solid #ced4da;
  width: 240px;
  display: inline-block;
  text-align: center;
  margin-bottom: 1rem;
}

@media screen and (min-width: 992px) {
  #polaroid-monika {
    transform: rotate(-20deg);
    transform-origin: 100% 100%;
    margin-bottom: 100px;
  }

  #polaroid-noemie {
    transform: rotate(15deg);
    transform-origin: 0% 100%;
    margin-left: 100px;
  }
}
