.nav-link{
    border: 1px solid black;
}

.navbar-nav .nav-link  {
    background-color: #ff8c00 !important; 
    border: 1px solid white !important;
    color: black !important;  
    margin: 0 5px;             
    border-radius: 4px;        
    transition: background-color 0.2s ease; 
}

.main_logo img{
    height: 35vh;
    width: 100%;
    padding: auto;
    margin: auto;
}

.main_logo {
    width: 100%;
    height: 35vh;
    padding: auto;
    margin-left: auto;
}

.footer{
    background-color: darkblue;
    height: 20vh;
    width: 100%;
    color: white;
    display: flex;
    flex-direction: column;
    gap: 0.3rem;
    padding: 2rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.page{
    width: 100%;
    background-color: black;
    justify-content: center;
    align-items: center;
}

.navbar{
    width:100%;
    background-color: goldenrod;
    gap: 1rem;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.foglalt{
    background-color: red !important;
}


.szabads{
    background-color: blue  !important;
}

.taj{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border: 1px solid white;
    margin-bottom: 2rem;
    margin: auto;
    padding: 1rem;
    width: 50%;
color:white;
}

.calendar-table {
    table-layout: fixed;
    width: 100%;
}

.calendar-table th {
    padding: 10px 0 !important;
    font-size: 0.85rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.calendar-table td {
    height: 55px; 
    vertical-align: middle; 
    padding: 0 !important;
    position: relative;
    font-weight: 500;
background-color:black ;
}

.carousel, 
.carousel-inner, 
.table-responsive, 
.calendar-table {
    width: 100% !important;
    max-width: 100% !important;
    background-color:black ;
    color:white;
}

.carousel.slide {
    max-width: 100% !important;
    border-left: none !important;  
    border-right: none !important;
    border-radius: 0 !important;   
}

h2{
    margin: auto;
    margin-bottom: 2rem;
    color:white !important;
}


thead th{
    background-color: goldenrod !important;
}

b{
    color:white !important;
}

td{
	color:white !important;
	background-color: black;	
}