/*
@import url('https://fonts.googleapis.com/css2?family=Do+Hyeon&display=swap');
h1, h2, h3, h4, h5, h6 { font-family: 'Do Hyeon', sans-serif; font-weight: bold; }

@import url('https://fonts.googleapis.com/css2?family=Ramabhadra&display=swap');
h1, h2, h3, h4, h5, h6 { font-family: 'Ramabhadra', sans-serif; font-weight: bold; }
*/

@import url('https://fonts.googleapis.com/css2?family=Alatsi&display=swap');
h1, h2, h3, h4, h5, h6 { font-family: 'Alatsi', sans-serif; font-weight: normal; }

.bannerp1 { font-size: 2.5rem; text-align: left; text-shadow: 0 1px 2px rgba(0, 0, 0, .6); font-family: 'Alatsi', sans-serif; }
.bannerp2 { font-size: 2.2rem; text-align: left; text-shadow: 0 1px 2px rgba(0, 0, 0, .6); font-family: 'Alatsi', sans-serif; }

.navbar__brand-logo-img { max-width: 10rem; max-height: 5rem; }

/* změna barvy odkazů */
a, .eshop-menu__link--button, button.navbar__menu-link { color: #074eb3; }
a:hover, .eshop-menu__link--button:hover, button.navbar__menu-link:hover { color: #074eb3; }
/* změna barvy odkazů - konec */

body:not(#index) .motive, body:not(#index) .motive.fullscreen { display: none; }

/* změna velikosti nadpisů u výpisu kategorií */
.section--header h1, .section--header .h1, .section-title h1, .section-title .h1 { font-size: 2.5rem; text-align: left; }

section, .section { padding-top: clamp(1.5rem,3vw,1rem); padding-bottom: clamp(1.5rem,3vw,1rem); }

#main { padding-top: 2rem; }
.main > .container:first-child, .main > .motive__motto:first-child, .container--article { padding-bottom: 1rem; }

.container--article h1 + p, .container--article .h1 + p { margin-top: clamp(2rem,8vw,3rem); }
.container--article .col-text, .container--article .section--header, .container--article .section--text, .container--article .section-blank, .container--article .section-title, .container--article .section-header, .container--article .section-cta
{ max-width: 100%; }

/* změna velikosti obrazku hracu u vybranych kategorii */
#rubric-61556 .article-item__img, #rubric-61556 .category__img, #rubric-61576 .article-item__img, #rubric-61576 .category__img, 
#rubric-61548 .article-item__img, #rubric-61548 .category__img, #rubric-61549 .article-item__img, #rubric-61549 .category__img, 
#rubric-61550 .article-item__img, #rubric-61550 .category__img, #rubric-61551 .article-item__img, #rubric-61551 .category__img, 
#rubric-61552 .article-item__img, #rubric-61552 .category__img, #rubric-61554 .article-item__img, #rubric-61554 .category__img, 
#rubric-61555 .article-item__img, #rubric-61555 .category__img, #rubric-61573 .article-item__img, #rubric-61573 .category__img, 
#rubric-61572 .article-item__img, #rubric-61572 .category__img, #rubric-61571 .article-item__img, #rubric-61571 .category__img,
#rubric-63689 .article-item__img, #rubric-63689 .category__img { width: 70%; }


#footer { background: #00041C; color: #fff; }
#footer a { color: #fff; }
.footer { padding-top: 3rem; padding-bottom: 3rem; }

#copyright { text-align: center; }
#patacopy { display: none; }
#index #patacopy, #support #patacopy { display: inline; }

#cvicne-oramovani2 {border-top: 1px; border-left: 1px; border-bottom: 1px; border-right: 1px; border-style: dashed; border-color: red;}
#cvicne-oramovani3 {border-top: 1px; border-left: 1px; border-bottom: 1px; border-right: 1px; border-style: dashed; border-color: blue;}
/* ---------------------------------------------- */