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

.navbar_logo{
   max-height: 42px;
   max-width: 42px !important;
}

.font-size-subtitle-text{
   font-size: 28px !important;
}

.learn-more-button{
   background-color: #4c4e50;
   padding: 10px 30px 10px 30px;
   transition: 0.3s;
}

.learn-more-link:hover{color: white !important}

.learn-more-button:hover{
   background-color: #FC4058;
   transition: 0.3s;
}

.learn-more-button-box{
   margin-top: 40px;
}

.linkanimation{
   color: #2c2d2e;
   transition: 0.4s;
}

.linkanimation:hover{
   color: #FC4058;
   transition: 0.4s;
}

.color-secondary{
   color: #FC4058;
}

.linkanimation-secondary:hover{
   color: #2c2d2e;
   transition: 0.4s;
}

.linkanimation-secondary{
   color: white;
   transition: 0.4s;
}

.linkanimation-terciary{
   color: #2c2d2e;
}

.linkanimation-terciary:hover{
   color: #FC4058;
   transition: 0.4s;
}

.linkanimation-4{
   color: white;
   transition: 0.4s;
}

.linkanimation-4:hover{
   color: #FC4058;
   transition: 0.4s;
}

.linkanimation-5{
   color: white;
   transition: 0.4s;
}

.linkanimation-5:hover{
   color: #4c4e50;
   transition: 0.4s;
}

.homepage {
   background: url(../../assets/images/lu-da-koncept.webp) no-repeat center center fixed;
   -webkit-background-size: cover;
   -moz-background-size: cover;
   -o-background-size: cover;
   background-size: cover;
}

.carousel-image{
   width: 100% !important;
   height: 600px;
   object-fit: cover;
}
