* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

a {
  color: #383434;
  text-decoration: none; 
}

html, body {
  margin: 0;
  padding: 0;
}

.wrapper {
  width: 100vw;
/*  max-width: 1260px; */
  overflow: hidden;
  margin: 0 auto;
}

.page {
  max-width: 900px;
  width: 100%;
  position: relative;
  overflow: hidden;
  margin: 0 auto;
}

h4 {
  margin: 0;
  text-transform: uppercase;
  text-align: center;
  padding-bottom: 10px;
}

@media (min-width: 768px) {
h3 {
  text-align: center;
}
}

h5 {
  margin: 0;
  font-size: 12px;
  padding-bottom: 40px;
}

h6 {
  margin: 0;
  font-size: 10px;
}

/*////////// CHECK MARK //////////*/

.checkmark__circle {
  stroke-dasharray: 166;
  stroke-dashoffset: 166;
  stroke-width: 2;
  stroke-miterlimit: 10;
  stroke: #383434;
  fill: none;
  animation: stroke 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards;
  cursor: pointer;
}

.checkmark__circle:hover {
}


.checkmark {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  display: block;
  stroke-width: 2;
  stroke: #fff;
  stroke-miterlimit: 10;
  margin: 10% auto;
  box-shadow: inset 0px 0px 0px #383434;
  animation: fill .4s ease-in-out .4s forwards, scale .3s ease-in-out .9s both;
}

.checkmark__check {
  transform-origin: 50% 50%;
  stroke-dasharray: 29;
  stroke-dashoffset: 29;
  animation: stroke 0.3s cubic-bezier(0.65, 0, 0.45, 1) 0.8s forwards;
}
@keyframes stroke {
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes scale {
  0%, 100% {
    transform: none;
  }
  50% {
    transform: scale3d(1.1, 1.1, 1);
  }
}
@keyframes fill {
  100% {
    box-shadow: inset 0px 0px 0px 30px #383434;
  }
}


/* ////// ARROW BOUNCE ///// */

@-moz-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -moz-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -moz-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}

.arrow {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 40px;
  height: 40px;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNi4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB3aWR0aD0iNTEycHgiIGhlaWdodD0iNTEycHgiIHZpZXdCb3g9IjAgMCA1MTIgNTEyIiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCA1MTIgNTEyIiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxwYXRoIGZpbGw9IiNGRkZGRkYiIGQ9Ik0yOTMuNzUxLDQ1NS44NjhjLTIwLjE4MSwyMC4xNzktNTMuMTY1LDE5LjkxMy03My42NzMtMC41OTVsMCwwYy0yMC41MDgtMjAuNTA4LTIwLjc3My01My40OTMtMC41OTQtNzMuNjcyICBsMTg5Ljk5OS0xOTBjMjAuMTc4LTIwLjE3OCw1My4xNjQtMTkuOTEzLDczLjY3MiwwLjU5NWwwLDBjMjAuNTA4LDIwLjUwOSwyMC43NzIsNTMuNDkyLDAuNTk1LDczLjY3MUwyOTMuNzUxLDQ1NS44Njh6Ii8+DQo8cGF0aCBmaWxsPSIjRkZGRkZGIiBkPSJNMjIwLjI0OSw0NTUuODY4YzIwLjE4LDIwLjE3OSw1My4xNjQsMTkuOTEzLDczLjY3Mi0wLjU5NWwwLDBjMjAuNTA5LTIwLjUwOCwyMC43NzQtNTMuNDkzLDAuNTk2LTczLjY3MiAgbC0xOTAtMTkwYy0yMC4xNzgtMjAuMTc4LTUzLjE2NC0xOS45MTMtNzMuNjcxLDAuNTk1bDAsMGMtMjAuNTA4LDIwLjUwOS0yMC43NzIsNTMuNDkyLTAuNTk1LDczLjY3MUwyMjAuMjQ5LDQ1NS44Njh6Ii8+DQo8L3N2Zz4=);
  background-size: contain;
  display: none;
}

@media (min-width: 768px) {
  .arrow {
    display: block; 
  }  
}

