body {
    margin: 0;
    max-width: 100%;
}

header {
    display: block;
    text-align: center;
    background: rgb(159,121,255);
    background: linear-gradient(0deg, rgba(159,121,255,0.8594303932510504) 0%, rgba(119,79,224,1) 67%);
    padding-bottom: 2%;
    margin: 0;
}

#mainnav {
  display: none;
}

h1 {
    font-size:3em;
    margin-bottom: 0%;
    margin-top: 2%;
}

h2 {
    font-size: 2em;
    margin: 0;
    text-decoration: underline;
}

h1, h2 {
    font-family: 'Berkshire Swash', cursive;
    font-weight: 100;
    text-align: center;
}

h1 a, h2 a, h1:visited, h1 a:hover {
    text-decoration: none;
    color: #000000;
    font-family: 'Berkshire Swash', cursive;
    font-weight: 100;
}

h3 {
    margin: 1%;
    font-size: 1.5em;
}

#book-order-title {
  margin: 1%;
  font-size: 2em;
  text-align: center;
}

h4 {
    margin: 0;
    font-size: 1.5em;
}

p {
    font-size: 24px;
}

li {
    font-size: 24px;
}

.tab { 
    margin-left: 40px; 
}

a, a:visited {
    color: #000000;
}

nav {
    padding: 1%;
    font-family: 'Berkshire Swash', cursive;
    color: #000000;
    background-color: #c4c4c4;
    position: relative;
}

nav a:hover {
    color: #000000;
}

.flexbox-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

ul {
    margin: 0% 2% 0%;
    list-style-type: none;
}

div.leftside {
    width: 100%;
  	margin: 1% 1% 1% 1%;
}

div.rightside {
    width: 80%;
  	margin: 1% 1% 1% 1%;
}

.mobile-container {
  max-width: 480px;
  margin: auto;
  background-color: #555;
  height: 0px;
  color: white;
  border-radius: 10px;
}

.mobnav {
  display: block;
  overflow: hidden;
  background-color: #9f79ff;
  position: relative;
}

.mobnav #myLinks {
  display: none;
  text-align: center;
}

.mobnav a {
  color: #000000;
  padding: 14px 16px;
  text-decoration: none;
  text-align: center;
  font-family: 'Berkshire Swash', cursive;
  font-size: 1.5em;
  display: block;
}

.mobnav a.icon {
  background: #774fe0;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
}

.mobnav a:hover {
  background-color: #774fe0;
  color: black;
}

.activepage {
  background: #774fe0;
  color: white;
}

body, html {
    height: 100%;
    margin: 0;
    font-family: 'EB Garamond', serif;
}

body {
    background-color: #ffffff;
}

figure {
    text-align: center;
}

figcaption {
    font-size: 20px;
}

/* container */
.responsive-two-column-grid {
  display:block;
}

/* columns */
.responsive-two-column-grid > * {
  padding:1rem;
}

/* tablet breakpoint */
@media (min-width:768px) {
  .responsive-two-column-grid {
      display: grid;
      grid-template-columns: 1fr 1fr;
  }
}

.book-cover {
  display: block;
  margin: 0 auto;
  width: 65%;
}

.book-blurb {
  margin: 2% 12%;
  font-size: 22px;
}

.book-qr-code {
  display: block;
  margin: 0 auto;
}

.carousel-caption {
    background-color: #5430ad;
    color:#ffffff;
    font-size: 2em;
    opacity: 0.9;
    font-family: 'Berkshire Swash', cursive;
}

.carousel-caption a {
    color:#ffffff;
}
  
#intro {
    margin: 2% 12%;
    font-size: 18px;
}

.bio {
    display: inline-block;
    margin: 2% 12%;
}

#bioimg {
    float: left;
    margin:10px;
    width: 50%;
}

.poem-title {
    text-align: center;
    margin-top: 3%;
}

.poem {
    text-align: left;
    margin: 1% 15%;
}

