/*
Template: Leisure Sols
Author: ScriptsBundle
Version: 1.0
Designed and Development by: ScriptsBundle
*/

/*----------------------------------------------------
	SITE MAIN STRUCTURE
------------------------------------------------------*/
body {
	font-family: 'Roboto', sans-serif;
	color:#656565;
	padding:0;
	margin:0;
}
a{
	text-decoration:none;
	transition: all 0.3s ease-out 0s;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Roboto', sans-serif;
	font-size:100%;
	font-weight:300;
}
h3 {
	font-size:18px;
	color: #cacaca;
}
h2 {
	color: #e3e3e3;
	font-size:32px;
}
h1 {
	color: #222222;
	font-size: 50px;
}
.container {
	padding-left:0;
	padding-right:0;
	width:94%;
	margin:auto;
}
.header{
	background:url(../images/demo-screens.jpg) no-repeat center top;
	background-size:cover;
	text-align:center;
	padding:100px 0;
}
/*---------------------------------------------------
	HEADER
------------------------------------------------------*/

/*---------------------------------------------------
	SECTIONS
------------------------------------------------------*/
.section-lg {
	width:100%;
	padding:70px 0 100px 0;
	background:#343434;
	text-align:center;
}
.section-lg-one {
	width:100%;
	padding:40px 0 80px 0;
	background:#3e3e3e;
	text-align:center;
}
.default-demo{
	width:600px;
	margin:auto auto 50px auto;
}
.m-bot40{
	margin-bottom:45px;
	color:#fff;
	font-weight:bold;
}
.m-top40{
	margin-top:40px;
}
.footer{
	padding:70px;
	text-align:center;
}
.footer.container{
	text-align:center;
}
.uppercase{
	text-transform:uppercase;
}
/* scroll up */
.scrollup {
	width: 40px;
	height: 40px;
	opacity: 1;
	position: fixed;
	bottom: 22px;
	right: 20px;
	display: none;
	text-indent: -9999px;
	background: #d6b161 url(../images/scroll-top-arrow.png) no-repeat 15px 14px;
	z-index: 999;
}

@media only screen and (min-width: 1000px) and (max-width: 1169px) {
.header {
    padding: 130px 0;
}
}
@media only screen and (min-width: 768px) and (max-width: 999px) {
.header {
    padding: 120px 0;
}
}
@media only screen and (min-width: 640px) and (max-width: 767px) {

.header {
    padding: 100px 0;
}

}
@media only screen and (min-width: 480px) and (max-width: 639px) {
.header {
    padding: 70px 0;
}
}
@media only screen and (max-width: 479px) {
.header {
    padding: 100px 0;
}

}
