@charset "utf-8";
/* CSS Document */

html body {
 font-family: 'Nunito', sans-serif;
 font-size: 2vw;
 margin: 0;	
}

 a{
	text-decoration: none;
}

@media screen and (max-width: 960px){
 html body {
 font-family: 'Nunito', sans-serif;
 font-size: 2.6vw;
 margin: 0;	
}
	
}
.italiciser { font-style: italic;
color: #767488}

.reference{font-size:1.2vw}

.splash {
	color: #BD0D6A;
	}

#container {
	position: relative;
	width: 100%;
}

#content {
	position: absolute;
	top: 0;
	right: 0;
	width: 98%;
	z-index: 2;
	background: #ffffff;	
}
 
.shader {
	background: #EEEDED;
}
#nav-band {
	position: fixed;
	top: 0;
	left: 2%;
	width: 98%;
	background: #FAFAFA;
	z-index: 3;
}

#nav-band img {
	padding:0.4% 0 0 0.4%;
	width:3%;
}

#guide-nav-band {
	position: fixed;
	top: 0;
	left: 2%;
	width: 98%;
	background: #FAFAFA;
	z-index: 3;
}

#guide-nav-band img {
	padding:0.4% 0 0 0.4%;
	width:25%;
}

@media screen and (max-width: 720px) {
	
	#nav-band img {
	padding:0.4% 0 0 0.4%;
	width:6%;
}
}

#menu {
	position: fixed;
	top: 0;
	left: 0;
	width: 60%;
	height: auto;
	background: #FAFAFA;
	font-size: 1.6vw;
	line-height: 1.5;
	z-index: 4;
	display: none;
	padding: 0 0 40% 0;
	box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.4);
}

#menu img {
	width:5%;
}

/* Expands and makes menu readable on small devices */

@media screen and (max-width: 960px) {
  #menu {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: auto;
	background: #FAFAFA;
	font-size: 2.5vw;
	z-index: 4;
	display: none;
	padding: 0 0 40% 0;
	box-shadow: 0px 2px 4
	}
}

#menu img {
	padding:0.4% 0 0 94.4%; 
	
}

#menu ul{
	padding: 0 0 0 4%;
	border-bottom: hsla(359,53%,51%,1.00) thick;
	
}

#menu ul li {
	padding: 0 0 2% 4%;
	list-style-type: none;
	
}

#menu ul li {}

#menu a:link {
	text-decoration: none;
	color: #6A77BB;
}

#menu a:hover {
	background-color: #CCC3C3;
}

#menu a:visited {
	
	color: #A045AA;
}

#side-band {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 2%;

	
	z-index: 1;	
	
}

#footer {	
	position: absolute;
	left: 0;
	width: 100%;
	background: #FAFAFA;}

#footer img {
	width: 32%;
	Height: auto;
}
 
.starmer{
	padding:1%;

} 
.sunak{
	padding:1% 1% 1% 33%;
	
}


h2 {
	padding: 5% 0 0 4%;
}



.guidance{
	background: #000000;	
}

.intro {
	background: #ff1889;
}
.m1 {
	background: #ff181d;
}
.m2 {
	background: #ff7e18;
}
.m3 {
	background: #ffe918;
}
.m4 {
	background: #a7ff18;
}
.m5 {
	background: #34ff18;
}
.m6 {
	background: #18ff5f;
}
.m7 {
	background: #18ffcb;
}
.m8 {
	background: #18c6ff;
}
.m9 {
	background: #185bff;
}
.m10 {
	background: #4118ff;
}
.reflect {
	background: #ac18ff;
}
.sum {
	background: #ff18ec;
}


.bolderator {
	font-weight: bold;
}

.quoterator {
	font-style: italic;
}

.textBox {
  padding: 1% 10% 4% 10%;
}

#audio-play img {width: 48%; 
             height: auto;
	         padding: 0 0 0 4%;
}

#audio-play audio {
	width: 47%;
	padding: 0 0 2% 0;
}

.audio-play img {width: 48%; 
             height: auto;
	         padding: 0 0 0 4%;
}

.audio-play audio {
	width: 47%;
	padding: 0 0 2% 0;
}

.qr {
	width: 47%;
	padding: 0 0 2% 0;
}

.qr img {width: 48%; 
             height: auto;
	         padding: 0 0 0 4%;
}
.videoBox {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
 
}
.videoBox iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 86%;
  height: 86%;
	padding: 1% 0 0 7%
}