/* ==========================================================================
Font
========================================================================== */ 
@import url(http://fonts.googleapis.com/css?family=Oswald:400,300,700&subset=latin,latin-ext);
@import url(http://fonts.googleapis.com/css?family=Roboto:400,300,100,500,700,900&subset=latin,latin-ext);

/* ==========================================================================
USER STYLE
========================================================================== */

#home { 	text-align:center;  	background-attachment: fixed;	background-color: transparent;	background-image: url("../img/home-bg.jpg"); background-size: cover;	height:100vh; padding: 25vh 0;}
#kontakt { color:#fff;	background-attachment: fixed;	background-color: transparent;	background-image: url("../img/kontakt-bg.jpg"); background-size: cover;	padding: 15vh 0;}
h1 { font-family:"Roboto",sans-serif; font-weight:600; font-size:50px; color:#fff; }
h2 { font-family:"Roboto",sans-serif; font-weight:200; color:#fff; font-size:48px; text-transform: uppercase; }
h3 { font-family:"Roboto",sans-serif; font-weight:200; color:#49a8e8; font-size:45px; margin-top:50px; text-transform: uppercase;  }
h4 { font-family:"Roboto",sans-serif; font-weight:300; color:#FFF; font-size:22px; margin-top:-10px; margin-bottom:20px; text-transform: uppercase; opacity: 0.7;  }
.home-txt { padding-top:50px; padding-bottom:50px; }
.home-txt p { font-size:24px; font-family:"Roboto",sans-serif; font-weight:300; }
.home-txt b { color:#49a8e8;  font-size:28px;}
.img-thumb {
	width: 19vw;
	height: 20vw;
	overflow: hidden;
	object-fit: cover;
	margin: 2px 0;
	padding: 0;
}
.certyfikat {
	padding: 20px;
	max-width: 50%;
	max-height: 25vw;
	height: 100%;
	object-fit: contain;
}
.img-thumb:hover { opacity:0.8; }
a { color:#49a8e8; }
.home-ng {
	display: inline-block;
	padding: 3%;
	margin: auto;
	background-color: rgba(00,00,00,0.75);
}
.home-logo {
	display: block;
	margin: 25px auto;
}
#home button {
	background-color: rgba(73,168,232,0.8);
	padding: 10px 50px;
	margin-top: 30px;
	border: none;
	font-weight: 200;
	border-radius: 0;
}

footer {
	padding: 5px 0;
	background-color: #0f0f11;
	font-family: 'Oswald', sans-serif;
	font-weight: 300;
	text-transform: uppercase;
	color: #FFF;
	font-size: 12px;
}

ul {  list-style-type: decimal; padding: 0 0 0 25px; margin:0; font-family:"Roboto",sans-serif; font-weight:400; font-size:21px;  }
li { margin: 10px 0; padding:10px 0; border-bottom:1px solid #eee;  }
label {	display: inline-block;	margin-bottom: 5px;	font-size: 14px;	color: #666;	margin-top: 15px;}
.bt-wyslij { margin-top:20px; background-color:#49a8e8; border:none; border-radius: 0; }

#kontakt .form-control {
	display: block;
	width: 100%;
	padding: .75rem;
	font-size: 1rem;
	line-height: 1.5;
	color: #495057;
	background-color: #fff;
	background-clip: padding-box;
	border: 0;
	border-radius: 0;
	transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	margin: 10px 0;
	background: rgba(255,255,255,0.15);
	color: #FFF;
}

@media (max-width: 767px) {
	h1 { font-size:30px; }
	h2 { font-size:22px; }
	h3 {	font-size: 25px;	margin-top: 30px; }
	h4 {	font-size: 14px;	margin-bottom: 10px; }
	#home {	padding: 30vh 10px; }
	.home-logo img { max-width:60%; }
	#home button {	width: 60%; background-color: rgba(73,168,232,0.8);	padding: 5px 5px;	margin-top: 10px;	border: none;	font-weight: 200;	border-radius: 0;	font-size: 14px;	margin-bottom: 15px;}
	.home-txt img { max-width: 60%; }
	.home-txt p {	font-size: 14px; }
	.home-txt b {	font-size: 18px; }
	#kontakt { padding: 5vh 0;}
	.img-thumb {	width: 45%;	height: 45vw;}
	.home-txt {	padding-top: 30px;	padding-bottom: 0;}
	.certyfikat {	max-width: 90%;	max-height: fit-content; }