/* Css 2 goes here */


.navbar-toggler-icon {
    background-image: none;
    width: 24px;
    height: 2px;
    background-color: white;
    box-shadow: 0 6px white, 0 12px white;
    text-decoration-line: none;

}

.nav-link:hover {
    color: whitesmoke;
    border-bottom-style: groove;
}

.hero-img { 
    min-height: auto;
    background-repeat: no-repeat;
    position: relative;
    background-size:cover;
    background-position: center;
    height: auto;
    width: 100%;
    object-fit: cover;
}
.hero-text {
    position: absolute;
    top: 50%;
}
.hero-h2 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    letter-spacing: 1px;
}
.hero-p {
    font-family: 'Inter', sans-serif;
    font-style: italic;
}

h2 {
    font-family: 'Montserrat', sans-serif;
}
.body-p {
    font-family: 'Inter', sans-serif;
    color: whitesmoke;
}


.card img {
    height: 150px;

}