body {
  font-family: 'Oswald', sans-serif;

}

p, ul, li {
  font-family: 'Raleway', sans-serif;
    color: #777;
}

#navbarCollapse ul li{
  font-family: 'Oswald', sans-serif;
}

h1, h2, h4 {
  font-family: 'Oswald', sans-serif;
}

#container-content {
    margin-top: 7em;
    margin-bottom: 7em;
}

.carousel-item img {
  width: 100vw;
  height: 100vh;
  object-fit: cover;

}
 nav {
   background: #000000;
   color: #ffffff;
 }

 footer {
   background: #000000;
   color: #ffffff;
   padding: 1em 0 0.5em 0;
 }

 footer a {
   color: #ffffff;
 }

footer ul li {
  display: inline;
  text-decoration: none;
  padding-right: 1em;
}

.navbar {
  padding: 0;
}

.navbar-toggler {
    border-color: rgb(255,102,203);
}

 nav a {
   color: #ffffff;
   text-transform: uppercase;
 }

.nav-item a:hover {
   color: #57c41d!important;

 }

#img1, #img2 {
   width: 25px;
   height: 25px;
   margin-left: 0.5em;
   margin-right: 0.25em;
 }

 #img_modals img {
   width: 100%;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
 }

 .navbar-brand img{
   width: 80px;
   height: 80px;
 }

 .carousel-indicators {
   bottom: 10vh;
 }

 #kontakt {
   text-align: center;
 }

 #kontakt img {
   margin-bottom: 1em;
 }

 #map {
   margin-top: 1em;
 }

 #cennik {
    text-align: center;
 }

 #oferta {
   padding: 0 2em;
   text-align: center;
 }

 .modal-content {
   background-color: inherit;
 }

 #container-content img {
   margin-bottom: 1em;
 }

#social-media {
  padding-right: 1em;
}

.carousel-control-next, .carousel-control-prev {
    display: none;
}

/* #img1 {
  position: fixed;
  top: 100px;
  right: 15px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}


#img2 {
  position: fixed;
  top: 150px;
  right: 15px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
} */
