html {
  scroll-behavior: smooth;
}
/*Body elemek*/
body {
  background: #FFF;
  background-position: center; /* Center the image */
  background-repeat: no-repeat; /* Do not repeat the image */
  background-size: cover; /* Resize the background image to cover the entire container */
  background-attachment: fixed;
  color: #2b2b2b;

  font-family: Georgia; 
}

/*Menü elemek*/
.pls{
	display: block;
}
.brand{
	color:#000;
	
}

.top-row{
	background-color: #fff;
	color: #8a8a8a;
}

.navbar-bg{
	background: #fff;	
}
.navbar{
	color: #000;	
}

/*Linkek*/
a{
	color:#fff;
	
}
a:hover{
	color: #000;
	text-decoration: underline;
	
}
#contact a{
	color: #2b2b2b;	
}

#services a, #kjo a{
	color: #b78c00;	
}

.btn-link, .btn-link:hover {
color: #2b2b2b	;	
}
/*Képek*/
.header-img{
	width: 100%;
}



 /*Szegélyek*/
hr{

    border: 0;
    border-top: 1px solid #b78c00;
    border-bottom: 2px solid #b78c00;
    clear: both;
    height: 0;
    width: 20%;
	
}
.left-border{
	border-left: 2px solid #b78c00;
	
	
}
.bottom-border{
	border-bottom: 3px solid #b78c00;    
    padding-bottom: 7px;
	
	
		
}


/*Maps*/
.map-responsive{
    overflow:hidden;
    padding-bottom:50%;
    position:relative;
    height:0;
}


/*Footer elemek*/
.footer{
	 background: #7d7d7d;
	color: #fff;
	
}
.footer-developer{
	background-color: #444;
	
}

/*Media query-k*/
@media screen and (max-width: 1200px) {
	.brand{
		font-size: 28px;
		line-height: 2;
	}
}
@media screen and (max-width: 360px) {
	.brand{
		font-size: 20px;
		line-height: 2;
	}
}





/*Misc*/

#services, #about, #kjo {
	text-align: justify;	
	
}
#services, #about {
	background-color: #f3f3f3;
}



.subtitle{
	font-weight: 600;
}


.button-text{
	white-space: normal;
}

.kjo-contact-name{
	font-size: 22px;	
	
}

.noselect{
    -webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
-o-user-select: none;
user-select: none;

}




