body, div, table, span, a, input, textarea, button, select { font-family: "Trebuchet MS", "Geneva CE", lucida, sans-serif; font-weight: normal; text-decoration: none; color: #000000; font-size: 11pt; }

html {
  height: 100%;
}

body {
  margin: 0;
  padding: 0;
  text-align: center;
  background-color: #6F6F6F;
  height: 100%;
  background-attachment: fixed;
  background-position: center top;
  background-image: url("bg.jpg");
  background-size: cover;
}

.container {
  position: absolute;
  display: block;
  left: 50%;
  top: 50%;
  width: 35vw;
  height: 35vw;
  margin: -36vh auto auto -18vw;
  font-size: 1.15vw;
  line-height: 1.5vw;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: rgba(255,255,255,0.75);
}
.container p {
  padding: 1.2vw 0 0 0;
}

#logo {
  position: absolute;
  display: block;
  left: -15vw;
  top: -10vh;
  width: 20vw;
  height: 20vw;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: #A511BB;
}
#logo img {
  position: absolute;
  width: 80%;
  left: 10%;
  top: 47%;
  transform: translateY(-50%);
}
#logo h1 {
  display: block;
  position: absolute;
  left: 27%;
  top: 61%;
  margin: 0;
  padding: 0;
  font-size: 1.4vw;
  font-weight: 900;
  letter-spacing: 0.13vw;
  color: #a6a6a6;
}

#kontakt {
  position: absolute;
  display: block;
  right: -9vw;
  bottom: -4.5vw;
  width: 15vw;
  height: 15vw;
  margin: 0;
  padding: 0;
  font-size: 1.15vw;
  line-height: 1.5vw;
  text-align: center;
  color: #ffffff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: #A511BB;
  z-index: 1;
}
#kontakt a {
  font-size: 1.15vw;
  line-height: 1.5vw;
  color: #ffffff;
}
#kontakt a:hover {
  text-decoration: underline;
}

#sluzby {
  position: absolute;
  display: block;
  right: -13vw;
  top: -3vw;
  width: 18vw;
  height: 18vw;
  box-sizing: border-box;
  margin: 0;
  padding: 1vw 0 0 0;
/*
  font-size: 1.15vw;
*/
  font-size: 1.55vw;
  line-height: 2.25vw;
  text-align: center;
  color: #ffffff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: rgba(0,0,0,0.7);
  z-index: 1;
}
#sluzby span {
  position: absolute;
  display: block;
  right: -1vw;
  bottom: -8vw;
  width: 11vw;
  height: 11vw;
  box-sizing: border-box;
  padding: 0.3vw 0 0 0;
  font-size: 0.9vw;
  line-height: 1.2vw;
  text-align: center;
  color: #000000;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: rgba(255,255,255,0.4);
  z-index: 2;
/*
  background-color: rgba(165,17,187,0.6);
*/
}

#foot {
  position: fixed;
  box-sizing: border-box;
  left: 0;
  bottom: 0;
  padding: 0 5px 3px 5px;
  width: 100%;
  text-align: left;
  color: #ffffff;
  font-size: 0.7vw;
  text-shadow: 1px 1px 3px rgba(0,0,0,1);
  z-index: 0;
}
#foot a {
  color: #ffffff;
  font-size: 0.7vw;
}

