html {
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article, aside, footer, header, nav, section {
  display: block;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

figcaption, figure, main {
  display: block;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b, strong {
  font-weight: inherit;
}

b, strong {
  font-weight: bolder;
}

code, kbd, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

dfn {
  font-style: italic;
}

mark {
  background-color: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

audio, video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

img {
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
}

button, input, optgroup, select, textarea {
  font-family: sans-serif;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button, input {
  overflow: visible;
}

button, select {
  text-transform: none;
}

button, html [type=button], [type=reset], [type=submit] {
  -webkit-appearance: button;
}

button::-moz-focus-inner, [type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring, [type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  display: inline-block;
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox], [type=radio] {
  box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-cancel-button, [type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details, menu {
  display: block;
}

summary {
  display: list-item;
}

canvas {
  display: inline-block;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

html {
  box-sizing: border-box;
}

*, *:before, *:after {
  box-sizing: inherit;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  white-space: nowrap;
  -webkit-clip-path: inset(100%);
          clip-path: inset(100%);
  clip: rect(0 0 0 0);
  overflow: hidden;
}

body {
  font-size: 62.5%;
}

a {
  font-family: "Staatliches", cursive;
}

h1 {
  font-family: "Staatliches", cursive;
}

h2 {
  font-family: "Staatliches", cursive;
  font-size: 1rem;
  font-weight: Bold;
  margin: 0;
  margin-bottom: 10px;
}

p {
  font-family: "Staatliches", cursive;
  font-size: 0.9rem;
}

.wrapper {
  width: 100vw;
  height: 100dvh;
  margin: 0 auto;
  padding: 30px 30px;
  overflow-x: hidden;
}

footer {
  text-align: center;
  position: fixed;
  bottom: 0;
  right: 0;
  left: 0;
  background-color: white;
}

footer h3 {
  font-weight: 400;
  font-size: 0.8rem;
  font-family: "Staatliches", cursive;
}

.hamburger {
  display: none;
  z-index: 10;
}

.nav-title-mobile {
  width: 220px;
  margin-bottom: 12px;
  display: none;
}

.mobile-header {
  width: 100vw;
  height: 65px;
  background-color: white;
  position: fixed;
  top: 0;
  z-index: 3;
  padding-top: 30px;
  display: none;
}

nav {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  margin-right: 20px;
  position: fixed;
}

.nav-title {
  width: 220px;
  margin-bottom: 12px;
}

ul {
  padding: 0;
}

li {
  list-style: none;
  margin-bottom: 20px;
}

a {
  font-size: 1rem;
  text-decoration: none;
  color: black;
}

a:hover {
  -webkit-text-decoration: underline solid 1px black;
          text-decoration: underline solid 1px black;
}

.hamburger {
  position: fixed;
  right: 12px;
}

#menuToggle {
  display: block;
  position: relative;
  z-index: 1;
  -webkit-user-select: none;
  -moz-user-select: none;
       user-select: none;
}

#menuToggle a {
  text-decoration: none;
  color: #232323;
  transition: color 0.3s ease;
}

#menuToggle a:hover {
  color: tomato;
}

#menuToggle input {
  display: block;
  width: 40px;
  height: 32px;
  position: absolute;
  top: -7px;
  left: -5px;
  cursor: pointer;
  opacity: 0; /* hide this */
  z-index: 2; /* and place it over the hamburger */
  -webkit-touch-callout: none;
}

/*
 * Just a quick hamburger
 */
#menuToggle span {
  display: block;
  width: 33px;
  height: 4px;
  margin-bottom: 5px;
  position: relative;
  background: black;
  border-radius: 3px;
  z-index: 1;
  transform-origin: 4px 0px;
  transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease;
}

#menuToggle span:first-child {
  transform-origin: 0% 0%;
}

#menuToggle span:nth-last-child(2) {
  transform-origin: 0% 100%;
}

/* 
 * Transform all the slices of hamburger
 * into a crossmark.
 */
#menuToggle input:checked ~ span {
  opacity: 1;
  transform: rotate(45deg) translate(-2px, -1px);
  background: #232323;
}

/*
 * But let's hide the middle one.
 */
#menuToggle input:checked ~ span:nth-last-child(3) {
  opacity: 0;
  transform: rotate(0deg) scale(0.2, 0.2);
}

/*
 * Ohyeah and the last one should go the other direction
 */
#menuToggle input:checked ~ span:nth-last-child(2) {
  transform: rotate(-45deg) translate(0, -1px);
}

/*
 * Make this absolute positioned
 * at the top left of the screen
 */
