.img-fluid {
    max-width: 70%;
}
.logo {
    width: 280px;
    height: auto;
}

h2, h4 {
    color: #a3bc0c;
}

.btn-menu {
    color: #ffffff;
    background-color: #35499b;
    background-image: linear-gradient(to bottom, #35499b, #35499b);
    border-color: #35499b;
}

.btn-menu-active {
    color: #ffffff;
    background-color: #a3bc0c;
    background-image: linear-gradient(to bottom, #a3bc0c, #a3bc0c);
    border:2px solid #a3bc0c;
}

.btn-primary {
  background-color: #35499b;
}

.btn-success {
  background-color: #a3bc0c;
}

.IconBaby {
    display: inline-block;
    width: 24px;
    height: 24px;
    margin-top: 0;
    background-size: auto;
    background-image: url("images/baby.png");
    background-repeat: no-repeat;
}