:root {
  color-scheme: dark;
}

html {
  scroll-behavior: smooth;
}

body {
    background-color: #212529 !important;
    color: 	#F8F9FA !important;
	font-family: "Montserrat", sans-serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
}
.projekt {
background-color: #15171a !important;
border-left: 10px solid #212529 !important;
border-right: 10px solid #212529 !important;
}
.projekt-detail {
border-bottom: 3px solid red !important;
}
.nadpis-jmeno {
	color: red !important;
    text-transform: uppercase !important;
}
.nadpis {
	color: red !important;
    text-transform: uppercase !important;
    font-size: 1.2em ;
}
.nadpis-projekt {
	color: red !important;
    text-transform: uppercase !important;
    font-size: 1.4em ;
}
.ikona {
color: red !important;
}

.bg-red {
	background-color: #7d0a0a !important;
}
.bg-black {
	background-color: black !important;
}
.footer {
	background-color: black !important;
}
.navbar {
	border-bottom: 3px solid red !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ý */
}
}

.btn-vice {
background-color: red !important;
}

.footer-text {
color: red !important;}

.badge {
font-weight: normal !important;}

