

body {
  font-size: 21px;
  color: grey;
  font-family: 'Montserrat', sans-serif;
  background-color: white;
}

h1 {
  font-size: 2.4rem;
  font-weight: 200;
}

h2 {
  font-size: 2.8rem;
  font-weight: 300;
}
a {
  text-decoration: none;
  color: #424242;

 }

hr {
  margin-top: 20px;
  margin-bottom: 30px;
  text-align: center;
  width: 50%;
}


#page {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 6px 100px 6px;
}



#navbar {
  margin: 40px 0 120px 0;
}

#navbar h1 {
    padding-bottom: 20px;
}
#navbar ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
#navbar li {
    float: left;
    padding-right: 30px;
    padding-bottom: 10px;
    font-weight: 300;
}



#footer {
  margin-top: 50px;
  text-align: center;
  font-size: 10px;
  bottom: 20px;
  width: 100%;
}




#cf-image {
  width: 150px;
  border-radius: 10px;
  padding-right: 20px;
}
#cf-image-small {
  width: 75px;
  border-radius: 6px;
}
.img-left {
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
}
.cf {
  clear: left;
}

.p-right {
  margin-left: 100px;
  font-weight: 300;
}
.p-norm {
  padding: 16px 0 16px 0;
  font-weight: 300;
}



.underline {
  text-decoration: underline;
 
}

#appstore {
  text-align: center;
  padding: 40px 0 20px 0;
}
#appstore img {
  width: 200px;
}




.section {
  margin-top: 100px;
  padding-bottom: 20px;
  clear: left;

}

.subhead {
  font-size: 14px;
  font-weight: 300;
  margin: 5px 0 20px 0;
}

h2.nosub {
  margin-bottom: 20px;
}



a:hover {
  text-decoration: underline; 
}

.section ul {
  list-style-type: circle;
  padding-left: 30px;

}

.section li {
  padding: 5px 0 10px 0;

}
 
#climbshot {
  text-align: center;
  padding: 40px 0 10px 0;

}
#climbshot img {
  width: 300px;
}






