* {
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
}

body {
    font-family: "Poppins", sans-serif;
    background: #161616 url('/img/background.jpg') no-repeat center;
    background-size: cover;
    color: #ffffff;
}

a.btn-link,
a.btn-link:visited {
    color: #ffffff;
    text-decoration: none;
}

a.btn-link:hover {
    text-decoration: none;
    color: #C7441B;
}

h1 {
    font-weight: 800;
    font-size: 36px;
}

h2 {
    font-weight: 800;
}

.btn-primary,
.btn-primary:visited {
    background-color: #C7441B;
    border-color: #C7441B;
    font-weight: bold;
}

.btn-primary:hover {
    background-color: #ffffff;
    border-color: #ffffff;
    color: #000000;
}

.navbar-brand {
    font-size: 32px;
    font-weight: 800;
}

.navbar-brand strong {
    color: #C7441B !important;
}

.nav-link,
.nav-link:visited {
    color: #ffffff !important;
    font-weight: bold;
}

.nav-link:hover {
    color: #C7441B !important;
}

.block {
    padding-top: 70px;
    padding-bottom: 70px;
}

.block-dark {
    background: #000000 url('/img/bg-dark.jpg') no-repeat center;
    background-size: cover;
}

.lead {
    color: #C7441B;
}

.big {
    font-size: 120%;
}

.divide {
    margin-bottom: -30px;
}

.product {
    position: relative;
}

.product-name {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    color: #ffffff;
    font-size: 18px;
    font-weight: 400;
    padding: 10px;
    margin: 0;
    background: rgba(0, 0, 0, .8);
}

#mainPhoto {
    background: #161616 url('/img/uvodni.jpg') center no-repeat;
    background-size: cover;
}

#mainOrderButton {
    font-size: 28px;
    margin-bottom: -20px;
}

#footer a,
#footer a:visited {
    color: inherit;
    text-decoration: none;
}
#footer a:hover {
    color: #ffffff;
    text-decoration: none;
}