<style type="text/css">


body {
  margin: 0;
  color: #9ee5f4;
  font-size: 20px;
  line-height: 1.25em;
  background-color: #9ee5f4;
  font-family: 'Ubuntu Mono', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1, h2 {
  font-weight: normal;
  text-transform: uppercase;
  text-align: center;
}

h1 {
  font-size: 36px;
  letter-spacing: 12px;
}

h2 {
  font-size: 28px;
  letter-spacing: 14px;
}

h4 {
  font-weight: normal;
  text-transform: uppercase;
  text-align: center;
}

section {
  text-align: left;
  margin-bottom: 1em;
}

p {
  margin-bottom: 1.5em;
}

a, a:link, a:visited {
  color: #7e9e4c;
  text-decoration: none;
  -moz-transition: 0.2s color ease;
  -webkit-transition: 0.2s color ease;
  transition: 0.2s color ease;
}

a:hover, a:active, a:focus {
  color: #c78e30;
  text-decoration: underline; }

.main {
  margin: 0 auto;
  text-align: center;
  overflow: hidden;
  min-width: 280px;
  max-width: 80%;
  padding-top: 40px;
}

.info {
  text-transform: uppercase;
  letter-spacing: .25em;
  max-width: 350px;
  margin: auto;
}

.portrait {
  width: 100%;
}

.name {
  margin-bottom: 24px;
  letter-spacing: .25em;
}

.construction {
  margin-bottom: 24px;
  letter-spacing: .25em;
  text-align: center;
}

.social {
  font-size: 18px;
  text-align: center;
  text-transform: uppercase;
}

td {
  padding: 6px;
}

.show:nth-child(even) {
  background-color: #f7efe1;
}

.show:nth-child(odd) {
  background-color: #faf7ef;
}

.upcoming {
  border-collapse: collapse;
  width: 100%;
}

.date {
  min-width: 5em
}

.venue {
  padding: 6px 12px;
}

@media only screen and (max-width : 667px) {

  .main {
    color: #b5aba2;
    max-width: 100%;
    padding: 0 10px;
  }

  .date {
    min-width: 3em
  }

}