.bounce {
  animation: bounce 2s infinite;
}


/* ////// ARROW BOUNCE ENDS ///// */

.article {
  min-height: 100vh;
  position: relative;
}

@media (min-width: 768px) {
.portfolio {
  padding-bottom: 80px;
}
}

.article__title {
  text-transform: uppercase;
  font-weight: 800;
  text-align: center;
}

@media (min-width: 768px) {
.article__title {
  font-size: 18px;  
  padding: 0px;
  text-align: left;
}
}

/* /////////// CONTACT /////////// */

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #383434;
  font-family: 'Cantata One', serif;
}

input:hover:focus::-ms-placeholder, textarea:hover::focus:-ms-placeholder {
  color: #383434;
  font-family: 'Cantata One', serif;
}

header {
  position: relative;
  font-family: 'Cantata One', serif;
}

@media (min-width: 768px) {
header {
  margin: 100px 0 25px 0;
  text-align: center;
  letter-spacing: 7px;
  }
}

#form {
  font-family: 'Cantata One', serif;
  width: 100%;
  height: auto;
  padding-bottom: 10px;
}

@media (min-width: 768px) {
#form {
  width: 100%;
  margin: 0 0 25px 0;
  font-size: 14px;
  text-align: center;
  letter-spacing: 7px;
  max-width: 500px;
  width: 100%;
  height: auto;
  padding: 0;
  }
}


input {
  font-family: 'Cantata One', serif;
  width: 100%;
  height: 50px;
  padding: 0px 15px 0px 15px;
  background: transparent;
  outline: none;
  color: #383434;
  border: solid 2px #383434;
  font-size: 14px;
  border-bottom: none;
}

/* wrap overflow hiden */

input, textarea, select {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
}

@media (min-width: 768px) {
input {
  width: 100%;
  max-width: 500px;
  }
}

input:hover {
  background: #ffb7b7;
}

select {
  font-family: 'Cantata One', serif;
  width: 100%;
  height: 50px;
  padding: 0px 15px 0px 15px;
  background: transparent;
  outline: none;
  color: #383434;
  border: solid 2px #383434;
  font-size: 14px;
  border-bottom: none;
}

@media (min-width: 768px) {
select {
  width: 100%;
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
  }
}

select:hover {
  background: #ffb7b7;
}

textarea {
  font-family: 'Cantata One', serif;
  width: 100%;
  height: 100px;
  padding: 15px;
  color: #383434;
  font-size: 14px;

  background: transparent;
  outline: none;
  
  border: solid 2px #383434;
}

@media (min-width: 768px) {
textarea {
  font-family: 'Cantata One', serif;
  width: 100%;
  height: 200px;
  
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out; 
  }
}

textarea:hover {
  background: #ffb7b7;
}

#submit {
  font-family: 'Cantata One', serif;
  width: 100%;
  height: 50px;
  margin: 10px 0px 0px 0px;
  border-bottom: none;
  background-color: transparent;
  border: solid 2px #383434;
  color: #383434;
  cursor: pointer;
  text-align: center;
  text-transform: uppercase;
}

@media (min-width: 768px) {
#submit {
  width: 100%;
  max-width: 504px;
  font-size: 14px;
  line-height: 40px;
  letter-spacing: 1px;
  overflow: hidden;
  text-align: center;
  text-transform: uppercase;
}
}

#submit:hover {
  color: #e2dedb;
  background: #383434;
}

.container-contact {
  margin: auto;
}

.container-hello {
  width: 100%;
  max-width: 740px;
  height: auto;
  padding:0px 20px 0px 20px;
  padding-bottom: 50px;
  padding-top: 50px;
  margin: auto;
}



  /* /////////// CONTACT END /////////// */



.col-1 {
  width: 95%;
  padding:0px 20px 0px 20px;
}

.col-2 {
  width: 50%;
}

@media (min-width: 768px) {
  .col-1 {
    padding: 0;
    width: 50%;
  }
  .col-1, .col-2 {
  padding:0px 20px 0px 20px;
  }
}

@media (min-width: 992px) {
  .col-1 {
    width: 40%;
  }
}

