html,
body {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	overflow-x: hidden;
	text-align: center;
	vertical-align: middle;
	height: 100vh;

}

@font-face {
	font-family: 'Proxima';
	src: url(../fonts/ProximaNova-Regular.otf);
}

@font-face {
	font-family: 'Proxima Bold';
	src: url(../fonts/ProximaNova-Bold.otf);
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "Proxima Bold";
	font-weight: bold;
}

p {
	letter-spacing: 1px;
	line-height: 28px;
}

hr {
	border-color: #e0e0e0;
	margin: 0 auto 20px auto;
	width: 100px !important;
}

h1 {
	font-size: 60px;
}

h2 {
	font-size: 48px;
}

h3 {
	font-size: 30px;
}

h4 {
	font-size: 24px;
}

h5 {
	font-size: 18px;
}

h6 {
	font-size: 16px;
}

.title {
	padding-bottom: 40px;
}

.title h2 {
	color: #202020;
	line-height: 20px;
	padding-bottom: 30px;
}

.title p {
	padding-top: 14px;
	padding-bottom: 30px;
}

.parallax-section {
	background-attachment: fixed !important;
	background-size: cover !important;
}











/* contact section */
#contact {
    background: #f6f6f6 url('rahul.jpg') 50% 0 repeat-y fixed;
    background-size: 100% 100%;
	color: #ffffff;
	padding-top: 150px;
	padding-bottom: 150px;
	height: 100vh;
}

#contact h2 {
	color: #ffffff;
}

#contact .form-control {
	border-radius: 4px;
	border: none;
	box-shadow: none;
	margin-top: 12px;
	margin-bottom: 14px;
}

#contact input {
	height: 50px;
}

#contact input[type="submit"] {
	background-color: #eb5424;
	color: #ffffff;
	height: 60px;
	font-weight: bold;
	transition: all 0.4s ease-in-out;
}

#contact input[type="submit"]:hover {
	background-color: #202020;
}
