h1 {
z-index: 1;
}



p {
z-index: 1;
}

* {
margin: 0;
padding: 0;
}

.nav-container{  width: 100%; position: absolute; top:885px; z-index: 9999;}

@media only screen and (max-height: 939px) {
  .nav-container{
		position: absolute;
		top:650px;
  }
}

.nav-container-onas{  width: 100%; position: absolute; top:260px; z-index: 9999;}
.nav-container-historie{  width: 100%; position: absolute; top:250px; margin-left: -10px; z-index: 9999;}
	.f-nav{ z-index: 9999; position: fixed; left: 0; top: 0; width: 100%; opacity: 1; background-color: #111;} /* this make our menu fixed top */

.nav { height: 55px; text-align: center;}
	.nav ul { list-style: none; }
	.nav ul li a { }

.nav ul li {
 float: left;
    font-family: 'Roboto', Verdana, sans-serif;
    color: white;
    font-size: 23px;
	list-style-type: none;
	font-weight: 400;
}

.active {
	 text-decoration: underline;
}

li a {
    display: block;
    color: white;
    padding: 14px 16px;
    text-decoration: none;
	list-style-type: none;
}

#fb-icon img{
	z-index: 9999;
	position: relative; top: 0px;
	padding: 20px;
	display: block;
	float: right;
}

.nav ul {
	display:inline-block;
	list-style:none;
}

.nav li {
	display:inline;
}

li {
    border-right: 1px solid #bbb;

}

li:last-child {
    border-right: none;
}

.last {
	 	display:inline-block;
		position: relative;
}

.last li {
	border-right: none;
}

.nav a {
	float:left;
text-decoration:none; 
padding: 14px 16px; /* variable width */
}

li {
	list-style-type: none;
	font-size: 25px;
	float:left;
	display: block;
	text-decoration: none;
	color: #F0F0F0;
	font-family: Source Sans pro, sans-serif;
}

li a {
    display: block;
    color: #F0F0F0;
    text-align: center;
    text-decoration: none;
	list-style-type: none;
	display: block;
}

li a:hover {
	color: #672E3B;
}

@media only screen and (max-width: 750px) {
  .nav-container, .nav, .nav-container-onas, .nav ul, .nav li, nav ul li{
		display: none;
  }
}

.dropdown {
	display: none;
	position: absolute;
	top: 40px;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    padding: 12px 16px;
    z-index: 1;
	width: 50px;
}

@media only screen and (max-width: 1915px) {
  .dropdown{
			position: absolute;
	top: 40px;
  }
}

.dropdown li:first-child {
		border-right: none;
}

.dropdown p {
	color: #333;
}

.dropdown p:hover {
	color: #672E3B
}

.last:hover .dropdown {
    display: block;
}



#header-inside {
	height: 600px;
	background-position: 30%;
}

#nadpis1 {
	color: #F0F0F0;
	font-size: 110px;
	text-align: center;
	font-family: Roboto, serif;
	position: relative; top: 60px;
		clear: both;
	font-weight: 700;
}

@media only screen and (max-width: 1100px) {
  #nadpis1{
		font-size: 100px;
  }
}

#nadpis1 hr {
	display: block;
	margin-left: auto;
	margin-right: auto;
	vertical-align: middle;
	width: 700px;
}

@media only screen and (max-width: 840px) {
  #nadpis1{
font-size: 80px;
  }
}

@media only screen and (max-width: 840px) {
  #nadpis1 hr{
	width: 600px;
  }
}

@media only screen and (max-width: 650px) {
  #nadpis1 hr{
	width: 400px;
  }
}

@media only screen and (max-width: 430px) {
  #nadpis1 hr{
	width: 300px;
  }
}

@media only screen and (max-width: 650px) {
  #nadpis1{
font-size: 58px;
  }
}