.col-1 h4 {
  text-align: left;
}

body {
  background-color: #F9D7D7;
  font-family: 'Open Sans', sans-serif;
  color: #383434;
}

.container {
  padding:0px 10px 0px 10px;
}
 
@media (min-width: 768px) {
.container {
  /* kui annate paddingu, siis see lisatakse width'i juurde */
  max-width: 740px;
  min-height: 100vh;
  padding:0px 20px 0px 20px;
  margin: auto;
  }
}

.container-short {
  padding: 0;
  margin: 0;
}

@media (min-width: 768px) {
.container-short {
  max-width: 900px;
}
}

@media (min-width: 768px) {
.container-gallery {
  max-width: 600px;
  }
}

@media (min-width: 1300px) {
.container-gallery {
  max-width: 900px;
  }
}


.header__title {
  position: relative;
  font-size: 77px;
  font-weight: 800;
  color: #383434;
  margin: 0;
  border-top: 10px solid #FFFFB2;
  border-bottom: 10px solid #FFFFB2;
  max-width: 100%;
  margin-bottom: 10px;
  text-shadow: 0 1px 0 #605D5D,
               0 2px 0 #605D5D,
               0 3px 0 #605D5D,
               0 4px 0 #605D5D,
               0 5px 0 #605D5D,
               0 6px 1px rgba(0,0,0,.1),
               0 0 5px rgba(0,0,0,.1),
               0 1px 3px rgba(0,0,0,.3),
               0 3px 5px rgba(0,0,0,.2),
               0 5px 10px rgba(0,0,0,.25),
               0 10px 10px rgba(0,0,0,.2),
               0 20px 20px rgba(0,0,0,.15);
}

@media (min-width: 768px) {
.header__title {
  max-width: 618px;
  margin-bottom: 165px;  
}
}


.header__title::after {
  position: absolute;
  width: 700px;
  height: 165px;
  margin-top: 20px;
  background-image: url("images/city_700X165.png");
  background-repeat: no-repeat;
  left: -44px;
  top: 60px;
  content: ''; 
  display: none;
}

@media (min-width: 768px) {
  .header__title::after {
    display: block; 
  }  
}



.intro__text {
  text-align: left;
  padding-top: 5px;
  width: 100%;
  font-weight: 800;
  line-height: 28px;
  letter-spacing: 0.0325em;
  /* rgba(255, 255, 255, 0.4); kui tahta transparent */
}

@media (min-width: 768px) {
  .intro__text {
  padding-top: 130px;
  text-shadow: 2px 8px 6px #ffb7b7;
  max-width: 580px;
  font-weight: 600; 
  }
}

.main-header {
  font-size: 18px;
  text-transform: uppercase;
  color: #FFFFFF;
  font-weight: 800;
  margin-top: -21px;
}


.navigation {
  list-style-type: none;
}

p {
  font-size: 14px;
  list-style-type: none;
}

/*
.process {
  width: 60%;
  height: auto;
  padding: 20px 0px 30px 0px;
}

@media (min-width: 768px) {
.process {
  width: 100%;
  height: auto;
  padding: 0px;
  }
}
*/

.row {
  list-style-type: none;
  padding: 0;
}

@media (min-width: 768px) {
.row {
  display: flex;
  flex-flow: wrap;
  /* sest col'ile tuli padding juurde, nüüd peaks samale joonele tagasi viima*/
  margin-left: -20px;
  margin-right: -20px;
  padding: 0;
  padding-bottom: 30px;
  }
}

::selection {
  background: #ffb7b7; /* WebKit/Blink Browsers */
}
::-moz-selection {
  background: #ffb7b7; /* Gecko Browsers */
}

.services {
  list-style-type: none;
}




.main {
  margin: 0;
  padding: 0;
}

.main-footer {
  display: flex;
  align-items: center;
  flex-flow: column;
}

@media (min-width: 768px) {
  .main-footer {
  align-items: center;
  flex-flow: row;
  max-width: 500px;
  max-height: 100px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0;
  }
}

.main-footer a {
  color: #383434;
  text-decoration: none;
}

