
@font-face {
  font-family: 'Playfair';
  src: url('https://fonts.googleapis.com/css?family=Playfair+Display');
}

body {
  background-color: #ddd;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.playfair {
  font-family: 'Playfair', serif;
  font-weight: 500;
}

p, a:link, a:visited, a:hover, a:active {
  margin-top: 1rem;
  line-height: 1.125rem;
}

p.smaller{ font-size:.75rem;}
p.larger{ font-size:1.50rem;}

a:link {
  -o-transition:.05s;
-ms-transition:.05s;
-moz-transition:.05s;
-webkit-transition:.05s;
/* ...and now for the proper property */
transition:.05s;
}

a:link, a:visited, a:hover, a:active {
  color:#000000;
}

.big {
  font-size: 5rem;
  line-height:4rem;
  overflow:hidden;
  height:inherit;
}

.inset-left {
  padding-left:1rem;
}

.inset-right {
  margin-top:0;
  padding-right:1rem;
}

.inset-top {
  padding-top:1rem;
}

.inset-bottom {
  padding-bottom:1rem;
}
.middle {
  display: inline-block;
  vertical-align: middle;
}

.image-test {
  display:block; width:100%; height:auto;
  position: relative;
  padding-top:.5rem;
  padding-bottom:.25rem;
  background-color: rgba(0,0,0,0.025);
}

.image-test::after {
  content: "";
  background: url(images/rotate.php);
  background-size: 100% 100%;
  opacity: 0.5;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  z-index: -1;
}

h1 {
  margin-top: 2rem;
  font-size: 5rem;
  letter-spacing: -0.05rem;
}

h3 {
  margin-top: 2rem;
  font-size: 2.5rem;
  letter-spacing: -0.05rem;
}

h3.playfair {
  margin-top: 2rem;
  font-size: 2.5rem;
  font-family: 'Playfair', serif;
  font-weight: 600;
}

h5 {
  margin-bottom: 1rem;
  font-size: 1rem;
  font-weight: 600;
}

.bolder {font-weight:600;}
.lighter {font-weight:100;}

.row {
  margin-left:0;
  margin-right:0;
  margin-bottom: 2.5rem;
}
.row .row {
  margin-top: 0;
  margin-bottom: 0;
}
[class*="col-"] {
  padding-top: 0rem;
  margin-bottom:0.75rem;
  padding-left: 0;
  padding-right: 100;
}
img {
  display:block; width:100%; height:auto;
  margin:0;padding:0;
}

.right {
  text-align: right;
}

.line-thick{
  border-bottom: 4px solid rgba(0,0,0,0.125);
  margin-bottom:1.0rem;
    margin-top:2rem;
}
.line-thin{
  border-bottom: 1px solid rgba(0,0,0,1);
  margin-bottom:1.5rem;
  margin-top:0rem;
}
.line-double{
  border-bottom: 4px double rgba(0,0,0,1);
  margin-bottom:1.0rem;
  margin-top:2.0rem;
}
.line-none{
  border-bottom: 10px double rgba(0,0,0,.5);
  margin-bottom:1.5rem;
}
hr {
  margin-bottom: 1.5rem;
}
.underline {text-decoration: underline;}
.carousel .item>img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  height: 100%;
}
.carousel a {
  margin:0;
  padding:0;
}
.niagara {color: #5484A4}
.primrose {color: #F6D155}
.lapis {color: #004B8D}
.flame {color: #F2552C}
.yarrow {color: #CE3175}
.white {color:#fff;}
.black {color:#000;}
.dark-grey {color:#505050;}
.light-grey {color:#989898;}
.niagara-background {background-color: #5484A4}
.primrose-background {background-color: #F6D155}
.lapis-background {background-color: #004B8D}
.flame-background {background-color: #F2552C}
.yarrow-background {background-color: #CE3175}
.white-background {background-color:#fff;}
.black-background {background-color:#000;}
.dark-grey-background {background-color:#505050;}
.light-grey-background {background-color:#989898;}

/* Album colors */

.western-yellow-background {background-color:#e7d15a;}
.sea-blue-background-background  {background-color:#a2e5e2;}
.daydream-orange-background  {background-color:#eeb67a;}
.hollywood-blue-background  {background-color:#88aff2;}
.trinity-red-background  {background-color:#fd8b85;}
.senachai-blue-background  {background-color:#b0d1fb;}
.not-him-blue-background  {background-color:#70b5ff;}
.fine-green-background  {background-color:#71ff4a;}
.hooks-orange-background  {background-color:#ffa463;}
