body {
	
	font-family: 'Segoe UI', Frutiger, 'Frutiger Linotype', 'Dejavu Sans', 'Helvetica Neue', Arial, sans-serif;
}

header {
	background: #03A688;
}
header h2 {
	color:white;
	font-weight: 300;
}
header h2 a {
	color:black;
	text-decoration: none;
}
header h2 a:hover {
	color:#DCDCDC;
	text-decoration: none;
}
.text-pink {
    color: #ff69b4;              
}
.btn-pink {
    background-color: #ff69b4;  /* pink */
    color: white;               /* text bílý */
    border-color: #ff69b4;      /* volitelně stejná barva okraje */
}

.btn-pink:hover {
    background-color: #f5419b;  /* světlejší při hover */
	color: white;  
    border-color: #ff85c1;
}
.title h1 {
	
    color: #595959;
    font-size: 4.5em;
    font-weight: 700;
}
.title p {
	font-size: 2em;
    font-weight: 600;
    color: #595959;
    margin-bottom: 0px;
}
::selection {
  background: #FCD186; /* WebKit/Blink Browsers */
}
::-moz-selection {
  background: #FCD186; /* Gecko Browsers */
}
.bg-col {
	background-image:url(img/bg-col.png);
	background-size: 100% auto;
	background-repeat: no-repeat;
}
.bg-title {
	background-color: #d0d0d0;

}

#navbar {
	padding-top: 0;
	padding-bottom: 0;
}

.navbar-brand img {
	height: 50px;
}
.nav-link {
	padding-top: 20px;
	padding-bottom: 20px;
}
.nav-link:hover {
	background-color: white;
}

.date-list ol, .date-list ul {
	margin: 0;
    padding: 0;
    list-style: none;
}
.contacts a {
	color:black;
}
.bg-contacts {
	background-color: #e6f6ff;
}
.aktuality a {
	color:black;
}
.bg-aktuality {
	background-color: #fff3fc;
}

.address {
	display: table-cell;
	padding-right: 10px;
}
.address-content {
	display: table-cell;
}
.map {
	border-top: 7px solid #7b7b7b;
}

footer { 
	background-color: #7b7b7b;
    color: white;
}
footer p {
	padding-top:12px;
	padding-bottom: 12px;
	margin-bottom: 0px;
}

@media (max-width: 555px)
{
	.title h1 {

	    font-size: 3em;

	}
}
@media (max-width: 555px)
{
	.title p {

	    font-size: 1.5em;

	}
}
