body {
 font-family: "Open Sans", sans-serif;
 color:#fff;
 background:url(img/bg2.jpg) no-repeat center center;
 background-size:cover;
 font-size:16px;
 line-height:25px
}

.wow {
	visibility:hidden
}

.logo {
	max-width:500px
}

.navbar.bg-light.scrolled  {
	background:#fff !Important
}

.scrolled .nav-logo {
	max-width:110px;
}

.container {
	poosition:relative
}

.ab-top {
	position:absolute;
	top:30px;
	left:0px;
	width:100%;
	text-align:center
}

.ab-bottom {
	position:absolute;
	bottom:30px;
	left:0px;
	width:100%;
	text-align:center;
	font-size:16px;
	line-height:24px
}

.rosliny {
	display:inline-block;
	width:100%;
	max-width:460px;
	margin-top:60px
}

.rosliny-title {
	font-size:40px;
	line-height:46px;
	letter-spacing:3px;
	font-weight:300;
}

.rosliny .row {
	border-top:2px solid #fff;
	margin-top:30px
}

.rosliny .row .col-4 {
	padding:0px;
	padding-top:10px;
	letter-spacing:1px;
	font-size:18px
}

a {
	color:#fff;
	text-decoration:none;
	transition:.3s
}

a:hover {
	color:#fff
}

.some {
	margin-top:25px
}

.some a {
	margin-left:10px;
	margin-right:10px
}

.col-md-12.my-auto.text-center {
	padding-bottom:60px
}

/* Responsywność */

@media only screen and (max-width: 1600px) {

.logo {
	max-width:400px
}

.rosliny {
	max-width:400px;
}

}

@media only screen and (max-width: 1400px) {

.logo {
	max-width:350px
}

.rosliny {
	max-width:320px;
}

.rosliny .row {
  margin-top: 20px;
}

}


@media only screen and (max-width: 998px) {

body {
 font-size:15px;
 line-height:24px
}

  .logo {
    max-width: 300px;
  }

.rosliny-title {
  font-size: 30px;
  line-height: 36px;
  letter-spacing: 3px;
}

.ab-bottom {
  font-size: 15px;
  line-height: 24px;
}

  .rosliny {
    max-width: 260px;
  }

.rosliny .row .col-4 {

  font-size: 15px;
}

}