@charset "utf-8";
/* CSS Document */
.background {
	background-image: linear-gradient(rgba(255,255,255,0.8),rgba(255,255,255,0.8)), url("../images/hiking-listbg.jpg");
	height: 500px;
	background-repeat: no-repeat; 
	
}
body{
	font-family: "Poppins", sans-serif;;
	background-color: #f0f0f0;
}
.font-awesome{
	padding-right: 2%;
    cursor: pointer;
}

.header {
	color: grey;
	
}
.hed1 {
	border-radius: 15px;
	left: 5%;
	z-index: 99;
}
.icons i {
	padding: 8px;
}
.icons2 i {
	padding: 3px;
}

input {
	float-left:20px;
}
.row {
	padding-top: 1%;
	border: none;
}


.icon2 i {
	padding-left: 80px;
}


.nav-item {
	padding-left: 80px;
	padding-top:40px;
}
.nav-link {
	padding-top: 3%;
	font-size: 20px;
}
@media only screen and (max-width: 1000px) {
	.logo {
		display: block;
	}
	.logo1 {
		display: none;
	}
}
.top {
	margin-top: 5%;
}
.top1 {
	margin-top: 10%;
	margin-left:120px;
}
.hiking{
	
	margin-left:415px;
	position:absolute;
	bottom:516px;

}
.text{
	font-family: "Poppins", sans-serif;
	background-color: white;
	width: 500px;
	height: 500px;
	margin-top: 0px;
}
.button{
	width:20%;
	height:10%;
	background-color: #1f1f1f;
	color: white;
	margin-top: 80px;
}
.graph{
	padding-top: 53px;
}

.branding{
	width: 90%;
	height: 5px;
	background-color:#1f1f1f;
}
.social{
	width: 70%;
	height: 5px;
	background-color:#1f1f1f;
}
.praphic{
	width: 50%;
	height: 5px;
	background-color:#1f1f1f;
}
.product{
	width: 80%;
	height: 5px;
	background-color:#1f1f1f;
}
.parlax{
	background-image:url("../images/bgcorosal.jpg");
	min-height: 500px;
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	
}
.para1{
	width: 500px;
	height: 500px;
	background-color: white;
	color: black;
}
.para2{
	width: 500px;
	height: 500px;
	background-color: #1f1f1f;
	color: white;
}
.team:hover{
	opacity: 0.5;
}
.texts{
	padding-top: 50px;
	padding-bottom: 50px;
}
h1{
	padding-top: 50px;
}
.textbg{
	font-family: "Poppins", sans-serif;
}.footer{
	background-color:#202020;
	color: white;
}
h6{
	padding-top: 40px;
}

.footer2{
	background-color: #181818;
	color: whitesmoke;
	font-size:15px;
}
center{
	padding-top: 25px;
}
#myBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 90;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: #ffa922;
  color: white;
  cursor: pointer;
  padding: 15px;
  border-radius: 4px;
}
#myBtn:hover {
  background-color: #555;
	color: #ffa922;
}		









