
/*fooldal*/
div#fooldal {
    margin-top: 2px;
    margin-bottom: 5%;
}
.card  {
    box-shadow: 30px 30px 30px -30px ;
    margin-bottom: 4%;
}
.card:hover {
    opacity: 0.7;;
}
.card img {
    height: 180px;
}
#fooldalingyenes {
    margin-bottom: 7%;
    margin-top: 7%;
    padding: 2px;
}
#fooldalfizetos {
    margin-bottom: 7%;
    margin-top: 7%;
    padding: 2px;
}
a.dashed {
    border: 1px solid black;
    box-shadow: 20px 38px 54px -30px ;
    border-radius: 255px 15px 225px 15px/30px 80px 30px 80px;
    margin: 2%;
    padding: 15px;
    color: white;
    background: brown;
}
/*.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  width: 100%;
  height: auto;
margin-top: 51px;
}*/
#elso {
    height: 410px;
    background-image: url(img/teszt.jpeg);
    background-position: center center;
    background-size: cover;
}
#masodik {
    height: 410px;
    background-image: url(img/teszt_2.jpeg);
    background-position: center center;
    background-size: cover;
}
#harmadik {
    height: 410px;
    background-image: url(img/teszt_3.jpeg);
    background-position: center center;
    background-size: cover;
}
.carousel-caption.fooldal {
      max-width: 80%;
      padding: 3%;
      text-align:center;
    color: black;
}
.carousel-caption.fooldal h2 {
    margin-bottom: 12%;
}
#fooldalingyenes a {
    text-decoration: none;
    color: black;
}

/*Ingyenes*/
body#tesztek {
    background: white;
}
#ketmenu {
    background: white;
}
#masodikmenu {
    background: white;
}
header {
    margin-bottom: 20px;
}
.divide-nav{
  height: 50px;
  background-color: #428bca;
}

.divide-text{
    color:#fff;
    line-height: 20px;
    font-size:20px;
    padding: 15px 0;
}
#myBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  border: none;
  outline: none;
  background-color: black;
  color: white;
  cursor: pointer;
  padding: 15px;
  border-radius: 30px;
}
#tesztekjumbotron {
   background: url('img/pexels-photo-317355.jpeg');
    padding-top:13%;
}
#tesztekjumbotron h1 {
    margin-top: 80px;
}
@media screen and (max-width: 540px) {
    #tesztekjumbotron h1  {
        font-size: 40px;
    }
}

.ingyenes h6 {
    float: center;
}
.ingyenes p {
    text-align: justify;
    margin: auto;
    padding-bottom: 5%;
    
}
.ingyenes img {
    margin: 1.5%;
    margin-right: 6%;
    box-shadow: 2px 2px 50px 3px grey;
    width: 250px;
    height: 170px;
    float: left;
}
.ingyenes h3:hover {
    opacity: 0.7;
}
.ingyenes img:hover {
    border: 1px solid black;
}
.kitoltes {
    float: right;
    padding: 2%;
    margin: 2%;
}
.ingyenestesztkep {
    margin-bottom: 2%;
}

/*fizetos*/
#fizetostesztekbody {
    background: url('img/pexels-photo-235994.jpg');
    background-attachment: fixed;
}
#fizetostesztekjumbotron {
    background: 0;
    margin-top: 22%;
}
@media screen and (max-width: 540px) {
    #fizetostesztekjumbotron h1  {
        font-size: 40px;
        margin-top: 10%;
    }
}

#carouselfizetos {
    width: 500px;
    height: 350px;
}
#carouselfizetos img{
    width: 300px;
    height: 250px;
}
@media screen and (max-width: 540px) {
    #carouselfizetos img{
    width: 200px;
    height: 150px;
    }
}
.carousel-caption.fizetos {
   background: grey; 
}
.megrendelesbutton {
    padding: 1%;
    margin: 1%;
}
.kepfizetos {
    width: 200px;
    height: 150px;
}
.fizetostesztek {
    padding: 4%;
    background: rgba(192, 192, 192, 0.5);
}
#pcm {
  background: white;  
}
#vezetoikom {
    background: white;
}
#saleskompetencia {
    background: white;
}
@media screen and (max-width: 540px) {
    #pcmvideo  {
        width: 250px;
        height: 200px;
    }
}

