/*
Sorry about the !importants. MVP!
*/

div.profile {
  background-image: url("images/logo-wide@2x.png");
  background-size: 2000px 400px;
  background-position: center;
  background-repeat: repeat-x;
  height: 400px;
  width: 100%;
  margin: 20px 0;
}

div.profile h1 {
  opacity: 0;
}

img#avatar {
  width:350px !important;
  height: 350px !important;
  border-radius: 10% !important;
  border-color: #000 !important;
  border-width: 10px !important;
  border-style: solid !important;
}

.profile #wrapper {
  padding: 40px 0 0 0 !important;
}

#header {
  border-bottom-style: none !important;
  margin-bottom: 10px !important;
  padding-bottom: 10px ;
}

#post-list {
  margin-top: 0 !important;
}

#post-list li+li {
  border-top: 0;
  padding-top: 0;
}

h1 {
  font-size: 60px !important;
  font-weight: 800 !important;
  color: #333 !important;
}

h2 {
  color: #333 !important;
}

a {
  color: #fd70f0 !important;
}

nav.main-nav a {
  font-size: 20px;
}

nav.main-nav a.cta {
  color: #fff !important;
  background: #fd70f0 !important;
}

#post-list .dates {
  color: #333;
}
#post-list li:hover .dates {
  color: #fd70f0;
}

#post-nav {
  border-top: 0;
}

.post {
  margin: 0 40px;
}

.post h2 {
  margin-bottom: 0;
}

.post h2.headline {
  font-size: 20px;
}

section#wrapper {
  max-width: inherit !important;
  padding: 0 0 100px 0;
}

section#wrapper ul#post-list, section#wrapper article.post {
  max-width: 600px !important;
  margin: auto !important;
  padding: 0 30px !important;
}

#post-list li {
  border-top: 0 !important;
}

#footer {
  margin-top: 0;
  box-shadow: none;
}
