@font-face {
  font-family: "Lato v23 latin 300";
  src: url('../fonts/lato-v23-latin-300.woff') format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Lato v23 latin 700";
  src: url('../fonts/lato-v23-latin-700.woff') format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Lato v23 latin;
  src: url('../fonts/lato-v23-latin-regular.woff') format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Lato v23 latin 100";
  src: url('../fonts/lato-v23-latin-100.woff') format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Pt serif v17 latin 700";
  src: url('../fonts/pt-serif-v17-latin-700.woff') format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Pt serif v17 latin;
  src: url('../fonts/pt-serif-v17-latin-700italic.woff') format("woff"), url('../fonts/pt-serif-v17-latin-italic.woff') format("woff");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Pt serif v17 latin;
  src: url('../fonts/pt-serif-v17-latin-regular.woff') format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --dark-orange: #f27d00;
  --grey: grey;
  --light-sea-green: #00c2a2;
  --pale-turquoise: #a9f5e8;
  --dark-green: #106000;
  --white: white;
  --black: black;
  --dark-grey: #a1a1a1;
}

h1 {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 28px;
  line-height: 36px;
}

h2 {
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 28px;
  line-height: 36px;
}

h3 {
  color: #313131;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 22px;
  line-height: 30px;
}

h4 {
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 17px;
  line-height: 24px;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 20px;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 18px;
}

p {
  color: gray;
  margin-top: 20px;
  margin-bottom: 5px;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}

a {
  color: var(--dark-orange);
  text-decoration: none;
}

a:hover {
  color: var(--grey);
}

strong {
  font-family: "Lato v23 latin 700", sans-serif;
  font-weight: 400;
}

.portfolio-overaly {
  background-color: #106000b3;
  width: 100%;
  height: 100%;
  padding-left: 18px;
  padding-right: 18px;
  text-decoration: none;
  display: block;
  position: absolute;
}

.text-portfolio-2 {
  position: relative;
  top: 41%;
}

.go-top {
  z-index: 10;
  background-color: #f27d00;
  background-image: url('../images/angle-double-up_ffffff_101angle-double-up_ffffff_100.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 22px;
  border-radius: 4px;
  width: 40px;
  height: 40px;
  transition: all .5s;
  position: fixed;
  bottom: 35px;
  right: 15px;
}

.go-top:hover {
  background-color: #000;
}

.scroll-navigation {
  z-index: 9999;
  background-color: #fffffff7;
  width: 100%;
  padding-top: 13px;
  padding-bottom: 13px;
  display: none;
  position: fixed;
  box-shadow: 0 1px 3px #0000000d;
}

.div-block {
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
}

html.w-mod-js [data-ix="move-up-portfolio-overlay"] {
  transform: translate(0, -1000px);
}

html.w-mod-js [data-ix="move-up-portfolio-title"] {
  transform: translate(0, -300px);
}

html.w-mod-js [data-ix="slide-in-heading-inner-on-load"], html.w-mod-js [data-ix="slide-in-sub-inner-on-load"] {
  opacity: 0;
  transform: translate(0, -22px)scale(1.21);
}

html.w-mod-js [data-ix="move-arrow-down-on-load-loop"] {
  transform: translate(0, 20px);
}

html.w-mod-js [data-ix="zoom-in-button-on-load"] {
  opacity: 0;
  transform: scale(1.17)rotate(-10deg);
}

html.w-mod-js [data-ix="slide-in-laptop-image-on-load"] {
  opacity: 0;
  transform: scale(.71);
}

html.w-mod-js [data-ix="move-in-from-left-image-on-scroll"] {
  opacity: 0;
  transform: scale(1.21)rotate(15deg);
}

html.w-mod-js [data-ix="hide-go-top-on-load"] {
  opacity: 0;
  transform: translate(100px);
}

html.w-mod-js [data-ix="display-none-scroll-navigation"] {
  display: none;
}

@media screen and (max-width: 767px) {
  h2 {
    font-size: 26px;
    line-height: 34px;
  }

  h3 {
    font-size: 20px;
    line-height: 28px;
  }
}

@media screen and (max-width: 479px) {
  h2 {
    font-size: 24px;
    line-height: 32px;
  }

  h3 {
    font-size: 18px;
    line-height: 26px;
  }
}


@font-face {
  font-family: 'Lato v23 latin 300';
  src: url('../fonts/lato-v23-latin-300.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Lato v23 latin 700';
  src: url('../fonts/lato-v23-latin-700.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Lato v23 latin';
  src: url('../fonts/lato-v23-latin-regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Lato v23 latin 100';
  src: url('../fonts/lato-v23-latin-100.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Pt serif v17 latin 700';
  src: url('../fonts/pt-serif-v17-latin-700.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Pt serif v17 latin';
  src: url('../fonts/pt-serif-v17-latin-700italic.woff') format('woff'), url('../fonts/pt-serif-v17-latin-italic.woff') format('woff');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Pt serif v17 latin';
  src: url('../fonts/pt-serif-v17-latin-regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}