@charset "UTF-8";

html{
	margin: 0px;
	padding: 0px;
}

/*
---------TYPOGRAPHY----------



---------SITE COLOURS----------


Dark Purple: #460556 Mid Purple #660099, Light Purple: #993399 Light Pink: #CE8CDC

Light Blue: cornflowerblue, White: antiquewhite

Dark Grey: #383232 ?, Light Grey #cccccc

Orange: #ff6600


---------SITE OTHER----------

END*/

/*paragraph text*/

p{
	font-family: "Arial", Arial, Helvetica, sans-serif;
	font-size: 1rem;
	color: antiquewhite;
	line-height: 1.4;
	font-style: italic;
}

/*heading text*/

h1 {
	font-family: "Arial", Arial, Helvetica, sans-serif;
	font-size: 1.6rem;
	font-weight: 500;
	text-decoration: none;
	color: cornflowerblue;
	line-height: 1.4;
	text-align: center;
}

/*sub-heading text purple*/

h2 {
	font-family: "Arial", Arial, Helvetica, sans-serif;
	font-size: 1.4rem;
	font-weight: normal;
	font-style: italic;
	text-decoration: none;
	color: #660099;
	line-height: 1.4;
}

/*label purple*/

h3 {
	font-family: "Arial", Arial, Helvetica, sans-serif;
	font-size: 1.2rem;
	font-weight: normal;
	text-decoration: none;
	color: #660099;
	line-height: 1.4;
}

/*label italic white*/

h4 {
	font-family: "Arial", Arial, Helvetica, sans-serif;
	font-size: 1.2rem;
	font-weight: normal;
	font-style: italic;
	text-decoration: none;
	color: antiquewhite;
	line-height: 1.4;
}

/*light purple*/

h5 {
	font-family: "Arial", Arial, Helvetica, sans-serif;
	font-size: 1.1rem;
	font-style: italic;
	font-weight: normal;
	text-decoration: none;
	color: #993399;
	line-height: 1.2;
}

/**/

h6 {
	font-family: "Arial", Arial, Helvetica, sans-serif;
	font-size: 1.1rem;
	font-style: italic;
	font-weight: normal;
	text-decoration: none;
	color: antiquewhite;
	line-height: 1.2;
}

/*transfer delet*/

h7 {
	font-family: "Arial", Arial, Helvetica, sans-serif;
	font-size: 0.9rem;
	font-style: italic;
	font-weight: normal;
	text-decoration: none;
	color: antiquewhite;
	line-height: 0.8;
}

.white{
	color: antiquewhite;
}

.divpink {
 background-color: #3E1C5D;
}

.divpage {
padding: 0px 8px 0px 8px;
}

.jukebox-bg{
	
	background-color: #993399;
	max-width: 800px;
	padding-top: 15px;
	padding-bottom: 15px;
	border-radius: 30px;
}

.videobox-bg{
	
	background-color: #660099;
	max-width: 800px;
	padding-top: 15px;
	padding-bottom: 15px;
	border-radius: 30px;
	opacity: 0.7;
}

.text-block {
/*  top: 30px;*/
/*  left: 20px;*/
  	background-color: #cccccc;
 	padding: 10px 20px 0px 20px;
	border-radius: 30px;
	max-width: 400px;
	max-height: 200px;
	border: 6px solid #660099;
	margin-left: 15px;
	margin-right: 15px;
}

.text-block-2 {
  background-color: #C485CF;
  padding: 0px 10px 0px 10px;
  border-radius: 20px;
  max-width: 800px;
  border: 6px dotted #460556;
  text-align: left;
}

.text-block-3 {
  background-color: rgba(240, 224, 247, 0.8);
  padding: 0px 10px 0px 10px;
  border-radius: 20px;
  max-width: 400px;
  border: 4px dashed #993399;
  text-align: center;
}

.text-block-4 {
	background-color: #993399;
	padding: 10px 10px 10px 15px;
	border-radius: 30px;
	max-width: 800px;
	border: 4px dashed #993399;
	text-align: left;
	margin-left: 15px;
	margin-right: 15px;
}

