body{
  font-family: 'Merriweather', sans;
  width:100%;
  color:rgb(30,115,85);
  background-color: rgb(255,255,220);
  font-size:30px;
  overflow-x: hidden !important;
  margin:auto;
}

.title-box{
  /*border: 1px solid green;*/
  background-color:rgb(45, 185, 135);
  display: inline-block;
  width: 100%; 
}

.title-box img{
  width:5%;
  height: 5%;
}

.title-box h1{
  display: inline-block;
}

.title, .main-text{
  max-width:80%;
  display: block;
  margin: auto;
  /*border: 1px solid green;*/
}

.title{
  font-family: "Amatic SC", sans-serif;
  font-weight: 900;
  font-style: normal;
  font-size: 44px;
  color:white;
  /*border-bottom: 5px solid rgb(15,60,45);*/
}

.main-text{
  width:100%;
  margin-top:5%;
}

.recent-work{
  margin-top: 10%;
  width:100%;
  /*border: 1px solid green;*/
  text-align: center;
  background-color: rgb(15,60,45);
  color: white;
  font-family: "Josefin Sans", sans-serif;
  padding-top:5%;
  padding-bottom: 5%;
  font-weight: 400;
  font-style: normal;
}

.contact{
 text-align: center;
 /*border: 1px solid green;*/
 margin-top:5%;
 padding:2%;
  margin-bottom:5%;
}

.contact i{
  color:rgb(30,115,85);
  font-size: 62px;
}

.contact a{
   padding-inline: 3%;
}

.contact object {
  padding-top: 2%;
}
.slide img{
  width: 20vw;
  padding:2%;
  border: 2px solid white;
  margin-left:15%;
}

.slick-carousel{
  background-color: rgb(15,60,45);
  width: 100% !important;
  text-align: center;
  padding:2%;
  padding-bottom: 10%;
}

.slick-carousel button{
  display: none !important;
}

footer{
  width:100%;
  text-align: center;
  font-size: 20px;
  font-family: "Josefin Sans", sans-serif;
  position: absolute;
  padding-bottom: 2%;

}
#tortoigaName{
  color:rgb(56,145,24);
}

.lazyload,
.lazyloading {
  filter: blur(10px);
  transition: filter 400ms;
}

.lazyloaded {
  filter: blur(0);
}

.contact a{
  text-decoration: none;
}

