
html {
  height: 100%;
  width: 100%;
}

body {
  height: 100%;
  font-family: "Work Sans";
  background-color:  #eff4f9  ;
  cursor: url('../circle-cursor.svg'), auto;
}

a:link {
  text-decoration: none;
  color: black;
  opacity: 50%;
}

a:visited {
  text-decoration: none;
  color: black;
  opacity: 50%;
}
a:hover{
  text-decoration: none;
  color: black;
  opacity: 100%;
  cursor: url('../circle-cursor.svg'), auto;
  opacity: 75%;
}

nav {
  display: flex;
  flex-direction: row;
}

.nav-links:hover {
  background-color: gold;
  opacity: 75%
}

li {
  list-style-type: none;
  padding-right: 10px
}

.center {
  display: flex;
  flex-direction: column;
  justify-content: baseline;
  width: 50%;
  height: 100%;
}

.right {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  margin-right: 1%;
  width: 75%;
  height: 100%;
}

.right p {
  margin: 0;
}

.left {
  display: flex;
  flex-direction: column;
  width: 50%;
}

h1 {
  margin-left: 1%;
  margin-bottom: 0px;
}

h2 {
  margin-left: 1%;
  margin-bottom: 0px;
  margin-top: 0px;
}

.dates {
  font-weight: bold;
}
/* Index */
.container-index {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
}

.container-header {
  display: flex;
  flex-direction: column;
  margin: 0%;
  z-index: 2;
}

.text-feed {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: large;
  text-align: justify;
  text-justify: inter-word;
  margin-top: 0%;
  margin-left: 1%;
  margin-right: 1%;
  z-index: 2;
}

#top-link:link {
  text-decoration: none;
  background-color: gold;
  opacity: 0%;
  color: black;
}

/* Distance */

.container-distance {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  height: 100%;
}

.center p {
  margin: 0;
}

/* Steps */

.container-4-15-23 {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%
}

.center-4-15-23 {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  margin-bottom: 0;
}

.show-text {
  text-align: right;
  margin-top: 0%;
  margin-right: 1%;
  opacity: 0;
  transition: 0.5s linear;
}


/* Routine */

.center-routine {
  display: grid;
  grid-template-columns: auto auto auto auto;
  justify-content: space-around;
  align-items: center;
  opacity: 0;
  transition: 0.5s linear;
}

.center-routine div {
  margin: 10px;
}

.center-routine p {
  margin: 0px;
}

.center-routine h3 {
  font-size: 16px;
  font-weight: bold;
  margin: 0px;
  padding: 0px;
}

.routine-text {
  text-align: center;
  opacity: 1;
}

/*Trends*/

.container-trends {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  height: 100%;
  width: 100%;
  margin-bottom: 0;
}

.inner-trends {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 33%;
  opacity: 0;
  margin-bottom: 0;
}

.emoji {
  font-size: 60px;
}

.trends-goodbye {
  color: black;
  opacity: 0;
  text-align: center;
  margin: 0;
}

#trends-link {
  color: black;
  opacity: 0;
}

#trends-link:hover {
  color: black;
  background-color: gold;
}

.trend-header {
  text-align: center;
}
