body, html {
	font-family: 'Open Sans', sans-serif;
	text-rendering: optimizeLegibility !important;
	-webkit-font-smoothing: antialiased !important;
	color: #666;
	font-weight: 400;
	width: 100% !important;
	height: 100% !important;
}
h2 {
	margin: 0 0 20px 0;
	font-weight: 600;
	font-size: 36px;
	color: #333;
}
h3, h4 {
	font-size: 20px;
	font-weight: 400;
	color: #333;
}
h5 {
	text-transform: uppercase;
	font-weight: 700;
	line-height: 20px;
}
p {
	font-size: 15px;
}
p.intro {
	margin: 12px 0 0;
	line-height: 24px;
}
a {
	color: #6aaf08;
	font-weight: 400;
}
a:hover, a:focus {
	text-decoration: none;
	color: #222;
}
ul, ol {
	list-style: none;
}
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
.clearfix {
	display: inline-block;
}
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
ul, ol {
	padding: 0;
	webkit-padding: 0;
	moz-padding: 0;
}
hr {
	height: 3px;
	width: 70px;
	text-align: center;
	position: relative;
	background: #6aaf08;
	margin: 0 auto;
	margin-bottom: 20px;
	border: 0;
}
/* Navigation */
#menu {
	padding: 10px;
	transition: all 0.8s;
	background-color: #f6f6f6 !important;
}
#menu,
#menu * {
    border: none !important;
    box-shadow: none !important;
}
hr {
    display: none !important;
}
#menu.navbar-default {
	background-color: rgba(248, 248, 248, 0);
	border-color: rgba(231, 231, 231, 0);
}
#menu a.navbar-brand {
	font-size: 26px;
	font-weight: 600;
	color: #eee;
	margin-top: -20px;
}
@media (max-width: 767px) {
    #menu a.navbar-brand {
        font-size: 20px;
    }
}
@media (max-width: 767px) {
    #menu.navbar-default {
        background-color: #f6f6f6;
    }

    #menu.navbar-default .navbar-collapse.in {
        background-color: #f6f6f6;
    }
	#menu.navbar-default {
        padding: 20px 10px; /* Magasabb menüsáv a mobil nézetben */
    }
}
#menu.navbar-default .navbar-nav > li > a {
	text-transform: uppercase;
	color: #EE9538;
	font-size: 15px;
	font-weight: 400;
	letter-spacing: 1px;
	padding: 14px 2px;
	border-radius: 0;
	margin: 9px 20px 0 20px;
}
#menu.navbar-default .navbar-nav > li > a:hover {
	color: #F04F23;
}
#menu.navbar-default .navbar-nav > li > a[href="https://alpincsapat.hu"] {
    color: #6aaf08 !important;  /* normál állapotban zöld */
}

#menu.navbar-default .navbar-nav > li > a[href="https://alpincsapat.hu"]:hover {
    color: green !important;  /* hover esetén sötétebb zöld, ha szeretnéd */
}
.on {
	background-color: #f6f6f6 !important;
	padding: 0 !important;
	padding: 20px 0 !important;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
	color: #EE9538 !important;
	background-color: transparent;
}
.navbar-toggle {
	border-radius: 0;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
	background-color: #f6f6f6;
	border-color: #f6f6f6;
}
.navbar-default .navbar-toggle:hover>.icon-bar {
	background-color: #EE9538;
}
.section-title {
	margin-bottom: 70px;
}
.section-title p {
	font-size: 18px;
	color: #666;
}
.btn-custom {
	text-transform: uppercase;
	color: #f6f6f6;
	background-color: #EE9538;
	padding: 14px 20px;
	letter-spacing: 1px;
	margin: 0;
	font-size: 17px;
	font-weight: 400;
	border-radius: 6px;
	margin-top: 20px;
	transition: all 0.3s;
}
.btn-custom:hover, .btn-custom:focus, .btn-custom.focus, .btn-custom:active, .btn-custom.active {
	color: #f6f6f6;
	background-color: #F04F23;
}
.btn:active, .btn.active {
	background-image: none;
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}
a:focus, .btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus {
	outline: none;
	outline-offset: none;
}
.intro .overlay {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,70ad47+100&0.6+0,0.4+100 */
	background: -moz-linear-gradient(top, rgba(0,0,0,0.6) 0%, rgba(112,173,71,0.4) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(0,0,0,0.6) 0%, rgba(112,173,71,0.4) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(0,0,0,0.6) 0%, rgba(112,173,71,0.4) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#99000000', endColorstr='#6670ad47', GradientType=0 ); /* IE6-9 */
}
.intro .fa {
	font-size: 94px;
	margin-bottom: 40px;
	color: #fff;
}
.intro h1 {
	color: #fff;
	font-size: 64px;
	font-weight: 700;
	letter-spacing: -1px;
	margin-top: 0;
	margin-bottom: 10px;
	text-transform: uppercase;
}
@media (max-width: 767px) {
    .intro h1 {
        font-size: 36px;
    }
}
.intro p {
	color: #fff;
	font-size: 22px;
	margin-top: 20px;
	line-height: 28px;
	margin-bottom: 40px;
}
.intro .btn-custom {
	border-top: 1px solid rgba(255,255,255,0.4);
	border-bottom: 1px solid rgba(255,255,255,0.4);
}
header .intro-text {
	padding-top: 320px;
	padding-bottom: 200px;
	text-align: center;
}
/* About Section */
#about {
    padding: 120px 0 80px 0;
    background: #f6f6f6;
    text-align: center; /* Szöveg középre igazítása */
}
#about h3 {
    font-size: 22px;
    font-weight: 600;
    margin: 20px 0 0 0;
    text-align: center; /* Szöveg középre igazítása */
}
#about .about-text span {
    color: #70ad47;
    font-weight: 700;
    letter-spacing: -1px;
}
#about hr {
    margin: 20px auto 40px auto; /* Margók középre igazítása, felül 20px, alul 40px */
    width: 70px; /* Opcionális: A vízszintes vonal szélessége */
}
#about .btn {
    margin-top: 40px;
}
#about .about-media img {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
}
#about .about-text,
#about .about-desc {
    margin-bottom: 40px;
}
#about p {
    line-height: 24px;
    margin-top: 20px;
    text-align: center; /* Szöveg középre igazítása */
}
/* Footer Section*/
#footer {
	background: #333;
	padding: 30px 0 20px;
}
#footer h3 {
	color: #1e7a46;
	font-weight: 400;
	font-size: 18px;
	text-transform: uppercase;
	margin-bottom: 20px;
}
#footer .social {
	margin: 10px 0 50px 0;
}
#footer .social ul li {
	display: inline-block;
	margin: 0 20px;
}
#footer .social i.fa {
	font-size: 22px;
	width: 40px;
	height: 40px;
	padding: 10px;
	background: #444;
	color: #EE9538;
	border-radius: 50%;
	transition: all 0.3s;
}
#footer .social i.fa:hover {
	background: #EE9538;
	color: #fff;
}
#footer p {
	color: #666;
	font-size: 15px;
}
#footer a {
	color: #888;
}
#footer a:hover {
	color: #ccc;
}
#footer .menu {
  list-style: none;
  padding: 20px;
}

#footer .menu li {
  display: inline-block;
  margin-right: 20px; /* Válasszon megfelelő margót a menüpontok között */
}

#footer .menu li:last-child {
  margin-right: 0; /* Az utolsó menüpontnak ne legyen margója */
}

#footer .menu li a {
  color: #fff;
  text-decoration: none;
  font-size: 16px;
}

#footer .menu li a:hover {
  color: #ccc;
}

