/* --- Custom Font: Noto Sans --- */

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

/* --- Styly písem --- */

body {
  font-family: 'Noto Sans', sans-serif;

}

h1, h2, h3, h4, h5, h6, h1.title {
  color: #345996;
}

h1, h1.title {
  font-weight: 700;
  font-size: 3.6rem;
  padding-bottom: 0.8rem;
}

h2, h3, h4, h5, h6 {
  font-weight: 600;
}

p{
  font-weight: 400
    color: #444444;
}

/* --- Logo --- */

#logo img {
  max-height: 50px;
}

#logo-footer {
  max-height: 120px;
  width: auto;
  float: right;
}

@media only screen and (max-width: 768px) {
  #logo-footer {
    display:none;
  }
} 

/* --- Domovská stránka > Hero sekce --- */
#motto {
  display:none;
}

/* --- Novinky --- */

h3, .panel-title {
  color: #65605E;
  font-weight: 500;
}

aside .panel .panel-body {
  background-color: #f2f1ef;
  border: 0;
}

#panel-news ul#list-panel-news li div p.description {
  color: #65605E;
}

ul#list-panel-news li div h4 a {
  color: #A0A0A0
}

/* --- Custom panel „Kontaktujte nás“ --- */

#panel-custom-1 section.section-container.section-bg-light {
  background-color: #f2f1ef;
}

#panel-custom-1 section.section-container.section-bg-light h3 {
  color: #A0A0A0;
}

#panel-custom-1 section.section-container.section-bg-light .btn-primary {
  background-color: #C84630;
}

#panel-custom-1 section.section-container.section-bg-light .btn-primary {
  color: #ffffff;
}

.section-cta.section-bg-light {
  background-color: #345996;
}

.section-cta.section-bg-light .btn-primary {
  color: #345996;
}

.section-cta.section-bg-light .btn-primary:hover {
  background-color: #8DABD8;
}


/* --- Odkazy a tlačítka --- */

a, .btn-link {
  color: #345996;
}


/* --- Ikony --- */

/* Footer – Kontakt */
section.section-contact .fa {
  letter-spacing: 0;
  color: #345996;
}


/* --- Menu --- */

/* Deafult */
.navbar-default .navbar-nav>li>a {
  color: #444444;
  padding: 20px 0px 20px;
  margin: 0 20px;
  text-transform: none;
  font-weight: 300
}

/* Aktivní */
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus {
  color: #345996;
  background-color: transparent;
  font-weight: 600;
}

/* Hover */
.navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus {
  color: #A0A0A0;
  background-color: transparent;
}

/* --- Hlavní obrázek článku --- */

#custom-img-page-main {
  height: 450px;
  width: 100%;
}

#custom-img-page-main img {
  object-fit: cover;
  width: 100%;
  height: 450px;
}