@charset "utf-8";

body {
background-color: #ffffff;
font-family: 'Poppins', sans-serif;
margin: 0;
padding: 0;

}

/* ----- TOP NAVIGATION (Full width) ---- */

.topNavi {
  height: 75px;
  width: 100%;
  background-color: rgba(0,0,0, 0.9);
  position: fixed;
  top: 0;
  z-index: 5;
}

.topNaviLeft {
  height: auto;
  width: 35%;
  float: left;
}

.topNaviLinks {
  float: right;
}

.navItemWrapper {
  border-right: 2px solid #c638a5;
  padding: 0 20px 0 0;
  }

.onPage {
    border-right: 2px solid #c638a5;
    padding: 0 20px 0 0;
    }

.onPageEnd {
    padding: 0 20px 0 0;
}

.topNaviLinks ul {
  list-style: none;
  margin: 0 20px 0 0;
  padding: 0;
  display: inline;
  }


  /* TOPNAVI MOBILE*/

.topNaviMobile {
  display: none;
  }

  .topNaviMobile {
  overflow: hidden;
  background-color: rgba(0,0,0, 0.8);
  position: fixed;
  top: 0;
  z-index: 5;
  width: 100%;
}

/* Hide the links inside the navigation menu (except for logo/home) */
.topNaviMobile #myLinks {
  display: none;
  text-align: right;
  height: 100vh;
}

/* Style navigation menu links */
.topNaviMobile a {
  color: #fff;
  padding: 14px 20px;
  text-decoration: none;
  font-size: 24px;
  display: block;
}

/* Style the hamburger menu */
.topNaviMobile a.icon {
  background: rgba(0,0,0,0);
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  color: #ef54d2;
}

/* Add a grey background color on mouse-over */
.topNaviMobile a:hover {
  background-color: rgba(0,0,0,0);
  color: #ef54d2;
}

/* Style the active link (or home/logo) */
.active {
  background-color: rgba(0,0,0, 0.8);
  color: white;
}

  /**/


.heroPic {
  width: 100%;
  height: 100vh;
  max-height: 1440px;
  background-image: linear-gradient(to right, rgba(0,0,0,0) , rgba(0,0,0,0.95)), url(images/iltaWorks-frontpageHero-WQHD.jpg);
  background-position: center top;
  }


.heroContent {
  position: absolute;
  top: 40%;
  right: 0;
  }

.heroLinks {
  float: right;
  margin: 20px 50px 0 0;
  }

.heroButton {
  height: 44px;
  width: auto;
  margin: 0 0 0 25px;
  background-image: linear-gradient(to bottom, rgba(198,56,165,1) , rgba(158,16,188,1));
  border-radius: 30px;
  display: inline-block;
  padding: 0 30px;
  line-height: 44px;   /* laita tämä samaksi kuin HEIGHT*/
  }

.heroChevron {
  float: left;
  display: block;
  position: absolute;
  bottom: 20px;
  left: 50%;
  }

.heroChevron img {
  width: 100px;
  height: 40px;

  }

.fpContent {
  width: 100%;
  height: auto;
  margin: 25px 0 0 0;
  }

.FPclo1  {
  width: 42%;
  padding: 0 4%;
  float: left;
  display: table;
  }

.FPclo2  {
    width: 41%;
    padding: 0 4%;
    float: left;
    display: table;
    border-left: 1px solid #d6d6d6;
    }

.FPclo2Gra  {
        width: 41%;
        padding: 0 4%;
        float: left;
        display: table;
        border-left: 1px solid #d6d6d6;
        }

.someButtons a {
  text-decoration: none;
    }

.someButtons img {
    margin: 10px 10px 0 0;
    height: 60px;
    width: 60px;
  }

ul {
  margin: 0;
}

.footer {
  margin: 50px 0 0 0;
  width: 100%;
  height: 75px;
  background-color: #5b5b5b;
}

.clear {
  clear: both;
}

.designContent {
  width: 100%;
  margin: 75px 0 0 0;
  padding: 0;
}

.artContent {
  width: 100%;
  margin: 0;
  padding: 0;
}

