<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@font-face {
  font-family: 'Sregs Serif Display Semi Bold';
  font-style: normal;
  font-weight: normal;
  src: local('Sregs Serif Display Semi Bold'), url('SregsSerifDisplay-SemiBold.woff') format('woff');
  }

html, body {
  margin: 0;
  padding: 0;
  background-color: white;
  font-family: 'Sregs Serif Display Semi Bold', serif;
  font-weight: lighter;
  text-transform: lowercase;
}

/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
  margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

a img.alignnone {
  margin: 5px 20px 20px 0;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%; /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center;
}

.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
  background-color: #eee;
  clip: auto !important;
  -webkit-clip-path: none;
          clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

h1, h2, h3, h4, h5, h6 {
  font-weight: lighter;
  margin: 0;
  padding: 0;
}

a {
  color: black;
}

.admin-bar #header {
  top: 32px;
}

header {
  width: 100%;
  position: fixed;
  z-index: 10;
}
header .header-container {
  padding: 0 40px;
  height: 90px;
  display: flex;
  align-items: center;
  /* justify-content: space-between; */
  justify-content: center;
}
@media screen and (max-width: 768px) {
  header .header-container {
    padding: 0 10px;
  }
}
@media screen and (max-width: 768px) {
  header .header-container {
    height: 100px;
  }
}
@media screen and (max-width: 768px) {
  header .header-container {
    flex-direction: column;
    justify-content: center;
  }
}
header a {
  text-decoration: none;
  color: black;
}
header nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
header nav ul li {
  display: inline-block;
  margin-left: 20px;
}
@media screen and (max-width: 768px) {
  header nav ul li {
    margin: 10px 15px;
  }
}
header nav ul li a {
  color: black;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  header nav ul li a {
    font-size: 0.85rem;
  }
}
header nav ul li a:hover {
  font-weight: bold;
}
header nav ul .current_page_item {
  font-weight: bolder;
}

#barba-wrapper {
  height: auto;
  min-height: 90vh;
  /* padding-top: 110px; */
  padding-top: 80px;
}
@media screen and (max-width: 768px) {
  #barba-wrapper {
    padding-top: 100px;
  }
}
#barba-wrapper .barba-container {
  padding: 0 40px;
  height: 100%;
}
@media screen and (max-width: 768px) {
  #barba-wrapper .barba-container {
    padding: 0 10px;
  }
}

#projectsGrid {
  width: 100%;
  height: auto;
}
#projectsGrid .projectsGrid-brick {
  width: 33.3%;
  height: 40vh;
  position: relative;
  float: left;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1280px) {
  #projectsGrid .projectsGrid-brick {
    width: 33.3%;
  }
}
@media screen and (max-width: 768px) {
  #projectsGrid .projectsGrid-brick {
    width: 50%;
  }
}
@media screen and (max-width: 450px) {
  #projectsGrid .projectsGrid-brick {
    width: 100%;
    margin-bottom: 30px;
    height: auto;
  }
}
#projectsGrid .projectsGrid-brick a {
  position: relative;
  padding: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
#projectsGrid .projectsGrid-brick a img {
  max-width: 100%;
  width: auto;
  max-height: 35vh;
  height: auto;
  transition: all ease-out 1s;
}
#projectsGrid .projectsGrid-brick a h3 {
  position: absolute;
  background-color: transparent;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  /* opacity: 0; */
  display: flex;
  align-items: center;
  justify-content: center;
  transition-duration: 0.1s;
  color: white;
  text-align: center;
  /* transform: scale(0.8) rotate(-5deg);
  transition: all ease-in 0.2s; */

  opacity: 1;
    transform: scale(1) rotate(0);
}

@media screen and (max-width: 990px) {

  #projectsGrid .projectsGrid-brick a h3 {
    opacity: 1;
    transform: scale(1) rotate(0);
  }

  #projectsGrid .projectsGrid-brick a h3 img {
    width: 130px !important;
  }
  
}

#projectsGrid .projectsGrid-brick a:hover h3 {
  opacity: 1;
  transform: scale(1) rotate(0);
}
#projectsGrid .projectsGrid-brick a:hover img {
  transform: scale(1.25) rotate(var(--rotate));
}

