/* font-family: Inferi Book; */
@font-face {
  font-family: Inferi Book;
  src: url(inferi-book.woff);
}

/* font-family: Osmose Regular; */
@font-face {
  font-family: Osmose Regular;
  src: url(osmose-regular.woff);
}

.loadingpage {
 position: fixed;
 left: 0px;
 top: 0px;
 width: 100%;
 height: 100%;
 z-index: 999999999;
 background-color: #ffffff;
}

body {
  font-family: Inferi Book;
  font-size: 32px;
  line-height: 1.25;

  background-color: #ffffff;
  color: #000000;
}



header {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  flex-wrap: nowrap;

  background-color: #ffffff;
  border-top: solid 2px #000;
  border-bottom: solid 2px #000;
  width: 100vw;
  height: 160px;

  position: relative;
  z-index: 3;
}

header h1 {
  width: 90px;
  background-color: #c99cda;
  border: solid 2px #000;
  border-radius: 100%;
  top: 37px;
  left: 37px;
  position: fixed;
  z-index: 4;
}

header .me {
  display: flex;
  width: 75vw;
  border-right: solid 2px #000;
}

header .claudia {
  font-size: 46px;
  line-height: 1.25;

  border-left: solid 2px #000;
  padding-top: 19px;
  padding-left: 30px;
  padding-right: 40px;
  margin-left: 163px;
  z-index: 3;
}

header .contact {
  position: relative;
  width: 25vw;
}

.contact .contact_button {
  text-decoration: none;
  color: #000000;
  background-color: #ffffff;
  font-family: Osmose Regular;
  font-size: 30px;
  line-height: 1;
  text-transform: uppercase;

  border: solid 2px #000;
  border-radius: 27px;
  padding: 4px 15px 5px 15px;
  height: 40px;
  width: 248px;

  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);

  display: flex;
}

.contact_button:hover {
  background-color: #000000;
  color: #ffffff;
}

.contact_button .at {
  font-family: Inferi Book;
  margin-left: 10px;
  margin-top: -3px;
}

.sticky_menu {
  position: -webkit-sticky;
  position: sticky;
  top: 60px;
  z-index: 4;
}

.all_menu {
  position: relative;
  z-index: 4;
}

.menu_toggle {
  width: 90px;
  background-color: #ffffff;
  border: solid 2px #000;
  border-radius: 100%;
  top: 82px;
  left: 37px;
  position: absolute;
  z-index: 4;

  transition: background-color 0.25s;
}

.color1 {
  background-color: #ffffff;
}

.color2 {
  background-color: #f86048;
}

.color3 {
  background-color: #667d64;
}

.menu_icon {
  transform: rotate(0deg);
}

.menu_nav {
  position: absolute;
  top: 200px;
  left: 0px;
  transform: translate3d(-100%, 0, 0);
  transform-origin: left top;

  z-index: 3;
  transition: transform 0.8s cubic-bezier(0.4, 0, 0.2, 1);
}

.open {
  transform: translate3d(37px, 0px, 0px);
}

.nav_link {
  display: block;
  margin-bottom: 16px;
}

.menu_nav a {
  text-decoration: none;
  color: #000000;
  background-color: #ffffff;
  font-family: Osmose Regular;
  font-size: 30px;
  line-height: 0.5;
  text-transform: uppercase;

  border: solid 2px #000;
  border-radius: 27px;
  padding: 0px 15px 0px 15px;
  height: 40px;
}

.about:hover {
  background-color: #000000;
  color: #ffffff;
}

.behance:hover {
  background-color: #000000;
  color: #ffffff;
}

.instagram:hover {
  background-color: #000000;
  color: #ffffff;
}



/* variable */

.project {
  width: 100vw;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  flex-wrap: nowrap;
  align-items: flex-end;

  margin-bottom: 82px;
}

.project_01 {
  margin-top: 160px;
}

.project_extra {
  padding-right: 29px;
  margin-left: 200px;
  width: 75vw;

  position: relative;
}

.p1_slideshow,
.p2_slideshow,
.p3_slideshow,
.p4_slideshow,
.p5_slideshow {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
}

