* {
  box-sizing: border-box;
}

body {
  background: #ddd;
  font-family: Verdana, Arial;
  font-size: 1em;
}

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
  .hlavni {
    font-size: 1.1em;
    margin: auto;
   }
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
  .hlavni {
    font-size: 1.2em;
   }
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
  .hlavni {
    font-size: 1.5em;
   }
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
  .hlavni {
    width: 1180px;
    font-size: 1.7em;
   }
} 



a:link {	
	/* color: #9932CC; */
}
a:visited {
	/* color: #9932CC; */
}
a:hover {
	/* color: #45175B; */
}