#text1 {
	font-size: 25px;
	color: white;
	font-family: Roboto, sans-serif;
	width: 800px;
	text-align: center;
	position: relative; top: 60px;
		display: block;
	margin-left: auto;
	margin-right: auto;
	vertical-align: middle;
}

@media only screen and (max-width: 840px) {
  #text1{
	font-size: 20px;
	width: 100%;
  }
}

@media only screen and (max-width: 650px) {
  #text1{
	font-size: 15px;
  }
}

/* taken straight from https://tympanus.net/codrops/2012/01/02/fullscreen-background-image-slideshow-with-css3/ */


.cb-slideshow,
.cb-slideshow:after { 
    position: absolute;
    width: 100%;
    height: 1000px;
    top: 0px;
    left: 0px;
    z-index: 0; 

}
.cb-slideshow{
	background: #111;
}
.cb-slideshow:after { 
    content: '';
    background: transparent white repeat top left; 
}
.cb-slideshow li span { 
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    color: transparent;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: none;
    opacity: 0;
    z-index: 0;
	-webkit-backface-visibility: hidden;
    -webkit-animation: imageAnimation 36s linear infinite 0s;
    -moz-animation: imageAnimation 36s linear infinite 0s;
    -o-animation: imageAnimation 36s linear infinite 0s;
    -ms-animation: imageAnimation 36s linear infinite 0s;
    animation: imageAnimation 36s linear infinite 0s; 
}
.cb-slideshow li div { 
    z-index: 1000;
    position: absolute;
    bottom: 30px;
    left: 0px;
    width: 100%;
    text-align: center;
    opacity: 0;
    color: #fff;
    -webkit-animation: titleAnimation 36s linear infinite 0s;
    -moz-animation: titleAnimation 36s linear infinite 0s;
    -o-animation: titleAnimation 36s linear infinite 0s;
    -ms-animation: titleAnimation 36s linear infinite 0s;
    animation: titleAnimation 36s linear infinite 0s; 
}
.cb-slideshow li div h3 { 
    font-family: 'BebasNeueRegular', 'Arial Narrow', Arial, sans-serif;
    font-size: 240px;
    padding: 0;
    line-height: 200px; 
}
.cb-slideshow li:nth-child(1) span { 
    background-image: url(images/hero.jpg);
}
.cb-slideshow li:nth-child(2) span { 
    background-image: url(images/foto10.jpg);
    -webkit-animation-delay: 6s;
    -moz-animation-delay: 6s;
    -o-animation-delay: 6s;
    -ms-animation-delay: 6s;
    animation-delay: 6s; 
}
.cb-slideshow li:nth-child(3) span { 
    background-image: url(images/dog3.jpg);
    -webkit-animation-delay: 12s;
    -moz-animation-delay: 12s;
    -o-animation-delay: 12s;
    -ms-animation-delay: 12s;
    animation-delay: 12s; 
}
.cb-slideshow li:nth-child(4) span { 
    background-image: url(images/dog4.jpg);
    -webkit-animation-delay: 18s;
    -moz-animation-delay: 18s;
    -o-animation-delay: 18s;
    -ms-animation-delay: 18s;
    animation-delay: 18s; 
}
.cb-slideshow li:nth-child(5) span { 
    background-image: url(images/dog5.jpg);
    -webkit-animation-delay: 24s;
    -moz-animation-delay: 24s;
    -o-animation-delay: 24s;
    -ms-animation-delay: 24s;
    animation-delay: 24s; 
}

