@charset "UTF-8";
.button {
  text-decoration: none;
  padding: 10px 40px;
  font-size: 18px;
  font-family: oswald, sans-serif;
  font-weight: normal;
  font-style: normal;
  border-radius: 3px;
  text-transform: uppercase;
  letter-spacing: 2px;
  transition: 1s; }
  .button.cta {
    color: white;
    border: solid white 3px;
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translate(-50%);
    overflow: hidden;
    width: fit-content; }
    .button.cta:after {
      content: '⇨';
      font-size: 21px;
      margin-left: 10px; }
    .button.cta:before {
      content: ' ';
      width: 0;
      height: 100%;
      display: block;
      background-color: white;
      transition: 1s;
      position: absolute;
      top: 0;
      left: 50%;
      z-index: -1;
      transform: skew(-20deg); }
    .button.cta:hover {
      color: #25252c; }
      .button.cta:hover:before {
        width: calc(100% + 20px);
        left: -10px; }
  .button.white {
    border: solid white 3px;
    color: white;
    margin: 30px auto 0px;
    display: table; }
    .button.white:hover {
      color: #25252c; }
    .button.white:before {
      background: white; }

h1, h2, h3, h4, h5, h6, nav span, .post-text {
  font-family: oswald, sans-serif;
  font-weight: bolder;
  font-style: normal; }

nav ul li a {
  font-family: oswald, sans-serif;
  font-weight: normal;
  font-style: normal;
  cursor: pointer; }

h1 {
  line-height: 110px; }

h2 {
  font-size: 80px; }

h3 {
  font-size: 50px; }

h1, h2, h3, .post-text {
  text-transform: uppercase; }

p, li, a {
  font-family: open-sans, sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1.5; }

@media screen and (max-width: 768px) {
  h2 {
    font-size: 40px !important; }

  h3 {
    font-size: 30px !important; } }
nav {
  width: 100%;
  position: fixed;
  z-index: 100;
  background-color: #25252c;
  display: flex;
  justify-content: space-between;
  border-bottom: solid 1px white;
  align-items: center;
  flex-wrap: nowrap;
  z-index: 999; }
  nav .name {
    width: 250px;
    display: block;
    transform: translate(0, -200px);
    transition: 0.5s; }
    nav .name.inViewport {
      transform: translate(0, 0); }
    nav .name span {
      font-size: 30px;
      color: #f7fff7;
      margin-left: 30px; }
  nav .menu {
    display: flex;
    justify-self: flex-end;
    justify-content: flex-end;
    align-items: center;
    flex-wrap: nowrap; }
    nav .menu li {
      list-style: none;
      padding: 20px 30px; }
      nav .menu li a {
        color: #f7fff7;
        text-decoration: none;
        text-transform: uppercase; }
  nav .mobile {
    display: none; }
  nav .menu-lines {
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: space-between;
    align-items: start;
    flex-wrap: nowrap;
    flex-direction: column;
    display: none;
    cursor: pointer; }
    nav .menu-lines .menu-line {
      width: 100%;
      height: 4px;
      background-color: #f7fff7;
      border-radius: 50px; }

@media screen and (max-width: 1024px) {
  nav {
    padding: 20px 0; }
    nav .menu-navigation-container {
      display: none; }
    nav .mobile {
      display: block;
      position: absolute;
      background-color: #25252c;
      border-bottom: solid white 1px;
      border-top: 0;
      padding: 20px 0;
      top: calc(100% + 1px);
      left: 0;
      width: 100%; }
      nav .mobile li {
        list-style: none;
        margin: 20px 0;
        text-align: center; }
        nav .mobile li a {
          color: #f7fff7;
          text-decoration: none;
          font-size: 25px;
          font-weight: normal;
          text-transform: uppercase;
          letter-spacing: 2; }
    nav .menu-lines {
      display: flex;
      margin-right: 50px; } }

header.homepage-header{
	padding-top: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column
}
header {
  width: 100vw;
  height: 100vh;
  background-color: #25252c;
  padding-top: 20vh;}
header *{
	max-width: 1100px;
	width: 90%;
	margin: 0 auto;
	text-align: center;
}
  header h1, header h2 {
    font-size: 100px;
    color: white; }
  header .post-text {
    color: #b21d1d;
    font-size: 20px; }
  @media screen and (max-width: 768px) {
    header {
      padding-left: 0; }
      header h1, header h2, header .post-text {
        text-align: center; } }
  header.blog-header {
    height: 200px;
    padding-left: 0; }
    header.blog-header .blog-header-container {
      max-width: 1100px;
      width: 90%;
      margin: 0 auto; }

#about {
  max-width: 1100px;
  width: 95%;
  margin: 0 auto;
  padding: 100px 0; }
  #about p {
    margin-top: 30px;
    line-height: 1.5;
    text-align: justify; }
  #about .image {
    width: 40%;
    position: relative;
    border-radius: 100%;
    overflow: hidden;
    margin: 0 auto; }
    #about .image img {
      width: 100%;
      height: 100%;
      display: block;
      object-fit: cover;
      object-position: center;
      position: absolute;
      top: 0;
      left: 0; }
    @media screen and (max-width: 768px) {
      #about .image {
        width: 80%; } }
    #about .image:after {
      content: ' ';
      display: block;
      padding-bottom: 100%; }

