@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed&display=swap');

html, body {
  font-family: 'Roboto Condensed', sans-serif !important;
  scroll-behavior: smooth;
}

body {
  background: #1b4788;
  color: rgb(245, 245, 245);
}

#btnToggleNavWrapper {
  background-color: rgb(245, 245, 245);
  width: 100%;
  height: 60px;
  transition: .25s;
}

#btnToggleNavWrapper:hover {
  background-color: #008b54;
}

#btnToggleNavWrapper:hover #btnToggleNav {
  background-color: #008b54;
}

#btnToggleNav {
  float: right;
  width: 60px;
  height: 100%;
  background-color: rgb(245, 245, 245);
  background-image: url("menu.png");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  cursor: pointer;
  transition: .25s;
  z-index: 1001;
}

#btnToggleNav:hover {
  background-color: #008b54;
}

#navSidebar {
  position: fixed;
  left: 0;
  top: 0;
  width: 60px;
  height: 100vh;
  padding: 0 0;
  background-color: #008b54;
  z-index: 1000;
  transition: .25s;
}

#navSidebar ul {
  padding-top: 15px;
  padding-left: 0;
  overflow: hidden;
  visibility: hidden;
}

#navSidebar ul li {
  line-height: 60px;
  list-style: none;
}

#navSidebar ul li a {
  display: block;
  height: 60px;
  padding: 0 20px;
  text-decoration: none;
  text-transform: uppercase;
  color: rgb(245, 245, 245);
  font-size: 16px;
  white-space: nowrap;
  opacity: 0;
  transition: .25s;
}

#navSidebar ul li a:hover {
  background-color: #1b4788;
}

#linkLang {
  cursor: pointer;
}

.linkDivider {
  height: 3px;
  background-color: white;
}

.anchor {
  display: block;
  position: relative;
  visibility: hidden;
}

.prodlogo {
  height: 70px;
}

#splash {
  margin: 0;
  height: 100vh;
  background: url('splash_bg.jpg') center;
  background-size: cover;
}

#splash h1 {
  text-shadow: 0px 0px 6px #000;
  color: white;
  padding: 20px;
  border-radius: 25px;
}

.container {
  padding-top: 20px;
}

.container h1 {
  color: rgb(245, 245, 245);
  text-transform: uppercase;
  border-bottom: #008b53 2px solid;
  text-align: right;
}

.container p {
  font-size: 18px;
}

.container strong {
  color: rgb(143, 191, 232);
}

.gallerimg {
  border: black 2px solid;
  transition-duration: .25s;
  max-width: 100%;
}

.gallerimg:hover {
  border: rgb(117, 60, 16) 2px solid;
}

#nkfi {
  position: sticky;
  bottom: 0;
  left: 100%;
  height: 150px;
}

footer {
  height: 100px;
  width: 100%;
  background: #fff;
  text-align: center;
}

footer img {
  max-height: 100%;
}

#gallery {
  padding-bottom: 10px;
}

.gallegrid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-gap: 12px;
  grid-auto-rows: 150px;
}

.gallegrid img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#g-ss a:nth-child(1) {
  grid-column-start: 1;
  grid-column-end: 3;
}

#g-ss a:nth-child(2) {
  grid-column-start: 3;
  grid-column-end: 5;
}

#g-ss a:nth-child(3) {
  grid-column-start: 5;
  grid-column-end: 6;
  grid-row-start: 1;
  grid-row-end: 3;
}

#g-ss a:nth-child(4) {
  grid-column-start: 6;
  grid-column-end: 8;
}

#g-ss a:nth-child(5) {
  grid-column-start: 1;
  grid-column-end: 2;
  grid-row-start: 2;
  grid-row-end: 4;
}

#g-ss a:nth-child(6) {
  grid-column-start: 2;
  grid-column-end: 4;
}

#g-ss a:nth-child(7) {
  grid-column-start: 4;
  grid-column-end: 5;
  grid-row-start: 2;
  grid-row-end: 4;
}

