* {
  box-sizing: border-box;
}

body {
  background-color: black;
  width: 1200px;
  margin: 0 auto;
}

header {
  width: 1200px;
  height: 100px;
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
}

nav ul {
  margin-left: 0px;
  margin-right: 0px;
}

nav li {
  display: inline-grid;
  list-style: none;
  text-align: center;
  width: 123px;
  margin: 0px 15px;
}

/* LoVe HAte */
nav li a {
  text-decoration: none;
  text-transform: uppercase;
  font-family: 'Playfair Display', serif;
  font-weight: 400;
  font-size: 18px;
  color: white;
}

nav li a:visited {
  color: white;
}

nav li a:hover {
  color: #8eb3ce;
}

nav li a:active {
  color: #3162A8;
}

.active {
  font-weight: 700;
}

.gallery-3, .gallery-4, .gallery-2 {
  display: flex;
  justify-content: center;
  width: 1200px;
  margin-bottom: 23px;
}

div.gallery-item {
  display: inline-block;
  width: 196px;
  margin: 0px 11.5px;
}

div.banner {
  background-color: gray;
  width: 1200px;
  height: 400px;
  display: flex;
  justify-content: center;
  align-items: center;
}

div.home-banner {
  background-color: gray;
  width: 1200px;
  height: 700px;
  display: flex;
  justify-content: center;
  align-items: center;
}

div.h2 {
  width: 1200px;
  position: absolute;
  text-align: center;
}

div.no-title-spacing {
  margin-top: 80px;
}

div.pic {
  background-color: gray;
  width: 196px;
  height: 270px;
}

div.pic a {
  position: relative;
  display: inline-block;
}

div.pic-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0,0,0,.5);
  opacity: 0;
  transition: 250ms opacity;
  display: flex;
  justify-content: center;
  align-items: center;
}

div.pic a:hover .pic-overlay {
  opacity: 1;
}

img {
  width: 196px;
  height: 270px;
}

img.banner {
  width: 1200px;
  height: 400px;
}

img.home-banner {
  width: 1200px;
  height: 700px;
}

section {
  background-color: black;
}

div.h1 {
  margin-left: 26px;
}

h1 {
  font-family: 'Playfair Display', serif;
  font-size: 25px;
  font-weight: 400;
  color: white;
  text-transform: uppercase;
}

h1 a {
  font-family: 'Playfair Display', serif;
  font-size: 25px;
  font-weight: 400;
  color: white;
  text-decoration: none;
}

/* LoVe HAte */
h1 a:hover {
  font-family: 'Playfair Display', serif;
  font-size: 25px;
  font-weight: 400;
  color: #8eb3ce;
}

h1 a:active {
  color: #3162A8;
}

h2 {
  font-family: 'Playfair Display', serif;
  font-weight: 400;
  font-size: 36px;
  letter-spacing: 0.5em;
  color: white;
  text-transform: uppercase;
}

.h3-reg {
  margin-top: 70px;
  margin-left: 246px;
  margin-bottom: 21px;
}

h3 {
  font-family: 'Playfair Display', serif;
  font-weight: 400;
  font-size: 35px;
  color: white;
  text-transform: uppercase;
}

h4 {
  font-family: 'Playfair Display', serif;
  font-weight: 400;
  font-size: 25px;
  color: white;
  text-transform: uppercase;
  margin-left: 26px;
}

div.para-regular {
  margin-left: 320px;
  margin-right: 246px;
  margin-bottom: 20px;
}

p {
  font-family: Georgia, serif;
  font-size: 16px;
  line-height: 22px;
  color: white;
}

a {
  transition: 250ms all;
}

/* LoVe HAte */
p a {
  font-family: Georgia, serif;
  font-size: 16px;
  line-height: 22px;
  color: #879a72;
  text-decoration: none;
}

p a:visited {
  color: #879a72;
}

p a:hover {
  color: #57842c;
}

div.title-text {
  margin-left: 320px;
  margin-right: 246px;
}

p.title-text {
  font-family: Georgia, serif;
  font-size: 18px;
  line-height: 26px;
  color: white;
}

/* LoVe HAte */
a.title-link {
  font-family: Georgia, serif;
  font-size: 18px;
  line-height: 24px;
  color: #cc9999;
  text-decoration: none;
}

a.title-link:visited {
  color: #cc9999;
}

a.title-link:hover {
  color: #B5342A;
}

div.caption {
  width: 196px;
  margin-left: 0px;
}

p.caption-title {
  font-weight: bold;
  font-size: 13px;
  line-height: 15.2px;
  margin-bottom: 5px;
}

p.caption {
  font-size: 12px;
  line-height: 15.2px;
  color: white;
  margin-top: 0px;
}

p.caption a {
  font-size: 12px;
  line-height: 15.2px;
  color: #cc9999;
}

p.caption a:hover {
  color: #B5342A;
}

div.banner-caption {
  margin: 2px 37px;
}

p.banner-caption {
  font-size: 11px;
  line-height: 13.2px;
  text-align: right;
}

p.banner-caption a {
  width: 196px;
  font-size: 11px;
  line-height: 13.2px;
  color: #cc9999;
}

p.banner-caption a:hover {
  color: #B5342A;
}

p.footer {
  font-size: 11px;
  line-height: 13.2px;
  text-align: center;
  margin: 0px 0px;
}
p.sample {
  margin: 0px 26px;
}

/*lightbox*/
.lightbox .lb-image {
  border: none;
}

.lb-data .lb-caption {
  font-family: Georgia, serif;
  color: white;
  font-size: 11px;
  font-weight: normal;
}

div.unordered {
  margin-left: 401px;
  margin-right: 320px;
}

ul {
  color: white;
  font-family: "Georgia", serif;
}

footer {
  height: 75px;
  width: 1200px;
  margin-top: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
}

/*Layouts*/
.layout-25-50-25 {
  display: flex;
}

.layout-25-50-25 .layout-item:nth-child(1){
  /*flex-grow: 1;
  flex-basis: 75%;
  flex-shrink: 1;*/
  flex: 0 0 25%;
}

.layout-25-50-25 .layout-item:nth-child(2) {
  flex: 0 0 50%;
}

.layout-25-50-25 .layout-item:nth-child(3){
  flex: 0 0 25%;
}

/* layout 33/33/33*/
.layout-33-33-33 {
  display: flex;
  flex-flow: row wrap;
}

.layout-33-33-33 .layout-item {
  flex: 1 1 33%;
}

.layout-33-33-33 .layout-item:nth-child(3n+3) {
  padding-left: 10px;
}
