h1,
h2,
h3,
h4,
h5,
h6,
p {
  
  font-family: 'Lora', serif;
}


a{
	text-decoration: none;
	color: white;
}

h1{

	font-size: 2.0rem;
}


h2.fon{
	color: white;
	font-size: 1.75rem;

}

p{
	
	font-size: 17px;
	line-height: 1.2;
	
}

h3 {
	font-size: 2.5rem;
	color:#555353;
	margin-bottom: 50px;

}

.przepisy h2{
	font-size: 25px;
}

.tt a{

	font-size: 30px;
	margin-top: -15px;
}

.btn-success {
  background-color: #adc743;
  border-color:#adc743;
  font-size: 20px;
  padding: 8px 25px;
}
.btnmargin{
	margin: 10px;
}

.kolor{
	background: #f0f0f0;
	
}

.uprawa{
	background: #adc743;
	font-size: 25px;
	padding: 30px;

}

.przepisy{
	background: #f0f0f0;
	font-size: 60px;
	padding: 30px;

}


.btn-lg{height: 100px;}

.connect{padding: 0;}

.text-btn-up{
	padding: 20px;
	font-size: 30px;
	text-align: center;
}

#mainNav{

	margin: 0;
	padding: 0;
}

.mainLogo{
	background: #adc743;
	padding: 20px; 
	width: 230px;

}
.mainLogo h1{

	font-size: 35px;
	font-family: 'Indie Flower', cursive;
}
.mainLogo h2{

	font-size: 15px;
}
.navbar{
	padding: 0;
}

#mainNav .navbar-toggler {
  font-size: 12px;
  right: 0;
  padding: 13px;
  text-transform: uppercase;
  color: white;
  border: 0;
  background-color: #adc743;
  font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.masthead{

	background-image: url('../img/Cranberries.jpg'); 
	background-attachment: fixed; 
	background-size: cover;
	background-position: center;
	height: 35rem;

}
.mainHead{

	background-color: rgba(255, 255, 255, 0.8);
	padding: 40px;
	height: 35rem;
	
}

.mainFooter{

	background-image: url('../img/woodenfloor.jpg'); 
	background-attachment: fixed; 
	background-size: cover;
	background-position: center;
	height: 15rem;
	margin-top: 5rem;;
	margin-bottom: 5rem;
}
.mainFooter p{ 
	color: white;
 }
.viewFooter{

	margin: 7px auto auto auto;

}
@media (min-width: 768px) { 

	.viewFooter{
		margin: 5rem auto auto auto;
	}

	.tt{

		border-left: 1px solid white;
		border-right: 1px solid white;
	}

	.nav-item{
	font-size: 18px;
	}
 }