#g-ss a:nth-child(8) {
  grid-column-start: 6;
  grid-column-end: 7;
  grid-row-start: 2;
  grid-row-end: 4;
}

#g-ss a:nth-child(9) {
  grid-column-start: 7;
  grid-column-end: 8;
  grid-row-start: 2;
  grid-row-end: 4;
}

#g-ss a:nth-child(10) {
  grid-column-start: 2;
  grid-column-end: 4;
}

#g-ss a:nth-child(11) {
  grid-column-start: 5;
  grid-column-end: 6;
  grid-row-start: 3;
  grid-row-end: 5;
}

#g-ss a:nth-child(12) {
  grid-column-start: 1;
  grid-column-end: 3;
}

#g-ss a:nth-child(15) {
  grid-column-start: 6;
  grid-column-end: 8;
}

#g-msv a:nth-child(1) {
  grid-column-start: 1;
  grid-column-end: 3;
}

#g-msv a:nth-child(2) {
  grid-column-start: 3;
  grid-column-end: 4;
  grid-row-start: 1;
  grid-row-end: 3;
}

#g-msv a:nth-child(3) {
  grid-column-start: 4;
  grid-column-end: 6;
}

#g-msv a:nth-child(4) {
  grid-column-start: 6;
  grid-column-end: 7;
  grid-row-start: 1;
  grid-row-end: 3;
}

#g-msv a:nth-child(5) {
  grid-column-start: 7;
  grid-column-end: 8;
  grid-row-start: 1;
  grid-row-end: 3;
}

#g-msv a:nth-child(6) {
  grid-row-start: 2;
  grid-row-end: 4;
}

#g-msv a:nth-child(7) {
  grid-row-start: 2;
  grid-row-end: 4;
}

#g-msv a:nth-child(8) {
  grid-column-start: 4;
  grid-column-end: 6;
}

#g-msv a:nth-child(9) {
  grid-column-start: 3;
  grid-column-end: 5;
}

#g-msv a:nth-child(10) {
  grid-column-start: 5;
  grid-column-end: 6;
  grid-row-start: 3;
  grid-row-end: 5;
}

#g-msv a:nth-child(11) {
  grid-column-start: 6;
  grid-column-end: 8;
  grid-row-start: 3;
  grid-row-end: 5;
}

#g-msv a:nth-child(12) {
  grid-column-start: 1;
  grid-column-end: 3;
}

#g-msv a:nth-child(13) {
  grid-column-start: 3;
  grid-column-end: 5;
}

#g-workshop, #g-visegrad, #g-amper {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

#g-workshop a:nth-child(12) {
  grid-row-start: 3;
  grid-row-end: 5;
}

#g-visegrad a:nth-child(4) {
  grid-row-start: 1;
  grid-row-end: 3;
  grid-column-start: 4;
}

#g-amper a:nth-child(1) {
  grid-row-start: 1;
  grid-row-end: 3;
  grid-column-start: 1;
}

#g-amper a:nth-child(4) {
  grid-row-start: 1;
  grid-row-end: 3;
  grid-column-start: 4;
}

@media(max-width:1000px) {
  #navSidebar {
    width: 100%;
    height: 60px;
  }

  #btnToggleNavWrapper {
    width: 100%;
    height: 60px;
    background-color: #008b54;
  }

  #btnToggleNavWrappe:hover {
    background-color: #008b54;
  }

  #btnToggleNav {
    float: right;
  }

  #navSidebar ul {
    padding-top: 0;
  }

  .col-xl-2.col-12 {
    margin-top: 10px;
  }

  .anchor {
    display: block;
    position: relative;
    top: -70px;
    visibility: hidden;
  }

  footer {
    text-align: left;
    margin-top: 40px;
  }

  .container p {
    font-size: 14px;
  }

  .prodlogo {
    height: 40px;
  }

  #splash h1 {
    font-size: 18px;
    padding: 10px;
  }

  #kotlogo {
    height: 150px;
  }
}
