/* GENERAL */
body {
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  /* line-height: 1.5rem; */
  margin: 0;
}

p {
  line-height: 1.7rem;
  color: #6b6b6b;
  margin-bottom: 1.25rem;
  /* margin-top: 0.5rem; */
}

.nosto {
  color: black;
  font-size: 2.1rem;

}

a {
  color: black;
  font-weight: bold;
}

h1 {
  font-size: 2.5rem;
  text-transform: uppercase;
  letter-spacing: 0.05rem;
  text-align: center;
  margin-top: 0;
}

.siteContainer {
  position: absolute;
  width: 100%;
}

.hidden {
  opacity: 0;
}

/** HEADER **/
header {
  position: relative;
  width: 100%;
  /* padding: 1% 1% 1% 1%; */
  /* background-color: #88DCCE; */
  background-color: black;
  height: auto;
  color: white;
  z-index: 100;
  transform: skew(0deg, -5deg) translateY(-170px);
  overflow: hidden;
}

.headerNonSkewed {
  position: relative;
  margin-top: 98px;
  padding: 100px 0px 30px;
  transform: skew(0deg, 5deg);
  overflow: hidden;
}

.headerContent {
  width: 70%;
  max-width: 1360px;
  /* height: 50px; */
  margin-left: auto;
  margin-right: auto;
}

.headerVideo {
  position: relative;
  left: 50%;
  min-width: 160%;
  transform: translate(-50%, 50%);
  z-index: 1;
}

.logoAnimationContainer {
  float: left;
  position: relative;
  width: 30%;
  min-width: 150px;
  max-width: 300px;
  /* margin: 0% auto 0 auto; */
  /* z-index: 5; */
}

.logoAnimationContainer:before {
  content: "";
  display: block;
  padding-top: 26%;
}

.logoAnimation {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-image: url("../links/animation/logoAnimation_sprite_v2.png");
  background-position: bottom;
  background-repeat: no-repeat;
  /* width: 830px;
  height: 215px; */
  background-size: 100%;
  animation: sprite 5s steps(38) infinite alternate;
  /* animation-direction: alternate; */
}

@keyframes sprite {
  0% {
    background-position: 0 0%;
  }

  20% {
    background-position: 0 100%;
  }
}