.cb-slideshow li:nth-child(2) div { 
    -webkit-animation-delay: 6s;
    -moz-animation-delay: 6s;
    -o-animation-delay: 6s;
    -ms-animation-delay: 6s;
    animation-delay: 6s; 
}
.cb-slideshow li:nth-child(3) div { 
    -webkit-animation-delay: 12s;
    -moz-animation-delay: 12s;
    -o-animation-delay: 12s;
    -ms-animation-delay: 12s;
    animation-delay: 12s; 
}
.cb-slideshow li:nth-child(4) div { 
    -webkit-animation-delay: 18s;
    -moz-animation-delay: 18s;
    -o-animation-delay: 18s;
    -ms-animation-delay: 18s;
    animation-delay: 18s; 
}
.cb-slideshow li:nth-child(5) div { 
    -webkit-animation-delay: 24s;
    -moz-animation-delay: 24s;
    -o-animation-delay: 24s;
    -ms-animation-delay: 24s;
    animation-delay: 24s; 
}
.cb-slideshow li:nth-child(6) div { 
    -webkit-animation-delay: 30s;
    -moz-animation-delay: 30s;
    -o-animation-delay: 30s;
    -ms-animation-delay: 30s;
    animation-delay: 30s; 
}
/* Animation for the slideshow images */
@-webkit-keyframes imageAnimation { 
    0% { opacity: 0;
    -webkit-animation-timing-function: ease-in; }
    8% { opacity: 1;
         -webkit-animation-timing-function: ease-out; }
    17% { opacity: 1 }
    25% { opacity: 0 }
    100% { opacity: 0 }
}
@-moz-keyframes imageAnimation { 
    0% { opacity: 0;
    -moz-animation-timing-function: ease-in; }
    8% { opacity: 1;
         -moz-animation-timing-function: ease-out; }
    17% { opacity: 1 }
    25% { opacity: 0 }
    100% { opacity: 0 }
}
@-o-keyframes imageAnimation { 
    0% { opacity: 0;
    -o-animation-timing-function: ease-in; }
    8% { opacity: 1;
         -o-animation-timing-function: ease-out; }
    17% { opacity: 1 }
    25% { opacity: 0 }
    100% { opacity: 0 }
}
@-ms-keyframes imageAnimation { 
    0% { opacity: 0;
    -ms-animation-timing-function: ease-in; }
    8% { opacity: 1;
         -ms-animation-timing-function: ease-out; }
    17% { opacity: 1 }
    25% { opacity: 0 }
    100% { opacity: 0 }
}
@keyframes imageAnimation { 
    0% { opacity: 0;
    animation-timing-function: ease-in; }
    8% { opacity: 1;
         animation-timing-function: ease-out; }
    17% { opacity: 1 }
    25% { opacity: 0 }
    100% { opacity: 0 }
}
/* Animation for the title */
@-webkit-keyframes titleAnimation { 
    0% { opacity: 0 }
    8% { opacity: 1 }
    17% { opacity: 1 }
    19% { opacity: 0 }
    100% { opacity: 0 }
}
@-moz-keyframes titleAnimation { 
    0% { opacity: 0 }
    8% { opacity: 1 }
    17% { opacity: 1 }
    19% { opacity: 0 }
    100% { opacity: 0 }
}
@-o-keyframes titleAnimation { 
    0% { opacity: 0 }
    8% { opacity: 1 }
    17% { opacity: 1 }
    19% { opacity: 0 }
    100% { opacity: 0 }
}
@-ms-keyframes titleAnimation { 
    0% { opacity: 0 }
    8% { opacity: 1 }
    17% { opacity: 1 }
    19% { opacity: 0 }
    100% { opacity: 0 }
}
@keyframes titleAnimation { 
    0% { opacity: 0 }
    8% { opacity: 1 }
    17% { opacity: 1 }
    19% { opacity: 0 }
    100% { opacity: 0 }
}

/* Show at least something when animations not supported */
.no-cssanimations .cb-slideshow li span{
	opacity: 1;
}

@media screen and (max-width: 1140px) { 
    .cb-slideshow li div h3 { font-size: 140px }
}
@media screen and (max-width: 600px) { 
    .cb-slideshow li div h3 { font-size: 80px }
}

#footer {
	height: 200px;
	position: relative; top: 37vh;
	background-color: #F8F9FB;
}

