nav {
    color: white;
    background-color: black;
}

.navbar-fixed {
    padding: 0;
    background-color: #000;
}

.navbar-brand {
    width: 100px;
    position: relative;
    margin-right: 100px;
}

.megujultunk {
    position: absolute;
    bottom: 0;
    right: 0;
    display: inline-block;
    text-transform: uppercase;
    font-size: .65em;
}

.nav-link { 
    text-transform: uppercase;
} 

.navbar-light .navbar-nav .nav-link {
    color: white;
    transition: .5s;
}

.navbar-light .navbar-nav .nav-link:hover {
    color: #56c4c2;
}

.navbar-light .navbar-nav .nav-link.active{
    color: #56c4c2;
}

.navbar-nav {
    align-items: center;
}

.navbar-nav .button {
    min-width:auto;
    padding: 5px;
    cursor: context-menu;
}

.navbar-nav .button h6 {
        letter-spacing: 0.1rem;
    }

    .navbar-toggler {
        background-color: #fff;
    }

/* Fiókom felület menü*/

.tanuloi-menu{
    background-color: #56c4c2;
    color:white;
    padding:20px 30px;
    text-transform:uppercase;
    
}

.tanuloi-menu li{
    list-style-type: none;
    cursor:pointer;
}

.tanuloi-menu li::after{
    content:' ';
    display: block;
    position: relative;
    width:0%;
    height:5px;
    background-color: white;
    top:0;
    left:0;
    margin:auto;
    transition: .5s;
    
}

.tanuloi-menu li:hover::after{
    width:100%;
}

.almenu ul{
    width:100%;
    display:flex;
    justify-content: space-between;
    margin-bottom:0;
}

.almenu-button{
    display:none;
}

.almenu-ikon{
    width:40px;
}

.almenu .link-ikonok, .almenu-close-img, .almenu-bg{
    display:none;
}


/* <<==--   RESPONSIVE   --==>> */
/* Fekvő nézet */
@media (orientation: landscape) {}

/* Álló nézet */
@media (orientation: portrait) {
    #site-bg-landscape {
        display: none;
    }

    #site-bg-portrait {
        display: block;
    }
}


/* 1680 px, Tablet fekvő (1670 - 1919px)*/
@media only screen and (max-width: 1670px) {}

/* 1440 px, Tablet fekvő (1430 - 1669px)*/
@media only screen and (max-width: 1430px) {
    .navbar-brand {
        width: 80px;
        margin-right: 60px;
    }

    .nav-link {
        font-size: .9em;
 
    }
}

/* 1366 px, Tablet fekvő (1356 - 1429px)*/
@media only screen and (max-width: 1356px) {}

/* 1280 px, Tablet fekvő (1270 - 1355px)*/
@media only screen and (max-width: 1270px) {}

/* 1024 px, Tablet fekvő (1014 - 1269px)*/
@media only screen and (max-width: 1279px) {}

@media only screen and (max-width: 1199px) {
    .nav-item {
        text-align: center;
    }

    .navbar-collapse {
        position: absolute;
        top: 100px;
        left: 0;
        background-color: rgba(0,0,0,.7);
        z-index: 700;
        width: 100%;
    }
    
    .tanuloi-menu .almenu li{
        font-size:.9em;
    }
    
   

}

/* 768 px, Tablet álló (768 - 1013px) */
@media only screen and (max-width: 1013px) {}

@media only screen and (max-width: 991px) {}

/* 576 px, Telefon fekvő (576 - 767px) */
@media only screen and (max-width: 767px) {
    .navbar-brand {
        width: 80px;
        margin-right: 30px;
    }
    
    .almenu-button{
        display:inline-block;
        cursor: pointer;
    }
    
    .almenu-bg{
        width:100%;
        height:100%;
        position: fixed;
        top:0;
        left:0;
        background-color: rgba(0, 0, 0, 0.4);
        z-index:10;
    }
    
    .almenu{
        display:block;
        background-color: #56c4c2; 
        position: fixed;
        top:0;
        right:0;
        height:100vh;
        z-index:10000;
        padding-top:50px;
        margin-right:-200px;
        transition: .5s;
       
    
    }
    
    .almenu ul, .almenu li{
        display:block;
        
    }
    
    .almenu ul{
        padding: 0 10px;
    }
    
    .almenu li{
       display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        padding:10px;
        border:1px solid white;
        border-radius:10px;
        height:90px;
        width:170px;
        margin:10px 0;
        font-size:.8em;
        text-align:center;
    }
    
    .almenu li span:first-child{
        
    }
    
    .almenu li:hover{
        background-color: rgba(0, 0, 0, 0.1);
    }
    
    .almenu .link-ikonok{
    display:block;
        max-height:40px;

        margin-bottom:4px;
}
    .almenu .link-ikonok img{
        max-height: 100%;
    }
    
    .tanuloi-menu{
        display:inline-block;
        height:60px;
        float:right
    }
    
    .almenu-close-img{
        display: block;
        position: absolute;
        top:5px;
        right:5px;
        width:30px;
        height:30px;
        background-color: white;
        opacity: .6;
        transition: .5s;
        padding:5px;
        border-radius:5px;
        cursor: pointer;
    }
    
    .almenu-close-img:hover{
        opacity: 1;
    }
    
    .tanuloi-menu li::after{
        display:none;
    }
    
    .almenu.almenu-tel{
        display:block;
        margin-right:0;
       
    }
    
    .almenu-bg.almenu-tel{
        display:block;
    }
}

/* 300 px, Telefon álló (300 - 575px) */
@media only screen and (max-width: 575px) {}