header ul {
  width: 70%;
  list-style-type: none;
  float: right;
  padding: 0;
  margin: 0px 0 0;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 1.2rem;
  animation: fadeIn 0.5s ease-in;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

header ul li {
  float: right;
  margin: 0 2%;
  display: block;
  transition: 0.3s;
  /* backface-visibility: hidden; */

  /* transform: translateZ(0); */

}

header ul li:hover {
  transform: scale(1.2);
  /* transform: translateZ(0); */
}

header ul li a {
  text-align: center;
  text-decoration: none;
  color: white;
  font-weight: normal;
}

.selectedLink {
  padding-bottom: 1px;
  border-bottom: 1px solid white;
}

/** CONTENT **/
.content {
  /* background-color: #f5f5f5; */
  /* position: relative; */
  top: 0;
  width: 70%;
  max-width: 1000px;
  /* height: 1527px; */
  /* margin: -500px auto 0; */
  margin: -95px auto 0%;
  padding: 1% 2%;
  min-height: calc(100vh - 525px);
}

/*** FRONT PAGE ***/
.frontpage {
  min-width: 620px;
}

.frontpage p {
  margin-bottom: 1.75rem;

}

.frontpage_content1 {
  /* background-color: #7cc7bb; */
  /* width: auto;
  height: auto; */
}

.frontpage_content1 h1 {
  font-size: 3.4rem;
}

.frontpage_content1 h1 span {
  color: grey;
  font-size: 2.7rem;
}

.frontpage_content1 a {
  text-decoration: none;
  color: black;
  font-weight: bold;
}


.floatingOskari_container {
  position: relative;
  width: 40%;
  /* background-color: #bfe2b5; */
  float: left;
  margin: 0 3% 3% 0;
  /* max-width: 326px;
  min-width: 230px; */
}

.floatingOskari_container:after {
  content: "";
  display: block;
  padding-bottom: 14%;
}

.floatingOskari_shadow {
  /* background-image: url("../links/img/ozq_shadow.svg"); */
  /* background-repeat: no-repeat; */
  /* background-position: center bottom; */
  /* background-color: green; */
  position: absolute;
  width: 70%;
  bottom: 2%;
  margin-left: 15%;
  margin-right: auto;
  /* filter: blur(3px); */
}

.floatingOskari {
  /* background-image: url("../links/img/ozq.svg"); */
  position: relative;
  /* background-color: red; */
  /* background-size: 100%; */
  width: 80%;
  margin: auto;
  /* height: 90%; */
  background-repeat: no-repeat;
  background-position: center top;
  cursor: pointer;
}

.floatingOskari_eyes {
  /* background-image: url("../links/img/ozq_eyes.svg"); */
  /* background-size: 100%; */
  /* background-color: orange; */
  width: 15%;
  /* height: 90%; */
  /* background-repeat: no-repeat;
  background-position: center top; */
  position: absolute;
  left: 42.6%;
  top: 19.2%;
  line-height: 0;
}

.floatingOskari_tablet {
  position: absolute;
  width: 20%;
  left: 5%;
  top: 2%;
  cursor: pointer;

}

.floatingOskari_pen {
  position: absolute;
  width: 13%;
  left: 76%;
  top: 8%;
  cursor: pointer;

}

.frontpage_text {
  float: left;
  /* width: 52%; */
  padding: 0 4%;
  margin-bottom: 53%;
  /* min-width: 299px; */
}

.textFloatLeft {
  /* float: left; */
  /* clear: both; */
}

.frontpage_text span {
  font-weight: 600;
  color: black;
}

/*** WORK ***/
/**** WORK BUTTONS ****/
.button {
  display: inline-block;
  padding: 0.5em 1.0em;
  background: white;
  border: none;
  border-radius: 7px;
  color: black;
  /* border: 1px solid black; */
  font-size: 16px;
  text-shadow: 0 1px white;
  cursor: pointer;
  text-transform: uppercase;
  letter-spacing: 0.3rem;
  margin: 0.4% 0%;
  transition: 500ms;
}

.button:hover {
  background-color: black;
  text-shadow: 0 1px hsla(0, 0%, 100%, 0.5);
  color: white;
}

.button:active,
.button.is-checked {
  background-color: black;
}

.button.is-checked {
  color: white;
}

.is-checked {
  color: green;
}

.button:active {
  box-shadow: inset 0 1px 10px hsla(0, 0%, 0%, 0.8);
}

/* ---- button-group ---- */
.button-group {
  margin-bottom: 20px;
  text-align: center;
  margin-left: 1%;
  margin-right: 1%;
  /* border-top: 1px solid black; */
  border-bottom: 1px solid #f0f0f0;
  padding: 2% 0;
}

.button-group:after {
  content: '';
  display: block;
  clear: both;
}

.button-group .button {
  float: left;
  border-radius: 0;
  margin-left: 5px;
  margin-right: 1px;
  font-family: Montserrat, sans-serif;
}

/* .button:nth-child(1) {
  margin-left: 0;
} */

/* .button-group .button:first-child { border-radius: 0.5em 0 0 0.5em; }
.button-group .button:last-child { border-radius: 0 0.5em 0.5em 0; } */

/*** WORK GALLERY ***/
.workContainer {
  width: 100%;
}

.workBox{
  width: auto;
  background-color: white;
  /* padding-top: 30%; */
  margin: 1% 1%;
  width: 31%;
  float: left;
  cursor: pointer;
  border: solid 1px #f0f0f0;
  color: black;
  -webkit-box-shadow: 5px 5px 9px 0px rgba(0,0,0,0.1);
  -moz-box-shadow: 5px 5px 9px 0px rgba(0,0,0,0.1);
  box-shadow: 5px 5px 9px 0px rgba(0,0,0,0.1);
  }



.workBox p {
  color: inherit;
  margin: 5% 5%;
}

.work {
  background-color: white;
  width: 90%;
  padding-top: 85%;
  margin: 5% auto;
  background-size: cover;
  background-position: center;
  border: 1px solid #f0f0f0;
}

.projektinNimi {
  background-image: url("../links/img/work/coverPhotos/workCoverPhoto_placeholder.jpeg");
}

.lightboxKuva_annalect {
  background-image: url("../links/img/work/coverPhotos/coverPhoto_annalect.jpeg");
}
.lightboxKuva_uiAnimations {
  background-image: url("../links/img/work/coverPhotos/coverPhoto_uiAnimations.png");
  background-size: 130%;
}
.lightboxKuva_houseCheck {
  background-image: url("../links/img/work/coverPhotos/coverPhoto_houseCheck.jpeg");
}
.lightboxKuva_meconet {
  background-image: url("../links/img/work/coverPhotos/coverPhoto_meconet.jpeg");
}
.lightboxKuva_kanresta {
  background-image: url("../links/img/work/coverPhotos/coverPhoto_kanresta.jpeg");
  background-size: 181%;
  background-position: 16% 79%;
}
.lightboxKuva_various3d {
  background-image: url("../links/img/work/coverPhotos/coverPhoto_various3d.jpg");
  background-size: 122%;
  background-repeat: no-repeat;
  background-position: 34% center;
}

.lightboxKuva_bulkRenameUtility {
  background-image: url("../links/img/work/coverPhotos/coverPhoto_bulkRenameUtility.jpg");
  background-size: 169%;
  background-repeat: no-repeat;
  background-position: 48% center;
}
.lightboxKuva_oskariAnttonenCom {
  background-image: url("../links/img/work/coverPhotos/coverPhoto_oskariAnttonenCom_v2.jpg");
  background-position: 0 0;
}
.lightboxKuva_logofolio {
  background-image: url("../links/img/work/coverPhotos/caseHeader_logofolio.jpg");
}
.lightboxKuva_russiaInNumbers {
  background-image: url("../links/img/work/coverPhotos/coverPhoto_russiaInNumbers.jpg");
  background-size: 120%;
}
.lightboxKuva_kruunuvuori {
  background-image: url("../links/img/work/coverPhotos/caseHeader_kruunuvuori.jpg");
}
.lightboxKuva_gravius {
  background-image: url("../links/img/work/coverPhotos/caseHeader_gravius.jpg");
  background-position: left;
}

.lightboxKuva_taxiagentitFi {
  background-image: url("../links/img/work/coverPhotos/coverPhoto_taxiagentitFi.jpeg");
  background-size: 108%;
  background-repeat: no-repeat;

}

.projektinNimi2 {
  background-image: url("../links/img/work/coverPhotos/workCoverPhoto_placeholder2.jpeg");
}

/*** LIGHTBOX CONTENT***/

.blur {
  filter: blur(4px);
  transition-duration: 450;
}

.lightbox {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  display: none;
  z-index: 100;
  /* padding-top: 10%; */
}

.lightbox p {
  color: #6b6b6b;
  margin: auto auto 2rem;
  width: 96%;
}

.lightbox p span {
  font-weight: bold;
  line-height: 3rem;

}

.lightbox_bg {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: white;
  opacity: 0.97;
  /* opacity: 0.5; */
  z-index: 1;
  backdrop-filter: blur(2px);

}

/* .lightbox::before {
  content: '';
  margin: -35px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  filter: blur(1px);
  z-index: -1;
  background-color: red;
  opacity: 0.5;
} */

.close {
  position: fixed;
  right: 25px;
  top: 0px;
  width: 32px;
  height: 32px;
  opacity: 0.6;
  z-index: 6;
  margin-left: 87%;
  margin-top: 2%;
  cursor: pointer;
  z-index: 10;

}

.close_top{
  position: fixed;
  right: 30px;
  top: 12px;
  width: 32px;
  height: 32px;
  opacity: 0.6;
  z-index: 6;
  margin-left: 87%;
  margin-top: 2%;
  cursor: pointer;
  z-index: 10;


}
.close:hover {
  opacity: 1;
}
.close:before, .close:after {
  position: absolute;
  left: 15px;
  content: ' ';
  height: 33px;
  width: 2px;
  background-color: #6b6b6b;
}
.close:before {
  transform: rotate(45deg);
}
.close:after {
  transform: rotate(-45deg);
}


.lightbox_content {
  display: grid;
  grid-template-columns:   repeat(6, 1fr);
  grid-column-gap: 1rem;
  z-index: 5;
  position: relative;
  /* left: 0; */
  /* top: 0; */
  width: 50%;
  margin-left: auto;
  margin-right: auto;
  max-width: 1000px
}

.lightbox_content h2 {
  color: black;
  margin-bottom: 5%;
  margin-top: 52px;
  grid-column: span 6;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.05rem;
  z-index: 15;
  font-weight: normal;
}

.lightbox .kuva_fullWidth_container {
  grid-column: span 6;
  width: 96%;
  margin: auto;
}


.lightbox .kuva_fullWidth {
  grid-column: span 6;
  background-color: green;
  object-fit: cover;
  width: 100%;
  /* height: 250px; */
  margin: auto auto 2rem;
  /* max-height: 100%; */
  /* padding-top: 30%; */
  min-height: 200px;
}

.lightbox  .posTop {
  object-position: top;
}

.lightbox .text_fullwidth {
  /* color: white; */
  grid-column: span 6;

}



.lightbox_content_inner {
  grid-column: span 6;
  width: 96%;
  margin: auto;
  /* grid-template-columns:   repeat(6, 1fr); */
  /* grid-column-gap: 1rem; */
}

.lightbox_content_inner p {
  margin: auto 0 2rem;
}

.lightbox_content .ingressi {
  font-weight: 600;
  margin-bottom: 3rem;
}

.lightbox .fullWidth_multiImageContainer {
  display: inline-block;
  width: 100%;
}

.lightbox .kuva_third_left {
  background-color: green;
  object-fit: cover;
  width: 30%;
  float: left;
  margin: auto 3% 3% auto;
}

.lightbox .kuva_third_center {
  background-color: green;
  object-fit: cover;
  width: 30%;
  float: left;
  margin: auto 3% 3% auto;
}

.lightbox .kuva_third_right {
  background-color: green;
  object-fit: cover;
  width: 33%;
  /* height: 250px; */
  float: right;
  /* max-height: 100%; */
  /* padding-top: 30%; */
  margin: auto auto 3% 3%;
}

.lightbox .kuva_half_left {
  width: 48%;
  float: left;
  margin: auto 3% 3% auto;
}

.lightbox .kuva_half_left2 {
  margin-right: 0;
}

.lightbox .kuva_twoThirds_left {
  background-color: green;
  object-fit: cover;
  width: 66%;
  /* height: 250px; */
  float: left;
  margin: auto 3% 3% auto;
  /* max-height: 100%; */
  /* padding-top: 30%; */
}



.lightbox .kuva_twoThirds_right {
  background-color: green;
  object-fit: cover;
  width: 66%;
  /* height: 250px; */
  float: right;
  margin: auto 3% auto auto;
  /* max-height: 100%; */
  /* padding-top: 30%; */
}

.fullWidth_multiImageContainer .gilaWaters {
  width: 61%
}

.fullWidth_multiImageContainer .gilaWatersAlbum {
  width: 34%;
  margin-right: 0;
}

.fullWidth_multiImageContainer .startUpGarage {
  width: 36%
}

.fullWidth_multiImageContainer .startUpGarage2 {
  width: 60%;
  margin-right:0;
}


.lightbox_content_inner p {
  /* grid-column: span 5; */
}

.resp_iframeContainer {
  position: relative;
  overflow: hidden;
  padding-top: 56.25%;
  margin-bottom: 2rem;
}

.resp_iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

/* .lightbox a{
  color: white;
} */




/*** CV ***/
.cv_section {
  margin: 0em auto 3.5rem;
}

.cv_section h2 {
  font-weight: normal;
  color: black;
  font-size: 1.4rem;
  text-transform: uppercase;
  letter-spacing: 0.15rem;
  margin: 0 auto 1.5rem;
}

.cv_section h3 span {
  color:#a6a6a6;
  font-weight:normal;
  margin: 2rem auto 2rem;
}

.cv_section .cv_boldaus {
  color: rgba(0, 0, 0, 0.7);
  font-weight: bold;

}

/**** CV â€“ INTRO ****/
.cv_intro {
  max-width: 1024px;
  width: 90%;
  /* margin: 0 auto; */
}

.cv_profilePic_container {
  width: 23%;
  min-width: 130px;
  min-height: 100px;
  float: left;
  margin: 0em 1.5em 1.2em 0em;
}

.cv_profilePic {
  width: 100%;
  padding-top: 114%;
  background-image: url("../links/img/cv/cv_profilePic.jpg");
  background-size: cover;
  background-position: center;
  min-width: 100px;
  float: left;
  /* border-radius: 150px; */
  /* min-height: 100px; */
}

/**** CV WORK HISTORY****/
.cv_workHistory h2, .cv_education h2 {
  width: 90%;
  margin: 1rem auto 2rem;
}

.timeline-container {
  max-width: 1024px;
  width: 90%;
  margin: 0 auto;
}

/** ----------------  THE FONTS **/
.timeline-item {
  padding: 0em 2em 3em;
  position: relative;
  color: rgba(0, 0, 0, 0.7);
  border-left: 2px solid rgba(0, 0, 0, 0.3);
}

.timeline-item h3 {
  margin-top: 0;
  margin-bottom: 1.5rem;
}

p {
  font-size: 1rem;
}

.timeline-item ::before {
  content: attr(date-is);
  position: absolute;
  left: 2em;
  font-weight: bold;
  top: 1em;
  display: block;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  font-size: .785rem;
}

.timeline-item::after {
  width: 10px;
  height: 10px;
  display: block;
  top: 0.3em;
  position: absolute;
  left: -8px;
  border-radius: 10px;
  content: '';
  border: 2px solid rgba(0, 0, 0, 0.3);
  background: white;
}

.timeline-item:last-child {
  border-image: linear-gradient(to bottom,
    rgba(0, 0, 0, 0.3),
    rgba(0, 0, 0, 0.0)) 1 100%;
}

.cv_lisaosa {
  display: none;
  /* transition-duration: 3s; */
}

.cv_expandButton, .cv_expandButton_intro{
  /* width: 93px; */
  display: inline-block;
  border: solid black 1px;
  padding: 10px 21px;
  transition-duration: 0.5s;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.7);
}



