/* Globální styl */
body {
    font-family: 'Poppins', sans-serif;
    color: #333;
    background-color: #fff;
}
.text-right {
	text-align: right;
}

.py-5 {
	padding-top: 6rem !important;
    padding-bottom: 6rem !important;
}
.pb-5 {
    padding-bottom: 6rem !important;
}
.pt-5 {
    padding-top: 6rem !important;
}
.mt-6 {
    margin-top: 5rem !important;
}
/* Hero sekce */
.hero {
    background: url('/img/hp-bg.jpg') center/cover no-repeat;
    min-height: 70vh;
    padding: 4rem 0;
}
.hero h1, .hero p {
    color: #fff;
}

.big {
	font-size: 36px;
}
.claim {
	font-size: 56px;
	font-weight: bold;
	margin-bottom: 30px;
}
.fw-bold {
	font-size: 18px;
}
.fw-big {
	font-weight: bold;
	font-size: 24px;
}
.nav-link:hover {
	text-decoration: none;
	color: #41BE50;
}
.nav-link {
	color: #000;
}

.icon {
	display: inline-block;
	background-repeat: no-repeat;
	width: 20px !important;
	height: 20px !important;
	background-size: contain;
	margin-bottom: -4px;
	margin-right: 12px;
}
.icon-overwiew {
	background-image:url("/img/ico/overview.svg");
}
.icon-authorised {
	background-image:url("/img/ico/authorised.svg");
}
.icon-awards {
	background-image:url("/img/ico/awards.svg");
}
.icon-certificate {
	background-image:url("/img/ico/certificate.svg");
}
.icon-invoice {
	background-image:url("/img/ico/invoice.svg");
}
.icon-question {
	background-image:url("/img/ico/question.svg");
}
.icon-settings {
	background-image:url("/img/ico/settings.svg");
}


/* Hero Section */
.hero-certification {
    background: url('/img/bae.jpg') center/cover no-repeat;
    min-height: 75vh;
    display: flex;
    align-items: center;
    text-align: center;
    padding: 4rem 0;
}
.hero-certification h1, .hero-certification p {
    color: #fff;
}

.hero-register {
    background: url('/img/bae.jpg') center/cover no-repeat;
    min-height: 75vh;
    display: flex;
    align-items: center;
    text-align: center;
    padding: 4rem 0;
}
.hero-register h1, .hero-register p {
    color: #fff;
}

/* Hero Section */
.hero-about {
    background: url('/img/ayp.jpg') center/cover no-repeat;
    min-height: 75vh;
    display: flex;
    align-items: center;
    text-align: center;
    padding: 4rem 0;
}
.hero-about h1, .hero-about p {
    color: #fff;
}


/* Hero Section */
.hero-catalogue {
    background: url('/img/jjz.jpg') center/cover no-repeat;
    min-height: 75vh;
    display: flex;
    align-items: center;
    text-align: center;
    padding: 4rem 0;
}
.hero-catalogue h1, .hero-catalogue p {
    color: #fff;
}

/* Hero Section */
.hero-faq {
    background: url('/img/acc.jpg') center/cover no-repeat;
    min-height: 75vh;
    display: flex;
    align-items: center;
    text-align: center;
    padding: 4rem 0;
}
.hero-faq h1, .hero-faq p {
    color: #fff;
}

/* Hero section */
.hero-contact {
    background: url('/img/ayp.jpg') center/cover no-repeat;
    min-height: 50vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Kontakt Form */
.form-control {
    border-radius: 8px;
}

/* Footer */
.footer {
    background-color: #f8f9fa;
    color: #333;
}

.grade img {
	height: 30px;
}

/* Vlna mezi sekcemi */
.wave-container {
    margin-top: -2px;
    line-height: 0;
}
.wave-container img {
    display: block;
    width: 100%;
    height: auto;
}
.text-green {
	color: #40be50 !important;
}
.icon-green {
  color: #40be50 !important;
}
.green-section {
	background-color: #40be50;
}
.reasons-section {
	background-color: #e5eae4;
}
.rounded {
	border-radius: 25px !important;
}

.final-cta {
	background: url('/img/gwy@2x.png') center/cover no-repeat;
    min-height: 50vh;
    padding: 4rem 0;
}
/* Karty */
.icon {
	text-align: center;
}
.icon img {
    max-width: 80px;
}
.img-center {
	text-align: center;
}

/* Odkazy */
a {
	color: #000000;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}

/* Tlačítka */
.btn {
	border-radius: 25px;
	padding-left: 30px;
	padding-right: 30px;
}
.btn:hover {
	text-decoration: none;
}
.btn-success {
    background-color: #40be50;
    border-color: #40be50;
}
.btn-success:hover {
    background-color: #3aaa48;
}
.btn-outline-success:hover {
	background-color: #40be50;
}

/* Footer */
.footer {
    text-align: center;
    padding: 20px;
}


@media (max-width: 992px) {

.big {
	font-size: 28px;
}
.claim {
	font-size: 45px;
	font-weight: bold;
	margin-bottom: 30px;
}

}