/* Main */

* {
	box-sizing: border-box;
}

body {
	font-family: Helvetica;
	margin: 0;
}

h1 {
	font-size: 2.5em;
	margin: 0;
}

a {
	text-decoration: none;
	color: white;
}

h2 {
	font-size: 2.45em;
	text-align: center;
}

.btn {
	padding: 10px;
	background: #4286f4;
	color: white;
	display: inline-block;
	margin-top: 10px;
}

/* Header */

/*NAV*/

.nav-items li:not(:first-child) {
	display: none;
}

.icon {
	top: 0;
	right: 0;
	margin: 30px 30px 0 0;
	position: absolute;
	cursor: pointer;
}

.mnav.responsive {
	margin-top: 70px;
	display: inline-flex;
	position: absolute;
	z-index: 10;
	top: 0;
	right: 0;
	flex-direction: column;
	color: white;
	background-color: #23272b;
	font-size: 1em;
	padding: 20px;
}

.i {
	list-style: none;
	padding: 5px;
}


.nav-items {
	display: flex;
	justify-content: space-between;
	list-style-type: none;
	height: 100%;
	margin: 0 auto;
	padding: 0;
	align-items: center;
	width: 100%;
}
.mnav {
	display: none;
}
.log {
	width: 100%;
	text-align: center;
	padding-bottom: 5px;
	order: -1;

}
.logo {
	width: 120px;
	transition-duration: 0.5s;
	margin: 0 40px;
}
.log p {
	margin-top: -75px;
	font-size: 25px;
}
.logo:hover {
	transform: scale(1.04);
}
.nav {
	width: 100%;
	background-color: #33af33;
	color: white;
	display: flex;
	justify-content: space-between;
	padding: 0 30px;
	align-items: center;
	z-index: 9;
}
.h {
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	text-transform: uppercase;
	width: 100px;
	color: white;
	font-weight: 600;
	cursor: pointer;
	background: #279627;
	margin: 0 5px 0 5px;
	height: 100%;
}

.overlay {
	position: absolute;
	bottom: 0;
	background: #00000099;
	width: 100%;
	height: 0%;
	transition: all 0.7s ease-in-out;
	z-index: -1;
}

.h:hover .overlay {
	height: 100%;
}


/*NAV*/


.hero {
	height: 50vh;
	width: 100%;
	background: linear-gradient(rgba(0,0,0,0.8),rgba(0,0,0,0.6)),
	url("../img/background.png") no-repeat center center;
	background-size: cover;
	text-align: center;

	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: center;

	color: white;
}
.info {
	font-size: 1.3em;
}

.info span {
	color: #4286f4;
	font-weight: bold;
}

/* Description */

#description {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 45px 0;
	flex-wrap: wrap;
}

#description div {
	padding: 20px 50px;
	width: 80%;
	text-align: center;
}

#description div i {
	transition-duration: 0.6s;
}

#description div i:hover {
	transform: scale(1.09);
}

#description div span {
	font-size: 1.05em;
	letter-spacing: 1.2px;
}



#nab {
	color: white;
	background: #279627;;
}

.gimg {
	width: 100%;
	align-self: center;
	margin-top: 25px;
}

.nabidka {
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
	padding: 40px 50px;
}
.nabidka a{
	padding: 3px;
	background-color: #279627;
}
.nabidka a:hover{
background-color: #279627;
}

#nab h2,
.nabidka h3 {
	letter-spacing: 1.2px;
}

#nab h2 {
	margin: 0;
	padding: 40px 0 0 0;
}

.nabidka h3 {
	font-size: 1.6em;
}

.nabidka div {
	margin: 0 30px;
	font-size: 0.95em;
	line-height: 1.4em;
}

