.nav-link h5{
    margin-bottom: 0.1rem;
}
.navbar{
    padding: 0 1rem;
}
body{
    background: url(https://radiokyklos.gr/background/radio-kyklos.jpg) no-repeat center center fixed;
    background-size:  cover;
    width: 95%;
}
#history{
    background-color: rgba(255, 255, 255, 0.8);
}
#history-inside{
    padding: 0 1rem;
}
.live {
    background-color: rgba(255, 255, 255, 0.6);
    color: black;
}
.img-fluid{
    max-width: 200px;
}
.img-tmp{
	max-width: 100%;
}
.live a{
    color: blue;
}
.navbar-brand img{
    max-height: 150px;
    width: auto;
}
.navbar-dark{
    background-color: rgba(161, 161, 161, 0.3) !important;
}
.navbar-dark .navbar-nav .nav-link{
    color: #ff7c06;
}
footer {
    width:100%;
    background-color:#384850;
    min-height:10px;
	max-height: 50px;
    padding:10px 0px 15px 0px;
    font-size:0.95rem !important;
    color:#CCC;
    flex-shrink: 0;
}
.before-footer{
	margin-bottom:50px;
}
.navbar-brand img{
	max-height: 125px;
}