.navbar {
    -webkit-box-shadow: 0 8px 6px -6px lightgray;
    -moz-box-shadow: 0 8px 6px -6px lightgray;
    box-shadow: 0 8px 6px -6px lightgray; 
    text-align: center;
    font-weight: 500;
    background-color: var(--green) !important;
    color: white;
}

body { 
    padding-top: 65px; 
}
.container {
    max-width: 800px;
}
.ceg {
    display: flex;
    justify-content: space-between;
}

.ceg-item {
    align-self: center;
}
.cegnev {
    font-weight: 500;
}
.leiras {
    font-size: small;
}
.ceg {
    display: flex;
    justify-content: space-between;
    border-bottom: solid 1px #eeeeee;
    padding-top: 7px;
    padding-bottom: 7px;
}
.linkek a {
    padding: 0 10px;
    font-size: 22px;
}
a.tel {
    color: var(--green);
}
a.tel-no {
    color: var(--light);
}
.ceg:hover {
    background-color: #f6f6f6;
}
.cegadatok.ceg-item {
    padding-left: 7px;
}
.phone {
    width: 110px;
}
.linkek {
    display: flex;
    align-items: center;
}
.jumbotron {
    text-align: center; 
}
footer {
    border-top: solid 1px lightgray;
    text-align: center;
    font-size: small; 
    max-width: 1100px;
    margin: 0 auto;
    color: gray;
    padding: 20px;
}
div#appd {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 10px;
}
@media (max-width: 767px) {
    body { 
        padding-top: 95px; 
    }
    .phone {
        display: none;
    }    
}
