/*@font-face {
    src: url(../font/GreatVibes-Regular.ttf);
    font-family: GreatVibes;
    }    

    
h2 {
        font-family: GreatVibes;
    }
*/

    
.bg-menu-hatter {
        background-color: rgba(230, 230, 230, 0.9);
    }

    
.carousel-caption {
        background-color: rgba(64, 64, 64, 0.7);
        color: white;
        font-weight: bold;
    }   

.carousel {
  margin-top: 20px;
} 
    
    
 .carousel .carousel-item { /*  A carousel magasságát állítja */
  height: 400px;
}

.carousel-item img {    /*  A carousel magasságát állítja, felső lekerekítés */
    position: absolute;
    object-fit: cover;
    top: 0;
    left: 0;
    min-height: 400px;
    border-top-left-radius: 5%;
    border-top-right-radius: 5%;
}

    
    
 