@import url("bemutatkozas.css");

/* ===== GLOBÁLIS BETŰSTÍLUS ===== */

body {
    font-family: Arial, Helvetica, sans-serif;
}
/* ===== FEJLÉC ===== */

.container-header {
    background: #ffffff;
    background-image: none;
    box-shadow: none;
}

/* Logó középre */
.container-header .navbar-brand {
    width: 100%;
    margin: 0;
    padding: 30px 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* Logó mérete */
.container-header .navbar-brand img {
    max-height: 80px;
    width: auto;
}

/* ===== FŐMENÜ ===== */

.container-header .container-nav {
    background: #696363;
    max-width: 100%;
    width: 100%;
    padding: 0;
    justify-content: center;
}

.container-header .mod-menu {
    justify-content: center;
    width: 100%;
}

.container-header .mod-menu > li > a {
    color: #ffffff;
    padding: 16px 22px;
    text-transform: uppercase;
    text-decoration: none;
}

.container-header .mod-menu > li > a:hover {
    color: #ffffff;
    background: rgba(255, 255, 255, 0.1);
}