.main-footer a:hover {
  text-decoration: underline;
}

.social-nav a{
  list-style-type: none;
  margin: 0;
  padding: 0;
  width: 100%;
  cursor: pointer;
}

.social-nav__item {
  /* muudab need kaks asja selleks et teineteise kõrvale panna*/
  padding-top: 30px;
  display: inline-block;
}

@media (min-width: 768px) {
.social-nav__item{
  padding-top: 0;
}
}

.social-nav__mobile {
  display: inline-block;
  color: #383434;
  font-family: 'Cantata One', serif;
  font-size: 14px;
}

.face, .insta {
  padding-left: 10px;
  padding-right: 10px;
}

@media (min-width: 768px) {
.social-nav__mobile  {
  display: none;
}
}

.facebook {
  display: none;
}

@media (min-width: 768px) {
.facebook {
  width: 24px;
  height: 24px;
  background-image: url("images/icon-facebook-24-hover.svg");   
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
}
}

.instagram {
  display: none;
}

@media (min-width: 768px) {
.instagram {
  margin-left: 120px;
  width: 24px;
  height: 24px;
  background-image: url("images/icon-instagram-24-hover.svg");  
  background-color: transparent;  
  background-repeat: no-repeat;
  display: inline-block;
}
}

@media (min-width: 768px) {
.facebook:hover ::before {
  background-image: url("images/icon-facebook-24.svg");
  display: inline-block;
  content: ' ';
  background-size: 24px 24px;
  width: 24px;
  height: 24px;
  -webkit-tap-highlight-color: #ccc;  
}
}


@media (min-width: 768px) {
.instagram:hover ::before {
  background-image: url("images/icon-instagram-24.svg");
  display: inline-block;
  content: ' ';
  background-size: 24px 24px;
  width: 24px;
  height: 24px;  
}
}


@media (min-width: 768px) {
.instagram {
  margin-left: 30px;
}
}

.social-nav a {
  /* muuda lingid alati display blockiks*/
  display: block;
}

.social-nav a:hover {
  background-image: url();
}


.nav {
  z-index: 1000;
  width: 180px;
}

.nav__item {
  display: block;
}

.nav__item:after {
  content: '';
  display: block;
  height: 3px;
  width: 0;
  background: transparent;
  transition: width .5s ease, background-color .5s ease;
}

.nav__item:hover:after {
  width: 150px;
  background: #383434;
}


/* Under construction start */
#construction {
    position: absolute;
    width: 100%;
    text-align: center;
    z-index: 1000;
    font-size: 2.7em;
    color: black;
    font-weight: bold;
    -webkit-transform: rotate(315deg) scale(1) skew(1deg) translate(-200px, 0);
    -moz-transform: rotate(315deg) scale(1) skew(1deg) translate(-200px, 0);
    -o-transform: rotate(315deg) scale(1) skew(1deg) translate(-200px, 0);
    -ms-transform: rotate(315deg) scale(1) skew(1deg) translate(-200px, 0);
    transform: rotate(315deg) scale(1) skew(1deg) translate(-200px, 0);
    background-image: repeating-linear-gradient(55deg, rgb(255, 255, 255), rgb(255, 255, 255) 50px, rgb(248, 174, 94) 50px, rgb(252, 144, 3) 110px);
    -webkit-box-shadow:  5px 5px 10px 0 rgba(0, 0, 0, .2);
    box-shadow:  5px 5px 10px 0 rgba(0, 0, 0, .2);
}

#construction p {
    margin: 0;
  /* color: #F2F2F2; */
    border-top: 1px solid #eee;

}
/* Under construction end */

/* Graphic Design ja Illustration artikli tiitlid tegelt */
.middle {
  text-transform: uppercase;
  font-weight: 800;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  padding-bottom: 20px;
}

@media (min-width: 768px) {
  .middle {
  font-size: 18px;
  }
}





.container-flex-menu {
  display: flex;
  flex-flow: wrap;
  width: 100%;
}

@media (min-width: 768px) {
  .container-flex-menu {
    flex-flow: nowrap;
  }
}

