BODY{
 margin: 0px;
 padding: 0px 0px 0px 0px;
 font-family: "Advent Pro", sans-serif;
 font-weight: 200;
 font-style: normal;
 font-size: 25px;
 color: #FFFFFF;
 background-color: #292D33;
}
/*--- TAGY ---*/
H1, H2, H3{
 font-size: 70px;
 color: #FFFFFF;
 text-align: left;
 font-weight: 100;
}
/*--- ODKAZY --*/
A, A:link, A:visited{
 text-decoration: none;
 color: #006F9D;
 cursor: pointer;
}
A:hover, A:active,
A.a, A.a:link, A.a:visited{
 color: #72AFC8;
}
A.nahoru, A.nahoru:link, A.nahoru:visited{
 position: fixed;
 bottom: 20px;
 right: 20px;
 display: block;
 width: 50px;
 height: 50px;
 background-color: #006F9D;
 background-image: url(obr/nahoru.png);
 background-repeat: no-repeat;
 background-position: center center;
 -webkit-border-radius: 25px 25px 25px 25px;
 -moz-border-radius: 25px 25px 25px 25px;
 -khtml-border-radius: 25px 25px 25px 25px;
 border-radius: 25px 25px 25px 25px;
 cursor: pointer;
 z-index: 100;
}
A.nahoru:hover, A.nahoru:active{
 opacity: 0.50;
 filter: alpha(opacity=50);
}
A.logo,
A.logo:link,
A.logo:visited{
 position: fixed;
 top: 51px;
 left: 50px;
 display: block;
 height: 80px;
 aspect-ratio: 100 / 100;
 background-image: url(obr/logo.png);
 background-repeat: no-repeat;
 background-position: center center;
 background-size: cover;
background-color: #000000;
 z-index: 104;
 opacity: 0.70;
 filter: alpha(opacity=70);
 z-index: 101;
}
A.logo:hover,
A.logo:active{
 opacity: 1;
 filter: alpha(opacity=100);
}
.bottom A:link, .bottom A:visited{ color: #FFFFFF; }
.bottom A:hover, .bottom A:active{ color: #72AFC8; }
.copy{
 float: left;
 color: #FFFFFF;
}
.copy A:link, .copy A:visited{ color: #FFFFFF; }
.copy A:hover, .copy A:active{ color: #72AFC8; }
A.kao:link, A.kao:visited{
 display: block;
 float: right;
 color: #FFFFFF;
}
A.kao:hover, A.kao:active{ color: #72AFC8; }
/*--- DESIGN ---*/
.toppruh{
 position: fixed;
 top: 0px;
 left: 0px;
 width: 100%;
 height: 40px;
 background-color: #393D43;
 z-index: 100;
}
.menupruh{
 position: fixed;
 top: 41px;
 left: 0px;
 width: 100%;
 height: 100px;
 border-top: solid 1px #292D33;
 background-color: #393D43;
 z-index: 100;
}
.menu{
 display: flex;
 align-items: center;
 position: fixed;
 top: 40px;
 right: 100px;
 z-index: 101;
}
.pruh{
 position: relative;
 padding: 200px 0px;
}
.pruh1{
 background-color: #FFFFFF;
 color: #000000;
}
.main{
 width: 90%;
 margin: 0px auto;
 text-align: left;
}
.mainC{
 width: 50%;
 margin: 0px auto;
}
.mainL{
 width: 50%;
 float: left;
}
.mainP{
 width: 50%;
 float: right;
}
.bottom{
 padding: 50px 0px 50px 0px;
}
/*--- OSTATNÍ ---*/