body
{
	background-color: #2F3336;
	color: #efefef;
    font-family: 'Source Sans Pro', sans-serif !important;
    font-size: 17px;
}

h1
{
	font-size: 36px;
	font-weight: 400;
	color: #8BC34A;
	margin: 20px;
}


.container p
{
	text-align: justify;
	
}

.zwierzaki
{
	text-align: center;
}

.zwierzaki img
{
	width: 100%;
	height: auto;
	border-radius: 10px;
	border-style: inset;
	border-width: 5px;
	border-color: #A5D6A7;
	
}

.zwierzaki p
{
	margin-bottom: 30px;
}

.zwierzaki figcaption
{
	margin-top: 8px;
}

.navbar
{
	min-height: 60px;
	background-color: #F1F8E9 !important;
	font-size: 18px;
	
}

.nav-item:hover
{
	font-weight: 600 !important;
}

.dropdown-menu
{
	background-color: #F1F8E9 !important;
	font-size: 18px;
}

.dropdown-item:hover
{
	background-color: #9CCC65 !important;
	font-weight: 600 !important;
}


.bg-zwierzaki
{
	background-color: #91a33b !important;
}

.kontakt
{
	text-align: left;
	vertical-align: middle;
	float: left;
	padding: 35px;
}

.mapa
{
	border-radius: 10px;
	border-style: inset;
	border-width: 5px;
	border-color: #A5D6A7;
}

.footer
{
	background-color: #d1e6ba !important;
	text-align: center;
	vertical-align: middle;
	padding: 15px;
	color: #404f3a;
	height: 60px;
	width: 100%;
	
}

