body {
	position: relative;
	text-rendering: optimizeLegibility;
	font-family: 'Roboto Slab', serif;
	font-size: 17px; 
}

h1{
	font-family: 'Roboto', sans-serif;
	font-weight: 100;
	font-size: 100px;
	letter-spacing: 0.2em;
}

h2{
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
	font-size: 40px;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	text-align: center;
	color: #333;

}

.separator{
	width:310px;
	margin: 20px auto;
}
.separator > span{
	display: inline-block;
	vertical-align: middle; 
	width: 5px;
	height: 8px;
	margin: 0 10px;

}
.separator > span:first-child, .separator > span:last-child{
	width:120px;
	height: 2px;
}


.navbar{
	font-family: 'Roboto', sans-serif;
	text-transform: uppercase; 
	transition:  background-color 0.5s;
}
.navbar a{
	color: #fff;
	text-shadow: 0px 0px 3px rgba(0,0,0,0.5); 
}

.navbar-white{
	background-color: #fff; 
	box-shadow: 0px 0px 4px rgba(0,0,0,0.5); 
	transition:  background-color 0.5s;
}
.navbar-white a{
	color: #5cb85c;
	text-shadow: none;
}

.navbar-brand{
	visibility: hidden;
}


.navbar-white .navbar-brand{
	visibility: visible;
}




.header{
	position: relative;
	width: 100%;
	height: 100vh;
	overflow: hidden;
	background-image: url(../img/best/P6060294.JPG);
	background-image: url(../img/place/P6080308.JPG);
	
	Qbackground-image: url(../img/best/IMG_1254.JPG);
	Qbackground-image: url(../img/home/IMG_6432.JPG);	
	
	Qbackground-image:none;
	Qbackground:#eee;


	background-size: cover;
	background-position: center center;
	background-attachment: fixed; 
}

.footer{
	position: relative;
	width: 100%;
	height: 100vh;
	background-image: url(../img/IMG_1295.JPG);
	background-size: cover;
	background-position: center center;
	background-attachment: fixed; 
}

.title{
	position: relative;
	top:50%;
	margin-top:-150px; 
	text-align: center;
	text-shadow: 0px 0px 3px rgba(0,0,0,0.5); 
	text-shadow: 0px 0px 10px rgba(0,0,0,0.5); 
	color: #fff;
}

.title .separator > span{
	background: #fff;
	box-shadow: 0px 0px 3px rgba(0,0,0,0.5); 
}



.title p{
	font-size:1.3em;
}

.down{
	position: absolute;
	width:100%;
	bottom:0;
	text-align: center; 
	padding: 20px 0;
}

a.arrow{
	display: inline-block;
	width:50px;
	height:50px;
	border:1px solid #fff;
	border-radius: 50%;
	text-align:center; 
	font-size:30px;
	padding-top:6px; 
	color: #fff;
	cursor: pointer;
}
a.arrow:hover{
	text-shadow: 0px 0px 3px rgba(0,0,0,0.5); 
}


.section{
	padding-top: 40px;
	color: #777;
}
.section:last-child{
	padding-bottom: 40px;
}
 p.first::first-letter {
 	font-size: 2.5em;
 	line-height: 1em;
    float: left;
    margin: 0 4px 2px 0;
    font-weight:bold;
 }

.separator > span{
	background: #dff0d8;
	Qbox-shadow: 0px 0px 3px rgba(0,0,0,0.5); 
}

a{
	color: #5cb85c;
}
a:hover{
	color: #3c763d;
}
em{
	font-style:normal; 
	font-weight:bold;
}

.map{
	height: 500px;
	margin-bottom:20px;
}

.navbar-toggle .icon-bar {
  background-color: #5cb85c;
}


@media (min-width: 768px) and (max-width: 991px) {
    .navbar-collapse.collapse {
        display: none !important;
    }
    .navbar-collapse.collapse.in {
        display: block !important;
    }
    .navbar-header .collapse, .navbar-toggle {
        display:block !important;
    }


    .navbar-header {
        float:none;
    }
    .navbar-nav>li {
	     float:none;
	}
}

.img-list{display: none}