@import url("https://fonts.googleapis.com/css?family=Exo:500,600,700|Roboto&display=swap");

body {
  line-height: 1.6;
  font-family: "Roboto", sans-serif;
  -webkit-font-smoothing: antialiased;
  font-size: 16px;
  color: #6F8BA4;
  color: #223a66;
  font-weight: 400;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  font-family: "Exo", sans-serif;
  font-weight: 700;
  color: #222;
}

h1, .h1 {
  font-size: 2.5rem;
}

a {
	color: #223a66;
}

a:hover {
	color: #000000;
	text-decoration:none;
}

.divider {
  width: 60px;
  height: 5px;
  background: #e12454;
  background: #cf022b;
}

.head {
  font-family: "Exo", sans-serif;
  color:#ffffff;
  background-color: #223a66;
}

.head h1 {
	color:#ffffff;
}	

.head a {
  color:#ffffff;
}

.head a:hover {
  color:#ffffff;
  text-decoration: none;
}

.intro {
  background-color: #f4f9fc;
}

.intro .block h2 {
  font-size:3.2rem;
  line-height: 1.2;
  letter-spacing: -1.2px;
  text-transform: capitalize;
  text-transform:none;
  color: #223a66;
}

.intro .button {
  display: inline-block;
  font-size: 14px;
  font-size: 0.8125rem;
  font-weight: 700;
  letter-spacing: .5px;
  padding: .75rem 2rem;
  font-family: "Exo", sans-serif;
  text-transform: uppercase;
  border-radius: 50px;
  background: #e12454;
  background: #cf022b;
  color: #fff;
  transition: all .35s ease;
}

.intro .button:hover {
  background: #223a66;
}

.intro .button i {
  border-left: 1px solid rgba(255, 255, 255, 0.09);
  padding-left: 15px;
}

.intro a {
  text-decoration: none;
}

.hodiny {
	margin-top:-100px;
	margin-bottom:-50px;
	background-color:#ffffff;
	border:1px solid #f4f9fc;
	border-top:5px solid #cf022b;
}	

.vysetreni {
	color: #223a66;
	background-color: #f4f9fc;
	
}

.vysetreni i {
	color: #6F8BA4;
}

.google-map {
  width: 100%;
  height: 500px;
  margin: 0;
  padding: 0;
}

.footer {
  background-color: #f4f9fc;
  padding-top: 4em;
  padding-bottom: 2em;
}

.footer a {
  color: #6F8BA4;
}

.footer a:hover {
  color: #6F8BA4;
  text-decoration:none;
}

.footer h5 a {
  text-decoration: none;
  color: #223a66;
}

.footer h5 a:hover {
  color: #000000;
}

.nabizime {
	padding-left: 1em;
}

.description {
	font-size: 1.1em;
	padding-left: 1em;
	border-left: 4px solid #ffffff;
	color: #223a66;
}

.description:hover {
	color: #000000;
	border-left:4px solid #cf022b;
}

.nadpis {
  background-color: #223a66;
  color: #ffffff;
}

.nadpis h3 {
  color: #ffffff;
}

@media (max-width: 768px) {
	.prava {
		text-align:left;
	}
	.intro .block h1 {
		font-size:2.2rem;
	}
}

@media (min-width: 769px) {
	.prava {
		text-align:right;
	}
}

@media (max-width: 993px) {
	.hodiny {
		margin-top: 0;
	}	
}	

.buttons .button {
  display: inline-block;
  font-size: 14px;
  font-size: 0.8125rem;
  font-weight: 700;
  letter-spacing: .5px;
  padding: .75rem 2rem;
  font-family: "Exo", sans-serif;
  text-transform: uppercase;
  border-radius: 50px;
  background: #e12454;
  background: #cf022b;
  color: #fff;
  transition: all .35s ease;
}

.buttons .button:hover {
  background: #223a66;
}

.buttons .button i {
  border-left: 1px solid rgba(255, 255, 255, 0.09);
  padding-left: 15px;
}

.buttons a {
  text-decoration: none;
}

