/* Landing page */

html {
  scroll-behavior: smooth;
}

body{
  font-family: "Merriweather", serif;
  background: #ffffff;
  color: #272727;
  margin: 16px;
  padding: 16px;
  text-align: center;
  background-image: -webkit-repeating-radial-gradient(center center, rgba(0,0,0,.10), rgba(0,0,0,.10) 1px, transparent 1px, transparent 100%);
  background-size: 20px 20px;

}

a{
  color: #B40036;
  text-decoration: none;
}

h1, h2, h3, .subtitle, h1.title {
  font-family: "Montserrat", sans-serif;
}

h1{
  font-size: 42px;
  font-weight: 700;
  line-height: 1;
  margin-top: 10px;
}

h2{
  font-size: 60px;
  font-weight: 100;
  margin-top: -25px;
  text-transform: uppercase;
}

.subtitle{
  font-size: 20px;
  font-weight: 300;
  margin-top: -25px;
  text-transform: uppercase;
}

h3{
  font-size: 52px;
  margin-bottom: 36px;
  margin-top: 140px;

}

p{
  font-size: 16px;
  font-weight: 400;
}

p.intro{  
  max-width: 500px;
  margin: -16px auto 16px auto;
  padding: 32px;
  line-height: 1.6;
}

p.footer{
  margin-bottom: 30px;
}

@media screen and (max-width: 1024px) {
  .click{
      display: none;
    }
  }

 @media screen and (min-width: 1025px) {
  .tap{
      display: none;
    }
  } 


.skewed-bg{
  height: 380px;
}

 @media screen and (max-width: 1024px) {
    .skewed-bg{
      height: 330px;
    }
  } 



.skewed-bg::after{
  content: '';
  height: 500px;
  background: #f5f5f5;
  transform: skew(0deg,-5deg);
  display: block;
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: -100%;
  right: 0;
}


img.avatar{
  margin: 0 auto 0 auto;
  width: 120px;
  height: 120px;
}




.skewed-bg .content a{
  color: #B40036;
  text-decoration: none;
}

.skewed-bg .content a:hover{
  color: #91173C;
}


.content{
  margin: 10px;
}

.contact{
  margin-top: 40px;
  margin-left: 16px;
  margin-right: 16px;
  color: #272727;
}

.contact .content{
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
}

.project{
  width: 50%;
  display: inline-block;
}

.project{
  font-size: 16px;
}

@media screen and (max-width: 1024px) {
  
  .project{
    width: 70%;
  }
}

@media screen and (max-width: 800px) {
  
  .project{
    width: 90%;
  }
}

.project-thumb{
  max-width: 80%;
  margin: 2%;
}




.project{
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  transition: all 150ms;
  -webkit-transition-delay: 0.1s; /* Safari */
  transition-delay: 0.1s;
}

.project:hover {
  -webkit-filter: grayscale(0);
  filter: grayscale(0%);
}

@media screen and (max-width: 1024px) {
  
  .project{
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
  }
}

.project-title{
  text-align: center;
  display: block;
  font-weight: bold;
}

.project-title i.bi{
  padding: 4px;
  color: #414141;
}

.project-description{
  text-align: center;
  display: block;
  margin: -18px 0 16px;
  font-size: 12px;
}

.project-description a {
  text-decoration: none;
}


.social{
  border-radius: 38px;
  color: #B40036;
  padding: 20px;
  cursor: pointer;
  font-family: 'FontAwesome';
  font-size: 50px;
  display: inline-block;
  transition: all 0.2s;
}

.social:hover{
  background-color: #B40036;
  color: #ffffff;
}


.bgfill{
  background: #f5f5f5;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  height: 30%;
  width: 100%;
}

footer{
  padding: 20px;
  margin-top: 80px;
  margin-left: 16px;
  margin-right: 16px;
  color: black;
}

footer p{
  font-size: 12px;
  margin-left: 16px;
  margin-right: 16px;
}

footer a{
  font-size: 12px;
  color: #B40036;
  text-decoration: none;
  font-weight: 700;

}

footer a:hover{
  color: #91002C;
}





@media screen and (max-width: 640px) {

  .social{
    min-width: 30%;
  }

}


.lazy-load, .lazy-loaded {
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -ms-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
  opacity: 0;
}

.lazy-loaded { opacity: 1; }