.p1_holder,
.p2_holder,
.p4_holder,
.p5_holder {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: nowrap;

  width: 500%;
  height: 100%;
  transform: translateX(0%);

  transition: transform 0.5s;
}

.p3_holder {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: nowrap;

  width: 800%;

  transition: transform 0.5s;
}

.p1_holder div,
.p2_holder div,
.p3_holder div,
.p4_holder div,
.p5_holder div {
  width: 100%;
  height: 100%;

  position: relative;
}

.prevnext_buttons {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  padding-right: 29px;

  display: flex;
  flex-direction: row;
  justify-content: space-around;
  flex-wrap: nowrap;
  align-items: stretch;
}

.p1_prev,
.p1_next,
.p2_prev,
.p2_next,
.p3_prev,
.p3_next,
.p4_prev,
.p4_next,
.p5_prev,
.p5_next {
  width: 50%;
  height: 100%;
}

.p1_prev,
.p2_prev,
.p3_prev,
.p4_prev,
.p5_prev {
  cursor: url(whitearrow_ant_cursor.png) 150 150, w-resize;
}

.p1_next,
.p2_next,
.p3_next,
.p4_next,
.p5_next {
  cursor: url(whitearrow_sig_cursor.png) 150 150, e-resize;
}

.copy_tags {
  position: relative;
  width: 75vw;
}

.copy {
  width: 62.5%;
  padding-top: 36px;
}

.copy span {
  text-transform: uppercase;
}

.p1_copy_expand,
.p2_copy_expand,
.p3_copy_expand,
.p4_copy_expand,
.p5_copy_expand {
  display: none;
  padding-top: 12px;
}

.p1_copy_expand .parag2,
.p2_copy_expand .parag2,
.p3_copy_expand .parag2,
.p4_copy_expand .parag2,
.p5_copy_expand .parag2 {
  padding-top: 12px;
}

.tags {
  color: #000000;
  font-family: Osmose Regular;
  font-size: 30px;
  line-height: 1;
  text-transform: uppercase;

  display: flex;

  position: absolute;
  top: 0px;
  right: 35px;
  transform: translateY(-50%);
}

.tag_01 {
  border: solid 2px #000;
  border-radius: 27px;
  padding: 4px 15px 5px 15px;
  height: 40px;
  background-color: #f86048;
  margin-right: 10px;
}

.tag_02 {
  border: solid 2px #000;
  border-radius: 27px;
  padding: 4px 15px 5px 15px;
  height: 40px;
  background-color: #667d64;
  margin-right: 10px;
}

.p1_tag_info,
.p2_tag_info,
.p3_tag_info,
.p4_tag_info,
.p5_tag_info {
  text-decoration: none;
  color: #000000;
  border: solid 2px #000;
  border-radius: 27px;
  padding: 4px 15px 5px 15px;
  height: 40px;
  background-color: #c99cda;
  margin-right: 19px;

  width: 145px;
  display: flex;
}

.p1_tag_info:hover,
.p2_tag_info:hover,
.p3_tag_info:hover,
.p4_tag_info:hover,
.p5_tag_info:hover {
  background-color: #000000;
  color: #ffffff;
}

.p1_tag_info .p1_info,
.p2_tag_info .p2_info,
.p3_tag_info .p3_info,
.p4_tag_info .p4_info,
.p5_tag_info .p5_info {
  margin-left: 0px;
}

.p1_tag_info .p1_plus,
.p2_tag_info .p2_plus,
.p3_tag_info .p3_plus,
.p4_tag_info .p4_plus,
.p5_tag_info .p5_plus {
  margin-top: -2px;
  margin-right: 4px;
}

/* about */

.lineabout_extra {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  width: 100vw;
}

.lineabout {
  margin: 82px 29px 45px 0;
  border-top: 2px solid #000000;
  width: 73.2vw;
}

.section_about {
  width: 100vw;

  padding-bottom: 123px;
  background-color: #ffffff;

  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
}

.about_extra {
  padding-right: 29px;
  margin-left: 200px;
  width: 75vw;

  padding-top: 37px;

  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  flex-wrap: nowrap;
  align-items: flex-start;
}

