@charset "utf-8";
/* CSS Document */

@-moz-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  60% {
    -moz-transform: translateY(-10px);
    transform: translateY(-10px);
  }
}
@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  60% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
}
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  60% {
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
}

* {
  	box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
margin: 0;
font-family: 'Allura', cursive;
font-family: 'PT Serif', serif;
background-color:#f2f2f2;
}

body, html {
  height: 100%;
}

footer{
width:100%;
text-align:center;
font-size:12px;
color:#464646;
padding-bottom:30px;
padding-top:30px;
font-weight:300;
background-color:#fff;
}

footer a{
font-size:12px;
color:#000;
font-weight:400;
}

h1 {
	color:#464646;
	text-align:center;

}

.text1{
	color:#ddd;
	text-align:center;
  margin-left:255px;
  margin-right:255px;
	margin-top:15%;
	font-size:10vh;
	font-weight:400;
}

.home2{
  height:100%;
  max-height:100%;
}

.home{
  padding-top:1px;
  height:100%;
  background-image:url(img/sunset-over-kounov-5.jpg);
  background-repeat:no-repeat;
  background-size:cover;
  -webkit-background-size:cover;
  background-position:center;
  background-attachment:fixed;
}

.arrow-link{
width: 60px;
height:80px;
}

.arrow{
  position: absolute;
  bottom: 20px;
  left: 50%;
  margin-left:-25px;
  width: 51px;
  height: 18px;
  background-image:url(img/arrow.png);
  background-size: contain;
}

.arrow p{
  margin-left:-35px;
	color:#ddd;
	bottom: 10px;
	position: absolute;
	font-size:16px;
}



.bounce {
  -moz-animation: bounce 3s infinite;
  -webkit-animation: bounce 3s infinite;
  animation: bounce 3s infinite;
}

.nav-home {
  position:fixed;
  top:0;
  right:0px;
  float:right;
}

.nav-home #myLinks {
  display: none;
  margin-top:40px;
  float:right;
}

.nav-home a {
  color:#ddd;
  padding:14px 16px;
  text-decoration: none;
  font-size: 17px;
  display: block;
  font-weight:300;
  text-align:right;
}

/* Style the hamburger menu */
.nav-home a.icon2 {
  display: block;
  position:absolute;
  right: 0;
  top: 0;
  color:#ddd;
  font-weight:300;
}

.nav-home a.icon2:hover { 
  text-decoration: none;
}

.nav-home a:hover {
text-decoration: underline;
}



/* Navigace */
.topnav {
  background-color: #fff;
  overflow: hidden;
	position: -webkit-sticky; /* Safari */
  position: sticky;
	text-align:right;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 16px 40px 0 rgba(0, 0, 0, 0.002);
  padding:0 55px;
}

.topnav-width{
	max-width:1900px;
	margin:auto;
}

.topnav a {
	color: #464646;
	text-transform:none;
  text-decoration: none;
	display:inline-block;
	font-size: 18px;
	padding:40px 2%;
  height: 100px;
}

.topnav a:hover {
  color: #666666;
  text-decoration: underline;
}

.topnav a.active {
    color: #666666;
}

.topnav-name {
  float: left;
}

.topnav-name a {
   font-family: 'Allura', cursive;
   font-size:36px;
   color:#464646;
   padding-top: 30px;
}
.topnav-name a:hover {
text-decoration: none;
}

.active {
  background-color: #fff;
  color: white;
}

.topnav .icon {
    display: none;
}

.content {
  padding: 56px;
}

.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10;
}

.sticky + .content {
  padding-top: 100px;
  padding-top: 100px;
}
/*Konec Navigace */

/* Galerie */
.gallery {
  margin:auto;
  padding-top:150px;
  padding-bottom:50px; 
  width: 80%; 
}

.gallery img{

}
.row {
  display: -ms-flexbox; /* IE10 */
  display: flex;
  -ms-flex-wrap: wrap; /* IE10 */
  flex-wrap: wrap;
  padding: 0 60px;
}
 
.column {
  -ms-flex: 33%; /* IE10 */
  flex: 33%;
  max-width: 33%;
  padding: 0 30px;
}

.column img {
  margin-top: 60px;
  vertical-align: middle;
  width:100%;
}


/* Style the Image Used to Trigger the Modal */
.myImg {
  cursor: pointer;
  transition: 0.3s;
}

