/* 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;
	
}

.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
   ========================================================================== */




   /* 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; }


hr{
	width: 80%;
	border: 1px solid #9C9DA0; 
}

.bg-top{
	 background-image: url(../img/top-bg.jpg);
	 background-size: cover;
	 background-position: top center;
	 min-height: 520px;
 	 color: #fff;
}

.steps-bg{
	background-image: url(../img/steps-bg.jpg);
	 background-size: cover;
	 background-position: top center;
	 background-color: #000;
	 min-height: 340px;
 	 color: #fff;
}

.bg-1{
	background-image: url(../img/bg-1.jpg);
	 background-size: cover;
	 background-position: top center;
	 background-color: #000;
	 min-height: 790px;
 	 color: #fff;
}

.bg-2{
	background-image: url(../img/bg-2.jpg);
	 background-size: cover;
	 background-position: top center;
	 background-color: #000;
	 min-height: 790px;
 	 color: #fff;
}

.bg-3{
	background-image: url(../img/bg-3.jpg);
	 background-size: cover;
	 background-position: top center;
	 min-height: 205px;
 	 color: #000;
}

.bg-4{
	background-image: url(../img/bg-4.jpg);
	 background-size: cover;
	 background-position: top center;
	 min-height: 526px;
 	 color: #fff;
}

.footer{
	 background-image: linear-gradient(to right, rgba(34,37,44,100), rgba(75,77,83,100));
	 background-size: cover;
	 background-position: top center;
	 min-height: 80px;
 	 color: #fff;
}


@media (max-width: 600px) {
  
	.steps-bg{	 
	 background-position: 75% center;	 
	 background-size: cover;	 
	background-image: url(../img/steps-bg-m.jpg);
}

}