<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.view {
    background: url("../img/header.jpg")no-repeat center center;
    background-size: cover;
}

.navbar {
    background-color: transparent;
}

.top-nav-collapse {
    background-color:#3b465e;
}

@media only screen and (max-width: 768px) {
    .navbar {
        background-color: #3F729B;
    }
}

html,
body,
header,
.view {
  height: 100%;
  width: 100%;
}
.logo{
    max-height: 30vh;
}
.baydak{
    max-height: 15vh;
}
.emblema{
    max-height: 30vh;
}

.gerb img
{
max-height: 15vh;
}</pre></body></html>