* {
    box-sizing: border-box;
    color: white;
}

html, body {
    height: 100%;
    font-size: 100%;
    position: relative;
}

img {
    width: 100%;
    position: relative;
    z-index: 10;
}

#menu {
  font-family: sans-serif;
}






/*********************
****  M O B I L E ****
**********************/
@media only screen and (max-width: 767px) {

html body {
    display: block;
    text-align: center;
    background-color: blue;
}

img {
    padding: 0;
    display: block;
    margin: 0 auto;
    max-height: 100%;
    max-width: 100%;
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 15vw;
}

a {
    text-decoration: none;
}

footer {
  font-size: 1.5em;
  background-color: green;
  border-radius: 15px 0px 0px 15px;
  width: 100vw;
  position: fixed;
  bottom: 0px;
  z-index: 11;
}

footer p {
  margin: 5px;
  padding: 0px;
  border: 0px;
}

.drobek {
  position: fixed;
  top: 5px;
  right: 0px;
  font-size: 1.5em;
  background-color: green;
  border-radius: 15px 0px 0px 15px;
  z-index: 11;
}

.space {
  height: 100px;
}

.mobNo {
  display: none;
}

.adresa {
  font-size: 3.2vw;
}

}



/***********************
**** D E S K T O P *****
***********************/

@media only screen and (min-width: 767px) {
  
body {
  background-color: white;
  background-image: url('pic/bg2.svg');
  background-repeat: no-repeat;
  background-size: 100%;
  background-attachment: fixed;
}

.row::after {
  content: "";
  clear: both;
  display: block;
}
[class*="col-"] {
  float: left;
  padding: 15px;
}
.col-3 {
  width: 25%;
}
.col-9 {
  width: 75%;
}
.col-12 {
  width: 100%;
}



.basic p, h3, b, a, h1 {
  text-align: center;
  color: black;
}

.basic h1 {
  font-family: 'Special Elite';
  font-size: 2em;
	font-weight: normal;
}

.hlava {
    font-size: 2.2vw;
    display: block;
    width: 100%;
    z-index: 9;
    position:fixed;
    top:0px;
    height: auto;
}

/*****************M E N U*******************************/
ul.topnav {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;

}

ul.topnav li {float: left;}

ul.topnav li a {
    display: block;
    color: white;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
}

ul.topnav li a:hover:not(.active) {background-color: rgb(51, 51, 255);
border-radius: 50px;
    text-shadow: 2px 2px 4px #000000;

}

ul.topnav li a.active {background-color: #4CAF50;
border-radius: 50px;
}

ul.topnav li.right {float: right;}

/************************************************************/

.right {
  float: right;
}
#auto1 {
    width: 28vw;
    left: -3vw;
    bottom: 5px;
    position: fixed;
    z-index: 11;
}


#art {
  width: 60vw;
  display: block;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: -1;
}

.signs {
  width: 28vw;
  display: block;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: -1;
}

footer {
  font-size: 1.5em;
  background-color: white;
  text-align: center;
  width: 100vw;
  position: fixed;
  bottom: 0px;
  right: 30px;
  z-index: 11;
  border-radius: 100px;
}

footer p {
  margin: 5px;
  padding: 0px;
  border: 0px;

}

footer a {
  color: black;
  font-family: sans-serif
}


.decNo {
  text-decoration: none;
}

.main {
  font-size: 1.7em;
  margin-left: 11em;
  margin-right: 11em;
}

.space {
  height: 220px;
}

.spaceUP {
  height: 160px;
}

.adresa {
  font-size: 2vh;
  color: black;
font-family: 'Special Elite';
}



.deskNo {
  display: none;
}

#logo {
    right: 10px;
    top: 8vh;
    position: fixed;
}

.special {
    font-size: 3vh;
  color: black;
font-family: 'Special Elite';
}

h2, h3 {
  text-align: center;
      font-size: 3vh;
  color: black;
font-family: 'Special Elite';
}

}