.about_c0 {
  width: 90px;
  height: 90px;
  background-color: #ffffff;
  border: solid 4px #000;
  border-radius: 100px;
  transform: scale(0.5, 0.5);

  margin-top: -14px;
  margin-left: -22px;
}

.clear_face {
  display: none;
}

.about_c1 {
  width: 50%;
  margin-right: 6.25%;
}

.about_c2 {
  width: 37.5%;
}

h4 {
  color: #000000;
  font-family: Osmose Regular;
  font-size: 30px;
  line-height: 1;
  text-transform: uppercase;
}

.about_p1,
.about_p2,
.about_p3,
.about_p4 {
  padding-top: 12px;
}
.about_p2 {
  padding-bottom: 45px;
}

.about_p4 a {
  color: #000000;
  text-decoration: none;
}

.about_p4 a:hover {
  border-bottom: solid 1px #000;
  padding-bottom: 0px;
}

@media (max-width: 1302px) {
  header {
    height: 130px;
  }

  header h1 {
    top: 21px;
    left: 21px;
  }

  header .claudia {
    font-size: 40px;
    padding-top: 11px;
    margin-left: 132px;
  }

  .sticky_menu {
    position: -webkit-sticky;
    position: sticky;
    top: 64px;
  }

  .menu_toggle {
    left: 21px;
    top: 62px;
  }

  .menu_nav {
    left: 0px;
    top: 180px;
  }

  .open {
  transform: translate3d(21px, 0px, 0px);
  }
  
  .project_01 {
    margin-top: 130px;
  }

  .project_extra,
  .about_extra {
    padding-right: 19px;
  }

  .lineabout {
    width: 72.5vw;
  }

  .tags {
    right: 20px;
  }
}

@media (max-width: 1232px) {
  .about_c1 {
    width: 43.75%;
  }

  .about_c2 {
    width: 43.75%;
  }
}

@media (max-width: 1130px) {
  body {
    font-size: 30px;
  }

  header .me {
    width: 100vw;
    border-right: 0 solid #000;
  }

  .contact {
    display: none;
  }
}

@media (max-width: 1056px) {
  .menu_nav {
    left: 0px;
    top: 180px;
  }

  .open {
  transform: translate3d(21px, 0px, 0px);
  }

  .project {
    align-items: flex-start;
  }

  .project_extra {
    padding-right: 16px;
    padding-left: 16px;
    margin-top: 16px;
    margin-left: 0px;

    width: 100vw;
  }

  .prevnext_buttons {
    padding-right: 16px;
    padding-left: 16px;
  }

  .project_01 {
    margin-top: 0px;
  }

  .prevnext_buttons {
    padding-right: 0px;
  }

  .copy_tags {
    width: 100vw;
    padding-right: 24px;
    padding-left: 16px;
  }

  .copy {
    width: 81.25%;
    padding-left: 116px;
  }

  .section_about {
    padding-bottom: 74px;
  }

  .about_extra {
    width: 100vw;
    padding-right: 0px;
    margin-left: 132px;
    margin-right: 24px;
  }

  .lineabout_extra {
    display: flex;
    align-items: flex-start;
    width: 100vw;
  }

  .lineabout {
    margin: 82px 16px 45px 16px;
    border-top: 2px solid #000000;
    width: 100vw;
  }

  .about_c1 {
    width: 50%;
    margin-right: 6.25%;
  }

  .about_c2 {
    width: 37.5%;
  }
}

