/* Global Layout Set-up */
* { 
  box-sizing: border-box;
}
  
body {
  margin: 0;
  padding: 0;
  height: 100%; /*uj kod*/
  text-align: center;
  font-family: 'Roboto', sans-serif;
  color: #222;
  background: #f7f5f0;
  /*header->body*/

  text-align: center;
  /*background: url('images/alaplap.png') no-repeat;
  background-size: cover;*/
  /*overflow: hidden;*/
  /*padding-top: 60px;*/
}
/*blinking starts*/
@-webkit-keyframes blinker {
  from { opacity: 1.0; }
  to { opacity: 0.0; }
}

.waitingForConnection {
  -webkit-animation-name: blinker;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: cubic-bezier(.5, 0, 1, 1);
  -webkit-animation-duration: 1.7s;
}

.blink_me {
  animation: blinker 1s linear infinite;
}

@keyframes blinker {
  50% {
    opacity: 0;
  }
}
/*blinking ends using at section.chapter*/
section.chapter { font: 3em sans-serif;
  /*font: 4em Roboto, Helvetica Neue, sans-serif*/
  color:  darkcyan;
  animation: blinker 4s linear infinite;
  /*min-width: 640px;*/
  /*max-width: 940px;
  /*height: 100vh;*/
  /*width: 100vh;
  /*max-height: 100%;*/
  min-height: calc(100vh - 41px - 68px);
  min-width: 100%;

  margin: 0 auto;
  padding: 0 5%;
  background: url('images/tech10.gif') no-repeat;
  /*background-position: 50% 50%;
  background-position: center;
  background-repeat: no-repeat;*/
  background-size: cover;
}

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);
}


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);
}

/*main starts */

main {
  width: 90vw;
  margin: 0 auto;
  /*padding: 50px 20px; zene lejebbrol megy*/
  min-height: calc(100vh - 41px - 68px);

}

/*footer starts */
footer {
  list-style-type: none;
  text-align: center;
  background: rgb(56, 53, 53);
  color:rgb(77, 6, 6);
  margin: 0 auto;
  padding: 0;
  padding: 7px;
  }
  
  footer {
    width: 100%;
    min-height: 30px;
    /*padding: 20px 0 40px 20px;*/
  }

/*footers ends */

/* Link Styles */

a {
  text-decoration: none;
  color:darkcyan; /*#0499ff*/
}
a:hover {
  color: #6633ff;
}

/* wrapper pictures*/

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

.active{
  color: #0499ff; /*#0499ff*/
  transform: scale(1.2) rotate(5deg);

}


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

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


#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-nav {
  width: 100%;
  background: black;
  min-height: 30px;
  padding: 5px;
  /*position: fixed; kiszedve, hogy a hatterkep ez utan kezdodjon*/
  text-align: center;
}
.nav {
  display: flex;
  justify-content: space-around;
  font-weight: 700;
  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
}


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


/* new header->body
header {
  text-align: center;
  background: url('images/alaplap.png') no-repeat;
  background-size: cover;
  overflow: hidden;
  padding-top: 60px;
}
header {
  line-height: 1.5;
}
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);
}


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);
}
          new header->body*/
.tag {
  background-color: #efefef;
  color: black;
  padding: 10px;
  border-radius: 5px;
  display: table;
  margin: 10px auto;
} 
.location {
  background-color: #222;
  color: white;
}
.card {
  margin: 30px;
  padding: 20px 40px 40px;
  max-width: 500px;
  text-align: center;
  background: #fff;
  border-bottom: 4px solid #ccc;
  border-radius: 6px;
}
.card:hover {
  border-color: #ff99ff;
}

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

.skills li {
  border-radius: 6px;
  display: inline-block;
  background: #ff9904;
  color: white;
  padding: 5px 10px;
  margin: 2px;
}

