body{
	background-image:url(../mt.jpg);
	 background-size: cover;
}
.social{
	margin-top: 13px;
}
.navbar-header h1{
	font-family: Roboto;
	color: #fff;
	font-size: 31px;
}
.title h1{
	color: #fff;
	margin-bottom: 90px;
	font-size: 29px;
}
.content{
	margin: 85px 0px;
    height: 50vh;
}
.content .form input{
	height: 41px;
    width: 365px;
    padding-left: 10px;
}
.content .form button{
	height: 39px;
    width: 135px;
    background: #57ff57;
    color: #000;
    font-size: 17px;
    border: none;
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  font-size: 17px;
  color: #000;
}
.navbar-default{
	background-color: transparent;
    border: none;
    margin-top: 23px;
}
footer .foot-text p{
	color: #fff;
	font-size: 18px;
}