.zlta { color: #fbb901; }
.zelena { color: #069a7b; }

body {
  font-family: "Lato", sans-serif;
}

/* ========== SIDEBAR ========== */
.w3-sidebar {
  height: 100%;
  width: 200px;
  background-color: #1a1a1a;
  position: fixed!important;
  z-index: 1;
  overflow: auto;
  z-index: 1030;
}
.w3-bar-block .w3-bar-item {
  width: 100%;
  display: block;
  padding: 8px 16px;
  text-align: left;
  border: none;
  background-color: #1a1a1a;
  color: #ffcc00;
  font-weight: bold;
  white-space: normal;
  float: none;
  outline: 0;
}

/* ========== SIDEBAR BUTTON ========== */
.my-open-button {
  position: fixed;
  top: 1rem;
  right: 0;
  left: 0rem;
  padding: .5rem 1rem;
  display: inline-block;
  z-index: 1000;
}
.my-sidebar-link {
  color: silver;
}
.my-sidebar-link:hover {
  background-color: #1a1a1a;
  color: white;
}



/* ========== C O V E R ========== */
#cover {
  background-color: black;
  background: gray url('img/pattern2.jpg');
  background-repeat: repeat;
  /*background-attachment: fixed !important;*/
  /*background-position: center center;*/
  /*background-size: cover;*/
  min-height: 5rem;
  height: auto;
}

.fixed-topleft {
  position: fixed;
  top: 1rem;
  right: 0;
  left: 0rem;
  z-index: 1030;
}


/* ========== H O M E P A G E ========== */
#container-homepage-text {
    background-color: #e7fef9;
    background-color: #e6ffee;
}
#container-homepage-text p {
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    font-size: 1.4rem;
    text-align: center;
}


/* ========== 3  W E B Y ========== */
#projekty .projekt-nazov {
  	color: #069a7b;
}
#projekty .button-na-web {
  	background-color: #069a7b;
}
#projekty .button-na-web:hover {
  	background-color: #fbb901;
  	color: black !important;
}


/* ========== Z A P A T I E - kontakty ========== */
#container-homepage-kontakty {
	background-color: #e6e6e6;
}
#container-homepage-kontakty p {
	margin-bottom: 0px;
}


/* ========== F O O T E R ========== */
.site-footer {
    background-color: #222f36 !important;
}
.site-footer .container {
    color: white;
    text-align: center;
}
.site-footer .container a {
    color: lightyellow;
}


/*==================== RESPONSIVE BREAKPOINTS ====================*/
/*Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) {

  .webka {
    text-align: center;
  }

}

/*Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) {

  .webka {
    text-align: center;
  }

}

/*Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {

  .webka {
    text-align: left;
  }

}

/*Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {

  .webka {
    text-align: left;
  }

}