/*megrendeles*/
body#megrendeles {
    background: url('img/pexels-photo-235994.jpg');
    background-attachment: fixed;
}
#megrendelesjumbotron {
    padding: 3%;
    margin-top: 12%;
    opacity: 0.9;
}
#megrendelesjumbotron h1 {
    margin-top: 20px;
}
@media screen and (max-width: 540px) {
    #megrendelesjumbotron h1  {
        font-size: 38px;
        margin-top: 100px;
    }
}
img.galeria {
    width: 230px;
    height: 180px;
    border: solid 1px black;
}
#tesztgaleria {
    margin-top: 8%;
    margin-bottom: 7%;
}
img.galeria:hover {
   z-index:100;
  -webkit-animation:scale 1s linear;
  -moz-animation:scale 1s linear;
  animation:scale 1s linear;
  transform-origin:50% 50%;
  animation-fill-mode: forwards;
}
@keyframes scale{
  0%{
    transform:scale(1.0);
  }
  100%{
    transform:scale(1.1);
    -webkit-box-shadow: 10px 10px 60px 10px rgba(0,0,0,0.1);
-moz-box-shadow: 10px 10px 60px 10px rgba(0,0,0,0.1);
box-shadow: 10px 10px 60px 10px rgba(0,0,0,0.1);
  }
}
@keyframes scaledown{
  0%{
    transform:scale(1.1);
  }
   100%{
    transform:scale(1.0);
  }
}
section#megrendeles {
    padding: 1.5%;
    margin: 2%;
    margin-left: 5%;
}

/*kapcsolat*/
#kapcsolatjumbotron {
    margin-top: 12%;
    opacity: 0.9;
}
@media screen and (max-width: 540px) {
    #kapcsolatjumbotron h2  {
        font-size: 38px;
        margin-top: 100px;
    }
}
.munkatarsaink h4 {
    float: left;
}
.munkatarsaink p {
    text-align: justify;
    margin: auto;
    padding-bottom: 2%;
}
.munkatarsaink img {
    margin-right: 1%;
    float: left;
}
.munk {
    margin: 4% 0;
}
#slide-toggle-btn {
    margin: 2%;
}
.leiras {
    display: contents;
}
#emberek {
    margin-left: 5px;
}
/*footer*/
footer {
    display: block;
}
#kapcsolatfooter{
    padding-top: 3%;
}
#terkep {
    padding-top: 4%;
    float: right;
} 
.wrapper {
  display: inline-flex;
  margin: 2%;
  padding: 0;
  align-items: center;
  justify-content: center;
  height: 10vh;
}
span {
  padding: 0px 10px;
}
.wrapper span:nth-child(1) {
  color: #4867AA;
  cursor: pointer;
  text-shadow: 0px 7px 10px rgba(0, 0, 0, 0.4);
  transition: all ease-in-out 150ms;
}
.wrapper span:nth-child(1):hover {
  margin-top: -10px;
  text-shadow: 0px 16px 10px rgba(0, 0, 0, 0.3);
  transform: translate(0, -8);
}
.wrapper span:nth-child(2) {
  color: #1DA1F2;
  cursor: pointer;
  text-shadow: 0px 7px 10px rgba(0, 0, 0, 0.4);
  transition: all ease-in-out 150ms;
}
.wrapper span:nth-child(2):hover {
  margin-top: -10px;
  text-shadow: 0px 16px 10px rgba(0, 0, 0, 0.3);
  transform: translate(0, -8);
}
.wrapper span:nth-child(3) {
  color: #BE0719;
  cursor: pointer;
  text-shadow: 0px 7px 10px rgba(0, 0, 0, 0.5);
  transition: all ease-in-out 150ms;
}
.wrapper span:nth-child(3):hover {
  margin-top: -10px;
  text-shadow: 0px 14px 10px rgba(0, 0, 0, 0.4);
  transform: translate(0, -5);
}
.wrapper span:nth-child(4) {
  color: #004c99;
  cursor: pointer;
  text-shadow: 0px 7px 10px rgba(0, 0, 0, 0.4);
  transition: all ease-in-out 150ms;
}
.wrapper span:nth-child(4):hover {
  margin-top: -10px;
  text-shadow: 0px 16px 10px rgba(0, 0, 0, 0.3);
  transform: translate(0, -8);
}
/*gdrp*/

#gdrp {
    background: white;
    padding: 5%;
    margin-bottom: 5%;
}


