body,
html {
    width: 100%;
    height: 100%;
    position: fixed;
}

body {
    color: #3c3434;
    overflow-x: hidden;
    font-family: "Lato","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 400;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 700;
}

a, a:active, a:hover, a:visited {
    text-decoration: none;
}

.info {
    line-height: 45px;
}

.copyright {
    color: #696969;
}

.top-header {
    background-color: rgb(247 247 247);
    border-bottom: 1px solid #ececec; /* a3a3a3 - dark */
}

hr {
    border-top: 1px solid #f8f8f8;
    opacity: 1;
    margin: 20px 0;
}

.header-hr {
    border-top: 1px solid #f8f8f8;
    opacity: 1;
    margin: 0;
    margin-bottom: 80px;
}

.btn.nazovite-nas {
    border-radius:20px;
    padding-left: 1.2em;
    padding-right: 1.2em;
}

i.bi {
    margin-right: 8px;
}

.logo {
    width: 100%;
    height: auto;
    max-width: 770px;
}

.top-header p {
    margin: 0;
}