/*

font-family: 'Bebas Neue', cursive;
font-family: 'Catamaran', sans-serif;
font-family: 'Pacifico', cursive;
font-family: 'Ubuntu', sans-serif;

*/

body{
    background-color: white;
}

h2, p{
    font-family: 'Catamaran', sans-serif;
}

.active a{
    color: rgb(148, 182, 69);
}

#cFont{
    font-family: 'Pacifico', cursive;
}

.custom-box{
    box-shadow: 20px 20px 50px grey;
    padding: 2rem;
}

#top{
    text-align: center;
    font-family: 'Pacifico', cursive;
}

#mainmenu{
    padding: 0;
}

#mainmenu{
    background: linear-gradient(-45deg, #59C66B,#201f85,#59C66B);
    background-size: 400% 400%;
    animation: gradient 7s ease infinite;
}

@keyframes gradient {
	0% {
		background-position: 0% 50%;
	}
	50% {
		background-position: 100% 50%;
	}
	100% {
		background-position: 0% 50%;
	}
}

#mainmenu .navbar-nav{
    line-height: 3rem;
    font-family: 'Bebas Neue', cursive;
    font-size: 2.2rem;
}

#mainmenu .nav-item{
    padding-right: 3rem;
}

#mainmenu .nav-link{
    color: white;
}

#slider{
    height: 80vh;
    background-image: url('../media/img/slider.jpg');
    background-color: #cccccc;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

#slideCard{
    width: 50%;
    margin: 0 auto;
    top: 30%;
    text-align: center;
    background: transparent;
    border: none;
    color: white;
    font-family: 'Ubuntu', sans-serif;
    
}

.btn-custom-1{
    background: #26B83C;
    color: black;
    border: 2px solid black;
    width: 50%;
    height: 3rem;
    margin: 0 auto;
    font-size: 1.5rem;
}

.btn-custom-1:hover{
    background: black;
    color: white;
    border: 2px solid #26B83C;
}

#intro{
    background: #E6FAE9;
}

#shortinfo{
    height: 15vh;
    background-image: url('../media/img/fabric.jpg');
    background-color: #cccccc;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.counterSection{
    width: 100%;
    background: #0000008c;
    height: 100%;
    color: white;
    text-align: center;
    padding: 2rem;    
}

#h2-counter{
    line-height: 2rem;
    font-weight: bold;
}

#footer{
    height: 20vh;
    margin-top: 2rem;
    text-align: center;
    background:#141357;
    color: white;
    background: linear-gradient(-45deg, #59C66B,#201f85,#59C66B);
    animation: footergradient 7s ease infinite;
    background-size: 400% 400%;
}

@keyframes footergradient {
	0% {
		background-position: 0% 50%;
	}
	50% {
		background-position: 100% 50%;
	}
	100% {
		background-position: 0% 50%;
	}
}

.clients{
    background: white;

}

.underline {
  text-decoration: underline;
  text-decoration-color: #201f85;
}
/* 
.gallerybutton{
    font-size: 1.5rem;
    color: white;
} */