@media (max-width: 985px) {
  body {
    font-size: 25px;
  }

  header {
    height: 107px;
  }

  header h1 {
    width: 65px;
  }

  header .claudia {
    font-size: 31px;
    margin-left: 108px;
    padding-top: 13px;
  }

  .sticky_menu {
    position: -webkit-sticky;
    position: sticky;
    top: 75px;
  }

  .menu_toggle {
    width: 65px;
    top: 21px;
  }

  .menu_nav {
    left: 0px;
    top: 108px;
  }
  

  .open {
  transform: translate3d(21px, 0px, 0px);
  }
  
  .nav_link {
    margin-bottom: 12px;
  }

  .menu_nav a {
    font-size: 23px;
    

    padding: 1px 13px 0px 13px;
    margin-left: 0px;
    height: 33px;
  }

  .project {
    margin-bottom: 56px;
  }

  .project_extra {
    padding-right: 12px;
    padding-left: 12px;
    margin-top: 12px;
  }

  .prevnext_buttons {
    padding-right: 12px;
    padding-left: 12px;
  }

  .p1_prev,
  .p2_prev,
  .p3_prev,
  .p4_prev,
  .p5_prev {
    cursor: w-resize;
  }

  .p1_next,
  .p2_next,
  .p3_next,
  .p4_next,
  .p5_next {
    cursor: e-resize;
  }

  .tags {
    font-size: 23px;
    line-height: 1;
    right: 16px;
  }

  .tag_01,
  .tag_02 {
    padding: 4px 13px 1px 13px;
    height: 33px;
    margin-right: 6px;
  }

  .p1_tag_info,
  .p2_tag_info,
  .p3_tag_info,
  .p4_tag_info,
  .p5_tag_info {
    padding: 4px 13px 1px 13px;
    height: 33px;
    width: 115px;
  }

  .copy {
    width: 75%;
    padding-left: 92px;
    padding-top: 28px;
  }

  .p1_copy_expand,
  .p2_copy_expand,
  .p3_copy_expand,
  .p4_copy_expand,
  .p5_copy_expand {
    padding-top: 8px;
  }

  .p1_copy_expand .parag2,
  .p2_copy_expand .parag2,
  .p3_copy_expand .parag2,
  .p4_copy_expand .parag2,
  .p5_copy_expand .parag2 {
    padding-top: 8px;
  }

  .lineabout {
    margin: 56px 12px 28px 12px;
  }

  .section_about {
    padding-bottom: 115px;
  }

  .about_extra {
    padding-top: 28px;
    margin-left: 104px;
  }

  h4 {
    font-size: 23px;
  }

  .about_p1,
  .about_p2,
  .about_p3,
  .about_p4 {
    padding-top: 8px;
  }
  .about_p2 {
    padding-bottom: 32px;
  }

  .about_c0 {
    border: 3px solid #000000;
    width: 66px;
    height: 66px;
    border-radius: 100px;
    transform: scale(0.5, 0.5);

    margin-top: -11px;
    margin-left: -16px;
  }
}

@media (max-width: 840px) {
  body {
    font-size: 22px;
    line-height: 1.35;
  }

  .section_about {
    padding-bottom: 130px;
  }
}

@media (max-width: 742px) {
  .section_about {
    padding-bottom: 116px;
  }

  .about_extra {
    display: block;
  }

  .about_c1 {
    width: 75%;
  }

  .about_c2 {
    width: 75%;
  }

  .about_p3 {
    padding-bottom: 32px;
  }
}

@media (max-width: 680px) {
  header {
    height: 106px;
    position: fixed;
    top: 0;
    left: 0;
  }

  header h1 {
    position: fixed;
    top: auto;
    left: auto;
    bottom: 19px;
    right: 19px;
  }

  header .me {
    width: 100vw;
  }

  header .claudia {
    line-height: 1.35;
    border-left: 0px;
    margin-left: 0px;
    padding-left: 12px;
    padding-right: 12px;
    padding-top: 9px;
  }

  .menu_toggle {
    position: fixed;
    top: auto;
    left: 19px;
    bottom: 19px;
  }

  .menu_nav {
    top: 53px;
    left: 0px;
  }
  
  .nav_link {
    margin-bottom: 19px;
  }
  
  .open {
  transform: translate3d(19px, 0px, 0px);
  }
  
  



  .project_01 {
    padding-top: 106px;
  }

  .tags {
    right: 12px;
  }

  .tag_01,
  .tag_02 {
    display: none;
  }

  .p1_tag_info:hover,
  .p2_tag_info:hover,
  .p3_tag_info:hover,
  .p4_tag_info:hover,
  .p5_tag_info:hover {
    background-color: #c99cda;
    color: #000000;
  }

  .copy_tags {
    width: 100vw;
    padding-right: 12px;
    padding-left: 12px;
  }

  .copy {
    width: 100%;
    padding-top: 24px;
    padding-left: 0px;
    padding-right: 24px;
  }

  .about_extra {
    margin-left: 12px;
  }

  .about_c1 {
    width: 100%;
  }

  .about_c2 {
    width: 100%;
  }
}

