a {
text-decoration: none !important;
}

.headinfo {
color: #873e23 !important;
font-size: 1.2rem;
line-height: 2;
}

h2 {
color: #873e23 !important;
}
h5 {
color: #873e23 !important;
}


.nav-link {
color: #873e23 !important;
}

.navbar {
border-bottom: 3px solid #873e23 !important;
background-color: #ffeccf !important;
}


.fade-in {
		opacity: 0;
		/* Začíná neviditelný */
		animation: fadeIn 0.5s ease-in forwards;
		/* Trvání a způsob animace */
	}
	
	@keyframes fadeIn {
		to {
			opacity: 1;
			/* Koncová hodnota - text je viditelný */
		}
	}

.obrazek-nahled {
    max-width: 200px !important;
}

.a_kontakty {
    color: #873e23 !important;
}



