/*-----------Logo style--------------*/

.navbar img {
  height: 60px;

}

.navbar-nav a {
  color: whitesmoke;
}
/*-----------body style--------------*/

body {
  background-image: url(images/body-image.bmp);   

}

/*-----------Carousel style--------------*/
.c-item {
height: 480px;
}

.c-img {
height: 100%; 
object-fit: cover;
filter: brightness(0.5);
}

/*-----------Social icons style--------------*/
.social-icons ul {
display: flex;
justify-content: center; /* Horizontally centers the image */
align-items: center;     /* Vertically centers the image */
}

.social-icons img {
border-radius: 50%;
height: 50px;
transition: 0.5s;
} 

.social-icons a:hover img {
    transform: translateY(-10px);
}


 /*-----------Copyright footer style--------------*/


#costum-footer {
  background-color: navy;

}
.btn-primary {
box-shadow: none;
padding: 8px 25px;
color: white;
border: none;
border-radius: 20px;
background-image: linear-gradient(to right, white, navy);
}


/**/
#womans-conference {
background-image: linear-gradient(to down, white, navy);

}