/* EasyWeb html style file */

h3.modra {
	color: #003164!important;
}


h3.zelena {
	color: #008706!important;
}

h4.modra {
	color: #003164!important;
}


h4.zelena {
	color: #008706!important;
}


a.button-link {
	background: #008706;
    display: inline-block;
    color: #fff;
    padding: 1.5rem 4.5rem;
    font-size: 1.6rem;
    font-weight: 900;
    text-decoration: none;
    transition: .3s;
    color:#fff!important;
    text-decoration:none!important;
}
a.button-link:hover {background:#006e05;}


@media only screen and (min-width: 1200px) {
  p.citace {
    padding: 2rem 0 4rem 4rem;
  }
}


