/* Global Layout Set-up */
* { 
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
  
body {
  margin: 0;
  padding: 0;
  text-align: center;
  font-family: 'Roboto', serif;  /*24012024 elegnasabb betutipus nelkule*/
  /*font-size: 14px;
  color: #222;*/
  background: url('images/londons.jpg') no-repeat;

  /*background: #f7f5f0;*/
}
/* Link Styles */

main {
  
  margin: 0 auto;
}/*
  width: 90vw;
  /*padding: 50px 20px; zene lejebbrol megy*/
  /*min-height: calc(100vh - 503px - 57.9333px);
  font-size: 14px;

}*/

footer {
list-style-type: none;
text-align: center;
background: rgba(0,0,0,0.5);
/*color:rgb(77, 6, 6);*/
margin: 0 auto;
padding: 0;
/*padding: 7px;*/
padding-top: 5px;
position: fixed;
bottom: 0;
left: 0;
}

footer {
  width: 100%;
  min-height: 30px;
  /*bottom position:*/

  /*bottom position:end*/
  /*padding: 20px 0 40px 20px;*/
}


a {
  text-decoration: none;
  color: #061118;
}
a:hover {
  color: #6633ff;
}

/* wrapper pictures*/

#wrapper {
  max-width: 940px;
  margin: 0 auto;
  padding: 0 5%;
}

/***************************
PAGE: PHOTOS;
***************************/

#gallery {
  margin: 100;
  padding: 0;
  list-style: none;
}

#gallery ul {
  margin: 100;
  padding: 0;
  list-style: none;
}

#gallery ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

#gallery ul li {
  display: inline-block;
}


#gallery li {
  float: left;
  width: 45%;
  margin: 2.5%;
  background-color: #f5f5f5;
  color: #bdc3c7;
}

#gallery li a p {
  margin: 0;
  padding: 5%;
  font-size: 0.75em;
  color: #bdc3c7;
}


/***************************
PAGE: ABOUT
***************************/

/*.profile-photo {
  display: block;
  max-width: 150px;
  margin: 0 auto 30px;
  border-radius: 100%;
}
*/
.profile-photo {
  display: block;
  max-width: 150px;
  margin: 0 auto 30px;
  border-radius: 100%;
}

/* Section Styles */

/*main {
  padding-top: 0px;
}*/

.main-nav {
  width: 100%;
  /*background: black;*/
  min-height: 30px;
  padding: 10px;
  /*position: fixed; kiszedve, hogy a hatterkep ez utan kezdodjon*/
  text-align: center;
}
.nav {
  display: flex;
  justify-content: space-around;
  /*font-weight: 700;  17012023*/
  list-style-type: none;
  margin: 0 auto;
  padding: 0;
}
.nav .name {
  display: none;
}
.nav li {
  padding: 5px 10px 10px 10px;
}
.nav a {
  transition: all .5s;
}
.nav a:hover {
  color: white
  color: indianred;
  text-decoration: underline;
}


/*  selected nav link 
nav a.selected, nav a:hover {
  color: #32673f;
}*/

header {
  text-align: center;

  background-size: cover;
  overflow: hidden;
  padding-top: 60px;
}
header {
  /*line-height: 1.5; 24022024*/
}
header .profile-image {
  /*margin-top: 50px;*/
  width: 150px;
  height: 150px;
  border-radius: 50%;
  border: 3px solid white;
  transition: all .5s;
}
header .profile-image:hover {
  transform: scale(1.2) rotate(5deg);
}




/*-----------------------------FLAG-----------------------------------------------*/
.flag {

  position: fixed;
  /*top: 100px;*/
  left: 80%;
  /*width: 100%;*/
  height: auto;
  opacity: 0.8; /*lathatatlan*/
}
.flag-image {
  /*margin: 10px auto;
  /*margin-top: 50px;
  /*width: 150px;
  height: 150px;*/
  border-radius: 10%;
  /*border: 3px solid white;*/
  transition: all .5s;
}
.flag-image:hover {
  transform: scale(1.2) rotate(5deg);
}
/*------------------------------FLAG----------------------------------------------*/

header .skills-image {
  margin-top: 50px;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  border: 3px solid white;
  transition: all .5s;
}
header .skills-image:hover {
  transform: scale(1.2) rotate(5deg);
}

.tag {
  background: rgba(0,0,0,0.5);
  color: white;
  /*background-color: #efefef;*/
  /*color: #dbdbdb; 24022024*/
  padding: 10px;
  border-radius: 5px;
  display: table;
  margin: 10px auto;
} 
.location {
  background-color: #222;
  background: rgba(0,0,0,0.5);
  /*color: white;*/
}
.card {
  margin: 30px; /*12022021 visszarakva 11052022 photos jol jon be, de enelkul a card felcsuszik*/
  padding: 20px 40px 40px;
  max-width: 500px; /*500 rol 700 17012023*/
  text-align: center;
  color: #dbdbdb;
  background: rgba(0,0,0,0.5);
  border-bottom: 4px solid #182b6f;
  border-radius: 6px;
}

