html { 
  background: #0000ff url(images/waterbg.jpg);
  background-repeat: repeat-y;
  background-size: 100vw;
  /*cursor:url(images-mag/shiny.gif),auto;*/
  }
  
  
  
  .my-element {
  position: relative;
  z-index: 0;
  background: rgb(232 240 254 / 0.5);
  border: 1px solid lightblue;
}

.my-element .child {
	position: relative;
	z-index: -1;
  
  background: pink;
  border: 1px solid hotpink;
  padding: 1rem;
  width: 275px;
}



  html.crazy { 
  background: #FFC6FB url(images-mag/bgcrazy.jpg);
  background-repeat: repeat-y;
  background-size: 100vw;
  /*cursor:url(images-mag/shiny.gif),auto;*/
  }
  
    html.tenspin { 
  background: #FFC6FB url(images-mag/tenspin.gif);
  background-repeat: repeat;
  background-size: 33.3vw;
  /*cursor:url(images-mag/shiny.gif),auto;*/
  }
  
  html.tv { 
  background: #FFC6FB url(images-mag/tvbars.gif);
  background-repeat: repeat-y;
  background-size: 100vw;
  /*cursor:url(images-mag/shiny.gif),auto;*/
  }
  
  html.tv2 { 
  background: #FFC6FB url(images-mag/tvbarsdark.gif);
  background-repeat: repeat-y;
  background-size: 100vw;
  /*cursor:url(images-mag/shiny.gif),auto;*/
  }

html.pink { 
  background: #FFC6FB;
  background-repeat: repeat-y;
  background-size: 100vw;
  /*cursor:url(images-mag/shiny.gif),auto;*/
  }
  
  html.linen { 
  background: url(images-mag/linen-pattern.jpg);
  background-repeat: repeat-y;
  background-size: 100vw;
  /*cursor:url(images-mag/shiny.gif),auto;*/
  }
  
