@import url('https://fonts.googleapis.com/css?family=Poppins:400,500,700');

html,body{
  width: 100%;
  height: 100%;
  font-family: 'Poppins', Courier, monospace;
  color: #222;
  background: whitesmoke;
  scroll-behavior: smooth;
  background-image: url(bg.jpg);
}

body {
    margin: 0;
    color: rgb(233, 227, 199);
}

img{
    box-shadow: 5px 5px 20px rgb(2 2 2);
}

.jagerIce{
    box-shadow:none !important;
}

h1{
    text-shadow: 2px 2px 5px #000000;
}

.navbar {
    padding: 0;
    background-color: rgba(41, 41, 41, 0.8); 
}

.navbar-nav .nav-link {
    color: #6b6b6b;
}

.navbar-light .navbar-nav .nav-link {
    color: rgb(167, 154, 115);
}

.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link {
    color: rgb(168, 138, 37);
    text-decoration: underline;
}

.nav-link{
    font-weight:bold
}

.LOGO{
    width: 150px;
    height: 30px;
    box-shadow:none !important;
}

.navbar{
    line-height: 1.5;
    padding: 1%;
}

.nav-item:hover .nav-link {
    color: #fff;
    border-radius: 10%;
}

.carousel-item img {
    max-width: 70%;
    max-height: 70%;
    align-items: center;
    display: block;
    margin: 0 auto;
}

.jumbotron {
    padding: 1rem;
    background-color: transparent;
}

.img-fluid{
    width: 60%;
    margin-left: 20%;
}

hr {
    height: 2px;
    background-color: rgb(233, 227, 199);
    border: none;
}



@media (max-width: 767px) {
.navbar-nav:not(.navbar-nav.ml-auto) {
    display: none;
}
    
.navbar-toggler {
    border: none;
    background: transparent;
    padding: 0;
    outline: none;
}

.carousel-item img {
    max-width: 90%;
    max-height: 80%;
    align-items: center;
    display: block;
    margin: 0 auto;
}
    
.navbar-toggler-icon {
    display: block;
    width: 20px;
    height: 20px;
    background-image: url('ikonka-hamburgermenu.png');
    background-size: cover;
}

.tovarna{
    margin-top: 0;
    margin-left: 0;
}  

.factory{
    width: 100% !important;
    margin-left: 0 !important;
}

h5{
    font-size: 1.1rem;
}
}



a:hover {
    transform:(1.5);
    opacity: 100%;
    text-shadow: 2px 2px 22px rgb(202, 169, 76);
}

.icon-spacing {
    margin-right: 2rem;
}

.tovarna{
    margin-top: 1rem;
    margin-left: 5%;
}  

.factory{
    width: 70%;
}

.coolpack{
    margin-left: 2rem;
}

.logo_footer{
    width: 90px;
    height: 90px;
    box-shadow:none !important;
    margin-bottom: 2%;
}

article, aside, dialog, figcaption, figure, footer, header, hgroup, main, nav, section {
    display: block;
    color: #d2aa5b;
}

a{
    color: #d2aa5b;
}

a:hover{
    color: #806b41;
}
