* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

*:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

body {
    width: 100%;
	height: 100%;
    margin: 0px;
    padding: 0px;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    line-height: 1.8;
    overflow-x: hidden;
	min-width: 300px;
    background-color: black !important;
	color: white;
}

html {
    height: 100%;
}

h1, h2, h3, h4, h5, h6, ul {
    margin: 0px;
    padding: 0px
}

ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: block;
}

li {
    display: inline-block;
}

a {
    cursor: pointer;
    color: #a7c9f5;
}

a:hover {
    text-decoration: none;
}

textarea {
    resize: none;
}

hr {
    margin-bottom: 0;
}

::placeholder {
    font-size: 14px;
    font-style: italic;
}
:-moz-placeholder{
    font-size: 14px;
    font-style: italic;
}
:-ms-input-placeholder{
    font-size: 14px;
    font-style: italic;
}
::-webkit-input-placeholder{
    font-size: 14px;
    font-style: italic;
}
::-moz-placeholder  {
    font-size: 14px;
    font-style: italic;
}



/* Nawigacja */

nav {
    /*background: #000000;*/
	background: rgba(0,0,0, 0.85)
}

.navbar-brand {
	font-weight: bold;
}

.navbar-dark .navbar-nav .nav-link {
    color: rgb(255, 255, 255);
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.5px;
}

.navbar.navbar-dark .navbar-nav .nav-item.active > .nav-link,
.navbar.navbar-dark .navbar-nav .nav-item .nav-link:hover {
    color: #f9e43f;
    background-color: rgba(255, 255, 255, .1);
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 20px;
    padding-left: 20px;
}

.nav-link {
    display: block;
    padding: .1rem 1rem;
}

.navbar-brand .navbar-logo {
	width:36px; 
	height:36px; 
	display:inline-block; 
	background-repeat:no-repeat;
	background-image:url(../images/icon3a_bw.png); 
	background-size: 100%;
	float:left; 
	margin-right: 7px;
}

.navbar-brand:hover .navbar-logo {
	width:39px; 
	height:39px; 
	margin-top: -3px;
	/*background-image:url(../images/logo2yellow.png);*/
	/*margin-right: 8px;*/
}

.navbar-brand:hover {
	color: #f9e43f !important;
	letter-spacing: 1.5px;
}

@media screen and (max-width: 1920px) {}
@media screen and (max-width: 1440px) {}
@media screen and (max-width: 1024px) {}
@media screen and (max-width: 768px)  {
	nav .navbar-nav {
        padding: 20px 0 20px;
    }
}
@media screen and (max-width: 425px)  {}
@media screen and (max-width: 375px)  {}

/* Nawigacja, end*/


/* Slajdy, start */

#carousel {
}

.carousel {
    width: 100%;
    height: auto;
    position: relative;
}

.carousel .gradient {
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    position: absolute;
    /*background: -moz-linear-gradient(left, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.3) 100%);
    background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.3) 100%);
    background: linear-gradient(to right, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.3) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4d000000', endColorstr='#4d000000', GradientType=1);*/
}

.carousel .carousel-inner img {
    width: 100%;
    height: 100vh;
    object-fit: cover;
}

.carousel-caption {
    top: 40%;
    bottom: auto;
	left: 10%;
	right: 10%;
    /*font-family: 'Playfair Display', serif;*/
	font-family: 'Montserrat', sans-serif;
}

.carousel-caption h1 {
    font-size: 50px;
    font-weight: 700;
    text-transform: uppercase;
}

.carousel-caption .lead {
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 4px;
    font-weight: 400;
    font-family: 'Montserrat', sans-serif;
}

@media screen and (max-width: 1920px) {}
@media screen and (max-width: 1440px) {}
@media screen and (max-width: 1024px) {
	.carousel .carousel-inner img {
        height: 660px;
    }
    .carousel-caption {
       /* top: 30%; */
    }
    .carousel-caption h1 {
        font-size: 44px;
    }
    .carousel-caption .lead {
        letter-spacing: 3px;
    }
}
@media screen and (max-width: 768px)  {
	.carousel .carousel-inner img {
        height: 560px;
    }
    .carousel-caption {
        /*top: 25%;*/
    }
    .carousel-caption h1 {
        font-size: 36px;
    }
}
@media screen and (max-width: 425px)  {
	.carousel-caption {
        /*top: 20%;*/
    }
    .carousel-caption .lead {
        letter-spacing: 1px;
        font-size: 14px;
    }
    .carousel-caption h1 {
        font-size: 26px;
    }
	.carousel .carousel-inner img {
        height: 400px;
    }
}
@media screen and (max-width: 375px)  {}

/* Slajdy, end */


/* Sekcje, start */

section {
    background-color: black;
    /*font-family: 'Playfair Display', serif;*/
	font-family: 'Montserrat', sans-serif;
}

section h2 {
	/*color: #959595;*/
	color: white;
	font-weight: bold;
	font-size: 32px;
	letter-spacing: 2px;
	text-align: center;
    padding: 40px 0;
	/*
	color: #959595;
    font-size: 36px;
    */
}

section.active h2 {
	/*color: #cab300;*/
	color: white;
}

section h4 {
    font-size: 15px;
    color: #8d8d8d;
    font-weight: 500;
    line-height: 28px;
    padding-bottom: 60px;
    padding-top: 60px;
}