html.pink-gradient { 
	background: linear-gradient(#FFC6FB, pink, #F98DC4);
	background-repeat: repeat-y;
	background-size: 100vw;
  /*cursor:url(images-mag/shiny.gif),auto;*/
  }
  
html.aqua-gradient { 
	background: linear-gradient( #D8BFFF, #AFFCF6);
	background-repeat: repeat-y;
	background-size: 100vw;
  /*cursor:url(images-mag/shiny.gif),auto;*/
  }
  
html.blue-gradient { 
  background: linear-gradient(#BDE3FF, pink, #BDE3FF);
  background-repeat: repeat-y;
  background-size: 100vw;
  /*cursor:url(images-mag/shiny.gif),auto;*/
  }
  
html.purple-gradient { 
  background: linear-gradient(#D2BAE4, #D7B8EF, #BDE3FF, #C2F6E9);
  background-repeat: repeat-y;
  background-size: 100vw;
  /*cursor:url(images-mag/shiny.gif),auto;*/
  }
  
/* SELECTION COLOUR */ 

::-moz-selection { background: red; font-color: black; }
::selection { background: red; color: black;}


/* HEADINGS */ 

h1 {
  font-family: 'Handjet', cursive;
  font-weight: 500;
  color: white;
  font-size:9vw;
  font-kerning: normal;
  text-align: center;
  letter-spacing: 5px;
  line-height: 1;
  -webkit-column-span: all; 
  column-span: all;
  text-shadow: 1px 1px 5px black, 0 0 25px blue, 0 0 10px darkblue;
  
=
}

@media screen and (min-width: 1000px) {
  h1 {
     font-size: 90px;
  }
}


h2 {
  font-family: 'Handjet', cursive;
  font-weight: 400;
  color: white;
  font-size:7vw;
  font-kerning: normal;
  text-align: left;
  letter-spacing: 5px;
  line-height: 1;
  -webkit-column-span: all; 
  column-span: all;
  text-shadow: 0px 2px 2px #000000;
  word-wrap: break-word;
=
}

@media screen and (min-width: 1000px) {
  h2 {
     font-size: 60px;
  }
}

h2.tagline {
  font-family: 'Handjet', cursive;
  font-weight: 400;
  color: white;
  font-size:5vw;
  font-kerning: normal;
  text-align: left;
  letter-spacing: 5px;
  line-height: 1;
  -webkit-column-span: all; 
  column-span: all;
  text-shadow: 0px 2px 2px #000000;
  word-wrap: break-word;
=
}

@media screen and (min-width: 1000px) {
  h2.tagline {
     font-size: 40px;
  }
}

h3 {
  color: white;
  font-size: 18px;
  letter-spacing: auto;
  text-align: left;
}

/* BODY */ 


body {
	line-height: 1.7;
	margin-left: 10%;
	margin-right: 10%;
	margin-bottom: 50px;
	padding: 2%;
	font-family: 'Spartan', sans-serif;
	letter-spacing: 1px;
	/*text-shadow: 0px 0px 2px #AF66B6;*/
}




/* ARTICLES */ 

article {
	display: inline-block;
	
	
}

.article1-column {
	-webkit-column-span: all; 
	display: inline-block;
	justify-content: center;
	webkit-columns: 1 800px;
	moz-columns: 1 800px;
    columns: 1 800px;
	width: 800px;
	padding: 5%;

}

.article4-column {

	-webkit-column-rule: 1px dotted pink;
    -moz-column-rule: 1px dotted pink;
    column-rule: 1px dotted pink;
	display: inline-block;
	-webkit-columns: 4 150px;
	-moz-columns: 4 150px;
	columns: 4 150px;
	column-gap: 40px;
	padding-bottom: 50px;
	justify-content: center;
	column-fill: balance;
	
	/*background-color: green;*/
}

.article3-column {
	-webkit-column-rule: 1px dotted pink;
    -moz-column-rule: 1px dotted pink;
    column-rule: 1px dotted pink;
	display: inline-block;
	-webkit-columns: 3 300px;
	-moz-columns: 3 300px;
	columns: 3 300px;
	column-gap: 40px;
	padding: 30px;
	
	/*background-color: green;*/
}

.article2-column {
	-webkit-column-rule: 1px dotted pink;
    -moz-column-rule: 1px dotted pink;
    column-rule: 1px dotted pink;
	display: inline-block;
	-webkit-columns: 2 400px;
	-moz-columns: 2 400px;
	columns: 2 400px;
	column-gap: 40px;
	padding: 30px;
	/*border-bottom-style: dotted;*/
	/*border-color: white;*/
}


.article3-column-images {
	display: inline-block;
	-webkit-columns: 3 380px;
	-moz-columns: 3 380px;
	columns: 3 380px;
	column-fill: balance;
	

}

.article4-column-images {
	display: inline-block;
	-webkit-columns: 4 200px;
	-moz-columns: 4 200px;
	columns: 4 200px;
	column-fill: balance;
	

}

.article2-column-images {
	display: inline-block;
	-webkit-columns: 2 500px;
	-moz-columns: 2 500px;
	columns: 2 500px;
	column-fill: balance;

}



@media screen and (max-width: 1200px) {
  .article1-column {
     max-width: 62vw;
  }
}



/* DIVS - backgrounds */ 

/* Bottom right text over image*/
.bottom-right {
  position: absolute;
  bottom: 0px;
  right: 20px;
}

/* Container holding the image and the text */
.container-description {
  position: relative;
  text-align: center;
  color: white;
}

.center {
  margin: auto;
  border: 3px solid #73AD21;
  padding: 30px;
}

.center4 {
  margin: auto;
  width: 60%;
  max width: 800px;
}


.container800 {
	display: flex;
	justify-content: center;
	max width: 800px;
}

.container-fill {
	display: flex;
	justify-content: center;
	content-width: 100%;
}

.container-fill2 {
	justify-content: center;
	content-width: 100%;
}

.deeppink {
	max width: 800px;
	display: flex;
	justify-content: center;
	background-color: #ffcce2;
	box-shadow: 0px 0px 30px #ffcce2;
	padding-top: 3vw;
	padding-bottom: 3vw;
}

.pink {
	max width: 800px;
	display: flex;
	justify-content: center;
	background-color: #FFC6FB;
	box-shadow: 0px 0px 30px #FFC6FB;
	padding-top: 3vw;
	padding-bottom: 3vw;
}

.blue {
	max width: 800px;
	display: flex;
	justify-content: center;
	background-color: blue;
	box-shadow: 0px 0px 30px black;
}

.midground {
	max width: 800px;
	display: flex;
	justify-content: center;
	background-color: #FCC3FA;
	box-shadow: 0px 0px 30px #FCC3FA;
}


.lightpink {
	max width: 800px;
	display: flex;
	justify-content: center;
	background-color: #ffd8e6;
	box-shadow: 0px 0px 30px #ffd8e6;
	padding-top: 3vw;
	padding-bottom: 3vw;
}

.pinkwhite {
	max width: 800px;
	display: flex;
	justify-content: center;
	background-color: #fff5f9;
	box-shadow: 0px 0px 30px #fff5f9;
	padding-top: 3vw;
	padding-bottom: 3vw;
}

.lightblue {
	max width: 800px;
	display: flex;
	justify-content: center;
	background-color: #dee9ff;
	box-shadow: 0px 0px 30px #dee9ff;
	padding-top: 3vw;
	padding-bottom: 3vw;
}

.fabric {
	display: flex;
	justify-content: center;
	background: url("/images-mag/fabric2.jpg");
	background-position: center;
	background-size: cover;
	box-shadow: 0px 0px 30px pink;
}


/* MUSIC PLAYER */ 

#player {
 width: 100%;
}


/* PARAGRAPHS */ 

p {
  position: static;
  color: lime;
  font-size: 16px;
  text-align: left;
  margin: auto;
  padding-bottom: 20px;
  padding-right: 5%;
  }
  
  p.long {
  position: static;
  color: lime;
  font-size: 16px;
  text-align: left;
  margin: auto;
  padding-bottom: 20px;
  padding-right: 5%;
  word-wrap: break-word
  }
  
  p.top {
  
  color: white;
  font-size: 13px;
  text-align: center;
  font-weight: bold;
  }
  
p.description {
  
  color: white;
  font-size: 13px;
  text-align: right;
  margin: auto;
  padding-bottom: 10px;

  }
  
  
p.white {
  position: static;
  color: white;
  font-size: 16px;
  text-align: left;
  margin: auto;
  padding-bottom: 20px;
  }
  
 p.white2 {
  position: static;
  color: white;
  font-size: 20px;
  font-style:italic;
  text-align: left;
  margin: auto;
  padding: 0px 20px 10px;
  }
  
p.single {
  position: static;
  background-color: pink;
  color: black;
  font-size: 16px;
  text-align: left;
  margin: auto;
  }
  
p.center {
  position: static;
  background-color: pink;
  color: black;
  font-size: 16px;
  text-align: center;
  margin: auto;
  }
  
p.single-blue {
  position: static;
  background-color: #ebf8ff;
  color: black;
  font-size: 16px;
  text-align: left;
  margin: auto;
  }
  
p.quote {
  position: static;
  color: #f080a9;
  font-size: 20px;
  font-style:italic;
  text-align: center;
  margin: auto;
  }
  
 p.quoteblack {
  position: static;
  color: black;
  font-size: 20px;
  font-style:italic;
  text-align: center;
  margin: auto;
  }
  
p.color {
  position: static;
  color: pink;
  font-size: 20px;
  font-style:italic;
  text-align: left;
  margin: auto;
  padding: 0px 20px 10px;
  mix-blend-mode: multiply;
  }
  
p.bold {
  position: static;
  color: black;
  font-size: 16px;
  font-weight:bold;
  text-align: left;
  margin: auto;
  padding: 0px 0px 10px;
  mix-blend-mode: multiply;
  -webkit-column-span: all; 
  column-span: all; 
  }
  
p.bold2 {
	
  color: black;
  word-wrap: break-word;
  text-align: center;
  letter-spacing: 10px;
  text-shadow: 0px 2px 9px #e4adad;
  position: static;
  font-size: 16px;
  font-weight:bold;
  margin: auto;
  padding: 0px 0px 10px;
  mix-blend-mode: multiply;
  -webkit-column-span: all; 
  column-span: all; 
  }





/* LISTS */ 

ul.white {
  padding-right: 20px;
  color: white;
}

ul {
  padding-right: 20px;
  color: white;
}


ol {
  padding-right: 20px;
}

li {
  margin: 0px 0px 20px 0px;
}

li.white {
  margin: 0px 0px 20px 0px;
  color: white;
}

li.pink {
  padding-right: 20px;
  color: pink;
  font-size: 20px;
  font-style:italic;
  text-align: left;
  mix-blend-mode: multiply
}

li.small {
  font-size: 14px;
  text-align: left;
}

/* HORIZONTAL RULER/LINES */ 
hr {
  border-top: 1px solid red;
}



/* IMAGES */ 


.parent {
  display: flex;
  justify-content: center;
  position: relative;

}
.image1 {
  display: flex;
  justify-content: center;
  position: relative;


}
.image2 {
	display: flex;
  justify-content: center;
  position: absolute;
  box-shadow: 0px 0px 100px 60px blue;
}



img {
  position:relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  width:70vw;
  max-width:100%;
  height:auto;
}

img.behind {
  position:relative;
  z-index: -1;
  width:100px;
}

img.centre600{
  object-fit: contain;
  display: block;
  margin-bottom: 20px;
  width: 70vw;
  max-width: 600px
}

img.fill {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width:100%;
  max-width:100%;
  height:auto;
}

img.bio300 {
  max-width:300px;
  max-width:300px;
}


img.fillthumbnail {
  display: block;
  margin-left: auto;
  margin-right: auto;
  height:auto;
}

img.centre {
  object-fit: contain;
  display: block;
  margin-bottom: 20px;
  width: 70vw;
  max-width: 1000px

}

img.centresub {
  object-fit: contain;
  display: block;
  margin-bottom: 20px;
  width: 70vw;
  max-width: 600px

}

img.coverit {
  object-fit: scale-down;
  display: block;
}

img.centre2 {
  object-fit: contain;
  display: block;
  width: 70vw;
  margin-bottom: 20px;
  max-height:940px;

}
@media screen and (min-width: 1200px) {
  img.centre2 {
   object-fit: contain;
   display: block;
   max-height:940px;
   margin-bottom:20px;
  }
}

img.centre3 {
  object-fit: contain;
  display: block;
  width: 70vw;
  max-width: 900px;
  margin-bottom:20px;

}

img.menu {
  object-fit: contain;
  display: block;
  width: 100px;
  padding: 20px;

}

img.centre4 {
  object-fit: contain;
  display: block;
  width: 70vw;
  margin-bottom: 20px;
  min-width:300px;
  max-height:850px;

}
@media screen and (min-width: 1200px) {
  img.centre4 {
   object-fit: contain;
   display: block;
   max-height:850px;
   margin-bottom:20px;
  }
}

img.centre5 {
  object-fit: contain;
  display: block;
  width: 70vw;
  min-width:300px;
  max-height:850px;
  margin-bottom: 20px;

}
@media screen and (min-width: 800px) {
  img.centre5 {
   object-fit: contain;
   display: block;
   margin-bottom:20px;
  }
}


/* LINKS */ 

a.nav {color: white; font-size: 20px; font-family: 'Handjet', cursive; text-decoration: none; background-color: rgba(255, 255, 255, 1);  line-height: 3; padding: 10px; padding-left: 20px; letter-spacing: 6px;}
a.nav:link {color: black;}
a.nav:visited {color: grey;}
a.nav:hover {color: black; background-color: lime}
a.nav:active {color: blue;}

a:link {
  color: red;
}

a:visited {
  color: pink;
}

a:hover {
  color: white;
}





/* VIDEOS */ 

.video_wrapper {
position: relative;
padding-bottom: 56.25%; /* 16:9, for an aspect ratio of 1:1 change to this value to 100% */

}

iframe{
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

/* GALLERY */ 


div.gallery:hover {

 box-shadow: 0px 2px 60px white;
}

div.gallery img {
  width: 100%;
  height: auto;
  margin-bottom: 10px;
}

div.desc {
  padding: 15px;
  text-align: center;
}

* {
  box-sizing: border-box;
}

.responsive {
  padding: 0 6px;
  float: left;
  width: 24.99999%;
}

@media only screen and (max-width: 1000px) {
  .responsive {
    width: 49.99999%;
    margin: 6px 0;
  }
}

@media only screen and (max-width: 500px) {
  .responsive {
    width: 100%;
  }
}

.responsive2 {
  padding: 0 6px;
  float: left;
  width: 33.33333%;
}

@media only screen and (max-width: 1000px) {
  .responsive2 {
    width: 49.99999%;
    margin: 6px 0;
  }
}

@media only screen and (max-width: 500px) {
  .responsive2 {
    width: 100%;
  }
}

.responsive4 {
  padding: 0 6px;
  float: left;
  width: 14%;
}

@media only screen and (max-width: 1900px) {
  .responsive4 {
    width: 20%;
    margin: 6px 0;
  }
}

@media only screen and (max-width: 1500px) {
  .responsive4 {
    width: 33%;
    margin: 6px 0;
  }
}

@media only screen and (max-width: 1000px) {
  .responsive4 {
    width: 50%;
    margin: 6px 0;
  }
}

@media only screen and (max-width: 500px) {
  .responsive4 {
    width: 100%;
  }
}


.responsive3 {
  padding: 0 6px;
  float: left;
  width: 49.99999%;
  float: center;
}



.clearfix:after {
  content: "";
  display: table;
  clear: both;
}






/* THE NAV MENU */ 

.dropbtn {
  background-color: #ffffff;
  text-align: center;
  padding:12px;
  font-size: 12px;
  letter-spacing: 4px;
  border: none;
  cursor: pointer;
}

.dropbtn:hover, .dropbtn:focus {
  background-color: lime;
}

.dropdown {
  position: relative;
  display: inline-block;
  z-index: 100; 
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: white;
  min-width: 160px;
  overflow: auto;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content a {
  color: black;
  padding: 20px;
  text-decoration: none;
  display: block;
  font-size: 10px;
  text-align: center;
}
.dropdown {
 position: fixed;
 top: 0px;
 left: 0px;
}

.dropdown a:hover {background-color: blue; color: white;}

.show {display: block;}

.menu-icon {
position: Fixed;
top: 0px;
left: 0px;}


/* SORT LIST */ 

.list {
  font-family:sans-serif;
  margin:0;
  padding:20px 0 0;
}
.list > li {
  display:block;
  background-color: #eee;
  padding:10px;
  box-shadow: inset 0 1px 0 #fff;
}
.avatar {
  max-width: 150px;
}
img {
  max-width: 100%;
}
h3 {
  font-size: 16px;
  margin:0 0 0.3rem;
  font-weight: normal;
  font-weight:bold;
}
p {
  margin:0;
}

input {
  border:solid 1px #ccc;
  border-radius: 5px;
  padding:7px 14px;
  margin-bottom:10px
}
input:focus {
  outline:none;
  border-color:#aaa;
}
.sort {
  padding:8px 30px;
  border-radius: 6px;
  border:none;
  display:inline-block;
  color:#fff;
  text-decoration: none;
  background-color: #28a8e0;
  height:30px;
}
.sort:hover {
  text-decoration: none;
  background-color:#1b8aba;
}
.sort:focus {
  outline:none;
}
.sort:after {
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid transparent;
  content:"";
  position: relative;
  top:-10px;
  right:-5px;
}
.sort.asc:after {
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #fff;
  content:"";
  position: relative;
  top:13px;
  right:-5px;
}
.sort.desc:after {
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #fff;
  content:"";
  position: relative;
  top:-10px;
  right:-5p
}
  /*FLOATING*/
  
  .floating {
	transform: translatey(0px);
	transform: rotate(0deg);
	animation: float 4s ease-in-out infinite;
	img { width: 100%; height: auto; }
  }
  
   .floating2 {
	   position: relative;
	transform: translatey(0px);
	transform: rotate(0deg);
	animation: float2 1s ease-in-out infinite;
	img { width: 100%; height: auto; }
  }
  
   .floating2 .child {
	position: relative;
	z-index: -1;
}
  
   .floating3 {
	transform: translatey(0px);
	transform: rotate(0deg);
	animation: float3 2s ease-in-out infinite;
	img { width: 100%; height: auto; }
  }
  
   .wiggle {
	transform: translatey(0px);
	transform: rotate(0deg);
	animation: wiggle 3s ease-in-out infinite;
	img { width: 100%; height: auto; }
  }
	
@keyframes float {
	0% {
		transform: translatey(0px) ;
	}
	50% {
		transform: translatey(-5px);
	}

	100% {
		transform: translatey(0px);
	}
}

@keyframes float2 {
	0% {
		transform: translatey(0px) ;
	}
	50% {
		transform: translatey(-4px);
	}

	100% {
		transform: translatey(0px);
	}
}

@keyframes float3 {
	0% {
		transform: translatey(0px) ;
	}
	50% {
		transform: translatey(-8px);
	}

	100% {
		transform: translatey(0px);
	}
}

@keyframes wiggle {
	0% {
		transform: rotate(0deg) ;
	}
	3% {
		transform: rotate(2deg);
	}
	6% {
		transform: rotate(0deg);
	}
	9% {
		transform: rotate(2deg);
	}
	12% {
		transform: rotate(0deg);
	}
	15% {
		transform: rotate(2deg);
	}
	18% {
		transform: rotate(0deg);
	}
	21% {
		transform: rotate(2deg);
	}
	24% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(0deg);
	}
}





