html {
	/* background-color: #4A2F4A; */
	background-image:url('images/Showered in Love - dark2.png');
}

body {
	background-color:#E5DBE5;
  /*   background-image:url('images/Showered in Love - dark2.png');  */
    max-width: 1000px;
	height: auto;
	margin: auto;
}

@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: #4A2F4A;
	width: 50%;
}



h1 {
  font-family: Nunito_Bold;
  color: #4A2F4A;
/*  font-size: calc(30px + 1.5vw);  */
  text-align:left;
}
h2 {
  font-family: Nunito_Bold;
  color: #4A2F4A;
/*  font-size: calc(22px + 0.5vw); */
  text-align:left;
}
h3 {
  font-family: Nunito_Bold;
  color: #4A2F4A;
/*  font-size: calc(15px + 0.5vw); */
  text-align:left;
}

h4 {
  color: #4A2F4A;
  font-family: Nunito_SemiBold;
    text-align:left;
}

div {
  font-family: Nunito;
  font-size: large;
  margin-top: 5px;

/*  color: #4A2F4A; */
/*  font-size: calc(10px + 0.5vw); */
/*  text-align:left; */
}

div.viscroll {
/*  background-color: lightblue;  */
  max-width: 100%;
  height: 500px;
  overflow: visible;
}

.words {
  font-family: Nunito;
  font-size: large;
  color: #4A2F4A;
/*  font-size: calc(10px + 0.5vw); */
  text-align:left;
  background-color: #E9DDE9;
  padding: 20px;
  border-radius: 25px;
  max-width: 80%;
  border-color: #4A2F4A;
  margin: auto;
}  

.cal-words {
  font-family: Nunito;
  font-size: large;
  color: #4A2F4A;
/*  font-size: calc(10px + 0.5vw); */
  text-align:left;
  background-color: #E9DDE9;
  padding: 20px;
  border-radius: 25px;
  max-width: 85%;
  border-color: #4A2F4A;
  margin: auto;
}


p {
  font-family: Nunito;
  color: #4A2F4A;
/*  font-size: calc(10px + 0.5vw); */
  text-align:left;
}

* {
  font-family: Nunito;
  color: #4A2F4A;
}

/* table {
  border: 1px solid black;
} */

th, tr, td {
  font-family: Nunito;
  color: #4A2F4A;
/*  font-size: calc(15px + 0.5vw);  */
  text-align:left;
}


.form {
	font-family: Nunito;
}


#header {
	max-width: 1000px;
}


.topimg {
  overflow: hidden;
  background-color: #E9DDE9;
  position: responsive;
  left: 0;
}	

/* topnav menu */
.topnav {
  overflow: hidden;
  background-color: #E9DDE9;
  position: responsive;  
}

.topnav a {
  float: left;
  display: block;
  color: #4A2F4A;
  text-align: left;
  padding: 14px 16px;
  text-decoration: none;
  font-family: inherit;
  font-size: large;
}

.active {
  background-color: #4A2F4A;
  color: #E9DDE9;
}

.topnav .icon {
  display: none;
}

.dropdown {
  /* float: left;  */
  overflow: hidden;
  justify-content: center;
}

.dropdown .dropbtn {
  font-size: large;    
  border: none;
  outline: none;
  color: #4A2F4A;
  padding: 14px 16px;
  background-color: inherit;
  font-family: inherit;
  font-size: large;
  margin: 0;
  position: responsive;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
  position: relative;
}

.dropdown-content a {
  float: none;
  color: #4A2F4A;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: center;
}

.topnav a:hover, .dropdown:hover .dropbtn {
  background-color: #4A2F4A;
  color: #E9DDE9;
}


.dropdown-content a:hover {
  background-color: #4A2F4A;
  color: #E9DDE9;
}

.dropdown:hover .dropdown-content {
  display: block;
}


@media screen and (max-width: 650px) {
  .topnav a, .dropdown .dropbtn {
    display: none;
  }
  .topnav a.icon {
	float: left;
    display: block;
  }
}

@media screen and (max-width: 650px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive .icon {
    position: relative;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
  .topnav.responsive .dropdown {float: none;}
  .topnav.responsive .dropdown-content {position: relative;}
  .topnav.responsive .dropdown .dropbtn {
    display: block;
    width: 100%;
    text-align: left;
  }
} 

	
/* For element alignment */
*.focal {
	height: 2vw;
	max-height: 10%;
	width: auto;
}
*.top {
	vertical-align: text-top;
	height: 2vw;
	max-height: 10%;
	width: auto;
}
*.middle {
	vertical-align: middle;
	height: 2vw;
	max-height: 10%;
	width: auto;
}
*.baseline {
	vertical-align: baseline;
	height: 2vw;
	max-height: 10%;
	width: auto;
}
*.bottom {
	vertical-align: text-bottom;
	height: 2vw;
	max-height: 10%;
	width: auto;
}



/* 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: #4A2F4A;
  border: none;
  color: #E9DDE9;
  padding: 5px;
  max-width: 15%;
  text-align: center;
  font-size: 16px;
  cursor: pointer;
}

.button:hover {
  background-color: #3f0a5c;
}


/* Link Settings */

a:link {
  color: #4A2F4A;
  background-color: transparent;
  text-decoration: none;
}

a:visited {
  color: #4A2F4A;
  background-color: transparent;
  text-decoration: none;
}

a:hover {
  color: #gray;
  background-color: transparent;
  text-decoration: underline;
}

a:active {
  color: #gray;
  background-color: transparent;
  text-decoration: underline;
}


.center {
  display: block;
  margin-left: 5px;
  margin-right: 5px;
}





/* 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_Italic;
  font-size: 1vw;
  color: #E9DDE9;
}

/*
@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: #4A2F4A;
	  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)and (max-width: 1000px){
/* for desktops */
  .homemusic {
	  width: 90%;
  }
  .homeillus, .homephoto {
	  width: 50%;
  }
  .signup {
	  width: 90%;
  }
  .info, .social {
	  width: 45%;
  } 

  .footer {
	  width: 90%;
  }
}



/* for image slideshow */
* {box-sizing:border-box}

/* Slideshow container */
.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
}

/* Hide the images by default */
.mySlides {
  display: none;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "prev button" to the left */
.prev {
  left: 0;
  border-radius: 3px 0 0 3px;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active, .dot:hover {
  background-color: #717171;
}

/* Fading animation */
.fade {
  animation-name: fade;
  animation-duration: 1.5s;
}

@keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}


.container {
  position: relative;
  max-width: 800px;
  margin: 0 auto;
}

.container img {vertical-align: middle;}

.container .content {
  position: absolute;
  bottom: 0;
  background: #4A2F4A; /* Fallback color */
  background: rgba(74, 47, 74, 0.2); /* Black background with 0.5 opacity */
  color: #E9DDE9;
  width: 100%;
  padding: 20px;
}