.cv_expandButton:hover, .cv_expandButton_intro:hover {
  background-color: black;
  color: white;
}

/**** CV SKILLS & LANGUAGE SKILLS *****/
.cv_skills, .cv_languageSkills, .cv_hobbies {
  width: 90%;
  display: inline-block;
  margin-left: 5%;
  margin-right: 5%;
}

.skillBox {
  width: 250px;
  height: 20px;
  margin: 1rem 2rem 1rem 0rem;
  /* background-color: green; */
  float: left;
}

.skillText {
  float: left;
  margin-right: 10px;
}

.skillBox .ball {
  width: 8px;
  height: 8px;
  border: solid #cacaca 2px;
  border-radius: 10px;
  float: left;
  margin: 3px 0px 0px 4px;
}

.ball_black {
  background-color: #3d3d3d;
}

.ball_black:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  border: solid white 1px;
}

.ball_white {
  background-color: white;
}

/*** CONTACT ***/

.contact_h1 {
  /* margin: 0 0 65px 0; */
}

.contact_content_grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-column-gap: 1rem;
  text-align: center;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 4rem;

}

.contact p{
  opacity: 0;
  animation: fadeIn 1s forwards;
}

@@keyframes fadeIn {
  0% {opacity: 0}
  100% {opacity: 1}
}

 .contact2 p {
  animation-delay: 0.3s;
}

 .contact3 p {
  animation-delay: 0.6s;
}


