  
 		body {
			background-color: #7FA6E5;
		}

	
	

		p {
			font-family: verdana;
			font-size: 20px;
		}

#navbar {
  overflow: hidden;
  background-color: #333;
  
  
}

#navbar a {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}

#navbar a:hover {
  background-color: #ddd;
  color: black;
}

#navbar a.active {
  background-color: greenyellow;
  color: white;
}


.sticky {
  position: fixed;
  top: 0;
  width: 100%;
}

.sticky + .content {
  padding-top: 60px;
}

body, html {
  height: 100%;
  margin: 0;
  font: 400 15px/1.8 "Lato", sans-serif;
  color: white;
}

.bgimg-1, .bgimg-2, .bgimg-3 {
  position: relative;
  opacity: 0.65;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;

}
.bgimg-1 {
  background-image: url("gymman.jpg");
  min-height: 100%;
}

.bgimg-2 {
  background-image: url("Gym.jpg");
  min-height: 400px;
}

.bgimg-3 {
  background-image: url("gymguy.jpg");
  min-height: 400px;
  background-color: transparent;
}

.caption {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  text-align: center;
  color: #000;
}

.caption span.border {
  background-color: #D3D3D3;
  color: black;
  padding: 18px;
  font-size: 25px;
  letter-spacing: 10px;
}
h3 {
  letter-spacing: 5px;
  text-transform: uppercase;
  font: 20px "Lato", sans-serif;
  color: #111;
}

/* Turn off parallax scrolling for tablets and phones */
@media only screen and (max-device-width: 1024px) {
  .bgimg-1, .bgimg-2, .bgimg-3 {
    background-attachment: scroll;
  }

}
.mountain{
  border-radius: 34px;
  height: 70px;
  width: 70px;
  display: inline-block;
}
h1{

  line-height: 3px;
}