#work {
  width: 100%;
  padding: 50px 0;
  background-color: #25252c; }
  #work article {
    max-width: 1100px;
    width: 95%;
    margin: 0 auto; }
    #work article h2 {
      color: #2F2F38; }
    #work article .spotlight {
      margin: 50px auto 100px auto;
      display: flex;
      justify-content: space-between;
      align-items: center;
      flex-wrap: wrap; }
      #work article .spotlight div {
        width: 65%; }
        #work article .spotlight div h3 {
          color: #E3E3E3;
          margin-bottom: 20px; }
          #work article .spotlight div h3:after {
            content: ' ';
            width: 100%;
            height: 3px;
            display: block;
            background-color: #b21d1d; }
        #work article .spotlight div p {
          color: white; }
        #work article .spotlight div .buttons {
          display: flex;
          justify-content: flex-start;
          align-items: center;
          flex-wrap: wrap; }
          #work article .spotlight div .buttons .button {
            margin: 30px 20px 0 0; }
          @media screen and (max-width: 360px) {
            #work article .spotlight div .buttons {
              flex-direction: column; } }
      #work article .spotlight .image {
        width: 30%; }
        #work article .spotlight .image.desktop {
          width: 37%; }
          #work article .spotlight .image.desktop + div {
            width: 58%; }
      @media screen and (max-width: 768px) {
        #work article .spotlight div {
          width: 100%;
          order: 2;
          margin: 0 auto; }
          #work article .spotlight div.image {
            order: 1;
            width: 60%;
            margin-bottom: 30px; }
            #work article .spotlight div.image.desktop {
              width: 100%; }
              #work article .spotlight div.image.desktop + div {
                width: 100%; }
          #work article .spotlight div .buttons {
            justify-content: center; } }
  #work .other {
    padding: 50px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap; }
    #work .other h3 {
      text-align: center;
      margin: 20px auto;
      font-size: 30px;
      color: white; }
    #work .other div {
      width: 30%; }
      @media screen and (max-width: 768px) {
        #work .other div {
          width: 100%;
          margin: 20px auto; } }
      #work .other div .image {
        width: 100%; }
  #work img {
    width: 100%;
    height: auto;
    display: block; }
  @media screen and (max-width: 360px) {
    #work .button {
      width: 100%;
      text-align: center;
      padding: 10px 0; } }

#contact {
  width: 100%;
  padding: 50px 0; }
  #contact * {
    margin: 0 auto;
    text-align: center; }
  #contact article {
    margin: 20px auto; }
    #contact article a {
      color: #25252c;
      margin: 20px 10px; }
      #contact article a i {
        font-size: 30px; }
  #contact > a {
    color: #b21d1d;
    text-decoration: none;
    line-height: 2;
    display: block; }

footer {
  text-align: center;
  background-color: #b21d1d;
  color: white;
  padding: 10px 0; }

html, body {
  overflow-x: hidden; }

* {
  margin: 0;
  padding: 0;
  font-family: Arial, Helvetica, sans-serif; }

main.blog {
  max-width: 1100px;
  width: 90%;
  margin: 50px auto; }
  main.blog.single-blog {
    padding-bottom: 50px;
    border-bottom: 3px solid #b21d1d; }
    main.blog.single-blog p, main.blog.single-blog .wp-block-image {
      margin-bottom: 30px; }
    main.blog.single-blog .wp-block-image {
      width: 100%; }
      main.blog.single-blog .wp-block-image img {
        width: 100%;
        height: auto;
        display: block; }
  main.blog .blog-categories {
    display: flex;
    justify-content: center;
    align-items: baseline;
    flex-wrap: wrap; }
    main.blog .blog-categories a {
      color: #b21d1d;
      font-family: oswald, sans-serif;
      font-weight: bolder;
      font-style: normal;
      text-transform: uppercase;
      margin: 0 10px; }

.blog-post {
  margin-top: 30px;
  border-bottom: 3px solid #b21d1d;
  padding-bottom: 30px; }
  .blog-post h2 {
    color: #25252c;
    margin-bottom: -20px; }
  .blog-post .date {
    color: #b21d1d;
    font-family: oswald, sans-serif;
    font-weight: bolder;
    font-style: normal;
    text-transform: uppercase; }
  .blog-post .excerpt {
    margin: 10px 0; }
  .blog-post a {
    color: #25252c;
    font-family: oswald, sans-serif;
    font-weight: bolder;
    font-style: normal;
    text-transform: uppercase;
    font-size: 20px;
    margin-top: 20px;
    display: table; }
    .blog-post a:hover {
      color: #b21d1d; }

/*# sourceMappingURL=style.css.map */
