/*
Theme Name: Grant Gold
Theme URI:
Description:
Version: 1.0
Author: Grant Gold
Author URI: http://grantagold.com
*/

* {margin:0; padding:0;}

html, html a {
  -webkit-font-smoothing: antialiased !important;
}

body{
  font-family: 'Space Mono', monospace;
  font-size: 2em;
  line-height: 1.1em;
  color:#4A4A4A;
  padding-top: 1.1em;
  padding-bottom: 5em;
  max-width: 100%;
  overflow-x: hidden;
  text-rendering: optimizelegibility;
  word-break: break-word;
  word-wrap: break-word;
  -webkit-font-smoothing: antialiased;
}

a{
  color: #303030;
  text-decoration: none;
}
b {
  font-weight: 900;
}

li {
  font-size: .8em;
  list-style-type: none
}

li a.noHighlight {
  background-color: #fff;
}

a:hover{
  color: #303030;
  text-decoration: underline;
}
a:visited {
  color: #303030;
}

h1 {
  font-weight: 800;
}

section {
  padding-bottom: 20px;
}

li {
  padding-bottom: .8em;
  list-style-type: none;
}

li a {
  background-color: #FFEACD;
}

blockquote {
  font-style: italic;
  line-height: 28px;
  border-left-width: 2px;
  border-left-color: #255715;
  padding-left: 40px;
}

.description {
  font-size: .8em;
  display: block;
}

/*

Containers, Layout, and Sections

*/

#notebook {
  padding-bottom: 2em;
}

footer {
  padding: 1.2em 1.6em 1em 1.2em;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: baseline;
}

.top {
  padding: 1.2em 1.6em 1em 1.2em;
  border-bottom-color: #e8e8e8;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: baseline;
}

.photo {
  max-width: 100%;
}

.entry {
  padding-top: 1em;
}

.date {
  font-weight: 800;
}

.notebook {
  display: grid;
  grid-template-columns: 20px 1fr 20px;
  padding: 1.2em;
}
.notebook > * {
  grid-column: 1 / -1;
}
.notebook > .full {
  grid-column: 1 / -1;
}

.hs {
  display: grid;
  grid-template-columns: repeat(100);
  grid-template-rows: minmax(100px, 1fr);
  overflow-x: scroll;

  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: none;
  -moz-scrollbars-none;
}

.hs::-webkit-scrollbar {
  display:none;
}

/*

Animation

*/

.fadein {
    -webkit-animation: fadein 2s; /* Safari, Chrome and Opera > 12.1 */
       -moz-animation: fadein 2s; /* Firefox < 16 */
        -ms-animation: fadein 2s; /* Internet Explorer */
         -o-animation: fadein 2s; /* Opera < 12.1 */
            animation: fadein 2s;
}

/*

lou

*/


.mixtape {
    margin-left: auto;
    margin-right: auto;
    max-width:88%;
    padding: 1.2em;
    margin-top: -4em;
}

.mixtape-artwork {
  max-width: 100%;
}

.mixtape-artwork img {
  max-width: 100%;
  height: auto;
  object-fit: cover;
}

.green-audio-player {
  width: 100%;
  min-width: 0px;
}

.green-audio-player .controls .controls__slider {
  height: 2px;
}
.green-audio-player .slider .gap-progress,
.green-audio-player .slider .gap-progress .pin {
  background-color: #b3030f;
}
.green-audio-player .volume {
  display: none;
}

.circle {
    background: #b3030f;
    width: 4em;
    height: 4em;
    border-radius: 50%;
    position: relative;
    left: 88%;
    top: 160px;
    text-align: center;
    color: #fff;
    line-height: 4em;
}

.marquee-text {
  padding-top: 1.2em;
  padding-bottom: 1.4em;
}
marquee {
  text-decoration: underline;
  text-decoration-color: #b3030f;
}

@keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Firefox < 16 */
@-moz-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Internet Explorer */
@-ms-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Opera < 12.1 */
@-o-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/*

Media Queries

*/

@media (min-width: 680px) {
  body {
    font-size: 1.4em;
    line-height: 1.2em;
  }

  .hs {
    grid-template-columns: repeat(100, calc(60% - 40px));
  }
  .circle {
    width: 5em;
    height: 5em;
    line-height: 5em;
  }
}

@media (min-width: 1000px) {
  .hs {
    grid-template-columns: repeat(100, calc(40% - 40px));
  }
  .mixtape {
    width: 40%;
  }
  .circle {
    width: 5em;
    height: 5em;
    line-height: 5em;
  }
}
@media (min-width: 1650px) {
  .hs {
    grid-template-columns: repeat(100, calc(35% - 40px));
  }
  .mixtape {
    width: 40%;
  }
  .circle {
    width: 6em;
    height: 6em;
    line-height: 6em;
  }
}