#footer-onas {
	height: 200px;
	background-color: #F8F9FB;
}

#footer-kontakt {
	height: 200px;
	background-color: #F8F9FB;
}

@media screen and (max-width: 720px) { 
    #footer-kontakt { 
	position: relative; top: 500px;
	}
}

.buttons {
text-align: center;
	position: relative; top: 100px;
	 width: 500px;
	  margin: 0 auto;
}


#button1 {
	color: #F0F0F0;
	font-size: 25px;
	padding: 8px;
	margin: 8px;
	display: inline-block;
	font-family: Roboto, sans-serif;
	font-weight: 400;
	border: 4px solid #ffffff;
	border-radius: 0;
	transition: all 0.2s ease-in-out;
	background: #672E3B;
	width: 150px;
	
}


#button1:hover {
	background: transparent;
}

#buton1 a:hover {
	opacity: 0.5;
}

#button2 {
	color: #F0F0F0;
	font-size: 25px;
	padding: 8px;
	margin: 8px;
		display: inline-block;
	font-family: Roboto, sans-serif;
	font-weight: 400;
	border: 4px solid #ffffff;
	border-radius: 0;
	transition: all 0.2s ease-in-out;
	background: transparent;
	width: 150px;
}

#button2:hover {
	background: #672E3B;
}

#buton2 a:hover {
	opacity: 0.5;
}

@media screen and (max-width: 520px) { 
    .buttons { 
		width: 300px;
		}
}

#footer-text {
	font-size: 18px;
	max-width: 1100px;
	width: 100%;
	font-family: Roboto, sans-serif;
	padding-top: 130px;
	text-align: center;
	display: block;
	margin-left: auto;
	margin-right: auto;
	color: #111;
}

#footer-text-onas {
	font-size: 18px;
	max-width: 1100px;
	width: 100%;
	font-family: Roboto, sans-serif;
	padding-top: 100px;
	text-align: center;
	display: block;
	margin-left: auto;
	margin-right: auto;
	color: #111;
}

#footer-text-onas hr {
max-width: 600px;
	text-align: center;
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 99%;
	position: relative; top: -10px;
	border-color: #672E3B;
}

#footer-text hr {
max-width: 600px;
	text-align: center;
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 99%;
	position: relative; top: -10px;
	border-color: #672E3B;
}

.hideme {
opacity:0;
}

#up-onas {
	height: 320px;
	background: url(images/hero.jpg);
    background-position: 40% 40%;
	background-size: cover;
}

#up-nasi_psi {
	height: 320px;
	background: url(images/image.png);
    background-position: 30% 30%;
	background-size: cover;
}


#up-kontakt {
	height: 320px;
	background: url(images/foto19.jpg);
    background-position: 20% 20%;
	background-size: cover;
}

#blackbar {
		background: linear-gradient(to right, rgba(17,17,17,0.6), rgba(0,0,0,0));
		height: 190px;
		position: relative; top: 20px;
}

#up-onas-text {
	color: #F0F0F0;
	font-size: 75px;
	font-family: Roboto, sans-serif;
	position: relative; top:0px;
	text-align: center;
}

#up-kontakt-text {
	color: #F0F0F0;
	font-size: 75px;
	font-family: Roboto, sans-serif;
	display: block;
	text-align: center;
	margin-left: 100px;
	position: relative; top:0px;
}



#up-onas-text h1 {
	font-weight: 700;
}

#up-onas-text hr {
	width: 550px;
	margin-top: 5px;
	margin-left: auto;
	margin-right: auto;
	}

@media screen and (max-width: 900px) { 
	#up-onas-text {
			font-size: 55px;
			position: relative; top:20px;
	}
}

@media screen and (max-width: 900px) { 
	#up-onas-text hr {
		display: none;
	}
}
@media screen and (max-width: 550px) { 
	#up-onas-text {
			font-size: 45px;
			position: relative; top:30px;
	}
	
}

