/* text styles */
body {
  font-family: "Lato", san-sans-serif;
font-weight: 500;
  background-color: black;
  font-size: 12px;
  text-align: center;

}

.container {
  width: 375px;
  height: 667px;
  margin: 0 auto;
  background-color: white;

}

.nav {
  height: 64px;
  background-color: #4a4a4a;
  /* margin-bottom: 20px; */
}

.logohorizontalmain {
  width: 135px;
}

.statusbar {
  width: 375px;
}

.fa-cog {
  color: transparent;
}

.arrow {
  width: 25px;
  float: left;
  margin-top: 9px;
  margin-left: 9px;
}

.button {
  border: 1px solid #F46036;
  font-family: Lato;
  font-weight: 700;
  color: white;
  font-size: 16px;
  font-weight: 600;
  width: 343px;
  height: 40px;
  background-color: #F46036;
  box-sizing: border-box;
  padding: 9px;
  margin-left: 16px;
}

/* unvisited link */
a:link {
  color: white;
    text-decoration: none;
}

/* visited link */
a:visited {
  color: white;
    text-decoration: none;
}

/* mouse over link */
a:hover {
  color: white;
    text-decoration: none;
}

/* selected link */
a:active {
  color: white;
    text-decoration: none;
}

footer.bottom {
  width: 375px;
  height: 49px;
  /* background-color: green; */
  background-color: rgba(250, 250, 250, .9);
  border-top: 1px solid rgba(74,74,74,.1);
  top: 618px;
  position: fixed;
}

.activity {
  width: 30px;
  margin-top: 10px;
  margin-left: 49px;
  float:left;
}

.exercise {
  width: 30px;
  margin-top: 10px;
}

.profile {
  width: 30px;
  margin-top: 10px;
  float:right;
  margin-right: 49px;
}

h1 {
  font-size: 17px;
  color: White;
  font-weight: 600;
  margin-top: 10px;
  padding-right: 35px;
}





  ul li.a{
    padding: 16px;
    height: 45px;
    border-bottom: 1px solid rgba(74,74,74,.1);

  }

  ul li.b{
    padding: 16px;
    height: 45px;

  }


li.arrow {
  /* width: 33.3%; */
  list-style-type: none;
  float: right;
  padding-right: 16px;
  margin-top: -7%;
}

.rightarrow {
width: 20px;
}


li.information {
  list-style-type: none;
  text-align: left;
  /* padding-top: 5px; */

}

ul.main {
  padding-bottom: 20px;
}



h2 {
  font-size: 16px;
  font-weight: 400;
  margin-top: 18px;
  margin-bottom: 5px;
}