.last-item {
  display: none;
}


@media (min-width: 768px) {
.first-item {
  order: -1;
  }
.last-item {
  order: 1;
  margin: 0;
  display: inline-block;
  }
}







.grid {
  box-sizing: border-box;
}

.grid, .viimane__rida {
  padding: 5px 10px 5px 10px;
}

.viimane__rida {
  list-style: none;
}

@media (min-width: 768px) {
  .grid {
  display: flex;
  justify-content: flex-start;
  align-items: baseline;
  flex-wrap: wrap;
  flex-direction: row;
  padding: 0;
  }
}

@media (min-width: 768px) {
  .viimane__rida {
  display: flex;
  flex-direction: row;
  align-items: baseline;
  flex-wrap: wrap;
  margin-top: -120px;
  padding: 0;
  }
}

@media (min-width: 768px) {
  .esimene {
  margin-top: -100px;
  }
}


.list__figure {
  margin: 0;
  cursor: pointer;
  position: relative;
}

.list__figure--img2, .list__figure--img3 {
  position: absolute;
  top: 0;
  left: 0;
}


.list__item, .nav {
  list-style-type: none;
  font-family: 'Ubuntu Mono', monospace; 
  font-size: 18px;
  line-height: 40px;
}

@media (min-width: 768px) {
.list__item, .nav  {
  list-style-type: none;
  font-family: 'Ubuntu Mono', monospace; 
  font-size: 14px;
  line-height: 20px;
  }
.list__item {
  padding-left: 10px;
  padding-right: 10px;
}  
}

/* eli header */
.list__item {
  text-decoration: none;
  width: 100%;
  text-align: center;
}

@media (min-width: 768px) {
  .list__item {
    width: auto;
    }
.three {
  padding: 20px;
  padding-right: 20px;
  }
  .four {
    align-self: flex-start;
    }
    .five {
    margin-top: -50px;
    }
    .seven {
      padding-left: 40px;
        }
        .eight {
        padding-left: 40px;
        }
          .nine {
            align-self: flex-start;
            }
            .ten {
              align-self: flex-start;
              padding-left: 20px;
              }
                .fourteen {
                  align-self: flex-start;
                  margin-top: -90px;
                  text-align: left;
                  }
                  .thirteen {
                    padding: 0;
                    align-self: center;
                    margin-top: -140px;
                    }  
                    .sixteen {
                      padding-left: 20px;
                    }
}

.cloud {
}

.cloud >a {
  display: block;
  margin: auto;
}

@media (min-width: 768px) {
.cloud >a {
  width: 100%;
  height: auto;
  }
}


.list__figure--img1, .list__figure--img2, .list__figure--img3 {
  transition: transform .25s;
}


/* GRAPHIC DESIGN */

/* 11111111111111111 */

.list__ahref-1 {
  width: 120px;
}

@media (min-width: 768px) {
.list__ahref-1:hover .list__figure--img1 {
  transform: translate(-2px, -2px);
}

.list__ahref-1:hover .list__figure--img2 {
  transform: translate(-1px, 9px);
}

.list__ahref-1:hover .list__figure--img3 {
  transform: translate(14px, 14px);
}
}

/* 2222222222222222 */

.list__ahref-2 {
  width: 100px;
}

@media (min-width: 768px) {
.list__ahref-2:hover .list__figure--img1 {
  transform: translate(-2px, -8px);
}

.list__ahref-2:hover .list__figure--img2 {
  transform: translate(25px, 15px);
}

.list__ahref-2:hover .list__figure--img3 {
  transform: translate(-30px, -10px);
}
}

/* 3333333333333333 */

.list__ahref-3 {
  width: 77px;
}

@media (min-width: 768px) {
.list__ahref-3:hover .list__figure--img1 {
  transform: translate(5px, 4px);
}

.list__ahref-3:hover .list__figure--img2 {
  transform: translate(20px, -10px);
}

.list__ahref-3:hover .list__figure--img3 {
  transform: translate(-30px, 5px);
}
}

/* 4444444444444444 */

.list__ahref-4 {
  width: 122px;
}