#menu {
  position: absolute;
  width: 100vw;
  height: 100vh;
  padding-top: 60px;
  text-align: center;
  background: white;
  opacity: 0.9;
  list-style-type: none;
  -webkit-font-smoothing: antialiased;
  transform-origin: 0% 0%;
  transform: translate(-100%, 0);
  transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
  top: -40px;
  bottom: 0;
  right: -32px;
}

#menu li {
  padding: 10px 0;
  font-size: 22px;
  font-family: "Staatliches", cursive;
}

/*
 * And let's slide it in from the left
 */
#menuToggle input:checked ~ ul {
  transform: none;
}

.home-container {
  width: 100%;
  height: 100%;
  display: flex;
}

.home-content {
  margin-left: 250px;
}

.collage {
  width: 100%;
  height: 100%;
  padding-bottom: 50px;
}

* {
  box-sizing: border-box;
}

/* Slideshow container */
.slideshow-container {
  width: 100%;
  position: relative;
  margin: auto;
}

/* Hide the images by default */
.mySlides {
  display: none;
  transition: all ease-in-out 0.5s;
}

/* Fading animation */
.fade {
  animation-name: fade;
  animation-duration: 3s;
}

@keyframes fade {
  from {
    opacity: 0.6;
  }
  to {
    opacity: 1;
  }
}
@media (max-width: 1024px) {
  .home-content {
    margin-left: 0;
    margin-top: 45px;
  }
}
.contact-container {
  display: flex;
}

.contact-content {
  padding-top: 50px;
  margin-left: 230px;
}

.contact-content a {
  font-size: 0.9rem;
  cursor: pointer;
}

.contact-item {
  margin-bottom: 20px;
}

@media (max-width: 1024px) {
  .contact-content {
    padding-top: 50px;
    margin-left: 0;
  }
}
.project-container {
  display: flex;
}

.project-content {
  padding-top: 50px;
  display: flex;
  flex-direction: column;
  margin-left: 230px;
}

.project-content a {
  font-weight: 500;
  margin-bottom: 10px;
}

.distancia-wrapper {
  width: 100vw;
  height: 100vh;
  margin: 0 auto;
  padding: 30px 30px;
  overflow-x: hidden;
}

.distancia-content {
  width: 100%;
  margin-left: 230px;
}

.distancia-container {
  display: flex;
}

#carousel-container {
  height: auto;
  width: 100%;
  padding: 0;
  margin: 0;
  overflow-x: scroll;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
  margin-bottom: -8px;
}

#carousel-container::-webkit-scrollbar {
  display: none;
}

#carousel {
  width: 500px;
  display: flex;
  -webkit-overflow-scrolling: touch;
  margin: 0;
}

.slide > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

img {
  width: 55vw;
  margin-right: 10px;
}

.distancia-video {
  margin: 0;
  margin-bottom: 20px;
  margin-top: 20px;
}

.distancia-content p {
  margin: 0;
  margin-bottom: 10px;
}

.view-project {
  text-decoration: underline;
  font-weight: bold;
}

.view-project:hover {
  color: blue;
}

.everblessed-video {
  width: 100%;
  margin-bottom: 10px;
}

@media (max-width: 1024px) {
  .project-content {
    margin: 0;
    text-align: center;
    padding-top: 120px;
  }
  .project-container {
    justify-content: center;
  }
  .project-content a {
    font-weight: 500;
    margin-bottom: 15px;
    font-size: 1.2rem;
  }
  .distancia-content {
    width: 100%;
    margin-left: 0;
    padding-top: 30px;
  }
  .distancia-content img {
    width: 90vw;
  }
  .distancia-video {
    margin-top: 15px;
  }
  .everblessed-video {
    margin-top: 15px;
  }
}
.photography-container {
  display: flex;
}

.photography-content {
  padding-top: 50px;
  display: flex;
  flex-direction: column;
  margin-left: 230px;
}

.photography-content a {
  font-weight: 500;
  margin-bottom: 10px;
}

@media (max-width: 1024px) {
  .photography-container {
    justify-content: center;
  }
  .photography-content {
    margin-left: 0;
    padding-top: 120px;
  }
  .photography-content a {
    font-weight: 500;
    margin-bottom: 15px;
    font-size: 1.2rem;
  }
}
.portfolio-container {
  display: flex;
}

.portfolio-content {
  padding-top: 0;
  margin-top: -8px;
  display: flex;
  flex-wrap: wrap;
  margin-left: 230px;
}

.portfolio-wrapper {
  width: 100vw;
  height: 100vh;
  margin: 0 auto;
  padding: 30px 30px;
  overflow-x: hidden;
}

