﻿

/* Set the border color to the desired color */
.navbar-toggler {
 /*  


    border-color: #ff0000;
  */
  border-color: #0d6efd;
  border-width: 2px;
}

.navbar-toggler-icon {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.sp2 {
	margin-top: 2em;
}

.sp5 {
	margin-top: 5em;
}

.sp10 {
	margin-top: 10em;
}

.wtvvideo {
	text-align: center;
	width: 100% !important;
  	height: auto !important;
  	max-width: 600px;
}

.tutorials-div {

}

.tutorial-div {

}

/*
.carousel-indicators [data-bs-target] {
	background-color: #0d6efd;
	opacity: .2;
}

.carousel-indicators .active {
	color: #FFFFFF;
	opacity: 1;
	}

*/

p {
	color: #FBFBFB;
}
   
h1 {
	color: #0d6efd;
}

h2 {
	color: #fbfbfb;
	text-transform: uppercase;
}

h3 {
	color: #fbfbfb;
}

h4 {
	color: #FBFBFB;
}
h5 {
	color: #FBFBFB;
}

hr {
	color: #0d6efd;
	border: 1px solid;
	opacity: .5;
}

.card {
	margin: 1em 0em;
}

.card-description{
	color: #dc3545;
}

.card-header {
	color: #FBFBFB !important;
}

.faq-card {
	text-align: center;
}

.downloader {
	color: #E07F02; 
}

.mh405 {
	max-height: 405px;
	width: auto;
}

/* do poprawy */
.text-transparent {
	color: #000000; /* Fallback for older browsers */
    color: rgba(0, 0, 0, 0.5);
}