/* 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: 1140px;
}

.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
   ========================================================================== */
   
   .bg-header {
	color: #fff;
	background-image: url("../img/bg-header.jpg");
	background-repeat: no-repeat;
	min-height: 658px;
	background-position: 50% 0;
	background-color: #000;
}


.bg-2 {
	color: #fff;
	background-image: url("../img/bg-2.jpg");
	background-repeat: no-repeat;
	min-height: 412px;
	background-position: 50% 0;
	background-color: #000;
}

.bg-3 {
	color: #fff;
	background-image: url("../img/bg-3.jpg");
	background-repeat: no-repeat;
	min-height: 484px;
	background-position: 80% 0;
	background-color: #000;
}
.bg-4 {
	color: #fff;
	background-image: url("../img/bg-4.jpg");
	background-repeat: no-repeat;
	min-height: 513px;
	background-position: 50% 0;
	background-color: #000;
}

.bg-5{
	color: #fff;
	
	background-color: #000;
}