@media (max-width: 524px) {
  header {
    height: 72px;
    border-top: solid 1px #000;
    border-bottom: solid 1px #000;
  }

  header h1 {
    border: solid 1px #000;
    width: 45px;
    bottom: 12px;
    right: 12px;
  }

  header .claudia {
    font-size: 21px;
    padding-top: 6px;
    padding-left: 12px;
    padding-right: 24px;
  }

  .project_01 {
    padding-top: 72px;
  }

  .project_extra {
    padding-right: 8px;
    padding-left: 8px;
    margin-top: 8px;
  }

  .prevnext_buttons {
    padding-right: 8px;
    padding-left: 8px;
  }

  body {
    font-size: 15px;
  }

  .menu_toggle {
    width: 45px;
    border: solid 1px #000;
    left: 12px;
    bottom: 12px;
  }
  
  .menu_nav {
    top: 9px;
    left: 0px;
  }
  
  .nav_link {
    margin-bottom: 10px;
  }
  
  .open {
  transform: translate3d(12px, 0px, 0px);
  }

  .menu_nav a {
    border: solid 1px #000;
    font-size: 14px;

    padding: 1px 11px 0px 11px;
    height: 21px;
  }

  

  .project {
    margin-bottom: 32px;
  }

  .tags {
    font-size: 14px;
    line-height: 1;
    right: 8px;
  }

  .p1_tag_info,
  .p2_tag_info,
  .p3_tag_info,
  .p4_tag_info,
  .p5_tag_info {
    border: solid 1px #000;
    padding: 3px 11px 4px 11px;
    height: 20px;
    width: 76px;
  }

  .copy {
    padding-top: 16px;
  }

  .p1_copy_expand,
  .p2_copy_expand,
  .p3_copy_expand,
  .p4_copy_expand,
  .p5_copy_expand {
    padding-top: 6px;
  }

  .p1_copy_expand .parag2,
  .p2_copy_expand .parag2,
  .p3_copy_expand .parag2,
  .p4_copy_expand .parag2,
  .p5_copy_expand .parag2 {
    padding-top: 6px;
  }

  .lineabout {
    border-top: 1px solid #000000;
    margin: 32px 8px 16px 8px;
  }

  .section_about {
    padding-bottom: 145px;
  }

  .about_extra {
    padding-top: 16px;
  }

  h4 {
    font-size: 14px;
  }

  .about_p1,
  .about_p2,
  .about_p3,
  .about_p4,
  .about_p5 {
    padding-top: 6px;
  }
  .about_p2,
  .about_p3 {
    padding-bottom: 24px;
  }

  .about_c0 {
    border: 2px solid #000000;
    width: 42px;
    height: 42px;
    border-radius: 100px;
    transform: scale(0.5, 0.5);

    margin-top: -5px;
    margin-left: -12px;
  }
}

@media (max-width: 466px) {
  .section_about {
    padding-bottom: 135px;
  }
}

@media (max-width: 448px) {
  .section_about {
    padding-bottom: 125px;
  }
}

@media (max-width: 436px) {
  .section_about {
    padding-bottom: 105px;
  }
}

@media (max-width: 380px) {
  .section_about {
    padding-bottom: 90px;
  }
}

@media (max-width: 372px) {
  header .claudia {
    font-size: 18px;
    line-height: 1.45;
    padding-top: 9px;
    padding-left: 12px;
    padding-right: 12px;
  }
}

@media (max-width: 348px) {
  .section_about {
    padding-bottom: 80px;
  }
}

@media (max-width: 345px) {
  .section_about {
    padding-bottom: 80px;
  }
}

@media (max-width: 320px) {
  .section_about {
    padding-bottom: 65px;
  }
}
