html {
  scroll-behavior: smooth;
  height:100%;
  background-color:#ffffff;
  font-family: Sans-Serif;
    font-family: 'Open Sans', arial, sans-serif;


}

body {


  font: bold 14px/1.4 'Open Sans', arial, sans-serif;
  margin:0;
  padding:0;
  height:100%;
  overflow-x: hidden;


}
*, /*for the keep scrolling icon*/
:after,
:before {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

p{
  font-size: 18px;
  color: black;
  margin-left: 30px;
  margin-right:30px;
  font-family: 'Open Sans', arial, sans-serif;

}

h1 {
  color:black;
font-family: 'Fira Sans', sans-serif;
text-transform: uppercase;
}

h5,h4,h3,h2 {
  color:black;
  font-family: 'Fira Sans', sans-serif;
}


canvas{
  display: block;
}
footer{
  color:black;
}

.topnav {
  overflow: hidden;

}

.topnav a {
  float: right;
  color: black;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 1.2em;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.topnav a:hover {

  color: rgba(0, 0, 0, 0.5);
}

.topnav a.active {

  color: rgba(0, 0, 0, 0.5);
}
.footer-copyright{
  text-align: center;
  font-size: 1em;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}


.welcome {
  height:40%;
}
.textmiddle{
  position:relative;
  top:50%;
  width:100%;
  padding-left: 25%;
  transform: translateY(-50%);
  /*text-align: center;*/

}

.greet{
  position: absolute;
  top:50%;
  width:100%;
  transform: translateY(-50%);
  text-align: center;
}
.greet p{

  font-size: 7.5em;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  font-family: 'Fira Sans', sans-serif;

}


.fadeIn{
  animation: fadeIn;
  animation-duration: 1s;
  animation-delay: 2.5s;
  animation-fill-mode: both;
}

@keyframes fadeIn {
   0% {
      opacity: 0;

   }
   100% {
      opacity: 1;

   }
}



@import url("http://font.googleapis.com/css?family=Poppins:200,300,400,500,600,700,800,900&display=swap");
*
{
  margin:0;
  padding:0;
  box-sizing: border-box;
}

.scroll-down {
  opacity: 1;
  -webkit-transition: all .5s ease-in 3s;
  transition: all .5s ease-in 3s;
}

.scroll-down {
  position: absolute;
  bottom: 30px;
  left: 50%;
  margin-left: -16px;
  display: block;
  width: 32px;
  height: 32px;
  border: 2px solid #FFF;
  background-size: 14px auto;
  border-radius: 50%;
  z-index: 2;
  -webkit-animation: bounce 2s infinite 2s;
  animation: bounce 2s infinite 2s;
  -webkit-transition: all .2s ease-in;
  transition: all .2s ease-in;
}

.scroll-down:before {
    position: absolute;
    top: calc(50% - 8px);
    left: calc(50% - 6px);
    transform: rotate(-45deg);
    display: block;
    width: 12px;
    height: 12px;
    content: "";
    border: 2px solid white;
    border-width: 0px 0 2px 2px;
}

@keyframes bounce {
  0%,
  100%,
  20%,
  50%,
  80% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  60% {
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
  }
}



section{




}
.filter ul{
  margin-bottom: 3%;
  list-style: none;
  display: flex;
  flex-wrap:nowrap;
  overflow:auto;
  justify-content: center;
}

.filter li{
 position: relative;
 font-size: 1.2em;
 padding:8px 20px;
}
.filter a{
  color: black;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 0.15em;
  padding: 15px 20px;
  position: relative;
}

.filter a:after{
  background: none repeat scroll 0 0 transparent;
  bottom: 0;
  content: "";
  display: block;
  height: 2px;
  left: 50%;
  position: absolute;
  background: black;
  transition: width 0.3s ease 0s, left 0.3s ease 0s;
  width: 0;
}
.filter a:hover:after {
  width: 100%;
  left: 0;
}

#product-container{

  margin-left:auto;
  margin-right:auto;
  width:100vw;

}

.product{
  display: flex;
  flex-wrap: wrap;
  max-width: 100%;
}

.product .itembox{
  position: relative;
  width: 33.3vw;
  height: 360px;

}
.product .itembox img{
  position: absolute;
  top:0;
  left: 0;
  width: 100%;
  height: 100%;

  object-fit: cover;

}
.overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
  background-color: black;
}
.itembox:hover .overlay{
  opacity: 0.8;
}
.itembox:hover img{
  filter:grayscale(0);
}
.producttext{
  color: white;
  font-size: 25px;
  position: absolute;
  top:50%;
  padding:0 10% 0 10%;



  text-align: left;
}
.producttext_small{
  color: white;
  font-size:15px;
  position: absolute;
  top: 75%;
  padding:0 10% 0 10%;

}







/* Post page */

.description{
}
.post{
  margin-top: 50px;
}
.title {
  color:white;
  padding: 2.5% 15% 1.75% 15%;

}
.title h4,h5{
  padding-bottom: 10px;

}
.title h5{
  padding-left: 2%;

}
.title ul{
  color:black;
  padding-left: 2%;
  font-weight: 400;
  font-size: 18px;


}

.title p{
  text-align: left
}

.title span{
  background:rgba(0,0,0, 0.5);
  margin: 0;
}
.title img, iframe{
  display:block;
  margin:auto;
  margin-bottom: 20px;
}
.bg_grey{
  background:rgba(0,0,0, 0.05);
}
.align{
  display: table-cell;
}
.align img{
  margin:0;
  float: left;
}


.wrap {
  display:flex;
  flex-direction: row;
  align-items:center;
  height:100%;
}
.postpics{
  position: relative;
  width:100vw;
  height:100%;

}
.postpics img{
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;


}

.responsive{
  max-width: 100%;
  height: auto;
}
.posttitle{
  padding-right: 5%;

}

.grey{
  color:grey;
}
/*about page */
.about-name{

    position:relative;
    top:50%;
    width:100%;
    transform: translateY(-50%);
    text-align: center;
    padding:0 20%;

}
.fa {
  padding: 20px;
  font-size: 30px;
  width:55px;
  text-align: center;
  text-decoration: none;
  margin: 5px 2px;
  border-radius: 50%;
  color: grey;

}

.fa:hover {
    color: white;
    opacity: 0.7;.

}
.fa-google, .fa-facebook, .fa-linkedin, .fa-github{
  background: rgba(0,0,0,0.05);
  color: grey;
}

.experience-list ol {
  list-style-type: none;
}




@media screen and (max-width: 550px) {
  .textmiddle{
    padding: 0;
  }
  .greet p{
    font-size: 3em;
    letter-spacing: 0.15em;
    text-transform: uppercase;
  }
  #product-container{
    width:100%;
  }

  .filter ul{
    justify-content:flex-start;
  }
  .product .itembox{
    position: relative;
    width: 100vw;
    height: 300px;

  }
  .product{
  justify-content:center;
}
  .producttext{
  font-size: 20px;

}
  .profile{
    position:relative;
    height:80%;
    width:100%;
  }

  .main{
    padding: 0px 50px;
    margin:auto;
  }
  .wrap{
    flex-direction: column;
  }

  .title {
    color:white;
    padding: 2.5% 5% 1.75% 5%;
  }
  .about-name{

    width:100%;
    text-align: center;
    padding:0 5%;
  }
  .welcome{
    height:75%;
  }




}
