/******************** SHOP ********************/ 

/* HEADING */
h1 {
  font-family: 'Prata', serif;
  font-size: 30px;
  font-weight: 400;
  margin-bottom: 10px;
  color: #F2D6CE;
  text-align: left;
}

a.title {
  text-decoration: none;
}

/* TOPNAV */
ul.topnav {
  display: flex;
  list-style-type: none;
  margin: 0;
  padding: 0;
  background-color: #0D0D0D;
  font-family: 'Trirong', serif;
  justify-content: left;
}

ul.topnav li a {
  display: block;
  color: #F2D6CE;
  padding: 1px 10px;
  text-decoration: none;
  font-family: 'Padyakke Expanded One', serif;
  font-weight: 400;
  font-size: 10px;
  margin-top: 0px;
}

ul.topnav li a:hover {
  background-color: #F2D6CE;
  color: #0D0D0D;
}
/* */

/* SECTION HEADER */
h2 {
  font-family: 'Prata', serif;
  font-size: 60px;
  font-weight: 400;
  color: #F2D6CE;
  width: 800px;
  margin: auto;
  justify-content: center;
  text-align: center;
}

/* BODY FORMAT */
.container {
  display: flex;
  flex-direction: row;
  background-color: #0D0D0D;
  justify-content: center;
}

.container div {
  width: 300px;
  margin: 10px;
  text-align: left;  
  font-size: 20px;
  padding: 10px;
}

@media screen and (max-width:600px) {
  div.container {
    flex-direction: column;
  }
}

a.cycle{
text-decoration: none;
}

a.budget{
text-decoration: none;
}

a.jobtracker{
text-decoration: none;
}

p {
  font-family: 'Newsreader', serif;
  font-size: 20px;
  font-weight: 300;
  margin-bottom: 5px;
  color: #F2D6CE;
  text-align: center;
}
p.price {
  font-family: 'Great Vibes', cursive;
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 1px;
  color: #ba6f47;
  text-align: center;
}


/* HOVER BOXES */
div.cyclesyncing:hover{
  border: #fff5eefa solid 1px;
}

div.jobtracker:hover{
  border: #fff5eefa solid 1px;
}
div.budgetcoffee:hover{
  border: #fff5eefa solid 1px;
}
/* */