section .container > div {
	font-size: 17px;
	letter-spacing: 0.7px;
	text-align: center;
	/*font-weight: 500;*/
	text-align: justify;
	/* max-width: 900px;*/
	margin-left: auto;
	margin-right: auto;
	font-family: Montserrat, sans-serif;
	/*font-family: Verdana;*/
}

@media screen and (max-width: 1920px) {}
@media screen and (max-width: 1440px) {}
@media screen and (max-width: 1024px) {
	sectiono h2 {
		font-size: 32px;
	}
}
@media screen and (max-width: 768px)  {
	section h2 {
        font-size: 28px;
        padding-top: 20px;
        padding-bottom: 40px;
    }
}
@media screen and (max-width: 425px)  {
	section h2 {
        font-size: 25px;
        padding-top: 20px;
        padding-bottom: 30px;
    }
}
@media screen and (max-width: 375px)  {}

/* Sekcje, end */


/* Sekcja: Portfolio, start */

#portfolio {
    /*font-family: 'Playfair Display', serif;*/
	font-family: 'Montserrat', sans-serif;
}

#portfolio .img-fluid {
    margin-bottom: 30px;
}

#portfolio .img-fluid {
	box-shadow: -3px 7px 41px -9px rgb(119 66 0 / 61%);
    display: block;
    width: 100%;
    height: 300px;
    object-fit: cover;
	transition: transform 1.2s;
}

#portfolio .img-fluid:hover {
	transform: scale(1.05);
	box-shadow: -3px 7px 41px -9px rgb(234 173 0 / 75%);
}


@media screen and (max-width: 1920px) {}
@media screen and (max-width: 1440px) {}
@media screen and (max-width: 1024px) {
	/*#portfolio a {
		max-width: 50%;
		flex: 0 0 50%;
	}*/
}
@media screen and (max-width: 768px)  {}
@media screen and (max-width: 425px)  {}
@media screen and (max-width: 375px)  {}

/* Sekcja: Portfolio, end */


/* Sekcja: Contact, start */

#contact form {
	text-align: center;
	font-family: 'Montserrat', sans-serif;
	max-width: 600px;
	margin-top: 40px;
	margin-left: auto;
	margin-right: auto;
}

#contact form input, #contact textarea {
    border-radius: 0;
    padding: 10px 10px;
}

#contact form  .btn {
	border-radius: 0;
	margin-top: 30px;
	margin-bottom: 40px;
	margin-left: auto;
	margin-right: auto;
	width: 100px;
}

#contact a:hover {
	color: #cab300;
}

/* Sekcja: Contact, end */

/* Footer, start */

footer {
	padding-top: 45px;
	padding-bottom: 25px;
	text-align: center;
	background-color: black;
	color: white;
	letter-spacing: 1px;
	word-spacing: 2px;
}

footer a {
	color: white;
}

footer a:hover {
	color: #f9e43f;
}

@media screen and (max-width: 1920px) {}
@media screen and (max-width: 1440px) {}
@media screen and (max-width: 1024px) {}
@media screen and (max-width: 768px)  {
	footer {
		letter-spacing: normal;
	}
}
@media screen and (max-width: 425px)  {
	footer {
		word-spacing: normal;
	}
}
@media screen and (max-width: 375px)  {}

/* Footer, end */




/* Inne */

/* BtnToTop, start */

#btnToTop {
	display: none !important;
    bottom: 20px;
    right: 20px;
    width: 45px;
    height: 45px;
    display: block;
    position: fixed;
    cursor: pointer;
    background: #d6bd00;
    text-decoration: none;
    -moz-border-radius: 35px;
    -webkit-border-radius: 35px;
    border-radius: 35px;
    -webkit-transition: all 0.4s linear;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
	
	background-image:url(../images/arrow1.png); 
	background-repeat: no-repeat;
	background-position-x: 50%;
	background-position-y: 45%;
	background-size: 55%;
	
	
}

#btnToTop:hover {
    background-color: #f9e43f;
	width: 49px;
	height: 49px;
}
/*
#btnToTop span {
    color: white;
    margin: 0;
    position: relative;
    left: 19px;
    top: 10px;
    font-size: 19px;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

#btnToTop:hover span {
    top: 14px;
    left: 20px;
    font-size: 22px;
}
*/

/* BtnToTop, end */

#portfolioBtnBox button {
    margin: 5px;
    border-radius: 0;
    box-shadow: none;
}

#portfolioBtnBox {
    margin-bottom: 25px;
}

/* EkkoLight, start */

.ekko-lightbox .modal-content {
	background-color: #8a6300;
	border-radius: 0;
}

.ekko-lightbox .modal-body {
	padding: 0;
}


#ekkoLightboxCloseBtn {
    position: absolute;
    right: 0px;
    z-index: 1000;
    background-color: black;
    padding: 0px 8px;
    color: #ffe62b;
    font-weight: bold;
    font-size: 19px;
    cursor: pointer;
}

.modal-backdrop.show {
    opacity: .8;
}

/* EkkoLight, end */

@media screen and (max-width: 1920px) {}
@media screen and (max-width: 1440px) {}
@media screen and (max-width: 1024px) {}
@media screen and (max-width: 768px)  {}
@media screen and (max-width: 425px)  {}
@media screen and (max-width: 375px)  {}