@media (min-width: 768px) {
.list__ahref-4:hover .list__figure--img1 {
  transform: translate(-8px, -8px);
}

.list__ahref-4:hover .list__figure--img2 {
  transform: translate(20px, -25px);
}

.list__ahref-4:hover .list__figure--img3 {
  transform: translate(-60px, -15px);
}
}

/* 5555555555555555 */

.list__ahref-5 {
  width: 254px;
}

@media (min-width: 768px) {
.list__ahref-5:hover .list__figure--img1 {
  transform: translate(15px, -3px);
}

.list__ahref-5:hover .list__figure--img2 {
  transform: translate(5px, 5px);
}

.list__ahref-5:hover .list__figure--img3 {
  transform: translate(60px, -40px);
}

}

/* 6666666666666666 */

.list__ahref-6 {
  width: 62px;
}

@media (min-width: 768px) {
.list__ahref-6:hover .list__figure--img1 {
  transform: translate(25px, -3px);
}

.list__ahref-6:hover .list__figure--img2 {
  transform: translate(-15px, 5px);
}

.list__ahref-6:hover .list__figure--img3 {
  transform: translate(7px, 3px);
}
}

/* 7777777777777777 */

.list__ahref-7 {
  width: 114px;
}

@media (min-width: 768px) {
.list__ahref-7:hover .list__figure--img1 {
  transform: translate(25px, -3px);
}

.list__ahref-7:hover .list__figure--img2 {
  transform: translate(-30px, 1px);
}

.list__ahref-7:hover .list__figure--img3 {
  transform: translate(7px, 3px);
}
}

/* 8888888888888888 */

.list__ahref-8 {
  width: 42px;
}

@media (min-width: 768px) {
.list__ahref-8:hover .list__figure--img1 {
  transform: translate(10px, -14px);
}
}


/* ILLUSTRATION */

/* 11111111111111 */

.list__url-1 {
  width: 215px;  
}

@media (min-width: 768px) {
.list__url-1:hover .list__figure--img1 {
  transform: translate(-3px,2px);
}

.list__url-1:hover .list__figure--img2 {
  transform: translate(15px,-5px);
}
}


/* 2222222222222 */

.list__url-2 {
  width: 137px;  
}

@media (min-width: 768px) {
.list__url-2:hover .list__figure--img1 {
  transform: translate(-5px,-8px);
}

.list__url-2:hover .list__figure--img2 {
  transform: translate(5px,5px);
}

.list__url-2:hover .list__figure--img3 {
  transform: translate(10px,-5px);
}
}

/* 3333333333333 */

/* 4444444444444 */

.list__url-4 {
  width: 136px;  
}

@media (min-width: 768px) {
.list__url-4:hover .list__figure--img1 {
  transform: translate(-2px, 5px);
}

.list__url-4:hover .list__figure--img2 {
  transform: translate(-10px, 5px);
}

.list__url-4:hover .list__figure--img3 {
  transform: translate(10px,-5px);
}
}

/* 5555555555555555 */

.list__url-5 {
  width: 260px;  
}

@media (min-width: 768px) {
.list__url-5:hover .list__figure--img1 {
  transform: translate(2px, 5px);
}

.list__url-5:hover .list__figure--img2 {
  transform: translate(15px, 2px);
}

.list__url-5:hover .list__figure--img3 {
  transform: translate(-5px, 2px);
}

}

/* 6666666666666666 */

.list__url-6 {
  width: 211px;  
}

@media (min-width: 768px) {
.list__url-6:hover .list__figure--img1 {
  transform: translate(5px, 5px);
}

.list__url-6:hover .list__figure--img2 {
  transform: translate(-10px, 5px);
}

.list__url-6:hover .list__figure--img3 {
  transform: translate(10px,-5px);
}
}

/* 8888888888888888 */

.list__url-8 {
  width: 62px;  
}

@media (min-width: 768px) {
.list__url-8:hover .list__figure--img1 {
  transform: translate(25px, -3px);
}

.list__url-8:hover .list__figure--img2 {
  transform: translate(-15px, 5px);
}

.list__url-8:hover .list__figure--img3 {
  transform: translate(7px, 3px);
}
}