.contact_content_grid a{
  text-decoration: none;
}

.contact_animation {
  width: 60px;
  height: 60px;
  /* background-color: green; */
  margin: auto;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
  animation: icon_sprite 1s steps(25) 1 forwards;
}

.contact_animation_mail {
  background-image: url("../links/img/icons/icon_mail_sprite.png");
}

.contact_animation_instagram {
  background-image: url("../links/img/icons/icon_instagram_sprite.png");
  animation-delay: 0.3s;
}

.contact_animation_linkedIn {
  background-image: url("../links/img/icons/icon_linkedIn_sprite.png");
  animation-delay: 0.6s;
}

.contact_bottomBeforeFooter {
  height: 700px;
}

@keyframes icon_sprite {
  0% {
    background-position: 0 0%;
  }

  100% {
    background-position: 0 100%;
  }
}






/** FOOTER **/
.footerContainer {
  position: relative;
  width: 100%;
  top: 0;
  padding-top: 334px;
  /* margin-top: -178px; */
  overflow: hidden;
  height: 0px;
}

footer {
  position: absolute;
  background-color: #88DCCE;
  background-color: black;
  position: relative;
  margin: 0 0 -267px;
  width: 100%;
  transform: skew(0deg, -5deg) translateY(-170px);
}

.work_page_footer {
  margin: 0;
  top: 200px;
}

