body, html, header {
 font-family: Geneva, Verdana, sans-serif;
	height: 100%;
	line-height: 1.6;
}
.pointer {
	cursor: pointer;
}

a:link {
	text-decoration: none;
}


/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}


.bgnav{
	background: url('bg00.webp');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center right;
	}
	
.bg00 {
	
	background: url('bg00.webp');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center right;
	position: relative;
	background-attachment: fixed;
}



.bg01 {
	height: 80vh;
	background: url('bg01.webp');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top right;
	position: relative;
	background-attachment: fixed;
}

.bg02 {
	height: 80vh;
	background: url('bg02.webp');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: bottom center;
	background-attachment: fixed ;
}
.bg03 {
	height: 80vh;
	background: url('bg03.webp');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: bottom center;
	background-attachment: fixed;
}

.bg04 {
	height: 100vh;
	background: url('bg04.webp');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: bottom right;
	background-attachment: fixed;
}

.bg05 {
height: 80vh;
background-image: url('bg05.webp');
background-position:center; 
background-attachment: fixed; 
background-size: cover; 
background-repeat:no-repeat;
}

.bg06 {
height: 80vh;
background-image: url('bg06.webp');
background-position:center; 
background-attachment: fixed; 
background-size: cover; 
background-repeat:no-repeat;
}
	
.bg07 {
height: 80vh;
background-image: url('bg07.webp');
background-position:center; 
background-attachment:fixed; 
background-size: cover; 
background-repeat:no-repeat;
}

.bg08 {
height: 80vh;
background-image: url('bg08.webp');
background-position: right bottom; 
background-attachment: fixed; 
background-size: cover; 
background-repeat:no-repeat;
}



.xTop {
padding-top:100px;
}

#myBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: green;
  color: white;
  cursor: pointer;
  padding: 15px;
  border-radius: 40px;
}

#myBtn:hover {
  background-color: #555;
}

@media screen and (max-width: 800px) {
	.xTop {
padding-top:80px;
}

.bg00 {
	background: url('bg0.webp');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top   center;
	position: relative;
	background-attachment: scroll;
}


.bg01 {
	height: 50vh;
background: url('bg01.webp');
	background-repeat: no-repeat;
	background-size:cover;
	background-position: top right;
	position: relative;
	background-attachment: scroll;

}

.bg02 {
	height: 50vh;
	background: url('bg02.webp');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: bottom center;
	
	background-attachment: scroll ;
}
.bg03 {
	height: 50vh;
	background: url('bg03.webp');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: bottom center;
	background-attachment: scroll;
}

.bg04 {
	height: 50vh;
	background: url('bg04.webp');
	background-repeat: no-repeat;
	background-size:cover;
	background-position: bottom right;
	background-attachment: scroll;
}

.bg05 {
height: 50vh;
background-image: url('bg05.webp');
background-position:center; 
background-attachment: scroll; 
	background-size:cover;
background-repeat:no-repeat;
}

.bg06 {
height: 50vh;
background-image: url('bg06.webp');
background-position:center; 
background-attachment: scroll; 
	background-size:cover; 
background-repeat:no-repeat;
}
	
	
.bg07 {
height: 50vh;
background-image: url('bg07.webp');
background-position:center; 
background-attachment:scroll; 
	background-size:cover;
background-repeat:no-repeat;
	}

.bg08 {
height: 50vh;
background-image: url('bg08.webp');
background-position: right bottom; 
background-attachment: scroll; 
	background-size:cover;
background-repeat:no-repeat;
}


.bg09 {
height: 80vh;
background-image: url('bg09.webp');
background-position:center; 
background-attachment:scroll; 
	background-size:cover;
background-repeat:no-repeat;
}

}