.text-block-5 {
	background-color: #993399;
	padding: 50px 0px 50px 0px;
	border-radius: 20px;
	max-width: 90%;
	border: 2px dotted #660099;
	text-align: center;
}

.text-block-6 {
  	background-color: #993399;
  	padding: 15px;
  	border-radius: 20px;
  	max-width: 975px;
  	border: 2px dotted #660099;
  	text-align: left;
	margin: 0px 15px 0px 15px;
}

.text-block-7 {
  background-color: #993399;
  background-image: radial-gradient(
  #cc00cc 4px, 
  transparent 4px
  );
  background-size: 15px 15px;
  border-radius: 20px;
  max-width: 650px;
  border: 2px dotted #660099;
  text-align: center;
}

.header-block {
  background-color: #993399;
  background-image: radial-gradient(
  #920a92 4px, 
  transparent 4px
  );
  background-size: 10px 10px;
  border: 2px dotted #660099;
  text-align: center;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px; 
}

.hr {
  padding: 3px 0px 3px 0px;
  border: 2px solid #993399;
  border-radius: 5px;
  max-width: 360px;
}

.pbrbutton {
  background-color: #CE8CDC;
  border-radius: 10px;
  border: none;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  cursor: pointer;
}

/* Style The Dropdown Button */
.dropbtn {
  background-color: #9f3485;
  color: #CE8CDC;
  padding: 16px;
  font-size: 1.4rem;
  border: none;
  cursor: pointer;
  border-bottom-left-radius: 16px;
  border-bottom-right-radius: 16px;
  width: 300px;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
  position: relative;
  display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #660099;
  width: 300px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.6);
  border-radius: 16px;
  z-index: 1;
}

/* Links inside the dropdown */
.dropdown-content a {
  color: cornflowerblue;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  border-radius: 16px;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {background-color: #D9BBE7}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
  display: block;
}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {
  background-color: #9f3485;
}

.video{
border: 3px solid #6B5F5F;
}

.video-portrait{
display: inline-block;
max-width: 360px;
border: 4px solid #663399;
}

.video-square{
border: 4px solid #663399;
aspect-ratio: 1/1;
width: 300px;
}

a:link {
 	font-family: "Arial", Arial, Helvetica, sans-serif;
	font-size: 1.2rem;
	font-weight: normal;
	text-decoration: none;
	color: cornflowerblue;
}

a:hover {
 	font-family: "Arial", Arial, Helvetica, sans-serif;
	font-size: 1.2rem;
	font-weight: bold;
	text-decoration: none;
	color: cornflowerblue;
}

li:link {
 	font-family: "Arial", Arial, Helvetica, sans-serif;
	font-size: 1.2rem;
	font-weight: normal;
	text-decoration: none;
	color: cornflowerblue;
}

li:hover {
 	font-family: "Arial", Arial, Helvetica, sans-serif;
	font-size: 1.2rem;
	font-weight: normal;
	text-decoration: none;
	color: #ff6600;
}

.img {
	display: inline-block;
	border: 4px solid #660099;
	border-radius: 20px;
	max-width: 90%;
	min-width: 280px;
}

.imgposter {
	display: inline-block;
	border: 4px solid #660099;
	border-radius: 20px;
	max-width: 360px;
}

#myBtn {
  display: none;
  position: fixed;
  bottom: 30px;
  right: 20px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: #660099;
  color: white;
  cursor: pointer;
  padding: 10px 12px;
  border-radius: 10px;
}

#myBtn:hover {
  background-color: #ff6600;
}

.footer {
	background-color: #660099;
}


.copyright {
	text-align: center;
	background-color: #666666;
	border-top-left-radius: 12px;
	border-top-right-radius: 12px;
	color: #FFFFFF;
	text-transform: uppercase;
	font-weight: lighter;
	letter-spacing: 2px;
	border-top-width: 2px;
	padding: 10px;
	font-family: "Arial", Arial, Helvetica, sans-serif;
}	
	