.ArtTopMargin {
  height: 0px;
  width: 100%;
  margin: 75px 0 0 0;
}

.contentImage {
  text-align: center;
  margin: 0 auto;
}

.contentImage img {
  max-width: 1500px;
  height: auto;
  width: 100%;
}

.artImage img {
  height: auto;
  width: 100%;
  box-shadow: 0 10px 10px rgba(0,0,0,0.4);
}

.galleriakuvat {
  }

.galleriakuvat img {
  border-radius: 10px;
  margin: 5px;
  box-shadow: 0 3px 5px rgba(0,0,0,0.5);
  }

.blackChevron {
    display: block;
    margin: 40px auto 0 auto;
    text-align: center;
    border-bottom: 1px solid #282828;
    padding: 0 0 10px 0;
    box-shadow: 0 20px 15px rgba(0,0,0,0.2);
    }


/* ----- TEXT STYLES ----- */

.topNaviLeft h1 {
  margin: 0 0 0 30px;
  padding-top: 5px;
  color: #ffffff;
  font-size: 30px;
  font-weight: 700;
}

.topNaviLeft h2 {
  margin: -15px 0 0 30px;
  padding-top: 0;
  color: #ffffff;
  font-size: 24px;
  font-weight: 400;
}

.topNaviLinks ul li a {
  float: left;
  font-size: 24px;
  color: #fff;
}

.topNaviLinks ul li {
    float: left;
    margin: 20px 20px 0 0;
    font-size: 24px;
    color: #fff;
    font-weight: 400;
}

.topNaviLinks ul li a:hover {
  color: #ef54d2;
}

.topNaviLinks ul li.onPage {
  color: #ef54d2;
}

.topNaviLinks ul li.onPageEnd {
  color: #ef54d2;
}

#myLinks a.onPage {
    color: #ef54d2;
}

.heroContent h1 {
  margin: auto 50px auto 0;
  padding: 0;
  font-size: 120px;
  font-weight: 700;
  color: #fff;
  text-align: right;
  text-shadow: 2px 4px 5px black;
}

.heroContent h2 {
  margin: -50px 50px 0 0;
  padding: 0;
  font-size: 70px;
  font-weight: 200;
  color: #fff;
  text-align: right;
  text-shadow: 2px 4px 5px black;
}

.heroButton a {
  font-size: 26px;
  font-weight: 400;
  color: #fff;
  text-decoration: none;
}

.fpContent h1 {
  font-size: 40px;
  font-weight: 400;
  color: #000;
  line-height: 100%;
}

.fpContent h2 {
  font-size: 20px;
  font-weight: 400;
  color: #000;
  line-height: 150%;
  margin: 25px 0 0 0;
}

.fpContent h3 {
  font-size: 18px;
  font-weight: 300;
  color: #000;
  line-height: 150%;
  margin: 0;
}

.fpContent p {
  font-size: 18px;
  font-weight: 300;
  color: #000;
  line-height: 150%;
}

ul li a {
  font-size: 20px;
  font-weight: 400;
  color: #c638a5;
  text-decoration: none;
  }

.footer p {
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    text-align: center;
    padding: 25px 0 0 0;
  }

a {
    font-size: 20px;
    font-weight: 400;
    color: #c638a5;
    text-decoration: none;
}



/*   -----     MEDIA STYLES     ------- */


@media screen and (max-width: 1200px) {

.heroContent h1 {
    margin: auto 50px auto 0;
    padding: 0;
    font-size: 80px;
    line-height: 100%;
}

.heroContent h2 {
    margin: -10px 50px 0 0;
    padding: 0;
    font-size: 60px;
}

.galleriakuvat img {
  width: 175px;
  }

.heroChevron img {
    width: 75px;
    height: auto;
}

.FPclo1  {
    width: 92%;
    padding: 0 4%;
}

.FPclo2  {
    width: 92%;
    padding: 0 4%;
}

.FPclo2Gra  {
    display: none;
    }

.blackChevron img {
        width: 75px;
}

.topNaviLinks ul {
    margin: 0;
}

}


