h1 {
  color: #333333;
  font-family: 'Oswald', Arial, sans-serif;
  font-size: 40px;
  font-weight: 900;
  text-transform: uppercase;
}

h2 {
  color: #333333;
  font-family: 'Oswald', Arial, sans-serif;
  font-size: 30px;
  font-weight: 700;
  text-transform: uppercase;
}

h3 {
  color: #333333;
  font-family: 'Oswald', Arial, sans-serif;
  font-size: 20px;
  font-weight: 500;
  text-transform: uppercase;
}

h4 {
  color: #333333;
  font-family: 'Oswald', Arial, sans-serif;
  font-size: 15px;
  font-weight: 300;
  text-transform: uppercase;
}

h5 {
  color: #333333;
  font-family: 'Oswald', Arial, sans-serif;
  font-size: 10px;
  font-weight: 200;
  text-transform: uppercase;
}

p, a {
  color: #333333;
  font-family: 'Open Sans', Arial, sans-serif;
}

p {
  font-size: 15px;
}

a {
  font-size: 10px;
  font-weight: 400;
}

.section-number p {
  font-size: 35px !important;
  font-family: 'Open Sans', Arial, sans-serif;
  font-weight: 100;
  padding-left: 20px;
}

.section-number span {
  font-weight: 400;
}

.portfolio-container {
  height: 100%;
  background-color: #fcfcfc;
}

.portfolio-container h1 {
  text-align: center;
  padding-top: 80px;
}

.portfolio-container > p {
  text-align: center;
  width: 50%;
  margin: auto;
}

.portfolio-content {
  width: 70%;
  text-align:center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  margin-top: 100px;
  margin-bottom: 100px;
}

.portfolio-content img {
  width: 30%;
  height: 30%;
  -webkit-filter: grayscale(60%);
  filter: grayscale(60%);
  padding: 3px;
}
h1 {
  color: #333333;
  font-family: 'Oswald', Arial, sans-serif;
  font-size: 40px;
  font-weight: 900;
  text-transform: uppercase;
}

h2 {
  color: #333333;
  font-family: 'Oswald', Arial, sans-serif;
  font-size: 30px;
  font-weight: 700;
  text-transform: uppercase;
}

h3 {
  color: #333333;
  font-family: 'Oswald', Arial, sans-serif;
  font-size: 20px;
  font-weight: 500;
  text-transform: uppercase;
}

h4 {
  color: #333333;
  font-family: 'Oswald', Arial, sans-serif;
  font-size: 15px;
  font-weight: 300;
  text-transform: uppercase;
}

h5 {
  color: #333333;
  font-family: 'Oswald', Arial, sans-serif;
  font-size: 10px;
  font-weight: 200;
  text-transform: uppercase;
}

p, a {
  color: #333333;
  font-family: 'Open Sans', Arial, sans-serif;
}

p {
  font-size: 15px;
}

/* <a {
  font-size: 20px;
  font-weight: 400;
} */

.section-number p {
  font-size: 35px !important;
  font-family: 'Open Sans', Arial, sans-serif;
  font-weight: 100;
  padding-left: 20px;
}

.section-number span {
  font-weight: 400;
}

.portfolio-container {
  height: 100%;
  background-color: #fcfcfc;
}

.portfolio-container h1 {
  text-align: center;
  padding-top: 80px;
}

.portfolio-container > p {
  text-align: center;
  width: 50%;
  margin: auto;
}

.portfolio-content {
  width: 100%;
  text-align:center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  margin-top: 100px;
  margin-bottom: 100px;
}

.portfolio-content img {
  width: 25%;
  height: 30%;
  -webkit-filter: grayscale(60%);
  filter: grayscale(60%);
  padding: 3px;
}

.gallery-lightbox {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
}

.gallery-content {
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  left: 15vw;
  top: 20vh;
  width: 70vw;
  height: 60vh;
  background-color: ;
}

.gallery-button-close {
  color: #ffffff;
  font-size: 50px;
  position: absolute;
  right: -50px;
  top: -50px;
  border: 0;
  background-color: transparent;
  transform: rotate(45deg);
}

.gallery-button-previous {
  color: #ffffff;
  font-size: 50px;
  position: absolute;
  left: -50px;
  top: 50%;
  transform: translate(0, -50%);
  border: 0;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  background-color: transparent;
}

.gallery-button-next {
  color: #ffffff;
  font-size: 50px;
  position: absolute;
  right: -50px;
  top: 50%;
  transform: translate(0, -50%);
  border: 0;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  background-color: transparent;
}

.gallery-navigation {
  list-style: none;
  padding: 0;
  margin: 0;
  position: absolute;
  display: flex;
  bottom: -20px;
  left: 50%;
  transform: translate(-50%);
}

.gallery-navigation-button {
  display: block;
  width: 10px;
  height: 10px;
  border: 0;
  background-color: rgba(255, 255, 255, 0.4);
  border-radius: 50%;
  margin: 0 3px;
}

.gallery-navigation-button.active {
  background-color: rgba(255, 255, 255, 0.95);
}

.gallery-lightbox {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
}

.gallery-content {
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  left: 15vw;
  top: 20vh;
  width: 70vw;
  height: 60vh;
  background-color: ;
}

.gallery-button-close {
  color: #ffffff;
  font-size: 50px;
  position: absolute;
  right: -50px;
  top: -50px;
  border: 0;
  background-color: transparent;
  transform: rotate(45deg);
}

.gallery-button-previous {
  color: #ffffff;
  font-size: 50px;
  position: absolute;
  left: -50px;
  top: 50%;
  transform: translate(0, -50%);
  border: 0;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  background-color: transparent;
}

.gallery-button-next {
  color: #ffffff;
  font-size: 50px;
  position: absolute;
  right: -50px;
  top: 50%;
  transform: translate(0, -50%);
  border: 0;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  background-color: transparent;
}

.gallery-navigation {
  list-style: none;
  padding: 0;
  margin: 0;
  position: absolute;
  display: flex;
  bottom: -50px;
  left: 50%;
  transform: translate(-50%);
}

.gallery-navigation-button {
  display: block;
  width: 10px;
  height: 10px;
  border: 0;
  background-color: rgba(255, 255, 255, 0.4);
  border-radius: 50%;
  margin: 0 3px;
}

.gallery-navigation-button.active {
  background-color: rgba(255, 255, 255, 0.95);
}

.openItem {
  width: 60%;
}