body {
	font-family: 'Montserrat', sans-serif;
	line-height: 100%;
	font-size: 15px;
	color: #1a1a1a;
}
p {
	margin-bottom: 0;
}
header {
	background: #f5ebd8;
	padding: 40px 0 75px;
	margin-bottom: 70px;
}
header .demo-logo {
	display: inline-block;
}
header h2 {
	font-size: 24px;
	letter-spacing: 0.1em;
	margin: 50px 0 30px;
	font-weight: 400;
}
header p {
	letter-spacing: 0.4em;
	font-weight: 400;
}
.welcome-content .welcome-item a{
	background-position: left top;
	background-size: cover;
	background-repeat: no-repeat;
	display: block;
	-webkit-transition: all 1.8s linear;
	   -moz-transition: all 1.8s linear;
			transition: all 1.8s linear;
}
.welcome-content .welcome-item img{
	width: 100%;
	border: 5px solid #f1f1f1;
	-webkit-transition: all 0.25s linear;
	   -moz-transition: all 0.25s linear;
			transition: all 0.25s linear;
}
.welcome-content .welcome-item h3{
	display: block;
	text-align: center;
	font-weight: 500;
	text-transform: uppercase;
	font-size: 16px;
	margin-top: 30px;
	margin-bottom: 70px;
	-webkit-transition: all 0.25s linear;
	   -moz-transition: all 0.25s linear;
			transition: all 0.25s linear;
}
.welcome-content .welcome-item:hover a{
	background-position: left bottom;
}
.welcome-content .welcome-item:hover img{
	border-color: #eedbb9;
}
footer {
	background-color: #1f1f1f;
	padding: 25px 0;
	float: left;
    width: 100%;
}
.copyright p {
	color: #a1a1a1;
    margin: 0;
    font-size: 12px;
}

div.headeronlyimg { margin-bottom: 70px; position: relative; }
div.headeronlyimg img.mainImag{width: 100%;}
.posabs{
	position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    overflow: hidden;
}
.demo-logo { margin-top: 50px; }
.heading h3 { color: #fff; font-family: 'Raleway', sans-serif; text-align: center; letter-spacing: 3px; margin: 50px 0 25px 0; }
.heading h4 { 
	color: #fff;
    text-align: center;
    letter-spacing: 6px;
    font-weight: normal;
    font-size: 15px;
    margin-bottom: 45px;
}

.heading a {
    width: 230px;
    margin: 0 auto;
    display: block;
    text-align: center;
    color: #fff;
    border: 1px solid;
    padding: 15px 30px;
    border-radius: 23px;
    font-size: 12px;
    letter-spacing: 1px;
    text-decoration: none;
    -webkit-transition: all .50s ease-out;
    -moz-transition: all .50s ease-out;
    -ms-transition: all .50s ease-out;
    -o-transition: all .50s ease-out;
    transition: all .50s ease-out;
}

.heading a:hover, .heading a:focus{
	color: #000;
    background: #fff;
    -webkit-transition: all .50s ease-in;
    -moz-transition: all .50s ease-in;
    -ms-transition: all .50s ease-in;
    -o-transition: all .50s ease-in;
    transition: all .50s ease-in;
}

.heading a span { font-size: 18px; }
.features { float: left; width: 100%; background-color: #F7F7F7; padding: 75px 0 }
.features .col-sm-9 { padding-left: 10px }
.features p { font-size:13px; line-height:32px; font-family: 'Open Sans', sans-serif; color: #5f5f5f }
.features h4 { font-size: 16px; color: #1a1a1a; }
.fsbig { font-size: 24px; margin-bottom: 75px; }
.martop5 { margin-top: 50px; }


@media (max-width: 1199px) {
	.demo-logo {
    	margin-top: 20px;
	}
	.heading h3 {
    	margin: 30px 0 20px 0;
	}
	.heading h4 { margin-bottom: 30px; }
}

@media (max-width: 991px) {
	.demo-logo { margin-top: 15px; }
	.demo-logo img { max-width: 90px; }
	.heading h3 {
	    margin: 20px 0 0 0;
	    font-size: 20px;
	}
	.heading h4 {
	    margin-bottom: 15px;
	    font-size: 14px;
	}
	.heading a { padding-top: 10px; padding-bottom: 10px; }
}

@media (max-width: 767px) {
	.features .col-sm-9 { padding-left: 15px }
	.features .col-sm-4 { text-align: center; margin-bottom: 30px; }
	.martop5 { margin-top: 0 }
	.features { padding-bottom: 45px; }
    div.headeronlyimg img.mainImag{height: 300px;width: auto;max-width: none;}
    div.headeronlyimg{width: 100%;overflow: hidden;}
} 