@media screen and (max-width: 950px) {

.topNavi {
    height: 65px;
  }

.FPclo1  {
    width: 92%;
    padding: 0 4%;
}

.FPclo2  {
      width: 92%;
      padding: 0 4%;
      margin: 25px 0 0 0;
      border-left: none;
}

.ArtTopMargin {
  margin: 65px 0 0 0;
}

/* ---TEXT--- */

.topNaviLeft h1 {
    margin: 0 0 0 15px;
    font-size: 24px;
}

.topNaviLeft h2 {
    margin: -10px 0 0 15px;
    font-size: 18px;
}

.topNaviLinks ul li a {
    font-size: 18px;
}

.topNaviLinks ul{
    margin: 0;
}

.topNaviLinks ul li {
    margin: 20px 20px 0 0;
    font-size: 18px;
}

}



@media screen and (max-width: 680px) {

.topNavi {
    height: 60px;
  }

.heroLinks {
    margin: 20px 50px 0 0;
}

.blackChevron img {
    width: 75px;
}

.heroChevron {
    bottom: 10px;
    left: 45%;
}

.heroChevron img {
    width: 50px;
}

.ArtTopMargin {
    margin: 55px 0 0 0;
}



/* ---TEXT--- */

.topNaviLeft h1 {
    margin: 0 0 0 15px;
    font-size: 19px;
}

.topNaviLeft h2 {
    margin: -7px 0 0 15px;
    font-size: 16px;
}

.topNaviLinks ul li a {
    font-size: 14px;
}

.topNaviLinks ul li {
    margin: 20px 10px 0 0;
    font-size: 14px;
}

.heroContent h2 {
    margin: -10px 50px 0 0;
    padding: 0;
    font-size: 40px;
}

.heroButton a {
  font-size: 24px;
}


}


@media screen and (max-width: 560px) {

.topNavi {
      display: none;
}

.topNaviMobile {
      display: block;
}


.heroLinks {
      margin: 20px 20px 0 0;
}

.heroButton {
  height: 40px;
  width: auto;
  margin: 0 0 0 10px;
  padding: 0 20px;
  line-height: 40px;   /* laita tämä samaksi kuin HEIGHT*/
  }

.galleriakuvat img {
    width: 150px;
}

.blackChevron img {
    width: 50px;
}

.FPclo2  {
    margin: 10px 0 0 0;
}

.ArtTopMargin {
    margin: 65px 0 0 0;
}


/* ---TEXT--- */


.topNaviLeft h1 {
    margin: 0 0 0 15px;
    font-size: 18px;
}

.topNaviLeft h2 {
    margin: -7px 0 0 15px;
    font-size: 14px;
}

.topNaviLinks ul li a {
    font-size: 14px;
}

.topNaviLinks ul li {
    margin: 20px 10px 0 0;
    font-size: 14px;
}

.active h1 {
  color: white;
  font-size: 18px;
  margin: -5px 0 0 0;
}

.active h2 {
  color: white;
  font-size: 14px;
  margin: -5px 0 0 0;
  font-weight: 400;
}

.heroContent h1 {
    margin: auto 20px auto 0;
    font-size: 60px;
    line-height: 100%;
}

.heroContent h2 {
    margin: -10px 20px 0 0;
    padding: 0;
    font-size: 30px;
}

.heroButton a {
  font-size: 20px;
}

.fpContent h1 {
  font-size: 30px;
  line-height: 100%;
}

.fpContent h2 {
  font-size: 20px;
  line-height: 150%;
  margin: 25px 0 0 0;
}

.fpContent h3 {
  font-size: 18px;
  line-height: 150%;
  margin: 0;
}

.fpContent p {
  font-size: 16px;
}


}



@media screen and (max-width: 400px) {

.heroButton {
    margin: 10px 0 0 10px;
    padding: 0 15px;
    float: right;
}

.heroLinks {
      margin: 0 15px 0 0;
}

.galleriakuvat img {
    width: 230px;
}

/* ---TEXT--- */

.heroContent h1 {
    margin: auto 15px auto 0;
    font-size: 50px;
    line-height: 100%;
}

.heroContent h2 {
    margin: -10px 15px 0 0;
    padding: 0;
    font-size: 26px;
}

.heroButton a {
  font-size: 18px;
}


}
