* {margin: 0; padding: 0;}
body {font-size: 100%; background: #333;
/*------všechna písma
favoritní písma 
font-family: 'Saira Condensed', sans-serif;
nekompatibilní písma
font-family: 'Abel', sans-serif;
font-family: 'Pragati Narrow', sans-serif;
font-family: 'Karma', serif;
font-family: 'Saira', sans-serif;
font-family: 'Roboto', sans-serif;
font-family: 'Open Sans', sans-serif;
font-family: 'Oswald', sans-serif;
font-family: 'Raleway', sans-serif;
-----------*/
font-family: 'Titillium Web', sans-serif;
font-weight: 300; color: #fff; text-align: center; }
div#kontejner {width: 100%; margin: 2em auto; max-width: 1920px;}

/*---------menu---------*/
 div.menu {width: 100%; max-width: 100%; margin: auto; background: #666;}






hr {clear: both; visibility: hidden;}





div#logo img {width: 100%; max-width: 300px; margin: 2em auto 1em auto;}
h1 {width: 90%; margin: auto; color: #00953f; font-weight: 300; font-size: 2em;}
h2 {width: 90%; margin: auto; color: #e1e1e1; font-weight: 400; font-size: 2.6em; text-transform: uppercase;  margin: 1em auto; }
h3 {width: 90%; margin: auto; color: #e3000f;  font-weight: 300; font-size: 2em;  }



@media screen and (min-width: 1600px) {


}