@media screen and (max-width: 480px) { 
	#up-onas-text {
			font-size: 35px;
			position: relative; top:40px;
			margin-left: 30px;
	}
}

@media screen and (max-width: 388px) { 
	#up-onas-text {
			font-size: 30px;
	}
}

@media screen and (max-width: 900px) { 
	#up-kontakt-text {
			font-size: 55px;
			position: relative; top:20px;
						margin-left: 0;
	}
}


@media screen and (max-width: 550px) { 
	#up-kontakt-text {
			font-size: 45px;
			position: relative; top:30px;
	}
	
}

@media screen and (max-width: 480px) { 
	#up-kontakt-text {
			font-size: 35px;
			position: relative; top:40px;
			margin-left: 30px;
	}
}

@media screen and (max-width: 388px) { 
	#up-kontakt-text {
			font-size: 30px;
	}
}

#up-onas-text p {
margin-left: 50px;
}

#sekce1-onas {
	background: #F8F9FB;
}

#sekce1-nasi_psi {
	background: #F8F9FB;
	height: 2000px;
}

	@media only screen and (max-width: 980px) {
  #sekce1-nasi_psi {
	  	height: 3200px;
  }
}

#about-text {
	font-size: 30px;
	color: #333;
	font-family: Roboto, sans-serif;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	max-width: 800px;
	width: 100%;
	padding-top: 50px;
}

#about-text span{
	font-size: 70px;
}

@media screen and (max-width: 900px) { 
	#about-text {
		font-size: 25px;
	}
	
	#about-text span{
	font-size: 60px;
}
}

#about-text hr{
	max-width: 100px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-top: -10px;
	margin-bottom: 10px;
	border-color: #672E3B;
}

#historie-header {
	height: 400px;
	background: url(images/dog5.jpg);
	background-size: cover;
	 background-position: 50% 20%;
	 margin-top: -10px;
}

#top1 {
	background: #F8F9FB;
	height: 100px;
}

#where {
	color: #333;
	font-family: Roboto, sans-serif;
	font-size: 20px;
	position: absolute; top: 30px; left: 5%;
}

@media screen and (max-width: 1100px) { 
	#where {
			position: absolute; top: 30px; left: 10%;
	}
}

@media screen and (max-width: 720px) { 
	#where {
			position: absolute; top: 30px; left: 30%;
	}
}

@media screen and (max-width: 560px) { 
	#where {
			position: absolute; top: 30px; left: 40%;
	}
}

@media screen and (max-width: 410px) { 
	#where {
			display: none;
	}
}



#top1 img {
	height: 70px;
	width: 70px;
	margin-top: 10px;
	transition: 0.8s;
}

@media screen and (max-width: 720px) { 
	#top1 img {
			position: relative; left: 20%;
	}
}

@media screen and (max-width: 480px) { 
	#top1 img {
			position: relative; left: 25%;
	}
}

@media screen and (max-width: 410px) { 
	#top1 img {
			position: relative; left: 30%;
	}
}

#top1 img:hover {
	opacity: 0.5;
}

#text-historie1 {
	font-size: 80px;
	color: #333;
	font-family: Roboto, sans-serif;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	max-width: 800px;
	width: 100%;
	padding-top: 50px;
}

@media screen and (max-width: 675px) { 
	#text-historie1 {
		font-size: 50px;
	}
}

@media screen and (max-width: 400px) { 
	#text-historie1 {
		font-size: 35px;
	}
}

#sekce1-historie {
	height: 1300px;
}

#dog-icon1 img {
	max-width: 300px;
	width: 100%;
	height: 300px;
	display: block;
	padding-top: 80px;
	margin: auto auto;
}

@media screen and (max-width: 1200px) { 
	#dog-icon1 img {
			position: relative; left: -20%;
	}
}

