.navbar-nav {
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 1px;
    font-size: 11px;
}
.navbar-inverse .navbar-nav>li>a {
    color: black;
}
.navbar-inverse .navbar-nav>li>a:hover {
    color: purple;
   font-weight: 600;
}
.navbar-inverse {
    opacity: 0.9;
}

ul{
    font-size: 17px;
    line-height: 1.6;
}

.go-top {
	position: fixed;
	bottom: 2em;
	right: 2em;
	text-decoration: none;
	color: white;
	background-color:#e8e6e8;
	font-size: 12px;
	padding: 1em;
	display: none;
}

.go-top:hover {
	background-color:  rgba(66, 111, 143, 0.9);
}
.up{
       width: 30px;
    height: 30px;
    min-height: 30px;
    max-width: 30px;
}
.kocsma {
	font-size: 20px;
}
.kocsmatema {
	    list-style-type: none;
    text-align: center;
}
.top{
    position: fixed;
    z-index: 1;
    width: 100%;
}
.tophoz{
    
    font-size: 10px;
    background-color: rgba(255,255,255,0.9);
   

}
.ptop{
    padding: 100px;
}