/* overlay texty */
.container {
  position: relative;
  width: 100%;
}


.image-caption{
    transition: .5s ease;
    opacity: 0;
    position: absolute;
    top: auto;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 8px;
    background: rgba(33,33,33,.7);
    box-sizing: border-box;
    overflow-y: auto;
  }

  .image-caption p {
    color: #fff;
    font-size: 1em;
    text-align: center;
  }

.container:hover .image-caption{
  opacity: 1;
}


.container:hover .myImg {

}


/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 160px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(33,33,33,0.9); /* Black w/ opacity */
  cursor: pointer;
}

/* Modal Content (Image) */
.modal-content {
  margin: auto;
  display: block;
  max-height: 90%;
}

/* Caption of Modal Image (Image Text) - Same Width as the Image */
#caption {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
  text-align: center;
  color: #ccc;
  padding: 10px 0;
}

/* Add Animation - Zoom in the Modal */
.modal-content, #caption { 
  animation-name: zoom;
  animation-duration: 0.6s;
}

@keyframes zoom {
  from {transform:scale(0)} 
  to {transform:scale(1)}
}

/* The Close Button */
.close {
  position: absolute;
  top: 105px;
  right: 55px;
  color: #f1f1f1;
  font-size: 45px;
  font-weight: bold;
  transition: 0.3s;
}

.close:hover,
.close:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}
/* Konec galerie */

/* About and Contact section */
.about {
  background-color:#fff;
}

.about-container {
  display: flex;
  width: 60%;
  align-items: center;
  padding-top: 100px;
  padding-bottom:100px;
  margin: auto;
}

.about p{
  color:#464646; 
}

.about b{
font-size: 35px;
}

.about a{
color:#464646;
font-weight:400;
}


.about img{
width: 300px;
height: 300px;
margin-right: 100px;
float: left;
}


.contact{
height: auto;
}

.contact-container {
  align-items: center;
  display: flex;
  width: 50%;
  padding-top: 100px;
  padding-bottom:100px;
  margin: auto;
  color:#464646;
}

.contact a{
color:#007f87;
}

.contact a:hover{
color:#29002f;
}

.contact b {
  font-size: 35px;
  color:#464646;
}

.contact img{
width: 300px;
height: 300px;
margin-left: 100px;

}

.about-img{
  height:100%;
  background-image:url(img/forest-3.jpg);
  background-repeat:no-repeat;
  background-position:55%;
  background-size:cover;
  background-attachment:fixed;
}

.about-img2{
  width:100%;
  height:500px;

}

/* End - About and Contact section */

@media screen and (min-width: 1921px) {
.text1{
  font-size:8vh;
  margin-left:350px;
  margin-right:350px;
}
}

@media screen and (max-width: 1024px){
.text1{
  text-align:center;
  margin:auto;
  padding: 24vh 90px 0 90px;
  font-size:7vh;
  }


.gallery {
  margin:auto;
  padding-top:90px;
  padding-bottom:70px; 
  width: 100%; 
}

.column img {
  margin-top: 30px;
}

.column {
    -ms-flex:33%;
  flex: 33%;
  max-width: 33%;
  padding: 0 10px;
}

.row{
  padding: 0 10px;
} 

/* zoomed image */
.modal-content {
  margin: auto;
  display: block;
  max-width:90%;
}

.about-container {
  align-items: center;
  display: flex;
  width: 85%;
  padding-top:30px;
  padding-bottom:30px;
  margin: auto;
}

.about img{
width: 200px;
height: 200px;
margin-right:40px;
float: left;
}

.about-img{
  background-image:url(img/forest.jpg);
  background-attachment:scroll; 
}

.about-img2{
  height:300px;
}

.contact-container {
  align-items: center;
  display: flex;
  width: 85%;
  padding-top: 0px;
  padding-bottom:40px;
}

.contact img{
width: 200px;
height: 200px;
margin-top:30px;
margin-right:10px;
float: left;
}

}

/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .column {
    -ms-flex: 100%;
    flex: 100%;
    max-width: 100%;
  }
}

@media screen and (max-width: 899px) {

.nav-home #myLinks {
  margin-top:25px;
}  
}