@media screen and (max-width: 820px) { 
	#dog-icon1 img {
			max-width: 200px;
	width: 100%;
	height: 200px;
	margin: auto auto;
	position: relative; left: 0%;
	}
}

#marker1 {
	position: absolute; top: 730px; left: 60%;
}

@media screen and (max-width: 1500px) { 
	#marker1 {
				position: absolute; top: 730px; left: 70%;
	}
}

@media screen and (max-width: 1200px) { 
	#marker1 {
				position: absolute; top: 730px; left: 53%;
	}
}

@media screen and (max-width: 820px) { 
	#marker1 {
				display: none;
	}
}

#name1 {
	font-size: 30px;
	color: #333;
	font-family: Roboto, sans-serif;
	max-width: 800px;
	width: 100%;
	margin: 50px;
	max-width: 500px;
	position: absolute; top: 620px;
}

@media screen and (max-width: 1200px) { 
	#name1 {
			font-size: 25px;
	}
}


@media screen and (max-width: 1200px) { 
	#name1 {
			position: relative; top: 0px; left:0;
			text-align: center;
			display: block;
			margin: auto auto;
	}
}

#height {
	font-size: 30px;
	color: #333;
	font-family: Roboto, sans-serif;
	max-width: 800px;
	width: 100%;
	margin: 50px;
		max-width: 500px;
	position: absolute; top: 760px; left: 60%;
}

@media screen and (max-width: 1500px) { 
	#height {
				position: absolute; top: 730px; left: 70%;
				max-width: 320px;
					font-size: 20px;
					
	}
}

@media screen and (max-width: 1200px) { 
	#height {
				position: absolute; top: 730px; left: 55%;
				max-width: 300px;
					font-size: 20px;
	}
}

@media screen and (max-width: 820px) { 
	#height {
				position: relative; top: 50px; left: 0;
				margin: auto auto;
				max-width: 800px;
				width: 100%;
				font-size: 25px;
					text-align: center;
	}
}

#popis1 {
		font-size: 30px;
	color: #333;
	font-family: Roboto, sans-serif;
	max-width: 800px;
	width: 100%;
	max-width: 700px;
	text-align: center;
	position: relative; top: 100px;
	margin: auto auto;
	
}

#popis2 {
		font-size: 30px;
	color: #333;
	font-family: Roboto, sans-serif;
	max-width: 800px;
	width: 100%;
	max-width: 700px;
	text-align: center;
	position: relative; top: 200px;
	margin: auto auto;
}

#popis3 {
		font-size: 30px;
	color: #333;
	font-family: Roboto, sans-serif;
	max-width: 800px;
	width: 100%;
	max-width: 700px;
	text-align: center;
	position: relative; top: 300px;
	margin: auto auto;
}

@media screen and (max-width: 1100px) { 
	#popis1,#popis2, #popis3 {
			font-size: 25px;
	}
}

#popis2 hr {
	border-color: black;
	width: 100px;
	margin: auto auto;
	position: relative; top: -50px;
}

#popis3 hr {
	border-color: black;
	width: 100px;
	margin: auto auto;
	position: relative; top: -50px;
}

.sidenav {
    height: 100%;
    width: 0;
	font-family: 'Open Sans', sans-serif;
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    background-color: black;
	opacity: 0.9;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
}

.sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    color: #818181;
    display: block;
    transition: 0.3s;
}

.sidenav a:hover {
    color: #f1f1f1;
}

.sidenav img {
	opacity: 0.8;
	transition: 0.3s;
}

.sidenav img:hover {
   opacity: 1;
}

.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}

@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
}

.mobile-menu {
	display: none;
}

@media screen and (max-width: 720px) {
.mobile-menu {
	display: inline;
}
}

#sekce1-kontakt {
	background: #F8F9FB;
	height: 600px;
}


#person-image img {
	display: block;
	position: relative; top: 100px; left: 30%;
}