html {
  box-sizing: border-box;
}

*, *:before, *:after {
  box-sizing: inherit;
}

body {
  margin: 0;
}

.preview {
  width: 100%;
}

.row {
  display: flex;
  flex-direction: row;
  justify-content: center;
  flex-wrap: wrap;
}

.row > .col {
  padding: 8px 8px;
}

.row > .col-2 {
  padding: 8px 8px;
}

.col {
  float: left;
  width: 25%;
}

.col-2 {
  float: left;
  width: 25%;
}

.modal {
  display: none;
  position: fixed;
  z-index: 10;
  padding: 30px 62px 30px 62px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: black;
}

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: auto;
  padding: 0 0 0 0;
  width: 80%;
  max-width: 1200px;
}

.slide {
  display: none;
}

.image-slide {
  width: 100%;
}

.modal-preview {
  width: 100%;
}

.dots {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

img.preview, img.modal-preview {
  opacity: 0.6;
  cursor: pointer;
}

img.active,
.preview:hover,
.modal-preview:hover {
  opacity: 1;
}

img.hover-shadow {
  transition: 0.3s;
}

.hover-shadow:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.close {
  color: white;
  position: absolute;
  top: 10px;
  right: 25px;
  font-size: 35px;
  font-weight: lighter;
}

.close:hover,
.close:focus,
.close:active {
  color: #999;
  text-decoration: none;
  cursor: pointer;
}

.previous,
.next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  -moz-user-select: none;
       user-select: none;
  -webkit-user-select: none;
  opacity: 0.5;
}

.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

.previous:hover,
.next:hover {
  text-decoration: none;
  opacity: 1;
}

@media (max-width: 1024px) {
  .portfolio-content {
    padding-top: 30px;
    margin-top: 0;
    display: flex;
    flex-wrap: wrap;
    margin-left: 0;
  }
  .col {
    float: left;
    width: 50%;
  }
  .col-2 {
    float: left;
    width: 50%;
  }
  .portfolio-wrapper {
    padding: 30px 10px;
  }
  .nav-title-mobile-photography {
    margin-left: 10px;
    width: 220px;
    margin-bottom: 12px;
    display: block;
  }
  .modal {
    width: 100%;
    padding: 0;
    padding-top: 50px;
    overflow-x: hidden;
  }
  .modal-content {
    width: 100%;
  }
  .close {
    right: 10px;
  }
  img.preview, img.modal-preview {
    opacity: 1;
  }
}
@media (max-width: 576px) {
  .col-2 {
    float: left;
    width: 100%;
  }
  .col {
    float: left;
    width: 100%;
  }
}
.about-content {
  padding-top: 50px;
  margin-left: 230px;
  display: flex;
  justify-content: space-between;
}

.about-content p {
  line-height: 1.2rem;
}

.about-content img {
  width: 100%;
}

.about-container-1 {
  width: 50%;
}

.about-container-2 {
  width: 46%;
}

@media (max-width: 1024px) {
  .about-content {
    padding-top: 50px;
    margin-left: 0;
  }
}
@media (max-width: 576px) {
  .about-content {
    flex-direction: column;
  }
  .about-container-1 {
    width: 100%;
  }
  .about-container-2 {
    width: 100%;
    padding-bottom: 50px;
  }
}
.writing-content {
  padding-top: 50px;
  margin-left: 230px;
}

.writing-content h2 {
  font-weight: 400;
  font-size: 0.9rem;
}

.writing-content h2:last-child {
  padding-bottom: 50px;
}

.writing-content .title {
  font-size: 1rem;
}

.writing-content a {
  text-decoration: underline;
  font-size: 0.9rem;
}

.writing-content .title {
  font-weight: bold;
}

@media (max-width: 1024px) {
  .writing-content {
    padding-top: 50px;
    margin-left: 0;
  }
}
.purchases-container {
  display: flex;
}

.purchases-content {
  padding-top: 50px;
  margin-left: 230px;
}

.purchases-content a {
  font-size: 0.9rem;
  text-decoration: underline;
}

@media (max-width: 1024px) {
  .purchases-content {
    padding-top: 50px;
    margin-left: 0;
  }
}
@media (max-width: 1024px) {
  .hamburger {
    display: block;
  }
  .big-nav {
    display: none;
  }
  .nav-title-mobile {
    display: block;
  }
  .mobile-header {
    display: block;
  }
}
@media (max-width: 576px) {
  .wrapper {
    padding: 30px 30px;
  }
}/*# sourceMappingURL=styles.css.map */