.footerNonSkewed {
  position: relative;
  margin-top: 0;
  height: 500px;
  /* padding: 283px 0px 0px; */
  transform: skew(0deg, 5deg);
  overflow: hidden;
}

.footerNonSkewed .grid-container-icon {
  margin: 50px 0;
  display: grid;
  grid-template-columns: 3fr 1fr 1fr 1fr 3fr;
}

.footerNonSkewed .grid-container-icon .grid-item-icon {
  width: 40px;
  padding-top: 40px;
  margin: auto;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.icon-mail {
  background-image: url("../links/img/icons/icon_mail.svg");
}

.icon-instagram {
  background-image: url("../links/img/icons/icon_insta.svg");
}

.icon-linkedIn {
  background-image: url("../links/img/icons/icon_linkedIn.svg");
}

/* MEDIA QUERIES */
@media only screen and (max-width: 768px) {

  /** GENERAL **/

  /*** HEADER ***/
  .content {
    width: 96%;
  }

  .headerNonSkewed {
    padding-bottom: 55px;
  }

  .logoAnimationContainer {
    float: none;
    /* position: relative; */
    width: 35%;
    margin-left: auto;
    margin-right: auto;
    /* min-width: 120px; */
    /* margin: 0% auto 0 auto; */
    /* z-index: 5; */
    /* left: 19%; */
  }

  .logoAnimationContainer:before {
    content: "";
    display: block;
    padding-top: 100%;
  }

  .logoAnimation {
    position: absolute;
    /* left: 0; */
    /* right: 0; */
    /* top: 0; */
    /* bottom: 0; */
    background-image: url("../links/animation/logoAnimation_vertical_sprite.png");
    background-position: bottom;
    background-repeat: no-repeat;
    /* width: 830px;
    height: 215px; */
    background-size: 100%;
    animation: sprite 5s steps(38) infinite alternate;
  }

  @keyframes sprite {
    0% {
      background-position: 0 0%;
    }

    20% {
      background-position: 0 100%;
    }
  }

  header ul {
    float: none;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    text-align: center;
    clear: both;
  }

  header ul li {
    float: none;
    margin: 0 2%;
    display: inline;
  }

  /** CONTENT GENERAL **/

  /** CONTENT FRONTPAGE **/
  .frontpage {
    min-width: unset;
  }

  .frontpage_content1 h1 {
    margin: 0 3%;
    font-size: 2.5rem;
  }

  .frontpage_content1 h1 span {
    font-size: 2.1rem;
  }

  .floatingOskari_container {
    width: 80%;
    margin-left: 10%;
    margin-right: 10%;
    max-width: none;
  }

  .frontpage_content1 p {
    margin: 1em 7%;
  }

  /** CONTENT WORK **/
  .workContainer {
    /* width: 70%; */
    margin: auto;
  }

  .workBox {
    width: 45%;
    margin: 1% 2%;
  }

  .lightbox_content {
    width: 90%;
  }

  .lightbox .kuva_third_left, .lightbox .kuva_third_right, .lightbox .kuva_twoThirds_left, .lightbox .kuva_half_left{
    width: 100%;
    min-height: 250px;
    height: auto;
  }

  .lightbox .kuva_fullWidth {
    width: 100%;
  }

  .lightbox .close {
    position: fixed;
    right: 3%;
    top: 0px;
    background-color: white;
    padding: 9px;
    width: 28px;
    height: 32px;
    border-radius: 28px;
  }

  .lightbox .close::before {
    left:23px;
  }
  .lightbox .close::after {
    left:23px;
  }

  /** CONTENT CV **/
  /*** MOBILE CV INTRO  ***/
  .cv_profilePic_container {
    width: 60%;
    margin: auto 20% 3em;
  }

  .cv_profilePic {
    border-radius: 100px;
    padding-top: 100%;
    border-radius: 250px;
  }

  /** CONTENT CV **/

  .contact_content_grid {
    grid-template-columns: 1fr;
  }

  .contact_bottomBeforeFooter {
    height: 200px;
  }

  /* FOOTER */
  .footerNonSkewed {
    height: 200px;
  }

  .footerNonSkewed .grid-container-icon {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  }
}
