body {
  font-family: termina, sans-serif;
	font-weight: 600;
  font-size: 20px;
  line-height: 1.5;
	font-style: normal;
  color: #3f3f3f;
  background-image: url(cage-2.png);
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
}

header {
  padding-top: 20px;
  padding-bottom: 40px;
  
}

h1 {
  font-family: termina, sans-serif;
	font-weight: 600;
  font-size: 60px;
	font-style: normal;
  line-height: .95;
  color: #ffffff;
}

nav {
  font-family: termina, sans-serif;
  font-weight: 500;
  font-size: 16px;
  background-color: rgba(255, 100, 27, 0.7);
  color: #ffffff;
  padding: 20px 40px 20px 40px;
}

nav a {
	/* this will grab only a tags inside of nav */
  color: #ffffff;
  font-family: termina, sans-serif;
  font-weight: 500;
  font-size: 16px;
  text-decoration: none;
  margin-right: 16px;
}

nav a:hover {
  text-decoration: underline;
}

section {
  background-color: rgba(255, 255, 255, 0.9);
  padding: 40px;
}

h2 {
  /* album and artist */
  font-family: termina, sans-serif;
  font-weight: 600;
  font-size: 32px;
  color: #3f3f3f;
  line-height: 1.2;
  padding-bottom: 24px;
}

h2 a {
  color: #fc641b;
  text-decoration: underline;
}

h2 a:hover {
  color: #1ccca9;
  text-decoration: underline;
}

h3 {
  /* week */
  font-family: termina, sans-serif;
  font-weight: 600;
  color: #3f3f3f;
  line-height: 1.2;
  padding-top: 16px;
  padding-bottom: 8px;
}

h4 {
  /* category */
  font-family: termina, sans-serif;
	font-weight: 600;
	font-style: normal;
  line-height: 1.6;
	font-style: normal;
  color: #3f3f3f;
  padding-top: 18px;
  padding-bottom: 2px;
}

h5 {
    /* dividers */
  font-family: termina, sans-serif;
	font-weight: 600;
  font-size: 32px;
	font-style: normal;
  line-height: 1.2;
	font-style: normal;
  color: #3f3f3f;
  padding-top: 18px;
  padding-bottom: 2px;
}

p {
  font-family: termina, sans-serif;
	font-weight: 400;
	font-style: normal;
  font-size: 16px;
  line-height: 1.8;
  color: #3f3f3f;
  padding-top: 4px;
}

p a {
  color: #fc641b;
  font-weight: 600;
  text-decoration: underline;
}

p a:hover {
  color: #1ccca9;
  font-weight: 600;
  text-decoration: underline;
}

.image {
  padding: 0px;
  max-width: 100%;
}

.post {
  padding: 40px;
}


@media (max-width: 740px) {
  
  section,
  header {
    padding: 25px 20px 20px 20px;
  }
  
  .post {
  padding: 20px;
	}
  
  nav {
    padding: 10px 20px 10px 20px;
  }
  
  h2 {
    font-size: 24px;
  }
  
  body {
    padding-top: 0;
    font-size: 16px;
  }
  
  nav a {
    display: block;
  }
  
  nav a:hover {
    border: none;
  }
  
  
}