#name {
	position: relative; top: 70px; left: 33%;
	width: 200px;
	font-family: Roboto, sans-serif;
	font-size: 25px;
}

#phone-image img {
	display: block;
	position: relative; top: 100px; left: 30%;
}

#phone {
	position: relative; top: 70px; left: 33%;
	width: 200px;
	font-family: Roboto, sans-serif;
	font-size: 25px;
}

#mail-image img {
	display: block;
	position: relative; top: 100px; left: 30%;
}

#mail {
	position: relative; top: 70px; left: 33%;
	width: 200px;
	font-family: Roboto, sans-serif;
	font-size: 25px;
}

@media only screen and (max-width: 1475px) {
  #person-image img, #phone-image img, #mail-image img {
position: relative; top: 100px; left: 10%;
  }
}

@media only screen and (max-width: 1475px) {
  #name, #phone, #mail {
position: relative; top: 70px; left: 16%;
  }
}

@media only screen and (max-width: 1000px) {
  #name, #phone, #mail {
position: relative; top: 70px; left: 20%;
  }
}

@media only screen and (max-width: 457px) {
  #name, #phone, #mail {
	font-size: 20px;
	position: relative; top: 70px; left: 25%;
  }
}

#form1 {
	font-family: Open Sans, sans-serif;
	position: relative; top: 50px;
	font-size: 20px;
	
}

#form {
position: relative; top: -200px; left: 65%;
max-width: 200px;
width: 100%;
}

#form p {
	width: 600px;
}

@media only screen and (max-width: 1230px) {
#form p {
	width: 400px;
}
}


@media only screen and (max-width: 480px) {
#form p {
	width: 230px;
}
}


@media only screen and (max-width: 1475px) {
  #form {
position: relative; top: -200px; left: 50%;
  }
}

@media only screen and (max-width: 1000px) {
  #form {
position: relative; top: 20px; left: 10%;
  }
}

#n {
font-family:  sans-serif;
width: 200px;
padding: 12px 12px;
margin: 15px 0;
border: 2px solid #333333;
border-radius: 4px;
outline: none;
-webkit-transition: 0.5s;
transition: 0.5s;
opacity: 0.5;
}

#n:focus {
border: 2px solid black;
opacity: 1;
}

#e {
font-family: sans-serif;
width: 200px;
padding: 12px 12px;
margin: 15px 0;
border: 2px solid #333333;
border-radius: 4px;
outline: none;
-webkit-transition: 0.5s;
transition: 0.5s;
opacity: 0.5;
position: absolute; left: 123%; top: 0px;
}

@media only screen and (max-width: 720px) {
  #e {
position: absolute; top: 60px; left: 0%
  }
}

#e:focus {
border: 2px solid black;
opacity: 1;
}

#m {
font-family:  sans-serif;
width: 450px;
padding: 12px 12px;
margin: 15px 0;
border: 2px solid #333333;
border-radius: 4px;
outline: none;
-webkit-transition: 0.5s;
transition: 0.5s;
opacity: 0.5;
resize: none;
}

@media only screen and (max-width: 720px) {
  #m {
width: 250px;
position: absolute; top: 120px;
  }
}

#m:focus {
border: 2px solid black;
opacity: 1;
}

#mybtn {
font-family: Roboto, sans-serif;
font-size: 25px;
color: white;
width: 200px;
padding: 12px 12px;
margin: 15px 0;
border: 2px solid #333333;
border-radius: 4px;
-webkit-transition: 0.5s;
transition: 0.5s;
cursor: pointer;
background: #111111;
}

@media only screen and (max-width: 720px) {
  #mybtn {
position: absolute; top: 320px;
  }
}

#mybtn:hover {
background: #333333;
}


#feny-text{
	font-family: Roboto, sans-serif;
font-size: 30px;
margin-top: 30px;
text-align: center;
color: #672E3B;
}