hr {
	background: white;
	height: 1px;
	width: 80%;
}
.loakce_nadpis h2{

}
.lokace{
	width: 60%;
	margin: auto;
	display: block;
  	justify-content: center;
	font-size: 1.8em;
	text-align: center;
}
.loakce_a{
	padding: 60px;
}
.loakce_b{
	padding: 60px;
}

.lokace li{
	font-size: 1.6em;
	margin: auto;
}


.ma {width: 78%; background: #f44141;}
.mb {width: 96%; background: #33af33;}
.mc {width: 98%; background: #4286f4;}

.owner,
.manager,
.admin {
	padding: 12px;
}

.owner {background-color: rgba(244, 65, 65, .5);}
.manager {background-color: rgba(66, 134, 244, .5);}
.admin {background-color: rgba(59, 211, 42, .5);}

/* Announcement */

#announcement {
	text-align: center;
	color: white;
}

.an-img {
	width: 100%;
	background: linear-gradient(rgba(0,0,0,0.45),rgba(0,0,0,0.35)),
	url("../img/facebook1.png") no-repeat center center;
	background-size: cover;
	background-attachment: fixed;
	padding: 40px 50px;
}

.an-t {
	font-size: 0.95em;
	line-height: 1.5em;
	margin: 0 30px;
}

/* Contact Us */

#contact {
	margin: 50px 30px;
	text-align: center;
}

#contact h2 {
	margin-top: 8px;
}

#contact p {
	font-size: 0.9em;
}
/* news */


.news{
	background-color: rgba(10, 10, 10, 0.9);
	width: 80%;
	margin: auto;
}
.new{
		display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    padding: 40px 50px;
		color: white;
		margin: auto;
		border-top: 1px;
		border-color: white;
}
.new_img{
		width: 100%;
    align-self: center;
    margin-top: 25px;
}
.new_content{
	padding: 20px;
	width: 100%;
}
.new a{
	padding: 9px;
	background-color: #4286f4;
}
.new a:hover{
background-color: #4286f4a8;
}
.news_p{

}

/* Footer */

footer {
	color: white;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	background: #373A36;
	padding: 20px;
}

footer img {
	width: 200px;
}

footer a {
	color: cyan;
	text-decoration: underline;
}


/* RESPONSIVE LAYOUT */

@media(min-width: 900px) {
	/*NAV*/
	.lokace{
	display: flex;
	}
	.nav {
		position: fixed;
	}
	.log {
		order: 0;
		width: auto;
	}
	.nav-items li:not(:first-child) {
		display: flex;
	}
	.nav-items li:first-child {
		display: none;
	}
	.nav-items {
		justify-content: center;
	}
	.new_img{
		max-width: 300px;
    height: auto;
	}
	.new{
		flex-wrap: nowrap;
		flex-direction: row-reverse;
	}
	.news{
		padding-top: 100px;
	}


	/*END NAV*/


	#contact p {
		font-size: 1.5em;
	}
	.hero {
		padding-top: 100px;
		height: 100vh;
	}
	.hero_login{
	 height: 100vh;
	 padding-top: 100px;
	}
	.gimg {
		width: 40%;
	}
	.nabidka {
		flex-wrap: nowrap;
	}
	.f {
		flex-direction: row-reverse;
	}
	.nabidka h3 {
		font-size: 1.8em;
	}
	.nabidka div {
		line-height: 1.5;
		font-size: 1.15em;
	}
	#description {
		flex-wrap: nowrap;
	}
	#description div {
		width: 28%;
	}
	h2 {
		font-size: 2.85em;
	}

	.h {
		padding: 0 6px;
		margin-right: 5px;
		width: 137px;
		font-size: 1.2em;
		background: none;
		height: 100px;
	}
	h1 {
		font-size: 4.5em;
	}
	.staff-team img {
		width: 170px;
	}
	.staff-team > div {
		padding: 13px;
		width: auto;
		font-size: 18px;
	}

	.staff {
		padding: 40px 0;
	}

	.an-t {
		font-size: 1.15em;
	}
}
