@import url(fontawesome-all.min.css);
@import url("http://fonts.googleapis.com/css?family=Raleway:200,700|Source+Sans+Pro:300,600,300italic,600italic");

html {
    padding: 0;
    margin: 0;
    font-family: Raleway, Helvetica, sans-serif;
	color: rgb(247, 247, 247);
	text-decoration: none;
    user-select: none;
	width: 100vw;
	height: 100vh;
}

body {
    padding: 0;
    margin: 0;
	background-image: linear-gradient(to top, rgba(46, 49, 65, 0.8), rgba(46, 49, 65, 0.8)), url("http://i.imgur.com/GJL8AMz.png");
	background-size: auto, cover;
	background-attachment: fixed, fixed;
	background-position: center, center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	overflow-y: visible;
	overflow-x: hidden;
	min-height: 800px;
}

.bg {
	position: absolute;
    width: 100vw;
    height: 100vh;
    z-index: 1;
    background-image: url("bg.png");
    background-size: cover;
	background-position: center;
    opacity: 0.6;
}

.credits {
    z-index: 3;
	height: 25px;
	bottom: 0;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	color: rgba(247, 239, 239, 0.466);
	font-weight: 150;
	user-select: none;
}

.credits a {
	color: rgba(247, 239, 239, 0.452);
	transition: color 200ms;
	font-weight: 150;
}

.credits a:hover {
	color: rgba(235, 235, 235, 0.795);
}

.content {
	z-index: 2;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	user-select: none;
}

.buttons {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}

.button {
	display: flex;
	padding: 6px; 
	border-radius: 10px;
	transition: background-color 200ms;
    color: white;
	background-color: rgba(247, 239, 239, 0);
    border: none;
    text-decoration: none;
	font-size: 1.5rem;

	align-items: flex-end;
	justify-content: flex-end;
	margin: 10px;
	transition: transform 200ms;
	box-shadow: 8px 8px 24px 0px rgba(0, 0, 0, 0.274);
}

.button-s {
	width: 200px;
	height: 250px;
}

.button-l {
	width: 600px;
	height: 250px;
}

.button-n {
	width: 400px;
	height: 250px;
}

.button:hover {
	transform: scale(1.05);
}

.freeplaces {
	background-image: url("https://i.imgur.com/PE7yNUw.png");
    background-size: cover;
	background-position: center;
}

.podanie {
	background-image: url("https://i.imgur.com/lDGtvhd.png");
    background-size: cover;
	background-position: center;
}

.urzad {
	background-image: url("https://i.imgur.com/QsyWYt9.png");
    background-size: cover;
	background-position: center;
}

.meeting {
	background-image: url("https://i.imgur.com/gfpk8fP.png");
    background-size: cover;
	background-position: center;
}

.logo {
	width: 150px;
	height: 150px;
}

.half-transparent-text {
	color: white !important;
}

.hover-discord:hover {
	background-color: #5865F2;
	cursor: pointer;
}

h1 {
	font-weight: 300;
	font-size: 4rem;
	text-shadow: 3px 3px 4px rgb(66, 66, 66);
    margin-bottom: 10px;
    margin-top: 0px;
	user-select:text;
}

h2 {
	font-weight: 200;
	font-size: 2rem;
	text-shadow: 3px 3px 4px rgb(66, 66, 66);
}

@media(max-width: 1500px) {
	h1 {
		font-size: 3rem;
	}

	h2 {
		font-size: 1.5rem;
	}
}

::-webkit-scrollbar {
	width: 5px;
}

::-webkit-scrollbar-track {
	background: #222127;
}

::-webkit-scrollbar-thumb {
	background: #35343d
}

::-webkit-scrollbar-thumb:hover {
	background: #43414d;
}


@media(max-width: 900px) {
	.buttons {
		flex-direction: column;
		min-height: 500px;
	}
}

@media(max-width: 500px) {
	.button {
		width: 350px;
		height: 200px;
	}
}

.buttons2 {
	margin-top: 15px;
	display: flex;
	flex-direction: row;
	justify-content: space-evenly;
	align-items: center;
}

.button2 {
	min-width: 24px;
	min-height: 24px;
	margin: 10px;
	padding: 6px 6px 6px 6px;
	border-radius: 3px;
	transition: background-color 200ms;
	text-shadow: 3px 3px 4px rgba(66, 66, 66, 0.555);
	font-size: 1.5rem;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
    text-decoration: none;
}{\rtf1}


/* Footer */

#footer .inner {
	padding: 5em 0 3em 0 ;
	display: -moz-flex;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-moz-flex-direction: row;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-moz-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 auto;
	width: 55em;
}

	#footer .inner > * {
		width: 100%;
	}

	#footer .inner form {
		margin: 0 3em 0 0;
		width: calc(50% - 1.5em);
	}

	#footer .inner .contact {
		width: calc(50% - 1.5em);
	}

	#footer .inner .copyright {
		border-top: solid 2px rgba(255, 255, 255, 0.125);
		list-style: none;
		margin: 4em 0 2em 0;
		padding: 2em 0 0 0;
		width: 100%;
	}

		#footer .inner .copyright li {
			border-left: solid 2px rgba(255, 255, 255, 0.125);
			color: rgba(255, 255, 255, 0.35);
			display: inline-block;
			font-size: 0.9em;
			line-height: 1;
			margin-left: 1em;
			padding: 0;
			padding-left: 1em;
		}

			#footer .inner .copyright li:first-child {
				border-left: 0;
				margin-left: 0;
				padding-left: 0;
			}

			#footer .inner .copyright li a {
				color: inherit;
			}

@media screen and (max-width: 1280px) {

	#footer {
		background-color: #2e3141;
		background-image: linear-gradient(to top, rgba(46, 49, 65, 0.8), rgba(46, 49, 65, 0.8)), url("http://i.imgur.com/GJL8AMz.png");
		background-size: auto,
cover;
		background-position: center,
center;
		margin-top: -6.5em;
		padding-top: 6.5em;
	}

}

@media screen and (max-width: 980px) {

	#footer {
		margin-top: -4.75em;
		padding-top: 4.75em;
	}

		#footer .inner {
			padding: 3em 3em 1em 3em ;
			display: block;
			width: 100%;
		}

			#footer .inner form {
				width: 100%;
				margin: 0 0 4em 0;
			}

			#footer .inner .contact {
				width: 100%;
				margin: 0 0 4em 0;
			}

			#footer .inner .copyright {
				margin: 4em 0 2em 0;
			}

}

@media screen and (max-width: 736px) {

	#footer {
		margin-top: -2.5em;
		padding-top: 2.5em;
	}

		#footer .inner {
			padding: 2em 2em 0.1em 2em ;
		}

			#footer .inner form {
				margin: 0 0 3em 0;
			}

			#footer .inner .contact {
				margin: 0 0 3em 0;
			}

}

@media screen and (max-width: 480px) {

	#footer .inner .copyright li {
		border-left: 0;
		display: block;
		margin: 1em 0 0 0;
		padding-left: 0;
	}

		#footer .inner .copyright li:first-child {
			margin-top: 0;
		}

}

@media screen and (max-width: 360px) {

	#footer .inner {
		padding: 2em 1.5em 0.1em 1.5em ;
	}

}