body {
	background-color: #D0F0D0;
	margin: 0px;
}

h1 {
	font-family: 'Crete Round', sans-serif;	
	font-size: 35px;
	text-align: center;
}

h2 {
	font-family: 'Crete Round', sans-serif;	
	font-size: 20px;
	text-align: left;
}

h3 {
	font-family: 'Crete Round', sans-serif;	
	font-size: 15px;
	text-align: center;
}

p {
	font-family: 'Crete Round', sans-serif;
	font-size: 19px;
	text-indent:25px;
}

a {
	text-decoration: none;
	font-weight: bold;
	border-radius: 5px;
}

a:hover {
    background-color: #83eb88;
}

div#maintd {
	width: 1024px;
	z-index: 1;
	height: 62px;
	background-color: white;
	box-shadow: 0 4px 2px -2px grey;
	vertical-align: middle;
	position: fixed;
}

div#divbutton {
	float: left;
}

div#divlogo {
	float: left;
	width: 153px;
	height: 60px;
}

button#Nav {
	position: relative;
	border: none;
	outline:none;
	background: white;
	color: black;
	height: 50px;
	width: 50px;
	border-radius: 25px;
	font-size: 25px;
	margin: 5px 12px 0px 12px;
}

.menu {
	margin: 0px 30px 0px 0px;
	border-radius: 10px;
}

.menu:hover {
	transition: 0.15s;
	background-color: #83eb88;
}

.zaplecze {
	margin: 10px 30px 0px 0px;
	border-radius: 10px;
}

.zaplecze:hover {
	transition: 0.15s;
	background-color: #83eb88;
}

.allsys {
	background-color: #cae2f4;
	margin: 15px 30px 0px 0px;
	border-radius: 10px;
}

.allsys:hover {
	transition: 0.15s;
	background-color: #65ace0;
}

.winsoft {
	background-color: #f3f3f3;
	margin: 0px 30px 0px 0px;
	border-radius: 10px;
}

.winsoft:hover {
	transition: 0.15s;
	background-color: #c0c0c0;
}

.icon {
	padding: 8px 0px 8px 3px;
	width: 1%;
}

.phonenumbercountry {
	font-family: 'Roboto', sans-serif;
	font-size: 15px;
	text-indent: 0px;
}

.phonenumber {
	font-family: 'Roboto', sans-serif;
	font-size: 20px;
	font-weight: bold;
}

#numberlink1 {
	font-family: 'Roboto', sans-serif;
	font-size: 20px;
	font-weight: bold;
	padding: 0px;
}

#numberlink2 {
	font-family: 'Roboto', sans-serif;
	font-size: 20px;
	font-weight: bold;
	padding: 0px;
}

#numberlink3 {
	font-family: 'Roboto', sans-serif;
	font-size: 20px;
	font-weight: bold;
	padding: 0px;
}

.copyright {
	margin-Left: 250px;
	transition:  0.5s;
}

.copyright p {
	text-align: center;
	transition:  0.3s;
	font-family: 'Crete Round', sans-serif;
	font-size: 15px;
	text-indent: 0px;
}

#active {
	background-color: #B0D0B0;
	color: blue;
}

#ggicon {
	padding: 8px 0px 8px 14px;
}

#ggnumber {
	font-family: 'Roboto', sans-serif;
	font-size: 20px;
	font-weight: bold;
	padding: 0px;
}

#jeden {
	font-family: 'Roboto', sans-serif;
	font-size: 15px;
	text-indent: 0px;
	font-weight: bold;
}

#emaillink {
	font-family: 'Roboto', sans-serif;
	font-size: 15px;
	padding: 0px;	
}

#phone {
	padding: 8px 0px 8px 5px;
}

#emailicon {
	padding: 8px 0px 8px 10px;
}

#contact {
	margin: 30px 30px 0px 0px;
	width: 1px;
}

#blank {
	padding-top: 115px;
}

@media screen and (min-width: 1024px) {
	button {
		opacity: 0.2;
	}
}

@media screen and (max-width: 1024px) {
	p {
		font-size: 18px;
	}

	.copyright p {	
		font-size: 14px;
	}

	h1 {
		font-family: 'Crete Round', sans-serif;
		font-size: 33px;
	}

	h2 {
	font-size: 19px;
	}

	h3 {	
		font-size: 14px;
	}
}

@media screen and (max-width: 750px) {
	p {
		font-size: 17px;
	}

	.copyright p{
		font-size: 13px;
	}

	h1 {
		font-family: 'Crete Round', sans-serif;
		font-size: 32px;
	}

	h2 {
	font-size: 18px;
	}

	h3 {
		font-size: 13px;
	}
}

@media print {
	body {
		background-color: white !important;
	}
	.divTable {
		visibility: hidden;
	}
	div#printarea {
		visibility: visible;
		position: absolute;
		top: 0;
		left: 0;
		zoom: .63;
	}
}
