html, body { 
	height:100%;
	margin: 0;
}

body {
	background-image: url("bg1.jpg");
	background-repeat: no-repeat;
	background-position: center;
	background-attachment: fixed;
   background-size: cover;
   -webkit-background-size: cover;
   -moz-background-size: cover;
   -o-background-size: cover;
	display: flex; 
   flex-direction: column;
   font-family: "Verdana", "sans-serif";
}

p {
	margin: 0;
}

ul, li {
	padding:0;
}

header {
	background-color: black;
	color: #7b8790;
	height: auto;
	width: 100%;
	border-bottom: #02b8dd solid 1px;
}

h1 {
	display: none;
}

#jazyk {
	width: 24px;
	height: 24px;
	position: fixed;
	top: 0.5em;
	right: 0.5em;
}

main {
}

#text {
	width: 65%;
	text-align: center;
	font-size: 1.3em;
	margin-left: auto;
	margin-right: auto;
	padding-top: 1.5em;
	padding-bottom: 1.5em;
}

#text a:link {
	color: #4095bf;
	}

#text a:hover { 
	color: #02b8dd;
}

strong {
	font-weight: bold;
}

ul	{	
	display: block;
	list-style-type: none;
	margin-top: 0.8em;
	margin-bottom: 0.8em;
}

li	{
	display: list-item;
}

a {
  text-decoration: none;
}

footer {
  border-top: #02b8dd solid 1px;
  margin-top: auto;
  padding: 0.5em;
  align-items: center;
  color: #7b8790;
  background-color: black;
  font-size: 0.9em;
  font-family: "Helvetica Neue", Arial, sans-serif;
  }
	
	
#footer-wrapper {
	display: flex;
	justify-content: center;
}

footer a { 
	color: #4d4d4d; 
}

footer a:hover { 
	color: #02b8dd; 
}

footer small { 
	font-size: 0.7em;
	color: #f2f2f2;
}

#footer-info {
	padding-right: 0.8em;
}

#footer-info h3 {	
	font-size: 0.9em;
	font-weight: bold;
	margin: 0;
}

#footer-links {
	float: left;
}

#footer-links h3 {	
	font-size: 1em;
	font-weight: normal;
	margin: 0;
}

#footer-links ul {
	float: left;
	padding-left: 1em;
	padding-right: 1em;
	border-left: 1px solid #4c606f;
}

#footer-links ul li {
	display: block;
}

#footer-bar {
	text-align: center;
}

/* @media only screen and (max-width : 319px){
	header {
	background-size: 180%;
	min-height: 110px;
	}

	#logo {
	width: 50px;
	}
	
}

@media only screen and (min-width : 320px){
	header {
	background-size: 180%;
	min-height: 120px;
	}

	#logo {
	width: 60px;
}

@media only screen and (min-width : 480px){
	header {
	background-size: 160%;
	min-height: 135px; 
	}

	#logo {
	width: 80px;
	}
}

@media only screen and (min-width : 768px){
	header {
	background-size: 120%;
	min-height: 180px;  
	}
	
	#logo {
	width: 90px;
	}
}

@media only screen and (min-width : 992px){
	header {
	background-size: 105%;
	min-height: 200px; 
	}

	#logo {
	width: 120px;
	}
}

@media only screen and (min-width : 1200px){
	#container {
			grid-template-areas: 
            "box1 text1"
            "box2 text2";
	}

	header {
	background-size: 120%;
	min-height: 280px;
	}

	#logo {
	width: 150px;
	padding-left: 25px;
	padding-top: 18px;
	}
}
 
@media only screen and (min-width : 1340px){
	#container {
			grid-template-areas: 
            "box1 text1 box2 text2";
	}

	header {
	background-size: 110%;
	min-height: 280px;
	}

	#logo {
	width: 150px;
	padding-left: 25px;
	padding-top: 18px;
	}
}	*/


