/*navbar*/

.navbar {
    background-color: #010151 !important;
}

.navbar_aulogo {
    width: 110px;
    height: 100px;
    margin-right: 20px;
}
.navbar_incubelogo{
    width:110px;
    height: 100px;
    margin-left: 20px;
} 

.nav-item {
    padding: 0px 20px;
    color: white !important;
}

.navbar-nav, .nav-link, .nav-item, .navbar-brand{
    color: white !important;
}

.navbar-nav {
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.navbar-nav .nav-item {
    padding: 0px 15px;
}


/*events*/
.card {
    width:90%; 
    margin: 0 auto; 
    margin-top: 75px; 
    transition: transform 0.3s;
    margin-bottom: 100px;
}

.card:hover{
    transform: scale(1.05);
}

/* CSS for adjusting text size */
.card-title {
    font-size: 1.8rem;
    font-weight: bolder;
  }
  
  .card-text {
    font-size: 1.3rem; 
    text-align: justify;
  }
  
  /* CSS for adjusting picture size in the carousel */
  .carousel-item img {
    max-width: 100%; 
    height: auto; 
    margin-top: 50px;
    margin-bottom: 75px;
  }


  
hr.dotted {
    border-top: 5px dotted #000001;
    width: 75%;
    display: flex;
    justify-content: center;
    align-items: center;
  }


  .row a{
      text-decoration: none;
  }
  




/*footer*/

footer{
    background-color: #010151;
    margin-top: 100px;
}

.footer_incubelogo{
    width:110px;
    height:100px;
}
.contact_us,.phone,.email{
    color: white;
}



/*responsive*/

/*footer*/

@media (max-width:767px){
  *{
    overflow-x: hidden;
  }
  .card-text{
    text-align: justify;
  }
    
  .container {
    padding: 0;
  }

  .col-12.col-md-4 {
    flex: 0 0 100%;
    max-width: 100%;
    text-align: center;
    margin-bottom: 30px;
  }

  .footer_incubelogo {
    width: 80px;
    height: 70px;
  }

  .contact_us {
    font-size: 1.5rem;
  }

  .phone, .email {
    font-size: 1rem;
  }

  .list-unstyled h3 {
    font-size: 1.5rem;
  }

  .list-unstyled li a {
    font-size: 1rem;
  }

  .bi.fs-4.mx-3 {
    font-size: 1.5rem;
  }
}