/* main.css
             _                           _ 
            | |                         | |
__  ________| | _____  _ __ ___    _ __ | |
\ \/ /______| |/ / _ \| '_ ` _ \  | '_ \| |
 >  <       |   < (_) | | | | | |_| |_) | |
/_/\_\      |_|\_\___/|_| |_| |_(_) .__/|_|
                                  | |      
                                  |_|      
*/

html {
	scroll-behavior: smooth;
}

body {
	font-family: 'Nunito', sans-serif;
	color: #000;
	font-weight: 300;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.container {
	border-radius: 30px;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	-ms-border-radius: 30px;
	-o-border-radius: 30px;
	max-width: 1170px;
}

.container-fluid {
	border-radius: 0!important;
}

.wrapper {
	border: 1px solid rgba(0, 0, 0, .1);
	border-radius: 30px;
	overflow: hidden;
	position: relative;
}

.content {
	max-width: 1600px;
	margin: auto;
	
}

/* FONT WEIGHTS */
.fw-2 { font-weight: 200; }
.fw-3 { font-weight: 300; }
.fw-4 { font-weight: 400; }
.fw-5 { font-weight: 500; }
.fw-6 { font-weight: 600; }
.fw-7 { font-weight: 700; }

/* FONT SIZES */

.fs-ssmall { font-size: .5em!important; }
.fs-small { font-size: .85em; }
.fs-regular { font-size: 1em; }
.fs-medium { font-size: 1.25rem; }
.fs-large { font-size: 1.5rem; }
.fs-xlarge { font-size: 1.75rem; }
.fs-xxlarge { font-size: 3.35rem; }


.logo-top{
	padding: 0px;
}

.bg-1{
	background-image: url('../img/bg-1.jpg');
	min-height: 370px;
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
}

.bg-2{
	background-color: #710d6b ;
	min-height: 55px;	
}

.bg-3{
	background-image: url('../img/bg-2.jpg');
	min-height: 370px;
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
}

.bg-4{
	background-image: url('../img/bg-3.jpg');
	min-height: 370px;
	background-repeat: no-repeat;
	background-position: top right;
	background-size: cover;
}

.k-1{
	background-image: url('../img/k1.jpg');
	min-height: 395px;
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
}

.k-2{
	background-image: url('../img/k2.jpg');
	min-height: 395px;
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
}

.k-3{
	background-image: url('../img/k3.jpg');
	min-height: 395px;
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
}

.k-4{
	background-image: url('../img/k4.jpg');
	min-height: 395px;
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
}

.produkt{

}

.footer{
	background-color: #710d6b ;
	min-height: 55px;	
}

.disclaimer {
	padding: 30px 0;
	max-width: 620px;
	margin: auto;
	text-align: center;
	font-size: 14px;
}

/* 	wszystkie img responsywne dostosowują się do kontenera w jakim sa umieszczone nie ma potrzeby uzywania img-fluid w klasach */
img {
	max-width: 100%;
	height: auto;
	    -ms-flex-item-align: center;
	        align-self: center;
}

/* ==========================================================================
   pozostałe style poniżej
   ========================================================================== */