.gallery__item {
  list-style: none;
  position: relative;
}

.gallery__image {
  width: 100%;
  margin: 0;
}

.gallery__image img {
  width: 100%;
  height: auto;
}

@media (min-width: 768px) {
.gallery__item {
  width: 100%;
}
}

.identity {
  padding-top: 50px;
  padding-bottom: 50px;
}



@media (min-width: 768px) {
.gallery-first {
  padding-top: 0;
}
}

@media (min-width: 768px) {
.gallery-second {
  padding-top: 250px;
}
}

.gallery__image iframe {
  width: 100%;
  height: auto;
}


@media (min-width: 768px) {
.menu__navigation {
  right: 0;
  cursor: pointer;
  transition: all .2s ease-in-out
}
}

@media (min-width: 768px) {
.menu__navigation:hover {
  transform: scale(1.1);  
}
}

@media (min-width: 768px) {
.menu_navigation-items {
  font-family: 'Cantata One', serif;
  width: 100%;
  max-width: 470px;
  padding: 15px;
  color: #383434;
  font-size: 14px;

  background: transparent;
  outline: none;
  
  border: solid 2px #383434;
  
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  }
}

.contact {
  margin: auto;
}

#hello {
  display: block;
  font-family: 'Cantata One', serif;
  width: 100%;
  height: 50px;
  border-bottom: none;
  background-color: transparent;
  border: solid 2px #383434;
  color: #383434;
  cursor: pointer;
  text-align: center;
  text-transform: uppercase;
  font-size: 14px;
  margin: auto;
  cursor: pointer;
}

#hello2 {
  display: block;
  font-family: 'Cantata One', serif;
  width: 100%;
  height: 50px;
  border-bottom: none;
  background-color: transparent;
  border: solid 2px #383434;
  color: #383434;
  cursor: pointer;
  text-align: center;
  text-transform: uppercase;
  font-size: 14px;
  margin: auto;
  cursor: pointer;
}

#hello:hover {
  background: #ffb7b7;
  color: #e2dedb;
}

#hello2:hover {
  background: #ffb7b7;
  color: #e2dedb;
}

@media (min-width: 768px) {
#hello {
  width: 40%;
}
}

@media (min-width: 768px) {
#hello2 {
  width: 100%;
}
}

.diagonal-bg {
  display: none;
}

@media (min-width: 768px) {
.diagonal-bg {
  display: block;
  position: fixed;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
}
}

u.dotted {
  border-bottom: none;
  text-decoration: none;
}


@media (min-width: 768px) {
u.dotted{
  border-bottom: 1px dotted #383434;
  text-decoration: none; 
}
}

.error {
  margin: auto;
}

.js-video {
  height: 0;
  padding-top: 25px;
  padding-bottom: 67.5%;
  margin-bottom: 10px;
  position: relative;
  overflow: hidden;
}
 
.js-video.widescreen {
  padding-bottom: 56.34%;
}
 
.js-video.vimeo {
  padding-top: 0;
}

.js-video embed, .js-video iframe, .js-video object, .js-video video {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}

/////* this is the 404 page */////


.eyes {
  display: flex;
  height: 240px;
  width: 380px;
}

.eye {
  display: flex;
  position: absolute;
  left: 75px;
  top: 100px;
  height: 15px;
  width: 15px;
  animation: blink 5s infinite;
  text-align: center;
}
.eye:nth-child(2) {
  left: 370px;
  animation: blink 5s infinite, right-eye 5s infinite;
}

