@import url(http://fonts.googleapis.com/css?family=Raleway:400,700);
* {
	margin: 0;
	padding: 0;
	font-family: 'Raleway', sans-serif;
}
body {
	height: 100%;
	font-family: 'Raleway', sans-serif;
	font-size: 16px;
	line-height: 1.7;
	color: #fff;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;
	background: #fff;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
}
::selection {
	color: #fff;
	background: #FF5200;
}

::-moz-selection {
 color: #fff;
 background: #FF5200;
}
p {
	color: #858585;
	margin: 0 0 1em !important;
}
h1, h2, h3, h4, h5, h6, #home .heading strong {
	font-family: 'Raleway', sans-serif;
}
a:hover {
	color: #000;
	text-decoration: none;
}
.logo{
	width: auto;
    height: 200px;
    margin-bottom: 30px;
    position: relative;
    z-index: 1;
    padding: 20px;
    background: #fff;
    border-radius: 12px;
}
.heading{
	position: relative;
	z-index: 1;
}
img{
	max-width: 100%;
    width: 100%;
    height: inherit;
}
.logo img{
	
}
#home{
  height: 100vh;
  width: 100%;
}
.banner-container{
  background: url('hero-bg.png') no-repeat;
  background-position: center;
  background-size: cover;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
 
}
h2{
	font-size: 34px;
	line-height: 38px;	
}
p{
	color: #fff;
	font-size: 20px;
}
.overlay{
	position: absolute;
	left: 0;
	right: 0;
	background: rgba(0, 0, 0, 0.4);
	top:0;
	width: 100%;
	height: 100%;
}
@media (max-width: 480px) {


}