@import url('https://fonts.googleapis.com/css?family=Work+Sans:200&subset=latin-ext');

html,
body {
  height: 100%;
  margin: 0;
  overflow: hidden;
  color: white;
  font-family: Georgia, serif;
  background-image: url("./hatter/hatter01.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

#body {
    background-image: linear-gradient(to top, rgba(255, 255, 255, 0), rgba(223, 244, 248, 0.6));
}

#container {
  width: 100%;
  height: 95%;
  display: flex;
  
}

#navigator {
  display: flex;  
  flex-direction: column;
  min-width: 15%;
}

#gombok {
  margin-top: 200px;
}

.gomb {
  color: rgb(226, 252, 255);
  text-align: center;
  font-size: 25px;
  cursor: pointer;
  margin-left: 10px;
}

.gomb:hover {
  color: rgb(48, 187, 111);
  background-color: rgba(23, 64, 72, 0.6);
  border-radius: 5px;
}

.info {  
  font-size: 80px;
  text-align: center;
  margin-right: 20px;
  overflow: auto;
  color: rgb(21, 219, 64);
  font-weight: 300;
  min-width: 85%;
}


.feliratok {
  margin-top: 20px;
  margin-bottom: 20px;  
  text-align: center;
}

#kezdolap h4{
  margin-top: 20%;
}

.nagyfelirat {
  font-family: Abril FatFace, Times New Roman, serif;
  font-weight: 400;
  text-align: center;
  font-style: normal;
  color: rgb(217, 235, 250);   
}

.feliratok h4 {
  padding-left: 20px;
  padding-right: 20px;
  width: fit-content;
  margin: auto;
  background-color: rgba(23, 64, 72, 0.6);
  border-radius: 25px;
}

#fixed {
 width: 300px;
 height: 300px; 
}  

#pkep{
  position: fixed;
  height: 300px;
  width: 300px;
  right: 20px;
  bottom: 0;
  object-fit: contain;
  z-index: -1;
}

.szoveg {
  text-align: center;
  font-size: 30px;
  font-weight: 100;
  overflow: auto;
  background-color: rgba(23, 64, 72, .6);
  border-radius: 25px;
  margin-right: 25px;
  font-family: 'Comic Sans MS', cursive;
}

#szoveg p {
  margin: 5px;
}

#galeria {
  display: flex;
  align-items: center;
}

#footer {
  width: 100%;
  align-items: center;
}

#footerszoveg {
  background-color: rgba(23, 64, 72, .6);
  border-radius: 25px;
  padding: 1px 20px 1px 20px;  
  width: fit-content;
  margin: auto;
}

button {
  border: 0;
  background: rgba(23, 64, 72, 0.6);
  text-shadow: 1px 1px 1px white;
  border: 1px solid #999;
  position: absolute;
  cursor: pointer;
  top: 2px;
  left: 2px;
}

.full-img {  
  width: 640px;
  height: 480px;
  margin: 0px auto;
  margin-top: 10px;  
}

.thumb-bar {
  width: 100%;
  height: 220px;
  overflow: auto;
}

.thumb-bar img {  
  width: 20%;
  height: 200px;
  float: left;
  cursor: pointer;
  margin: 20px 20px auto;
  border-radius: 5px;
  border-style: solid;
  border-width: 5px;
  border-color: rgba(23, 64, 72, 0.6);
}

#kep {
  width: 95% ;
  height: 95%;
  border-radius: 10px;
  border-style: solid;
  border-width: 10px;
  border-color: rgba(23, 64, 72, 0.6);
}

.full-video {  
  max-width: fit-content;
  height: 600px;
  margin: 0px auto;
  margin-top: 10px;
}

#video {
  width: 95% ;
  height: 95%;
  /*
  border-radius: 10px;
  border-style: solid;
  border-width: 10px;
  border-color: rgba(23, 64, 72, 0.6);
  */
}

.thumb-bar-video {
  width: 100%;
  height: 220px;
  overflow: auto; 
}

.thumb-bar-video video{  
  max-width: 20%;
  max-height: 200px;
  float: left;
  cursor: pointer;
  margin: 20px 20px auto;
  border-radius: 5px;
  border-style: solid;
  border-width: 5px;
  border-color: rgba(23, 64, 72, 0.6);  
}

#kapcsolat div{
  margin: 5px;
}

#map {
  margin: 5px;
}

