/*
0 - 600px:      Phone
600 - 900px:    Tablet portrait
900 - 1200px:   Tablet landscape
1200 - 1600px:  is where normal styles apply
1600px + :      Big desktop   
*/
/*
$breakpoint argument choices:
- phone
- tab-port
- tab-land
- big-desktop

ORDER: Base + typography > general "layout" + grid > page layout > components

1em = 16px
*/
* {
  margin: 0;
  padding: 0; }

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

html {
  box-sizing: border-box;
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
  /* Prevent font scaling in landscape while allowing user zoom */ }

body {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.6;
  color: #333;
  min-width: 320px;
  overflow-x: hidden;
  position: relative; }
  body::before {
    content: '';
    background-image: linear-gradient(to right, rgba(4, 22, 38, 0.91), rgba(4, 22, 38, 0.91)), url(https://koobas.hobune.stream/wayback/20230521202910/https://webzone.ee/sandbox/img/sandbox-bg.jpg);
    width: 100%;
    height: 100%;
    position: absolute;
    background-position: 50% 50%;
    z-index: -1;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover; }

u {
  text-decoration: underline;
  text-decoration: underline #d76179;
  -webkit-text-decoration: underline #d76179; }

ul {
  list-style-type: none; }

h1, h2 {
  font-size: 3.5rem; }
  @media only screen and (min-width: 100em) {
    h1, h2 {
      font-size: 4rem; } }
  @media only screen and (max-width: 75em) {
    h1, h2 {
      font-size: 3rem; } }

h1 {
  color: #f1f1f1; }

h2 {
  color: #37b6a4;
  font-weight: 300; }

h3 {
  text-transform: uppercase; }

main {
  padding: 8rem 0; }

.heading {
  padding: 0 2rem;
  position: relative; }
  .heading .vertical-slider {
    display: inline; }
    .heading .vertical-slider span {
      position: absolute;
      margin-left: 1rem;
      animation: topToBottom 12s cubic-bezier(0.4, 0, 0, 1) 0s;
      animation-delay: 0s;
      opacity: 0; }
      .heading .vertical-slider span:nth-child(2) {
        animation-delay: 4s; }
      .heading .vertical-slider span:nth-child(3) {
        animation: topToBottomVisible 12s cubic-bezier(0.4, 0, 0, 1) forwards 8s; }

.projects {
  color: #f1f1f1;
  margin: 4rem 0;
  display: flex;
  justify-content: center;
  flex-wrap: wrap; }
  .projects .project {
    position: relative;
    margin: 2rem 2rem 1rem;
    flex: 1 0 25%;
    max-width: 30rem;
    min-width: 24rem; }
    .projects .project:hover .project__image {
      transform: scale(1.05) rotate(0.0001deg); }
    .projects .project--live {
      display: flex;
      width: 4rem;
      height: 4rem;
      border-radius: 50%;
      justify-content: center;
      align-items: center;
      color: #fff;
      position: absolute;
      top: 2rem;
      right: 2rem;
      transform-origin: top;
      z-index: 100;
      font-size: 1.2rem; }
      .projects .project--live::before {
        content: '';
        background-color: rgba(171, 83, 101, 0.78);
        display: flex;
        width: 100%;
        height: 100%;
        border-radius: 50%;
        justify-content: center;
        align-items: center;
        color: #fff;
        position: absolute;
        transition: all .2s ease;
        animation: scaleInCenter 1.6s ease-in infinite; }
      .projects .project--live::after {
        content: 'Live';
        background-color: #d44161;
        display: flex;
        width: 100%;
        height: 100%;
        border-radius: 50%;
        justify-content: center;
        align-items: center;
        color: #fff;
        position: absolute; }
    .projects .project__header {
      position: relative;
      overflow: hidden;
      height: 20rem; }
      .projects .project__header::after {
        content: '';
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.25);
        position: absolute;
        display: block;
        top: 0;
        left: 0; }
    .projects .project__image {
      width: 100%;
      position: relative;
      height: 100%;
      object-fit: cover;
      backface-visibility: hidden;
      transition: all .6s ease; }
    .projects .project__title {
      position: absolute;
      bottom: 0;
      text-align: center;
      padding: .5rem;
      width: 100%;
      background-color: rgba(182, 55, 87, 0.66);
      z-index: 100; }
    .projects .project__desc {
      padding: 2rem; }
    .projects .project--1 {
      background-color: #55333c; }
    .projects .project--2 {
      background-color: #635340; }
      .projects .project--2 .project__title {
        background-color: rgba(198, 153, 99, 0.66); }
    .projects .project--3 {
      background-color: #375362; }
      .projects .project--3 .project__header::after {
        background-color: initial; }
      .projects .project--3 .project__title {
        background-color: rgba(44, 128, 195, 0.66); }
    .projects .project--4 {
      background-color: #4f673a; }
      .projects .project--4 .project__header::after {
        background-color: rgba(0, 0, 0, 0.2); }
      .projects .project--4 .project__title {
        background-color: rgba(139, 197, 99, 0.66); }
    .projects .project--5 {
      background-color: #1e6261; }
      .projects .project--5 .project__title {
        background-color: rgba(100, 189, 197, 0.66); }
    .projects .project--6 {
      background-color: #506482; }
      .projects .project--6 .project__title {
        background-color: rgba(102, 130, 193, 0.66); }

p {
  margin-bottom: 2rem; }

a:link,
a:visited,
a:hover,
a:active {
  color: inherit;
  text-decoration: none; }

a.link-inline {
  transition: all .2s ease-out;
  color: #777;
  border-bottom: 4px solid rgba(198, 153, 99, 0.25); }
  a.link-inline:hover {
    color: #333;
    border-bottom: 4px solid rgba(198, 153, 99, 0.4); }

a.link-email {
  transition: all .2s ease-out; }
  a.link-email:hover {
    opacity: .6; }

.btn,
.btn:link,
.btn:visited,
.btn-send,
.btn-send:link,
.btn-send:visited {
  text-transform: uppercase;
  text-decoration: none;
  padding: 1rem 3rem;
  display: inline-block;
  border: 1px solid #c69963;
  transition: all .2s;
  position: relative;
  font-size: 1.7rem;
  cursor: pointer;
  background-color: #c69963;
  color: #fff;
  -webkit-appearance: none; }
  .btn:hover,
  .btn:link:hover,
  .btn:visited:hover,
  .btn-send:hover,
  .btn-send:link:hover,
  .btn-send:visited:hover {
    border-color: #b48042;
    background-color: #b48042; }

.preloader {
  position: fixed;
  width: 100%;
  height: 100vh;
  background: #fff;
  z-index: 1000;
  animation: preloader-hide 0s linear 2s forwards; }
  .preloader::before {
    content: 'EK Wood';
    font-family: 'Monsterrat', sans-serif;
    font-weight: 700;
    text-align: center;
    font-size: 30px;
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -200%); }
  .preloader::after {
    content: '';
    height: 60px;
    width: 60px;
    background: url(https://koobas.hobune.stream/wayback/20230521202910/https://webzone.ee/sandbox/css/preloader/favicon.svg);
    background-size: cover;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    animation: pulsate-preloader 1s infinite; }

@keyframes pulsate-preloader {
  0% {
    transform: translate(-50%, -50%) scale(1); }
  50% {
    transform: translate(-50%, -50%) scale(1.15); }
  100% {
    transform: translate(-50%, -50%) scale(1); } }

@keyframes preloader-hide {
  0% {
    opacity: 1; }
  99% {
    opacity: 0; }
  100% {
    opacity: 0;
    z-index: -1000; } }

@keyframes scaleInCenter {
  0% {
    opacity: 0;
    transform: scale(1); }
  50% {
    opacity: 1;
    transform: scale(1.25); }
  100% {
    opacity: 0;
    transform: scale(1); } }

@keyframes topToBottom {
  0%, 100%, 80% {
    opacity: 0; }
  5% {
    opacity: 0;
    -moz-transform: translateY(-50px); }
  10%, 35% {
    opacity: 1;
    -moz-transform: translateY(0); }
  40% {
    opacity: 0;
    -moz-transform: translateY(50px); } }

@keyframes topToBottomVisible {
  0% {
    opacity: 0; }
  5% {
    opacity: 0;
    -moz-transform: translateY(-50px); }
  10%, 35%, 100% {
    opacity: 1;
    -moz-transform: translateY(0); } }

.margin-top-big {
  margin-top: 6rem !important; }

.row {
  max-width: 96rem;
  margin: 0 auto; }
  .row:not(:last-child) {
    margin-bottom: 6rem; }
  .row::after {
    content: "";
    display: table;
    clear: both; }
  .row [class^="col-"] {
    float: left; }
    .row [class^="col-"]:not(:last-child) {
      margin-right: 8rem; }
  .row .col-1-of-2 {
    width: calc((100% - 8rem) / 2); }
    .row .col-1-of-2.ie-11 {
      width: calc((100% - 10rem) / 2); }
    @media only screen and (max-width: 37.5em) {
      .row .col-1-of-2 {
        width: 100%; } }
  .row .col-1-of-3 {
    width: calc((100% - 2 * 8rem) / 3); }
  .row .col-2-of-3 {
    width: calc(2* ((100% - 2 * 8rem) / 3) + 8rem); }
  .row .col-1-of-4 {
    width: calc((100% - 3 * 8rem) / 4); }
  .row .col-2-of-4 {
    width: calc(2* ((100% - 3 * 8rem) / 4 ) + 8rem); }
  .row .col-3-of-4 {
    width: calc(3* ((100% - 3 * 8rem) / 4 ) +  2* 8rem); }
    @media only screen and (max-width: 56.25em) {
      .row .col-3-of-4 {
        width: 100%; } }
  .row .container {
    padding: 2rem; }
    @media only screen and (max-width: 56.25em) {
      .row .container {
        padding: 2rem; } }
  .row .pull-right {
    float: right; }






/*
     FILE ARCHIVED ON 20:29:10 May 21, 2023 AND RETRIEVED FROM THE
     AN OPENWAYBACK INSTANCE ON 19:42:56 May 28, 2026.
     JAVASCRIPT APPENDED BY OPENWAYBACK, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
