/*hierarhia: 1.ID 2.Class (classban mindig a lejebbi (2.)az elsődleges parancs) 3.html elemek*/
/*Általános***/
body {
  font-family: 'Montserrat-black', sans-serif;
  margin: inherit;
  text-align: center;

}
a{
  color:black;
}

/*rövitések---*/
h1, h2, h3, h4, h5 {
  font-family: 'Montserrat', sans-serif;
}
.hellow{
  font-family: 'Press Start 2P', cursive;
  font-size: 2rem;
  line-height: 1.5;
  color:green;
}
.big-heding {
  font-size: 3rem;
  line-height: 1.5;
}

.price-text {
  font-size: 2rem;
  line-height: 1.5;
}

.padding315 {
  padding: 3% 15%;
}
/*Szekciók---*/
.szinessz{
  background-color: #581b54;
  color: #fff;}

.fehersz{
    background-color: #fff;
}

/*fontos azért a szétszedés*/
p {
  color: #8f8f8f;
}

/*Általános***/
/*title***/
#title {
  text-align: left;
  margin: 0;
  padding:3% 15% 7%;
}
#title .container-fluid{/*ebben a szekcióban ezt változtatom meg*/
  padding:3% 15% 7%;
}
.kepeim-img {
  width: 10%;
  border-radius: 100%;
  margin: 20px;
}


.h2r{
  font-family: 'Dancing Script', cursive;
  font-size: 2rem;
  line-height: 1.5;
  padding-left: 50%;
}
/*Navigation Bar**/
.navbar {
  padding: 0px 0px 4.5rem;
}

.nav-item {
  padding: 5px;
}

.nav-link {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.5rem;
  margin-top: 0px;
}

.dropdown-item {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.2rem;
}

.navbar-brand {
  font-family: 'Dancing Script', cursive;
  font-size: 2.5rem;
  font-weight: bold;
}

/*Navigation Bar**/
/*Title**/
.profkep {
  width: 500px;
  margin-right: 0px;
  text-align: left;
  border-radius: 100%;
}
.pkep2{
  position: absolute;
  margin-top: 0px;
}
.pkep2:hover, .pkep2:active{
  z-index: -1;
}

@media (max-width:1099px) {
  #title {
    text-align: center;
  }
}
/*Title**/
/*features***/

.skill-box {
  padding: 5%;
}
/*hobbi*/
.ikon {
  color: #794876;
  margin-bottom: 1rem;
}

.ikon:hover {
  color: #581b54;
}

/*Photoshop***/
#Photoshop {
  background-color: #794876;
  height: auto;
  width: auto;
}
#Photoshop p{
  color:#fff;
  font-family: 'Sanchez', serif;;
  font-size: 2.5rem;
  font-weight: bold;

}
.kepeim{
   height:500px;
  margin: 20px;}

/*képnézegető gomb kijebb legyen*/
.carousel-item {
  padding: 7% 15%;
}

/*pricing***/
#CV_data {
  padding: 100px;
}
.card-body{
  text-align: left;
}
.parna-col {
  padding: 3% 2%;
  /*3fel le 2 jobb bal*/
}

/*pricing***/
/*cta***/
#kapcsolat {
  font-family: 'Montserrat', sans-serif;
}

/*cta***/
/*footer***/
#footer {
  background-color: #fff;
}

.sicon {
  margin: 20px 10px;
}
/*footer***/
/*FONTOK
font-family: 'Dancing Script', cursive;
font-family: 'Montserrat', sans-serif;
font-family: 'Press Start 2P', cursive;
*/