.skills-card {
  margin: 30px; /*12022021 visszarakva 11052022 photos jol jon be, de enelkul a card felcsuszik*/
  padding: 20px 40px 40px;
  max-width: 700px; /*500 rol 700 17012023*/
  text-align: center;
  color: #dbdbdb;
  background: rgba(0,0,0,0.5);
  border-bottom: 4px solid #182b6f;
  border-radius: 6px;
}

.skills-card:hover {
  border-color: #a3dd28; /*#a3dd28;*/
}

ul.skills {
  padding: 0;
  text-align: center;
}

.skills li {
  border-radius: 4px;
  display: inline-block;
  background: #8a0d0d;  /* uj #132215; #8a0d0d regi   #ff9904 */
  color: white;
  padding: 3px 8px;
  margin: 2px;
}

.skills li:nth-child(odd) {
  background: #0371ff;  /*uj #0371ff #8a0d0d regi #0399ff */

}

.card:hover {
  border-color: #a3dd28;
}

ul.skills {
  padding: 0;
  text-align: center;
}

.skills li {
  border-radius: 6px;
  display: inline-block;
  background: #8a0d0d;  /* uj #132215; #8a0d0d regi   #ff9904 */
  color: white;
  padding: 5px 10px;
  margin: 2px;
}

.skills li:nth-child(odd) {
  background: #0371ff;  /*uj #0371ff #8a0d0d regi #0399ff */

}
/*
.skillslogo div, h2{
  

  border-radius: 50%;
  border: 3px solid white;
  transition: all .5s;
*/




footer .copyright {
  top: -8px;
  /*margin-right: 10px;*/
  font-size: 0.5em;
}

footer ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

footer ul li {
  display: inline-block;
}

a.social {
  display: inline-block;
  text-indent: -9999px;
  margin-left: 10px;
  width: 30px;
  height: 30px;
  background-size: 30px 30px;
  opacity: .5;
  transition: all .25s;
}
a.microsoft {
  background-image: url(images/microsoft.jpg);
}
.dell {
  background-image: url(images/dell.jpg);
}
  
.onetrust{
  background-image: url(images/onetrust.jpg);
}
a.twitter {
  background-image: url(images/x.png);
}
a.linkedin {
  background-image: url(images/linkedin.svg);
}
a.github {
  background-image: url(images/github.svg);
}
a.insta {
  background-image: url(images/insta.svg);
}
a.email {
  background-image: url(images/email.png);
}
a.youtube {
  background-image: url(images/youtube.png);
}
a.x {
  background-image: url(images/x.png);
}
a.social:hover {
  opacity: 1;
}
.clearfix {
  clear: both;
}

/* Styles for larger screens */
@media screen and (min-width: 720px) {
  
  .flex {
      display: flex;

      /*max-width: 1200px;   12022021*/
      justify-content: space-around;
      margin: 0 auto;
  }

  .flex2 {

    display: inline-table;
    /*max-width: 1200px;   12022021*/
    justify-content: space-around;
    margin: 0 auto;
}

  header {
    /*min-height: 303px; 24022024 kiszedve*/
  }

  .nav {
    max-width: 1000px;
  }

  .nav .name {
    display: block;
    margin-right: auto;
    color: white;
  }

  main {
    /*padding-top: 50px;*/
  }

  main p {
    line-height: 1.6em;
    font-size: 12px;
  }

 footer {
    /*font-size: 1.3em;*/
    bottom: 0;

  }

}

.skillslogo {
  
  width: 30%;  
/*width: 200px;
  height: 200px;*/

  /*border-radius: 100%; 17012023 kiveve*/
  /*border: 3px solid white; kiveve 17012023*/
  transition: all .5s;
}

.skillslogo:hover {
  transform: scale(1.2) rotate(5deg);
}

/***************************
PAGE: Fun;
***************************/
.card2 {

  margin: 30px;
  padding: 20px 40px 40px;
  max-width: 500px;
  text-align: center;
  background: #fff;
  border-bottom: 4px solid #ccc;
  border-radius: 6px;
}




#main-content {

  margin: 0;
  padding: 0;
  text-align: left;
  /*color: #3D2399;*/
}
#main-content h1 {
  /*font: 40px Arial, Helvetica, sans-serif;*/
}
#main-content p {
  /*font: 24px "Times New Roman", Times, Georgia, serif;*/
  text-align: left; margin: 0; padding: 0;
}
#main-content p strong {
  /*font-size: 70px;
  color: #000000;*/
}