.poem p {
    font-size: 24px;
}

.poem-translation {
    text-align: left;
}

.poem-translation-container {
    display: grid;
    grid-template-columns: 1fr;
}

.nonfiction {
    text-align: center;
}

.nonficcolumn {
    float: left;
    width: 33.33%;
    padding-bottom: 10%;
  }

.nonficrow {
    padding-bottom: 10%;
}

.nonfiction p {
    text-align: left;
    margin: 1% 15%;
    text-indent: 2.0em;
}

.nonfiction summary {
    font-size: 20px;
}

.nonfiction summary p .tab {
    padding-left: 40px;
}

.nonfiction details {
    text-align: left;
    text-indent: 2.0em;
    margin: 0 12%;
}

.nonfiction details p {
    margin: 1% 3%;
}

blockquote {
    font-size: 28px;
    font-weight: bold;
    margin: 1% 15%;
    text-align: center;
}

.blockquote {
    font-size: 40px;
    font-weight: bold;
    text-align: center;
}

.lyrics {
    margin: 1% 40%;
    line-height: 2em;
    text-indent:0%;
    font-size: 20px;
}

.recordings {
    text-align: center;
}

.video iframe, video {
    width: 300px;
    height: 169px;
}

.album-cover {
    width: 300px;
}

.divider {
    width: 100%;
    height: 0.5em;
    margin: 2% 0;
    background:#774fe0;
}

.buyalbum {
    font-size: 2em;
    color: #000000;
}

.events ul {
    padding: 0;
    text-align: center;
}

.events li {
  margin-bottom: 5%;
}

.event-image {
  width: 90%;
}

.event-uppercase {
  text-transform: uppercase;
}

.contact, .links {
    text-align: center;
    margin: 2% 0%;
}

.contact-image {
    width: 80%;
    margin: 1% 0;
}

.container {
    box-sizing: border-box;
}

.links {
    margin: 2% 0;
}

.links a {
    font-size: 1em;
    color:#000000;
    font-family: 'Berkshire Swash', cursive;
}

.link-image {
    width: 60%;
    margin: auto 0;
    padding: 0;
}

.links li {
    margin: 5% 0;
}
  
  footer {
    text-align: center;
    margin-top: 1%;
}

/* ************************************************************ */
/* ************************************************************ */

@media only screen and (min-width: 481px) {

    .poem-translation-container {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-gap: 3%;
    }

    .poem p {
        font-size: 24px;
    }

    .video iframe, video {
        width: 448px;
        height: 252px;
    }

    .album-cover {
        width: 500px;
    }
    
    .spotify-playlist {
        height: 500px;
    }
}

@media only screen and (min-width: 769px) {
    .video iframe, video {
        width: 560px;
        height: 315px;
    }

    .event-image {
      width: 50%;
    }
    
}

@media only screen and (min-width: 1025px) {
    
    .mobnav {
        display: none;
      }
    
    #mainnav {
        display: block;
        background-color:  #774fe0;
        font-size: 24px;
    }

    .activepage {
        font-weight: 700;
    }

    nav a, nav a:visited {
        text-decoration: none;
        color: #000000;
        margin: auto 1%;
    }

    .activepage {
        font-weight: 700;
        color: #000000;
        border-radius: 15%;
      }

    .slideshow-container {
        max-width: 70%;
    }

    .bio {
        padding-left: 5%;
        padding-right: 5%;
    }

    #bioimg {
        float: left;
        margin:10px;
        width: 40%;
    }

    .video iframe, video {
        width: 1008px;
        height: 567px;
    }

    .album-cover {
        width: 500px;
    }

    .link-image {
        width: 35%;
        margin: auto 0;
        padding: 0;
    }

    .contact, .links {
        text-align: center;
        margin: 2% 12%;
    }
}

@media only screen and (min-width: 1601px) {
    main {
        margin-left: 16%;
        margin-right: 16%;
    }
}