* {
  box-sizing: border-box;
}

body {
  background-color: white;
  margin: 0px auto;
}

.width {
  width: 1366px;
  margin: 0 auto;
  overflow: auto;
}

header {
  width: 1366px;
  height: 175px;
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  border-bottom-style: solid;
  border-bottom-color: #C5E6DE;
  border-bottom-width: 4px;
}

nav {
  margin-right: 200px;
}
nav ul {
  margin-left: 0px;
  margin-right: 0px;
}

nav li {
  display: inline-grid;
  list-style: none;
  text-align: center;
  width: 115px;
  margin: 0px 20px;
}

/* LoVe HAte */
nav li a {
  text-decoration: none;
  text-transform: lowercase;
  font-family: 'Helvetica', 'Arial', sans-serif;
  font-weight: bold;
  font-size: 18px;
  color: #095D67;
}

nav li a:visited {
  color: #095D67;
}

nav li a:hover {
  color: #C5E6DE;
}

nav li a:active {
  color: #9FC4BA;
}

section {
  background-color: white;
  margin-top: 70px;
}

.gallery-3 {
  display: flex;
  justify-content: center;
  margin-bottom: 40px;
}

div.gallery-item {
  display: inline-block;
  width: 350px;
  margin: 0px 20px;
}

div.pic {
  background-color: #C5E6DE;
  width: 350px;
  height: 350px;
}

div.pic a {
  position: relative;
  display: inline-block;
}

div.pic-overlay {
  width: 350px;
  height: 350px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: white;
  opacity: 0;
  transition: 250ms opacity;
  display: flex;
  justify-content: center;
  align-items: center;
}

div.pic a:hover .pic-overlay {
  opacity: 1;
}

div.h1 {
  margin-left: 107px;
}

div.h2 {
  width: 350px;
  position: absolute;
  text-align: left;
}

div.project-description {
  width: 280px;
  margin-right: 50px;
}

div.project {
  display: flex;
  justify-content: center;
  max-width: 1366px;
  margin-top: 70px;
}

div.project-items {
  display: block;
  width: 800px;
}

div.project-pic {
  margin-bottom: 40px;
}

div.project-pic-2 {
  display: flex;
  justify-content: space-between;
  max-width: 800px;
  margin-bottom: 40px;
}

div.project-pic-3 {
  display: flex;
  justify-content: space-between;
  max-width: 800px;
  margin-bottom: 40px;
}

h1 {
  font-family: 'Helvetica', 'Arial', sans-serif;
  font-size: 37px;
  font-weight: bold;
  color: #095D67;
}

h1 a {
  font-family: 'Helvetica', 'Arial', sans-serif;
  font-size: 37px;
  font-weight: bold;
  color: #095D67;
  text-decoration: none;
}

/*LoVe HAte*/
h1 a:hover {
  font-family: 'Helvetica', 'Arial', sans-serif;
  font-size: 37px;
  font-weight: bold;
  color: #C5E6DE;
}

h1 a:active {
  color: #9FC4BA;
}

h2 {
  font-family: 'Helvetica', 'Arial', sans-serif;
  font-size: 26px;
  font-weight: bold;
  color: #095D67;
  line-height: 31px;
}

h2.gallery-title {
  text-align: left;
  margin-left: 18px;
  margin-top: 315px;
  opacity: 1;
}

h2.gallery-title-multi {
  text-align: left;
  margin-left: 18px;
  margin-top: 285px;
  opacity: 1;
}

h2.gallery-title a {
  opacity: 1;
}

h3 {
  font-family: 'Helvetica', 'Arial', sans-serif;
  font-size: 20px;
  font-weight: bold;
  color: #000;
}

p {
  font-family: 'Helvetica', 'Arial', sans-serif;
  font-size: 14px;
  color: black;
  line-height: 18px;
}

p.footer {
  font-size: 11px;
  line-height: 13px;
  text-align: center;
  margin: 0px 0px;
}

a {
  transition: 250ms all;
}

/*LoVe HAte*/

a.project-link {
  font-family: 'Helvetica', 'Arial', sans-serif;
  font-size: 14px;
  font-weight: bold;
  color: #095D67;
  text-decoration: none;
}

a.project-link:hover {
  color: #C5E6DE;
}

h1 a:active {
  color: #9FC4BA;
}

img.gallery-pic {
  max-width: 350px;
  max-height: 350px;
}

img.project-pic {
  max-width: 800px;
}

img.project-pic-2 {
  max-width: 395px;
  max-height: 395px;
}

img.project-pic-3 {
  max-width: 250px;
  max-height: 250px;
}

/*lightbox*/
.lightbox .lb-image {
  border: none;
}

.lb-data .lb-caption {
  font-family: 'Helvetica', 'Arial', sans-serif;
  color: white;
  font-size: 11px;
  font-weight: normal;
}

footer {
  height: 75px;
  width: 1366px;
  margin-top: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
}
