body {
  margin: 0;
  padding-bottom: 64px;
  padding-left: 0px;
  padding-right: 0px;
  background: #fff;
  font-size: 1em;
  line-height: 1;
  border-top: 20px solid #000;
}

a {
  color: #506045;
  text-decoration: none;
}

a:hover {
  color: #5f7e41;
  text-decoration: none;
}

nav a {
  background-color: #ffffff;
  border-radius: 0 0 5px 5px;
  padding: 0 24px 12px 24px;
  text-decoration: none;
  color: #fff;
  font-weight: bold;
  font-size: 1.25em;
  margin-right: 13px;
}

h1 {
  font-size: 4em;
  text-align: center;
  line-height: 1;
}

h1 span:first-child {
  font-family: Aclonica, serif;
  letter-spacing: -0.05em;
}

h1 span:last-child {
  font-family: Alegreya, serif;
}

.andy {
  font-family: "Roboto Slab", serif;
  background-color: #484d46;
  font-size: 1em;
  font-weight: 300;
  line-height: 1.3em;
  color: #ffffee;
}

.bjorn {
  font-family: "Roboto Slab", serif;
  font-weight: 300;
  font-size: 0.95em;
  line-height: 1.3em;
  background-color: #80847a;
}

.comment {
  min-height: 80px;
}

.review .col-12 {
  border-radius: 10px;
  color: #fff;
  position: relative;
}

.review .col-12:after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  position: absolute;
}

.review .col-sm-6:after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  position: absolute;
}

.review .col-sm-6 p {
  margin-bottom: 0;
  padding: 8px 12px;
}

.review .col-12 p {
  margin-bottom: 0;
  padding: 8px 12px;
}

.review .col-12:nth-child(odd):after {
  border-width: 12px 12px 12px 12px;
  border-color: #000000 transparent transparent transparent;
  bottom: -24px;
  right: 40%;
}

.review .col-12:nth-child(even):after {
  border-width: 12px 12px 12px 12px;
  border-color: transparent transparent #000000 transparent;
  top: -24px;
  left: 20%;
}

.review .col-sm-6 {
  min-height: 80px;
  display: block;
}

@media (min-width: 576px) {
  .andy {
    box-sizing: border-box;
  }
}

@media (min-width: 576px) {
  .review .col-sm-6:nth-child(odd):after {
    border-width: 12px 0 12px 12px;
    border-color: transparent transparent transparent black;
    bottom: 55%;
    right: 12px;
  }
}

@media (min-width: 576px) {
  .review .col-sm-6:nth-child(even):after {
    border-width: 12px 12px 12px 12px;
    border-color: transparent #000000 transparent transparent;
    top: 48%;
    left: 0px;
  }
}

.review .col-12 {
  margin-bottom: 1em;
}

.navbar-brand {
  font-size: 4.5em;
  letter-spacing: -13px;
  opacity: 0.65;
  padding-left: 0;
}

.container, .navbar {
  padding-top: 0;
}

.nav-item a {
  border-radius: 5px;
}

.review.row {
  position: relative;
}

.review .col-sm-6 div {
  border: 8px solid #000;
  border-radius: 10px;
  /*background-color: #000;*/
  color: #fff;
}

.review.col-sm-6:after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  position: absolute;
}

.card-header {
  background-color: rgb(202,202,167);
}

.card {
  background-color: rgb(227,232,220);
}

p {
  font-family: 'Montserrat', sans-serif;
  font-weight: 300;
  line-height: 1.5em;
}

h6 {
  font-family: 'Montserrat';
  font-weight: bold;
}

figcaption {
  font-family: arial,helvetica,sans-serif;
}

@media (min-width: 576px) {
  .review .col-sm-6.shorty::after {
    top: 20%;
  }
}

.bjorn span {
  font-weight: 900;
  color: #ffffff;
  font-family: 'Roboto Slab', serif;
}

.andy span {
  font-weight: 900;
  color: #ffffff;
  font-family: 'Roboto Slab';
}

.slightBold {
  opacity: 0.6;
  font-family: 'Aldrich';
}

#never {
  display: none;
}

.note {
  position: relative;
  width: 100%;
  padding: 1em 1.5em;
  margin: 2em auto;
  color: #fff;
  background: #a9bcaa;
  overflow: hidden;
  border-radius: 5px 0 5px 5px;
}

.note:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  border-width: 0 16px 16px 0;
  border-style: solid;
  border-color: #fff #fff #858075 #858075;
  background: #858075;
  -webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.3), -1px 1px 1px rgba(0,0,0,0.2);
  -moz-box-shadow: 0 1px 1px rgba(0,0,0,0.3), -1px 1px 1px rgba(0,0,0,0.2);
  box-shadow: 0 1px 1px rgba(0,0,0,0.3), -1px 1px 1px rgba(0,0,0,0.2);
  display: block;
  width: 0;
}

.note.rounded {
  -moz-border-radius: 5px 0 5px 5px;
  border-radius: 5px 0 5px 5px;
}

.note.rounded:before {
  border-width: 8px;
  border-color: #fff #fff transparent transparent;
  -moz-border-radius: 0 0 0 5px;
  border-radius: 0 0 0 5px;
}

