body {
    font-size:12px;
    color: grey;
    background-color: white;
    font-family: 'Raleway', sans-serif;
    }

h1,h2,h3,h4,h5,h6 {
    font-family: 'Raleway', sans-serif;
}

.footer-style {
    background-color: gainsboro;
    height: 30px;    
    margin-top: 30px;
    font-family: 'Raleway', sans-serif;
}
.social-part .fa {
    padding-right:20px;
}
ul li a{
    margin-right: 20px;
}

.form-control {
	border-color: #969696;
	box-shadow: none;
}
.form-control:focus, .btn:focus {
	border-color: #969696;
	box-shadow: 0 0 8px #996699;
}
.contact-form {
	width: 375px;   
	margin: 0 auto;
	padding: 10px 0;
    font-family: 'Raleway', sans-serif;
}
.contact-form form {
	background: #fff;
	padding: 5px;
	border-radius: 6px;
    font-family: 'Raleway', sans-serif;
}
.contact-form h1 {
	text-align: center;
	font-size: 40px;
	margin: 0 0 5px;
    font-family: 'Raleway', sans-serif;
}
.contact-form .form-group {
	margin-bottom: 5px;
    font-family: 'Raleway', sans-serif;
}
.contact-form .form-control, .contact-form .btn  {        
	border-radius: 2px;
	min-height: 40px;
	transition: all 0.5s;
	outline: none;
    font-family: 'Raleway', sans-serif;
}
.contact-form .btn {
	background: #969696;
	font-size: 12px;
	min-height: 40px;
	border: none;
}
.contact-form .btn:hover, .contact-form .btn:focus {
	background: #996699;
	outline: none;
    font-family: 'Raleway', sans-serif;
}
.contact-form .btn i {
	margin-right: 5px;
    font-family: 'Raleway', sans-serif;
}
.contact-form label {
	color: #969696;
	font-weight: normal;
    font-family: 'Raleway', sans-serif;
}
.contact-form textarea {
	resize: vertical;
    font-family: 'Raleway', sans-serif;
}
.hint-text {
	font-size: 12px;
	text-align: center;
	padding-bottom: 10px;
	opacity: 0.8;
}