@media screen and (max-width: 799px) {
.nav-home a {
  padding:12px 8px;
}

.column {
  -ms-flex:33%;
  flex: 33%;
  max-width: 33%;
}

.gallery {
  margin:auto;
  padding-top:50px;
  padding-bottom:70px; 
  width: 100%; 
}

.column img {
  margin-top: 30px;
}

.column {
  padding: 0 10px;
}

.row{
  padding: 0 10px;
} 

/* zoomed image */
.modal-content {
  margin: auto;
  display: block;
  max-width:90%;
}


.home{
  background-image:url(img/sunset-over-kounov-3.jpg);
  background-attachment: scroll;
}

.text1{
  text-align:center;
  margin:auto;
  padding: 22vh 60px 0 60px;
  font-size:7vh;
}
  
.about-container {
  align-items: center;
  display: flex;
  width: 85%;
  padding-top:30px;
  padding-bottom:30px;
  margin: auto;
}

.about img{
width: 200px;
height: 200px;
margin-right:40px;
float: left;
}

.about b{
font-size: 30px;
}

.about-img{
  height:100%;
  background-image:url(img/forest.jpg);
}

.about-img2{
  height:250px;
}

.contact-container {
  align-items: center;
  display: flex;
  width: 85%;
  padding-top: 0px;
  padding-bottom:40px;
}

.contact img{
width: 200px;
height: 200px;
margin-top:30px;
margin-right:10px;
float: left;
}

.contact b{
font-size: 30px;
}

}

@media screen and (max-width: 699px) {
.text1{
  text-align:center;
  margin:auto;
  padding: 24vh 60px 0 60px;
  font-size:9vh;
  }
}

/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
.column {
    flex: 100%;
    max-width: 100%;
}
 
.nav-home {
  right:0;
}  

.nav-home #myLinks {
  margin-top:25px;
}
  
/* Navigace */  
  .topnav a:not(:first-child) {display: none;padding-right:8px;}
  .topnav a.icon {
  float: right;
  display: block;
	padding-right:6px;
  text-decoration: none;
  }
  .topnav.responsive {position:relative;}
  .topnav.responsive a.icon {
    top: 30px;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: right;
  }

.topnav-name a {
   font-size:30px;
}

.topnav {
    padding:0 15px;
}

.topnav a {
    height: 60px;
    padding:15px 2%;
}
  
.text1{
  text-align: center;
  margin: auto;
  padding: 28vh 25px 0 25px;
  font-size:6vh;
  }

	
h1{padding-top: 20px;}

.gallery {
  padding-top:50px; 
  width: 100%; 
}

}

@media screen and (max-width: 480px) {
.home{
  padding-top:1px;
  height:100%;
  background-image:url(img/sunset-over-kounov-3.jpg);
}

.text1{
  text-align: center;
  font-size:5vh;
  margin: auto;
  padding: 28vh 25px 0 25px;
  }

.nav-home {
  position:fixed;
  top:0;
  right:6px;
  float:right;
}

.nav-home a {
  padding:12px 8px;
}

.gallery {
  margin:auto;
  padding-top:50px;
  padding-bottom:70px; 
  width: 100%; 
}

.column img {
  margin-top: 30px;
}

.column {
  padding: 0 0;
}

.row{
  padding: 0 30px;
}

/* zoomed image */
.modal-content {
  margin: auto;
  display: block;
  max-width:90%;
}

.modal {
  padding-top: 110px;
}

/* closing X button */
.close {
  position: absolute;
  top: 60px;
  right: 15px;
}

.about-container {
  display: block;
  width: 80%;
  padding-top:1px;
  padding-bottom:30px;
  margin: auto;
}

.about img{
width: 220px;
height: 220px;
margin-bottom:20px;
display: block;
margin-left: auto;
margin-right: auto;
margin-top: 40px;
float: inherit;
}

.about b{
font-size: 30px;
}

.contact-container {
  display: block;
  width: 80%;
  padding-top: 0px;
  padding-bottom:40px;
}

.contact img{
width: 220px;
height: 220px;
display: block;
margin-left: auto;
margin-right: auto;
float: inherit;
}

.contact b{
font-size: 30px;
}
}

@media screen and (max-width: 280px) {
.text1{
  text-align: center;
  font-size:4vh;
  margin: auto;
  padding: 28vh 25px 0 25px;
}

.about img{
width: 170px;
height: 170px;
margin-right:35px;
margin-left:40px;
}
.contact img{
width: 170px;
height: 170px;
margin-left:25px;
}
}

