@import url('https://fonts.googleapis.com/css?family=Raleway');

html, body{
    height: 100%;
	background-color:#282828;
	color: white;
	text-align: justify;
	font-family: 'Raleway', sans-serif;
}

.tlo{ 
    min-height: 100%;
	background-image: url("../img/dj-szupix.jpg");
	background-repeat: no-repeat;
	background-position: center; 
    background-size: cover;
}


#logo{
    width: 100%;
    height: 100%;
    min-height: 100%;
}

h2 {
	font-weight: 700;
    font-size: 36px;
}

.parallax { 
    background-image: url("../img/dj-wesele.jpg");
    height: 50%; 
    background-attachment: fixed;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}


.mail-center {
	display: flex; 
	align-items: center;
}

.mail-column {
	flex-direction: column;
}

.text-large {
	font-size: large;
}

.text-x-large {
	font-size: x-large;
}

.text-xx-small {
	font-size: xx-small;
}

.nav-kolory{
	background-color:#282828;
	border-bottom:2px solid #B71824;
}

.nav-linki{
	margin: 0 10px;
	color:white !important;
}

.nav-linki:hover{
	color:#B71824 !important;
	text-decoration: none;
}


.biale-tlo{
	background-color:white;
	color:#282828;
	border-bottom: 2px solid #B71824;
	border-top: 2px solid #B71824;
}

.ciemny-link{
	color: #B71824;
    border: 2px solid #B71824;
    padding: 8px 15px;
    border-radius: 8px;
    font-weight: 600;
	display: block;
    text-align: center;
    width: 200px;
}

.ciemny-link:hover{
	background-color:#B71824;
	color:white;
	text-decoration:none;
}

.jasny-link{
	color: white;
    border: 2px solid white;
    padding: 8px 15px;
    border-radius: 8px;
    font-weight: 600;
	background-color:transparent;
	display: block;
    text-align: center;
    width: 200px;
}

.jasny-link:hover{
	background-color:white;
	color:#282828;
	text-decoration:none;
}
.odnosnik{
  display: block;
  height: 50px;
  margin-top: -50px;
  visibility: hidden;
}

.nav-dolny{
	position: absolute !important;
	z-index: 1020 !important;
}

.inherit{
	width:inherit;
}

.lista {
	padding-left: 0;
    list-style-position: inside;
}

.flex-center {
	display: flex;
    justify-content: center;
    align-items: center;
	flex-direction: column;
}

.flex-center-left {
	display: flex; 
	justify-content: center; 
	flex-direction: column;
}

.flex-column {
	flex-direction: column;
}

.img-shadow {
	box-shadow: 0px 5px 50px 0px rgba(0,0,0,0.9);
}

.non-bold {
	font-weight: 100 !important;
}

.m-height-32 {
	max-height: 32px;
}

.top-red-frame {
	border-top: 2px solid #B71824;
}

.name-img {
	padding: 18px; 
	height: 90px;
}

.disp-none {
	display: none;
}

.cursor-pointer {
	cursor: pointer;
}

.under-link {
    display: inline-block;
    color: #000;
    text-decoration: none;
}

.under-link::after {
    content: '';
    display: block;
    width: 0;
    height: 1px;
    background: #B71824;
    transition: width .3s;
}

.under-link:hover::after {
    width: 100%;
}

.gallery-height {
        max-height: 233px;
	}

.custom-checkbox .custom-control-input:checked~.custom-control-label::before {
	background-color: #B71824;
}
.custom-control-input:focus~.custom-control-label::before {
	box-shadow: 0 0 0 0;
}
.custom-control-input:active~.custom-control-label::before {
	background-color: white;
}

@media screen and (max-width: 767px) {
    .gallery-height {
        max-height: max-content;
	}

    .mmt-0 {
        margin-top: 0 !important;
    }
}

@media screen and (max-width: 992px) {
    .srodek {
		text-align: center !important;
		margin: 0 auto;
	}
}