a, .link-web {color: rgb(212, 175, 55);}
a, .link-web, #navbar a {transition: color 0.5s linear;}
a:focus, a:hover {color: rgb(196, 159, 39);}

#admin {background: rgb(0, 0, 0) url('/content/upload/restauracia-interier-1.jpg') no-repeat; background-attachment: fixed; background-size: cover; color: rgb(32, 32, 32);}
.header a:focus, .header a:hover, #navbar a:focus, #navbar a:hover, .link-web:focus, .link-web:hover {color: rgb(196, 159, 39) !important;}
#navbar a.active {color: rgb(212, 175, 55) !important; font-weight: bold;}
#web {background: rgb(0, 0, 0); color: rgb(32, 32, 32);}

/* POZADIA */
.bg-main {background: rgb(0, 0, 0) !important; color: rgb(255, 255, 255);}
.bg-main.bg-opacity-75 {background: rgba(0, 0, 0, 0.75) !important;}
.bg-main.bg-opacity-50 {background: rgba(0, 0, 0, 0.50) !important;}
.bg-main.bg-opacity-25 {background: rgba(0, 0, 0, 0.25) !important;}
.bg-main.bg-opacity-10 {background: rgba(0, 0, 0, 0.10) !important;}
.bg-main a {color: rgb(255, 255, 255);}
.bg-main a:hover {color: rgb(239, 239, 239); text-decoration: underline !important;}
.bg-scnd {background: rgb(64, 64, 64) !important; color: rgb(215, 215, 215);}
.bg-scnd.bg-opacity-75 {background: rgba(64, 64, 64, 0.75) !important;}
.bg-scnd.bg-opacity-50 {background: rgba(64, 64, 64, 0.50) !important;}
.bg-scnd.bg-opacity-25 {background: rgba(64, 64, 64, 0.25) !important;}
.bg-scnd.bg-opacity-10 {background: rgba(64, 64, 64, 0.10) !important;}
.bg-scnd a {color: rgb(223, 223, 223);}
.bg-scnd a:hover {color: rgb(207, 207, 207); text-decoration: underline !important;}
.bg-web {background: rgb(0, 0, 0) !important; color: rgb(32, 32, 32)};
.bg-web.bg-opacity-75 {background: rgba(0, 0, 0, 0.75) !important;}
.bg-web.bg-opacity-50 {background: rgba(0, 0, 0, 0.50) !important;}
.bg-web.bg-opacity-25 {background: rgba(0, 0, 0, 0.25) !important;}
.bg-web.bg-opacity-10 {background: rgba(0, 0, 0, 0.10) !important;}

/* BUTTON */
.btn-web {background: rgb(212, 175, 55) !important; color: rgb(0, 0, 0) !important;}
.btn-web:focus, .btn-web:hover {background: rgb(196, 159, 39) !important; color: rgb(0, 0, 0) !important;}
.btn-outline-web {border: 1px solid rgb(212, 175, 55) !important; color: rgb(212, 175, 55) !important;}
.btn-outline-web:focus, .btn-outline-web:hover {background: rgb(212, 175, 55) !important; color: rgb(0, 0, 0) !important;}
