@font-face {
  font-family: "gf-bold";
  src: url("./fonts/GEFORCE_BOLD.OTF") format("opentype"),
	   url("./fonts/GEFORCE-BOLD.TTF") format("truetype");
}

@font-face {
  font-family: "gf-light";
  src: url("./fonts/GEFORCE-LIGHT.TTF") format("truetype");
}

@font-face {
  font-family: "DINN-light";
  src: url("./fonts/DINPro-Light.otf") format("truetype");
}

@font-face {
  font-family: "DINN-regular";
  src: url("./fonts/DINPro-Regular.otf") format("truetype");
}

@font-face {
  font-family: "DINN-medium";
  src: url("./fonts/DINPro-Medium.otf") format("truetype");
}

@font-face {
  font-family: "DINN-bold";
  src: url("./fonts/DINPro-Bold.otf") format("truetype");
}


/* main.css
             _                           _ 
            | |                         | |
__  ________| | _____  _ __ ___    _ __ | |
\ \/ /______| |/ / _ \| '_ ` _ \  | '_ \| |
 >  <       |   < (_) | | | | | |_| |_) | |
/_/\_\      |_|\_\___/|_| |_| |_(_) .__/|_|
                                  | |      
                                  |_|      
*/

html {
	scroll-behavior: smooth;
}

body {
	font-family: sans-serif;
	color: #000;
	font-weight: 300;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 16px;
}

.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
   ========================================================================== */
   

	h1, h2, h3, h4, h5, h6 {
		font-family: 'gf-bold', sans-serif;
		text-transform: uppercase;
	}

	p {
		font-family: 'DINN-light', sans-serif;
	}

   .bg-header {
	color: #fff;
	background-image: url("../img/bg-header.jpg");
	background-repeat: no-repeat;
	min-height: 546px;
	background-position: 0 50%;
	background-color: #000;
}

.bg-1 {
	color: #fff;
	background-image: url("../img/bg-1.jpg");
	background-repeat: no-repeat;
	min-height: 490px;
	background-position: 90% 0;
}

.bg-2 {
	color: #fff;
	background-image: url("../img/bg-2.jpg");
	background-repeat: no-repeat;
	min-height: 490px;
	background-position: 0 90%;
}

.bg-3 {
	color: #fff;
	background-image: url("../img/bg-3.jpg");
	background-repeat: no-repeat;
	min-height: 490px;
	background-position: 0 90%;
}

.bg-4 {
	color: #fff;
	background-image: url("../img/bg-4.jpg");
	background-repeat: no-repeat;
	min-height: 490px;
	background-position: 0 90%;
}



.bg-5 {
	color: #fff;
	background-image: url("../img/bg-5.jpg");
	background-repeat: no-repeat;
	min-height: 490px;
	background-position: 90% 0;
}

.bg-black{
	background-color: #000;
	color: #fff;
}