body{
    max-width: 100%;
    overflow-x: hidden;
    font-family: 'Lato', sans-serif;
}

body a{
    text-decoration: none;
    color: black;
}

body a:hover{
    text-decoration: none;
    color: black;
}

.navbar-custom{
    background-color: rgba(73, 138, 184, 0.7);
}

.navbar-custom a{
    text-decoration: none;
    color: rgb(32, 32, 32) !important;
}

.nav-item:hover{
    color: rgb(18, 63, 82) !important;
    
}
hr {
    opacity: 0.3!important;
}
.termekDoboz{
    border-radius: 20px;
    padding: 15px;
    color: white!important;
    background-color: #05476d7c;
    box-shadow: 0px 5px 10px 5px rgba(0,0,0,0.10);
}

.sidebar {
    position: absolute;
    top: 0;
    left: 0;
    padding-top: 50px;
    min-height: 100%;
    width: 230px;
    z-index: 810;
    -webkit-transition: -webkit-transform 0.3s ease-in-out, width 0.3s ease-in-out;
    -moz-transition: -moz-transform 0.3s ease-in-out, width 0.3s ease-in-out;
    -o-transition: -o-transform 0.3s ease-in-out, width 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, width 0.3s ease-in-out;
}

.customSideBar{
    background-color: blanchedalmond;
}