body {
    text-decoration: none;
    font-family: Verdana;
    color: rgb(81,90,91);
    text-align: center;
}

header {
  background-color: rgb(82,91,93);
  height: 70px;
  z-index: 1000000000;
}

header span {
    color: rgb(85,172,197);
}
nav {
  line-height: 70px;
}

#brand a {
  padding: 0px 20px 0px 20px;
  font-size: 60px;
  color: white;
  float: left;
  text-decoration: none;
}

nav ul li a {
  background-color: rgb(82,91,93);
  color: white;
  padding: 0px 20px 0px 20px;
  font-size: 15px;
  float: left;
  text-decoration: none;
	transition: all 750ms;
}
nav ul li a:hover {
  background-color: rgb(54,64,70);
  color: rgb(85,172,197);
  text-decoration: none;
}
nav ul li a:active,
nav ul li a:focus {
  background-color: rgb(113,155,150);
  color: rgb(54,64,70);
  text-decoration: none;
}

nav navbar-nav navbar-right a{
  background-color: rgb(82,91,93);
  color: white;
  padding: 0px 20px 0px 20px;
  font-size: 15px;
  text-decoration: none;
}
nav navbar-nav navbar-right a:hover
nav navbar-nav navbar-right a:active {
  background-color: rgb(113,155,150);
  color: rgb(54,64,70);
  text-decoration: none;
}


#fadeSlider {
    position: absolute;
    width: 100%;
    height: 900px;
    float: center;
    text-align: center;
    padding-top: 600px;
    padding-bottom: 30px;
    margin: auto; 
    z-index: 10000;
}

#fadeSlider-text {
    background-color: rgba(113,155,150, 0,5);
    z-index: 10000;
}
#fadeSlider h2 {
    color: white;
}

.container-fluid {
     width: 100%;
     padding-top: 30px;  
     margin-bottom: 100px;
}

.container-fluid ul li {
    display: inline-block;
    }
    
.container {
    width: 100%;
    padding-top: 30px;
    padding-bottom: 30px;
    margin: auto;
}
.container a {
    color: rgb(78,55,48);
    text-decoration: none;
}


.glyphicon {
    color: rgb(78,55,48);
    font-size: 20px;
    margin-right: 8px;
}

h1 {
    color: #55acc5;
    font-size: 70px;
    text-align: center;
}
h2 {
    color:  rgb(24,56,65);
       
    font-size: 35px;
    text-align: center;
}

h3 {
    color: rgb(85,172,197);
        
    font-size: 20px;
    padding: 0px 0px 40px 0px;
}
h4 {
    color: rgb(78,55,48);
        
    font-size: 20px;
    padding: 0px 0px 20px 0px;
}
h5 {
    color: rgb(200,84,134);
        
    font-size: 15px;
    padding: 0px 0px 10px 0px;
}
h6 {
    color: rgb(195,152,13);
        
    font-size: 15px;
    padding: 0px 0px 10px 0px;
}

h7 {
    color: rgb(195,152,13);
        
    font-size: 14px;
    padding: 0px 0px 0px 0px;
}

p {
    line-height: 200%;
}


#kep2 {
  height: 500px;
  background-image: url(../img/2_tablanal.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: fixed;
}
#kep3 {
  height: 500px;
  background-image: url(../img/3_memo.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: fixed;
}
#kep4 {
  height: 500px;
  background-image: url(../img/4_lepcso.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: fixed;
}

#kep5 {
  height: 500px;
  background-image: url(../img/5_kepzesszervezo.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: fixed;
}

#kep6 {
  height: 400px;
  background-image: url(../img/6_egyuttmukodok.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: fixed;
}

#kep7 {
  height: 400px;
  background-image: url(../img/7_kapcsolat.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: fixed;
}

#kep2-t {
  height: 50px;
  background-image: url(../img/5_kepzesszervezo.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: fixed;
}

article {
    border: none;
}
.well {
    background-color: #fff;
    color: rgb(81,90,91);
    border: none;
    border-bottom-color: #fff;
   
}
.well p {
    font-size: 15px;
}


.form-control {
    border-radius: 0;
    padding: 20px 10px;
}
.form-control:focus {
    border: solid 1px rgb(78,55,48);
    box-shadow: 0 0 8px rgba(78,55,48, 0.4);
}
input, textarea {
    width: 300px;
    padding-top: 10px;
    padding-bottom: 10px;
    }
    textArea {
        font-family: Verdana;
        resize: none;
    }
    button {
        border: none;
    }
    .g-recaptcha {
        display: inline-block;
    }


.btn-default {
    background-color: rgb(82,91,93);
    border: none;
    border-radius: 0;
    color: white;
    padding: 10px 20px;
}
.btn-default:hover,
.btn-default:focus {
    background-color: rgb(54,64,70);
    color: rgb(85,172,197);
}

footer {
    padding: 30px 0;
    border-top: solid 3px rgb(78,55,48);
    margin-top: 30px;
    background-color: #e4e8e9;
}
footer p {
    text-align: center;
}
.white {
    background-color: white;
    margin-bottom: 70px;
}


