/* CSS Document */

body {
  background: url("../background.jpg");
  background-repeat: repeat;
  background-attachment: fixed;
}


h1 {
  float: left;
  margin: 15px 25px 0px;
  color: white;
  font-family: 'Andada',monospace;
}

h3 {
  font-size: 45px;
  font-weight: bold;
  margin: 20px 0px 20px 0px;
}

hr {
  height: 5px;
  background-color: black;
  width: 95%;
}

.no-padding {
  padding: 0px;
}

.container {
  background-color: #fff;
}

.navbar-brand {
  font-size: 36px;
  white-space: normal;
}

.text-content {
  margin: 25px 10px 0px 10px;
}

.img-sluzby {
  max-height: 330px;
  width: 60%;
  margin-top: 20px; 
}

.sluzby-content {
  width: 90%;
  margin: auto;
}

.podnadpis {
  margin-left: 25px; 
  margin-bottom: 20px; 
}

.poznamka {
  margin: 20px 40px;
}

.kosmetika-img-nadpis {
  margin: 20px 0px 20px 0px;
  max-height: 200px;
}

.kosmetika-text {
  margin: 10px 25px;
}

.img-kosmetika {
  max-height: 215px;
  width: 85%;
  margin-top: 20px; 
}

.img-kosmetika-2 {
  max-height: 355px;
  width: 65%;
  margin-top: 20px; 
  margin-bottom: 20px;
}

.cenik-table {
  width: 96%;
  margin: 0px 20px 20px;
}

.poznamka-2 {
  margin: 20px 20px;
}

.iframe-margin {
  width: 96%;
  margin-bottom: 20px;
}

.kontakt-nazev {
  font-size: 22px;
}

.footer-style {
  background-color: black;
  color: white;
}

.footer-text {
  margin: 20px;
  font-size: 16px;
}

.navbar-color {
  background-color: black;
}

.menu-item {
  color: white;
  font-size: 18px;
}

.menu-item:hover {
  color: #abafb3;
}