body {
    margin: 0;
    background-color: #cfdb3d;
    font-family: 'Montserrat', sans-serif;
    color: #fff;
}
header {
  display: inline-block;
  width: 100%;
  background-image: url('images/j-lee-0lL6Sox7n1Y-unsplash.jpg');
  background-size: 350px;
}

nav {
    display: flex;
    flex-direction: row-reverse;
    width: 100%;
    background-color: #f4c8ea;
    font-size: 20px;
    
   
    
}

ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
  }
  
  li {
   float: left;
  }
  
  li a {
    display: block;
    color: #fff;
    text-align: center;
    padding: 10px 10px;
    text-decoration: none;
  }


   li a:link{
        color: #ffffff;
    }
 
   li a:hover{
    color: #f45e9d;
  }


  h1 {
    z-index: 2;
    position: relative;
    font-family: 'Cookie', cursive;
    font-size: 10em;
    margin-top: 20px;
    color: #fff;
    text-align: center;
    margin-bottom: 0;
    text-shadow: 3px 3px #f45e9d;
    
    
  }

  .slogan {
    position: relative;
    top: -40px;
    z-index: 2;
    margin-bottom: 2em;
    margin-top: 0;
    margin-left: 52%;
    width: 300px;
    text-align: center;
    font-style: italic;
    font-size: 20px;
    color: #fff;
    text-shadow: 1px 1px #848484;
  }

  .center {

    width: 40em;
  
  }

  img {
    width: 50%;
  }

  .esittely {
    padding-left: 2em;
    padding-right: 2em;
    padding-top: 2em;
  }

  .tausta {
    display: flex;
    background-color: #f49488;
    text-align: center;
    
  }



  .btn:hover {
    color:#ffffff;
    background-color: #f45e9d;
  }


    .box {
      --mask:
        radial-gradient(39.36px at calc(100% - 55.20px) 50%,#000 99%,#0000 101%) 0 calc(50% - 48px)/100% 96px,
        radial-gradient(39.36px at calc(100% + 31.20px) 50%,#0000 99%,#000 101%) calc(100% - 24px) 50%/100% 96px repeat-y;
      -webkit-mask: var(--mask);
              mask: var(--mask);
    }

    
      .box2 {
        --mask:
          radial-gradient(39.36px at 55.20px 50%,#000 99%,#0000 101%) 0 calc(50% - 48px)/100% 96px,
          radial-gradient(39.36px at -31.2px 50%,#0000 99%,#000 101%) 24px 50%/100% 96px repeat-y;
        -webkit-mask: var(--mask);
                mask: var(--mask);
      }

    


  footer h2 {
    font-family: 'Cookie', cursive;
    text-align: center;
    color: #f4c8ea;
    text-shadow: 3px 3px #f45e9d;
    font-size: 3rem;
  }

/*     GALLERIA     */
.gallery {
  width: 100%;
}

.galleriaohje {
  text-align: center;
  color: #ffffff;
  text-shadow: 2px 2px #adadad;

}

  /* The grid: Four equal columns that floats next to each other */
.column {
  
  flex-direction: row;

}

/* Style the images inside the grid */
.column img {
  opacity: 0.8; 
  cursor: pointer; 
}

.column img:hover {
  opacity: 1;
}

.row {

  display: flex;
  flex-direction: row;

}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

#expandedImg {
  margin: auto;
  width: 50%;
  text-align: center;
}

/* The expanding image container */
.container {
  position: relative;
  display: none;
  text-align: center;
}

/* Expanding image text */
#imgtext {
  position: absolute;
  bottom: 15px;
  left: 15px;
  color: white;
  font-size: 20px;
}

/* Closable button inside the expanded image */
.closebtn {
  margin-top: 0;
  position: absolute;
  right: 25%;
  color: white;
  font-size: 20px;
  cursor: pointer;
}

.closebtn:hover {
  color: #cfdb3d;
}

.kauppa {
  margin-top: 0;
  border: 3px solid #ffffff99;
  background-color: #ffffff85;
  height: 400px;
}

.kauppa h2 {
  text-align: center;
  margin-top: 150px;
  font-family: 'cookie', cursive;
  font-size: 75px;
  color: #f4c8ea;
  text-shadow: 4px 5px #f45e9d ;

}

    
  

footer {

  text-align: center;
  height: 100px;
  height: 300px;
  background-size: 25%;
  background-color: #ffffff7c;
}

footer h2 {
  padding-top: 5%;
  font-family: 'Cookie', cursive;
  text-align: center;
  color: #ffffff;
  text-shadow: 2px 2px #f45e9d;
  font-size: 3rem;

}

footer p {
  color: #f45e9d;
  text-shadow: 1px 1px #fff;
}


/*Social media buttons*/

.fa {
  padding: 20px;
  font-size: 30px;
  width: 30px;
  text-align: center;
  text-decoration: none;
  margin: 5px 2px;
 
}

.fa:hover {
    opacity: 0.7;
}

.fa-facebook {
  background: #3B5998;
  color: white;
}
.fa-instagram {
  background: #125688;
  color: white;
}

.fa-pinterest {
  background: #cb2027;
  color: white;
}


  /* VÄRIPALETTI

     limevihreä             #cfdb3d   
        koralli             #f49488
        pinkki              #f45e9d
        mintunvihreä        #a7ddc3
        vaaleanpunainen     #f4c8ea
        keltainen           #f1d332
            
  
  */