/**   css for RawTerraMusic  **/

* {
  box-sizing: border-box;
}

/* Optional min width */
html {
  min-width: 20rem;
}
/* font-family: 'Irish Grover', cursive;
font-family: 'Dancing Script', cursive;
font-family: 'Asap', sans-serif; 
font-family: 'Passion One', sans-serif; 
font-family: 'Roboto', sans-serif; */

@font-face {
  font-family: "PassionOne";
  src:
    local("PassionOne"),
    url("./fonts/PassionOne-Regular.woff") format("woff");
}
/* PTSansNarrow-Bold PTSansNarrow-Regular*/
@font-face {
  font-family: "PTSansNarrow-Regular";
  src:
    local("PTSansNarrow-Regular"),
    url("./fonts/PTSansNarrow-Regular.woff") format("woff");
}
/* Roboto-Regular */
@font-face {
  font-family: "Roboto-Regular";
  src:
    local("Roboto-Regular"),
    url("./fonts/Roboto-Regular.woff") format("woff");
}

body {
	font-family: helveticaneue-light,helveticaneue,Helvetica,Arial,sans-serif;
    font-size:0.90rem;
    line-height:1.125em;
    letter-spacing:0.75px;
    /*background-image: url(../all_images/AptStudio-IMG_1135.edit2400px3copy.jpg);*/
    background-color: #111111;
    /* background-image: linear-gradient(90deg, #020024 0%, #090979 35%, #00d4ff 100%);
    background-image: linear-gradient(180deg, #020024 0%, #090979 35%, #0077cc 100%);
    background-image: radial-gradient(circle, #5c0067 0%, #00d4ff 100%);
    background-image: radial-gradient(circle, #0044cc 0%, #5c0067 100%);
    background-image: radial-gradient(ellipse, #9c0067 20%, #111111 100%);
    background: repeating-radial-gradient( #111111, #4385b7 50px); */
    background-image: radial-gradient(ellipse, #9c0067 20%, #111111 100%);
/*   
    background-position:center top;
    background-attachment: fixed;
    background-repeat:no-repeat;
    background-size:contain;
*/
    background-attachment: fixed;
    background-repeat:no-repeat;
    -webkit-background-size:cover;
    -moz-background-size:cover;
    -o-background-size:cover;
    background-size:cover;
    background-position:center;

    color:black;
}

.topnav{
 text-align:center;
 font-size:80%;
}

.bottomnav{
 text-align:center;
 font-size:80%;
}

img {
  max-width: 100%;
  height: auto;
}

.img-box {
  overflow: hidden;
	padding:0px;
	margin-bottom:0px;
	width: 40%;
}
.img-box img{
	width: 100%;
}

a,
a:link,
a:visited {
  text-decoration: none;
}

a:hover,
a:active {
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
  line-height: 1.313em;
}

h1 {
  font-family: 'Irish Grover', cursive;
  font-size: 5em;
  margin: 0.1em 0;
  text-align:center;
}

h2 {
  font-size: 2.25em;
  margin: 0.625em 0;
}

h3 {
  font-size: 1.5em;
  margin: 1.313em 0;
}

h4 {
  font-size: 1.313em;
  margin: .90em 0;
}

h5 {
  font-size: 1.125em;
  margin: 1.313em 0;
}

h6 {
  font-size: 1em;
  margin: 0.75em 0;
}

.album-sub-title{
  margin-top:0;
}

.about{
  text-align: justify;
  padding-left: 5%;
  padding-right: 5%;
}

.liner-note{
  font-size:0.90em;
  /* background-color:grey; */
  padding-left: 5%;
}

.liner-note h3{
  line-height: 1.0em;
  /* color:blue; */
  margin-bottom:.25em;
  
}

.liner-note p {
  margin-top:.5rem;
   /* background-color:pink; */
   padding-left: 5%;
   padding-right: 5%;
}

/* hand written */
.lyrics{
  font-family: 'Schoolbell', cursive;
  font-size:01.0rem;
  line-height: 1.5rem;
  display:none;
  margin-left:4rem;
  max-width: 36rem;
  padding-top:1rem;
  padding-left: 2rem;
  padding-bottom:.5rem;
  margin-bottom: .5rem 0;
  border:solid 2px silver;
  border-radius: 1rem;
  box-shadow: .3rem -.3rem 1.0rem rgba(0,0,0,0.25);
  background-color:white;
  /* background-color:yellow; */
}
/* elite typewriter */
div.lyricsToo{
  font-family: 'Special Elite', cursive;
  font-size:01.0rem;
  line-height: 1.5rem;
  /* background-color:yellow; */
}

/* modern narrow sans-serif */
div.lyricsThree{
  font-family: 'Roboto-Thin', sans-serif;
  font-size: 1.0rem;
  line-height: 1.25rem;
  /*background-color:yellow;*/
}

.shadowthis{
box-shadow: 5px 5px 10px black;
}

.active{ display:block; }

.lyric{
  margin-top:.5rem;
  font-size:01.25em;
  /* background-color:tan;  */
}

.lyrics-title{
  font-size: 1.25em;
  font-weight:700;
  margin-bottom: .0em 0;
  padding-bottom: 0;
}

.lyrics-titleNotSoBold{
  font-size: 1.5em;
  font-weight:600;
  margin-bottom: .0em 0;
  padding-bottom: 0;
}

.lyrics h3{
  font-size: 1.25em;
  font-weight:700;
  margin-bottom: .0em 0;
  padding-bottom: 0;
}

.lyric-click{padding-left: 4rem;}

.music-copyright{
  display:block;
  font-size: .80rem;
  padding-left: 6rem;
}

.credits{
  font-size: .90rem;
  padding-left: 5%;
}

.copyright{ font-size: 80%; }

.bold{
	font-weight:700;
}
.italic{font-style:italic;}

.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}

.hidden {
  display: none !important;
}

.text-shade-title {
  text-shadow: 2px 2px 3px #ff0000;
}

.bluish{
  text-shadow: 2px 2px 3px #0000ff;
}

.orangish{
  text-shadow: 2px 2px 3px #FF9C4A;
}

.purplish{
  text-shadow: 2px 2px 3px #ff00ff;
}

.onfire{
  text-shadow: 0px -2px 3px #FF9C4A;
}

.green{
	color: green;
}

.centered {
  text-align: center;
}

.center_this {
        margin-left: auto;
        margin-right: auto;
}

.wrap {
  max-width: 48rem;
  width: 100%;
  margin: 0 auto;
  background:#eee; 
  box-shadow: 0rem 0rem 3.0rem rgba(250,250,250, 1.0); 
  padding:1.5rem;
  border:solid 2px silver;
  border-radius: 1rem;
}
.debugme {
  background:#abc;
}