header{
    height: 80vh;
    background-image: url(./zaszlok/landmarks-of-different-countries-travel-concepts-earth-big-ben-eiffel-tower.jpg);
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;



}   

header h1 {
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
    justify-content: center;
    align-items: center;
    font-size: 100px;
    text-shadow: 5px 5px 6px black;
    color: #04AA6D;
    margin-top: 30px;
    
}

#kepekorszagokrol{
  margin-top: 100px; margin-bottom: 80px; height: auto; max-width: 100%;
}

#infok{
  margin-top: 100px; text-align: justify;
}

#szekcio{
  width: 100%; background-color: rgb(66, 62, 62); padding-top: 60px;
}

section .row .col-sm-4 img{
  height: auto; max-width: 100%;
}

section .row .col-sm-4 h1{
  margin-bottom: 20px; margin-top: 10px;
}

#amerika {
  height: auto; max-width: 100%; padding-bottom: 72px;
}

body {margin: 0;}
            
            ul.topnav {
              list-style-type: none;
              margin: 0;
              padding: 0;
              overflow: hidden;
              background-color: #333;
            }
            
            ul.topnav li {float: left;}
            
            ul.topnav li a {
              display: block;
              color: white;
              text-align: center;
              padding: 10px 12px;
              text-decoration: none;
            }
            
            ul.topnav li a:hover:not(.active) {background-color: #111;}
            
            ul.topnav li a.active {background-color: #04AA6D;}
            
            ul.topnav li.right {float: right;}
            
            @media screen and (max-width: 600px) {
              ul.topnav li.right, 
              ul.topnav li {float: none;}
            }

.card {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  max-width: 500px;
  margin: 50px;
  text-align: center;
  font-family: arial;
  border-radius: 10px;
}

.title {
  color: grey;
  font-size: 18px;
}

button {
  border: none;
  outline: 0;
  display: inline-block;
  padding: 8px;
  color: white;
  background-color: #000;
  text-align: center;
  cursor: pointer;
  width: 50%;
  font-size: 18px;
  border-radius: 20px;
}

a {
  text-decoration: none;
  font-size: 22px;
  color: black;
}

button:hover, a:hover {
  opacity: 0.7;
  transition: all 0.3s;
}

*{
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
footer{
  background-color: #111;
}

html{
  overflow-x: hidden;
}

.footerContainer{
  width: 100%;
  padding: 70px 30px 20px ;
}
.socialIcons{
  display: flex;
  justify-content: center;
}
.socialIcons a{
  text-decoration: none;
  padding:  10px;
  background-color: white;
  margin: 10px;
  border-radius: 50%;
}
.socialIcons a i{
  font-size: 2em;
  color: black;
  opacity: 0,9;
}
/* Hover affect on social media icon */
.socialIcons a:hover{
  background-color: #111;
  transition: 0.5s;
}
.socialIcons a:hover i{
  color: white;
  transition: 0.5s;
}
.footerNav{
  margin: 30px 0;
}
.footerNav ul{
  display: flex;
  justify-content: center;
  list-style-type: none;
}
.footerNav ul li{
  color:white;
  margin: 20px;
  text-decoration: none;
  font-size: 1.3em;
  opacity: 0.7;
  transition: 0.5s;

}
.footerNav ul li a:hover{
  opacity: 1;
}
.footerBottom{
  background-color: #000;
  padding: 20px;
  text-align: center;
}
.footerBottom p{
  color: white;
}
.designer{
  opacity: 0.7;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 400;
  margin: 0px 5px;
}
@media (max-width: 700px){
  .footerNav ul{
      flex-direction: column;
  } 
  .footerNav ul li{
      width:100%;
      text-align: center;
      margin: 10px;
  }
  .socialIcons a{
      padding: 8px;
      margin: 4px;
  }
}

