body
{
  background-image:url('../img/bg_index.jpg');
  background-size:cover;
  background-repeat:no-repeat;
  background-position: center;
  height:908px;
}

.m_top{
  margin-top: 150px;
  font-size: 50px;
  font-family:Avenir;
  font-style:italic;
  color:white;
}

.trainer_back{
  background-image:url('../img/img_trainer.png');
  background-size:cover;
  background-repeat:no-repeat;
  background-position: center;
  -webkit-background-size: 100% auto;
  -moz-background-size: 100% auto;
  -o-background-size: 100% auto;
  background-size: 100% auto;
  height: 250px;
  margin:0;
  border-radius:8px;
}

.learner_back{
  background-image:url('../img/img_lerner.png');
  background-size:cover;
  background-repeat:no-repeat;
  background-position: center;
  -webkit-background-size: 100% auto;
  -moz-background-size: 100% auto;
  -o-background-size: 100% auto;
  background-size: 100% auto;
  height: 250px;
  margin:0;
  padding:0px;
  border-radius:8px;
}

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
  background-color: rgba(0,0,0,0.0) !important;
  color: #4acaff !important;
  font-size: larger ;
  font-family:Avenir;
}


.navbar-default .navbar-nav > li > a, .navbar-nav > li > a:focus {
  background-color: rgba(0,0,0,0.0) !important;
  color: white;
  font-size: larger;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
    color: white !important;
    background-color: rgb(231, 231, 231);
    font-size: larger;
}

.navbar-toggle
{
overflow:auto;
}

.btn {
    background-color: #4acaff;
    border-color:#3baedd;
    color:white;
    font-family:Avenir;
    width:140px;
	height:50px;
	padding: 15px;
	font-size:15px;
	font-weight:bold;
}
.btn, .btn-default:hover, .btn-default:active, .btn-default:visited {
    background-color: #4acaff;
    border-color:#3baedd;
    color:white;
    font-family:Avenir;


}

.navbar-default {
    background-color: rgba(0, 0, 0, 0.0) !important;
    border-color: rgba(0, 0, 0, 0.0) !important ;

}

.job {
  margin:auto;
  padding-right: 00px;
  padding-top: 20px;
  border-right: 0px solid #ddd;
  width: 250px;
  height:120px;
  background: rgba(0, 0, 0, 0.7)!important;
  font-family:Avenir;
  color: white;
  font-size: 20px;
  border-radius:8px;
  text-align:center;
  box-sizing: border-box;

 }

.padding-0
{
  padding:10px;
}
.m_search{
  margin-top: 30px;
}
.m_bottom{
  margin-top:80px;
}
.trainer_text
{
  font-family:Avenir;
  font-style:bold;
  color: white;
  font-size: 25px;
  padding-top: 20px;
  margin-bottom:50px;
}
.learner_text
{
  font-family:Avenir;
  font-style:bold;
  color: white;
  font-size: 25px;
  padding-top: 20px;
  margin-bottom:50px;



}


.how
{
  font-family:Avenir;
  color: white;
  font-size: 20px;
  padding-top: 20px;
  margin-bottom:50px;

}

footer {
  width: 100%;
  height:50px;
  background-color:#4acaff;
  font-family:Avenir;
  color: white;
  font-size: 20px;
  text-align:center;
  margin-bottom:0px;



}

 .img-responsive {
    max-width: 100%;
    height: 100%;
 }

 .text_trainer{
	 position:relative;
 }
.m_footer{
  margin-top: 117px;

}
.form-control {
    display: block;
    width: 100%;
    height: 50px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.img-responsive {
    max-width: 100%;
    height: 100%;
 }

 .text_trainer{
	 position:relative;
 }


 @media only screen and (max-width: 500px) {
  .text_trainer{
    font-size: 15px;
    padding: 20px;
  }

  .trainer_back{
    font-size: 15px;
  }

  .trainer_text{
    font-size: 25px;
  }

  .text_learner{
    font-size: 15px;
    padding: 20px;
  }
  .learner_text{
    font-size: 25px;

    margin-bottom: 15px;

  }

 }

	 @media only screen and (max-width: 300px) {
  .text_trainer{
    font-size: 15px;
    padding: 20px;
  }

  .trainer_back{
    font-size: 15px;
  }

  .trainer_text{
    font-size: 20px;

    margin-bottom: 15px;
    margin-top: 20px;
  }

  .text_learner{
    font-size: 15px;
    padding: 20px;
  }

  .how{
    font-size: 15px;
        margin-top: -8px;
  }


  .learner_text{
    font-size: 25px;

    margin-bottom: 15px;

  }
 }