.feny_img img {
		max-width: 480px;
	max-height: 320px;
	width: 100%;
	display: inline-block;
	vertical-align: top;
	height: 100%;
	transition: 0.8s;
	}
	
	.feny_img img:hover {
		opacity: 0.5;
	}
	
	@media only screen and (max-width: 980px) {
  .feny_img img:last-child {
margin-top: 200px;
  }
}



.feny_img{
	text-align: center;
	margin-top: 100px;
}

	@media only screen and (max-width: 980px) {
  .feny_img {
margin-top: -180px;
  }
}

.feny_text {
	text-align: center;
	margin-top: 20px;
	font-family: Roboto;
	font-size: 20px;
}

.feny_text p {
		max-width: 480px;
	max-height: 320px;
	width: 100%;
	display: inline-block;
	vertical-align: top;
	height: 100%;
}

	@media only screen and (max-width: 980px) {
  .feny_text p:last-child {
margin-top: 400px;
  }
}

	@media only screen and (max-width: 980px) {
  .feny_text {
margin-top: -450px;
  }
}

	@media only screen and (max-width: 500px) {
  .feny_text p:first-child {
	margin-top: 30px;
  }
}

	@media only screen and (max-width: 500px) {
  .feny_text p:last-child {
	margin-top: 400px;
  }
}

#psi-text{
	font-family: Roboto, sans-serif;
font-size: 30px;
margin-top: 30px;
text-align: center;
color: #672E3B;
}

.psi_img img {
		max-width: 480px;
	max-height: 320px;
	width: 100%;
	display: inline-block;
	vertical-align: top;
	height: 100%;
	transition: 0.8s;
	}
	.psi_img img:hover {
		opacity: 0.5;
	}

	
	@media only screen and (max-width: 980px) {
  .psi_img img:last-child {
margin-top: 200px;
  }
}

.psi_img{
	text-align: center;
	margin-top: 100px;
}

	@media only screen and (max-width: 980px) {
  .psi_img {
margin-top: -180px;
  }
}

.psi_text {
	text-align: center;
	margin-top: 20px;
	font-family: Roboto;
	font-size: 20px;
}

.psi_text p {
		max-width: 480px;
	max-height: 320px;
	width: 100%;
	display: inline-block;
	vertical-align: top;
	height: 100%;
}

	@media only screen and (max-width: 980px) {
  .psi_text p:last-child {
margin-top: 400px;
  }
}

	@media only screen and (max-width: 980px) {
  .psi_text {
margin-top: -450px;
  }
}

	@media only screen and (max-width: 500px) {
  .psi_text p:first-child {
	margin-top: 30px;
  }
}

	@media only screen and (max-width: 500px) {
  .psi_text p:last-child {
	margin-top: 400px;
  }
}

#stenata-text{
	font-family: Roboto, sans-serif;
font-size: 30px;
margin-top: 30px;
text-align: center;
color: #672E3B;
}

#stenata_popis{
	font-family: Roboto, sans-serif;
font-size: 25px;
margin-top: 10px;
text-align: center;
}

.stenata_img{
	max-width: 480px;
	max-height: 320px;
	width: 100%;
	height: 100%;
		margin: auto auto;
}

.stenata_img img {
	max-width: 480px;
	max-height: 320px;
	width: 100%;
	height: 100%;
	display: block;
	transition: 0.8s;
	margin-top: 50px;
	display: block;
}
	
.stenata_img img:hover {
		opacity: 0.5;
}

#stenata_text_under{
	font-family: Roboto, sans-serif;
font-size: 25px;
margin-top: 10px;
display: block;
text-align: center;
position: relative; top: 50px;
margin: auto auto;
max-width: 1100px;
width: 100%;
}

	@media only screen and (max-width: 400px) {
  #stenata_text_under {
	font-size: 20px;
  }
}

@media only screen and (max-width: 720px) {
  #gdpr {
position: relative; top: 350px; left: 0%
  }
}