.skills li:nth-child(odd) {
  background: #0399ff;
}
/*
.skillslogo div, h2{
  

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



/*footer {
  /*width: 100px;       /* uj */
  /*position: relative; /* uj */
  /*height: 100px;      /* uj *
  min-height: 30px;
  padding: 20px 0 40px 20px;
  /*margin-top: -100px; /* uj *
  clear: both;        /* uj */

    /*uj*
    font-size: 1.3em;
    max-width: 1200px;        /*igored*
    margin-bottom: 1400px auto;          /*igored*/
    /*margin-top: -100px;   igored*/

    /*position: absolute;*
    right: 50;bottom:0;left:50;
    /*uj*

}*/

footer .copyright {
  top: -8px;
  /*margin-right: 20px;*/
  font-size: .45em; /*kicsiben jobb*/
}

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: 5px;
  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/twitter.svg);
}
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.social:hover {
  opacity: 3;
}
.clearfix {
  clear: both;
}

/* Styles for larger screens */
@media screen and (min-width: 720px) {
  
  .flex {
      display: flex;
      max-width: 1200px;
      justify-content: space-around;
      margin: 0 auto;
  }

  header {
    min-height: 450px;
  }

  .nav {
    max-width: 1200px;
  }

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

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

  main p {
    line-height: 1.6em;
  }

  /*footer {
    font-size: 1.3em;
    max-width: 1200px;
    margin: 40px auto;
  }
  */

}

/*end of large*/

/* Styles for (max-width: 960px) and (min-width: 720px) screens */
@media (max-width: 960px) and (min-width: 720px) {
  
  /*.flex {
      display: flex;
      max-width: 960px;
      justify-content: space-around;
      margin: 0 auto;
  }

  header {
    min-height: 450px;
  }

  .nav {
    max-width: 960px;
  }

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

  main {
    padding-top: 50px;
  }

  main p {
    line-height: 1.6em;
  }

  footer {
    font-size: 1.3em;
    max-width: 960px;
    margin: 40px auto;
  }*/
  section.chapter { 
    /*font: 2em sans-serif;
    /*font: 2em Roboto, Helvetica Neue, sans-serif*/
    color:  darkcyan;
    animation: blinker 1s linear infinite;
    
    max-width: 960px;
    max-height: 600px;
    margin: 0 auto;
    padding: 0 5%;
    background: url('images/coming.jpg') no-repeat;
    background-size: cover;
  }

}

/*end of (max-width: 960px) and (min-width: 720px) screens*/


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

  border-radius: 100%;
  border: 3px solid white;
  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;*/
}
}

/* Styles for small screens */
@media (max-width: 340px) {
  /*
  .flex {
      display: flex;
      max-width: 340px;
      justify-content: space-around;
      margin: 0 auto;
  }
*/
  section.chapter { font: 2em sans-serif;
    /*font: 2em Roboto, Helvetica Neue, sans-serif*/
    color:  darkcyan;
    animation: blinker 1s linear infinite;
    
    max-width: 340px;
    max-height: 3200px;
    margin: 0 auto;
    padding: 0 5%;
    background: url('images/coming.jpg') no-repeat;
    background-size: cover;
  }

}

/* Styles for larger screens */
@media (max-width: 720px) and (min-width: 340px) {
 /* 
  .flex {
      display: flex;
      max-width: 720px;
      justify-content: space-around;
      margin: 0 auto;
  }

  header {
    min-height: 450px;
  }

  .nav {
    max-width: 1200px;
  }

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

  main {
    padding-top: 50px;
  }

  main p {
    line-height: 1.6em;
  }

  footer {
    font-size: 1.3em;
    max-width: 1200px;
    margin: 40px auto;
  }
*/
  section.chapter { font: 2em sans-serif;
    /*font: 2em Roboto, Helvetica Neue, sans-serif*/
    color:  darkcyan;
    animation: blinker 1s linear infinite;
    
    max-width: 340px;
    max-height: 320px;
    margin: 0 auto;
    padding: 0 5%;
    /*background: url('images/coming.jpg');
    /*background-size: relative;*/
  }
  

}

