body {
  font-family: "Noto sans", sans-serif;
  font-size: 16px;
  font-weight: 300;
  color: #979797;
}
h1,
h2,
h3,
h4,
h5 {
  font-family: Sen, sans-serif;
  font-weight: bold;
  color: #333;
  letter-spacing: 1.1px;
}
h1 {
  color: #373a42;
  font-size: 40px;
  font-weight: bold;
  letter-spacing: 1.16px;
  line-height: 48px;
}
h2 {
  font-size: 32px;
  margin-bottom: 20px;
  color: #373a42;
  font-size: 36px;
}
h3 {
  font-size: 26px;
  color: #373a42;
  margin-bottom: 20px;
}
.block {
  padding: 60px 0 20px;
  color: #979797;
}
code {
  font-family: Andale Mono, AndaleMono, monospace;
  color: #26a;
  font-weight: bold;
  background-color: transparent;
}
.large p,
p.large {
  font-size: 22px;
  color: #979797;
  letter-spacing: 0.56px;
  line-height: 33px;
}
.medium p,
p.medium {
  font-size: 20px;
}
.center {
  text-align: center;
}
.superdash {
  height: 4px;
  width: 40px;
  display: block;
  margin: 30px auto;
  background-color: #76b9cf;
}
.center {
  text-align: center;
}
.center-cropped {
  background-position: center center;
  background-repeat: no-repeat;
  height: 480px;
}
@media (min-width: 600px) {
  .center-cropped {
    height: 400px;
  }
}
@media (max-width: 600px) {
  .carousel img {
    max-width: 50% !important;
  }
}
a,
a.notation {
  text-decoration: none;
}
a:hover,
a.notation:hover {
  text-decoration: none;
}
img {
  max-width: 100%;
}
.bg-white {
  background-color: #fff;
}
.bg-lt-grey {
  background-color: #f2f3f6;
  color: #334;
}
.bg-dk-grey {
  background-color: #8289a5;
}
.bg-dk-grey *,
.bg-dk-grey p,
.bg-dk-grey h1,
.bg-dk-grey li,
.bg-dk-grey h2,
.bg-dk-grey h3,
.bg-dk-grey h4,
.bg-dk-grey h5,
.bg-dk-grey a,
.bg-dk-grey a:visited {
  color: #fff !important;
}
.button {
  font-size: 14px;
  letter-spacing: 2px;
  padding: 5px 30px;
}
.border-blue {
  border: 2px solid #76b9cf;
}
.border-green {
  border: 2px solid #9b6;
}
.uppercase {
  text-transform: uppercase;
}
.font-white {
  color: #fff;
}
.gallery-peek {
  display: inline-block;
  height: 200px;
  width: 200px;
  box-shadow: 0 1px 3px 0 rgba(0,0,0,0.1), 0 1px 2px 0 rgba(0,0,0,0.06) !important;
  background-color: #fff;
  padding: 10px;
  margin: 2px;
}
.gallery-peek img {
  display: inline-block;
  max-height: 180px;
  max-width: 180;
}
.container {
  padding-bottom: 20px;
  margin-bottom: 20px;
}
#tour .notation {
  position: absolute;
  font-size: 18px;
  color: #39c;
}
#tour .notation a:hover {
  text-decoration: none;
  color: #428bca;
}
#tour a.notation {
  text-decoration: none;
  color: #fa0;
}