#single-project #project-data {
  /* width: 350px; */
  /* float: left; */
  position: fixed;
  float: none;
    position: static;
    text-align: center;
    margin: 30px;
}
@media screen and (max-width: 990px) {
  #single-project #project-data {
    width: 100%;
    float: none;
    position: static;
    margin: 30px 0;
  }
}
#single-project #project-data h1 {
  /* font-size: 4rem;
  line-height: 4rem; */
  font-size: 2rem;
  line-height: 2rem;
  margin-bottom: 20px;
  font-family: 'Sregs Serif Display Semi Bold', serif;
}
@media screen and (max-width: 990px) {
  #single-project #project-data h1 {
    font-size: 2rem;
    line-height: 2rem;
  }
}
#single-project #project-data h3 {
  opacity: 0.7;
}
#single-project #project-content {
  width: 50%;
  /* margin-left: 200px;
  float: left; */
  margin: 0 auto;
  z-index: 9;
}
@media screen and (max-width: 990px) {
  #single-project #project-content, #single-project #project-content.img-small {
    float: none;
    width: 100%;
    margin: 0;
  }
}

#single-project #project-content img {
  width: 100%;
  z-index: 9;
  margin-bottom: 10px;
}

@media screen and (min-width: 990px) {
#single-project #project-content.img-small {
  width: 80%;
  text-align: center;
}
#single-project #project-content.img-small figure {
  width: calc(30% - 30px);
  z-index: 9;
  margin: 30px 15px 10px;
  vertical-align: middle;
  display: inline-block;
}
}

figcaption {
  text-align: center;
}

#single-project #project-content span::after {
	content: attr(data-description);
	top: 25%;
	padding: 20px 10px 0;
	font-size: 18px;
}

/* #single-project #project-content.img-small img {
  width: 100%;
  z-index: 9;
  margin: 30px 15px 10px;
  vertical-align: middle;
}
@media screen and (min-width: 990px) {
  .img-cont {
    width: calc(30% - 30px);
    display: inline-block;
  }
} */


.img-cont {
  position: relative;
}



#single-project #project-buttons {
  float: right;
}
#single-project #project-buttons a {
  text-decoration: none;
}
@media screen and (max-width: 990px) {
  #single-project #project-buttons {
    float: none;
    display: flex;
    align-items: center;
    align-items: center;
    justify-content: center;
  }
}

#page404 {
  width: 100%;
  height: 90vh;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
#page404 h1 {
  margin-bottom: 20px;
}

#pageAbout {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  #pageAbout {
    height: 60vh;
  }
}
#pageAbout .pageAboutContent {
  display: flex;
  justify-content: space-between;
  width: 800px;
}
@media screen and (max-width: 768px) {
  #pageAbout .pageAboutContent {
    width: 80%;
    flex-direction: column-reverse;
  }
}
#pageAbout .pageAboutContent .aboutDescription {
  width: 250px;
  margin-right: 30px;
}
@media screen and (max-width: 768px) {
  #pageAbout .pageAboutContent .aboutDescription {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  #pageAbout .pageAboutContent .aboutDescription {
    text-align: center;
  }
}
#pageAbout .pageAboutContent img {
  width: 450px;
  height: auto;
}
@media screen and (max-width: 768px) {
  #pageAbout .pageAboutContent img {
    width: 100%;
    margin-top: 30px;
  }
}

footer {
  width: 100%;
  height: 90px;
  line-height: 25px;
  color: black;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  font-size: 0.85rem;
}/*# sourceMappingURL=style.css.map */



input[type=submit] {
  background: none;
  border-radius: 3px;
  border: 1px solid black;
  padding: 10px 20px;
  font-family: 'Sregs Serif Display Semi Bold', serif;
}

input[type=text], input[type=email], input[type=password], textarea {
  padding: 10px 20px;
    margin-top: 10px;
    width: 400px;
    max-width: 80vw;
}

.logo img {
  height: 30px;
}


</pre></body></html>