body {
  /* background-color:#4A2F4A; */
  background-image:url('images/Showered in Love - dark2.png'); 
}

@font-face {
   font-family: Nunito;
   src: url("fonts/Nunito/Nunito-Regular.ttf");
}

@font-face {
   font-family: Nunito_Bold;
   src: url("fonts/Nunito/Nunito-Bold.ttf");
}

@font-face {
   font-family: Nunito_BoldItalic;
   src: url("fonts/Nunito/Nunito-BoldItalic.ttf");
}
@font-face {
   font-family: Nunito_Italic;
   src: url("fonts/Nunito/Nunito-Italic.ttf");
}
@font-face {
   font-family: Nunito_SemiBoldItalic;
   src: url("fonts/Nunito/Nunito-SemiBoldItalic.ttf");
}
@font-face {
   font-family: Nunito_SemiBold;
   src: url("fonts/Nunito/Nunito-SemiBold.ttf");
}

hr {
	margin-top: 5px; 
	height: 2px; 
	border: none; 
	background: #916F8A;
	width: 50%;
}

h1 {
  font-family: Nunito_Bold;
  color: whitesmoke;
/*  font-size: calc(30px + 1.5vw);  */
  text-align:left;
}
h2 {
  font-family: Nunito_Bold;
  color: whitesmoke;
/*  font-size: calc(22px + 0.5vw); */
  text-align:left;
}
h3 {
  font-family: Nunito_Bold;
  color: whitesmoke;
/*  font-size: calc(15px + 0.5vw); */
  text-align:left;
}

h4 {
  color: whitesmoke;
  font-family: Nunito_SemiBold;
    text-align:left;
}

div {
  font-family: Nunito;
  color: whitesmoke;
/*  font-size: calc(10px + 0.5vw); */
  text-align:left;
}

p {
  font-family: Nunito;
  color: whitesmoke;
/*  font-size: calc(10px + 0.5vw); */
  text-align:left;
}

/* table {
  border: 1px solid black;
} */

th, tr, td {
  font-family: Nunito;
  color: whitesmoke;
/*  font-size: calc(15px + 0.5vw);  */
  text-align:left;
}


.form {
	font-family: Nunito;
}

/* Dropdown Menu */

	.dropbtn {
	  background-color: #4A2F4A;
	  color: whitesmoke;
	  padding: 5px;
	  max-width: 70%;
	  font-family: Nunito;
	  font-size: 16px;
	  border: none;
	}

	.dropdown  {
	  position: fixed;
	  float: left;
	  top: 0;
	  /* display: inline-block;  */
	  width: 15%;
	  color: whitesmoke;
	}

	.dropdown-content {
	  display: none;
	  position: absolute;
	  background-color: #4A2F4A;
	  min-width: 160px;
	  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	  z-index: 1;
	  font-family: Nunito;
	  color: whitesmoke;
	}

	.dropdown-content  a {
	  color: whitesmoke;
	  padding: 12px 10px;
	  text-decoration: none;
	  display: block;
	}

	.dropdown-content  a:hover {background-color: #ddd;}

	.dropdown:hover .dropdown-content  {display: block;}

	.dropdown:hover .dropbtn {background-color: #4A2F4A;}
	

/*  For menu with sub-menus --- NOT YET WORKING!!!  */	
	
	.dropdown-menu {
	  display: none;
	  position: absolute;
	  background-color: #4A2F4A;
	  min-width: 160px;
	  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	  z-index: 1;
	  font-family: Nunito;
	  color: whitesmoke;
	}

	.dropdown-menu a {
	  color: whitesmoke;
	  padding: 12px 10px;
	  text-decoration: none;
	  display: block;
	}

	.dropdown-menu a:hover {background-color: #ddd;}

	.dropdown:hover .dropdown-menu {display: block;}
	
	.dropdown-submenu {
	  position: relative;
	}

	.dropdown-submenu .dropdown-menu {
	  top: 0;
	  left: 100%;
	  margin-top: -1px;
	}	
	


/* Shop related */

	/* Cart position */
		.cart {
			position: fixed;
			right: 0px;
			display: inline-block;
		}

	/* card and card-block alterations */
		.card {
			border: none;
		}
		
		.card-block {
			background-color: #4A2F4A;
			border: none;
		}





/* Button Code */
.button {
  background-color: #590e82;
  border: none;
  color: white;
  padding: 5px;
  max-width: 15%;
  text-align: center;
  font-size: 16px;
  cursor: pointer;
}

.button:hover {
  background-color: #3f0a5c;
}

/* Link Settings */

a:link {
  color: lightgray;
  background-color: transparent;
  text-decoration: none;
}

a:visited {
  color: #afabb3;
  background-color: transparent;
  text-decoration: none;
}

a:hover {
  color: gray;
  background-color: transparent;
  text-decoration: underline;
}

a:active {
  color: #b3b1b1;
  background-color: transparent;
  text-decoration: underline;
}


.center {
  display: block;
  margin-left: 5px;
  margin-right: 5px;
}



/* for old playlist */
#playlist,audio{width:350px; padding:20px;}
li a{padding:5px; display:block;}
li a:hover{text-decoration:none;}


/* Old Menu stuff 

.topnav {
  overflow: hidden;
  background-color: #615061;
  position: fixed; /* Set the navbar to fixed position 
  top: 0; /* Position the navbar at the top of the page 
  width: 100%; /* Full width 
}

.topnav a {
  font-family: 'Philosopher', sans-serif;
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 20px
}

.topnav a:hover {
  background-color: #ddd;
  color: whitesmoke;
}

.topnav a.active {
  /*  background-color: #841FBB; color of shirt in banner center - seems too bright for menu 
  background-color: #590e82;
  color: white;
}

.topnav .icon {
  display: none;
}
*/

/

/* Section layouts by device type */

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: Nunito;
}

.page {
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  -webkit-flex: 1; /* Safari 6.1+ */
  -ms-flex: 1; /* IE 10 */
  flex: 1;
  max-width: 1500px;
}

.homemusic {
}

.homeillus{
}

.homephoto {
}

.signup {
}

.info {
}

.social {
}

.footer {
  font-family: Nunito;
}

@media only screen and (max-width: 400px) {
/*for mobile phones */
  .topnav a:not(:active) {display: none;}
  .topnav a.icon {
    float: left;
    display: block;
  }
  
  	.dropbtn {
	  background-color: #4A2F4A;
	  color: whitesmoke;
	  padding: 5px;
	  width: 100px;
	  max-width: 70%;
	  font-family: Nunito;
	  font-size: 16px;
	  border: none;
	}
	
	img.responsive {
		width: 100px;
	}
	
	input.responsive {
		width: 100px;
	}
}

@media only screen and (min-width: 401px) and (max-width: 960px) {
/* for tablets */
  .topnav a:not(:active) {display: none;}
  .topnav a.icon {
    float: left;
    display: block;
  }
  .homemusic {
	  width: 90%;
  }
  .homeillus, .homephoto {
	  width: 50%;
  }
  
  .signup {
	  width: 90%;
  }
  .info, .social {
	  width: 45%;
  } 

  .footer {
	  width: 90%;
  }
}

@media only screen and (min-width: 961px) {
/* for desktops */
  .homemusic {
	  width: 90%;
  }
  .homeillus, .homephoto {
	  width: 50%;
  }
  .signup {
	  width: 90%;
  }
  .info, .social {
	  width: 45%;
  } 

  .footer {
	  width: 90%;
  }
}