@keyframes right-eye {
  0%, 14%, 21%, 100% {
    transform: rotateY(0deg);
  }
  14.001%, 20.999% {
    transform: rotateY(180deg);
  }
}
@keyframes blink {
  0%, 14%, 21%, 100% {
    box-shadow: 0 15px #383434 inset, -15px 0 #383434, 15px 0 #383434, 30px 0 #383434, -30px 15px #383434, 45px 15px #383434, -45px 30px #383434, 60px 30px #383434, -45px 45px #383434, 60px 45px #383434, -60px 60px #383434, 75px 60px #383434, -60px 75px #383434, -30px 75px #383434, -15px 75px #383434, 75px 75px #383434, -75px 90px #383434, -45px 90px #383434, 0 90px #383434, 90px 90px #383434, -60px 120px 0 15px #383434, 7.5px 112.5px 0 7.5px #383434, 90px 90px #383434, 90px 105px #383434, 90px 120px #383434, -52.5px 142.5px 0 7.5px #383434, -22.5px 127.5px 0 7.5px #383434, 7.5px 127.5px 0 7.5px #383434, 90px 135px #383434, 0 150px #383434, 75px 150px #383434, -60px 165px #383434, -30px 165px #383434, -15px 165px #383434, 75px 165px #383434, -45px 180px #383434, 60px 180px #383434, -45px 195px #383434, 60px 195px #383434, -30px 210px #383434, 45px 210px #383434, -15px 225px #383434, 0 225px #383434, 15px 225px #383434, 30px 225px #383434;
  }
  14.001%, 20.999% {
    box-shadow: -75px 120px #383434, -60px 135px #383434, -67.5px 157.5px 0 7.5px #383434, -52.5px 157.5px 0 7.5px #383434, 90px 150px #383434, 75px 165px #383434, 90px 165px #383434, 75px 180px #383434, -75px 180px #383434, -37.5px 172.5px 0 7.5px #383434, -22.5px 172.5px 0 7.5px #383434, -37.5px 187.5px 0 7.5px #383434, 15px 195px 0 15px #383434, 52.5px 187.5px 0 7.5px #383434, -45px 210px #383434, 15px 225px #383434;
  }
}

.page__2 {
  max-width: 460px;
  width: 100%;
  max-height: 520px;
  position: relative;
  overflow: hidden;
  margin: 0 auto;
}

@media (min-width: 768px) {
.wip__text {
  margin: auto 0;
  position: absolute;
  top: 400px;
  left: 30%;
  }
}

///* manifesto *////

@media (min-width: 768px) {
.manifesto {
  padding: 0;
  padding-bottom: 30px;
  color: white;
  }
}

@media (min-width: 768px) {
.manifesto__green {
  /* sest col'ile tuli padding juurde, nüüd peaks samale joonele tagasi viima*/
  margin-left: -20px;
  margin-right: -20px;
  padding: 0;
  padding-bottom: 30px;
  color: green;
  word-break: normal;
  }
}

@media (min-width: 768px) {
.manifesto__red {
  /* sest col'ile tuli padding juurde, nüüd peaks samale joonele tagasi viima*/
  display: flex;
  justify-content: flex-end;
  margin-left: -30px;
  margin-right: -30px;
  padding: 0;
  padding-bottom: 30px;
  color: red;

  word-break: normal;
  }
}

@media (min-width: 768px) {
.manifesto__blue {
  /* sest col'ile tuli padding juurde, nüüd peaks samale joonele tagasi viima*/
  display: flex;
  justify-content: center;
  margin-left: -20px;
  margin-right: -20px;
  padding: 0;
  padding-bottom: 30px;
  color: blue;
  word-break: normal;
  }
}

@media (min-width: 768px) {
.effect__shadow__2 {
    position:relative;       
  }
.effect__shadow__2:after
{
  z-index: -1;
  position: absolute;
  content: "";
  bottom: 15px;
  right: 10px;
  left: auto;
  width: 50%;
  top: 80%;
  max-width:300px;
  background: #777;
  box-shadow: 0 15px 10px #777;
  transform: rotate(3deg);
}  
}

.effect__shadow__1
{
    position:relative;
    box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}
.effect__shadow__1:before, .effect__shadow__1:after
{
  content:"";
    position:absolute; 
    z-index:-1;
    box-shadow:0 0 20px rgba(0,0,0,0.8);
    top:0;
    bottom:0;
    left:10px;
    right:10px;
    border-radius:100px / 10px;
} 
.effect__shadow__1:after
{
    right:10px; 
    left:auto; 
    transform:skew(8deg) rotate(3deg);
}


