html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  outline: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

@font-face {
    font-family: 'RockwellLight';
    src: url('fonts/rockwell_light-webfont.eot');
    src: url('fonts/rockwell_light-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/rockwell_light-webfont.woff') format('woff'),
         url('fonts/rockwell_light-webfont.ttf') format('truetype'),
         url('fonts/rockwell_light-webfont.svg#rockwell_lightregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'Sassoon';
    src: url('fonts/sassosancjftworeg-webfont.eot');
    src: url('fonts/sassosancjftworeg-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/sassosancjftworeg-webfont.woff') format('woff'),
         url('fonts/sassosancjftworeg-webfont.ttf') format('truetype'),
         url('fonts/sassosancjftworeg-webfont.svg#sassoon_sans_cjf_tworegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
	font-family: 'Rockwell';
	src: url('fonts/rock.eot');
    src: url('fonts/rock.eot?#iefix') format('embedded-opentype'),
         url('fonts/rock.woff') format('woff'),
         url('fonts/rock.ttf') format('truetype'),
         url('fonts/rock.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
    font-family: 'OpenSansRegular';
    src: url('fonts/OpenSans-Regular-webfont.eot');
    src: url('fonts/OpenSans-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/OpenSans-Regular-webfont.woff') format('woff'),
         url('fonts/OpenSans-Regular-webfont.ttf') format('truetype'),
         url('fonts/OpenSans-Regular-webfont.svg#OpenSansRegular') format('svg');
}
html { height: 100%; }
body { font-size: 13pt; line-height: 1; font-family: Open Sans, Arial, Tahoma, sans-serif; background: #fff;
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
-webkit-tap-highlight-color: rgba(0,0,0,0);	
font-family: OpenSansRegular;

}

span.colour {
	color: #ba0e31;
}

span.colour {
	color: #ba0e31;
}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}
 

 
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }
ol, ul { list-style: none; }
 
blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }
strong { font-weight: bold; } 
 
table { border-collapse: collapse; border-spacing: 0; }
img { border: 0; max-width: 100%; }
 
h1 { font-family: 'Merienda', 'Trebuchet MS', Verdana, sans-serif; font-size:26px; line-height: 1.7em; margin-bottom: 20px; font-weight: bold; letter-spacing: -0.03em; color: #675d90; text-align: center; }

#header {
  	width: 100%;
  	background: #3454a5;
	background-size: 25% 100%;
}

#instructionsDiv{
	height: 45px;
	min-height: 45px;
	max-height: 45px;
	position: absolute;
	width: 100%; 
}


#header img {
position: absolute;
margin: 15px 0;
}



.icon-arrow-up:before             
{ content: "\f062"; }

#header h1 span {
  font-family: OpenSansRegular;
  font-size:18px;
  padding-left:10px
}

span.red{
	font-weight: bold;
	color: #ef4036;
}


	
#header h1 {
  height: 60px;
  font-weight: normal;
  font-size: 26px;
  color:white;
  line-height:70px;
  font-family: OpenSansRegular, Helvetica, Arial, sans-serif;
  overflow: hidden;
  text-align:left;
  margin-left:170px;
}

.tabs li { 
  /* Makes a horizontal row */
  float: left; 
	
  /* So the psueudo elements can be
     abs. positioned inside */
  position: relative; 
}
.tabs a { 
  /* Make them block level
     and only as wide as they need */
  float: left; 
  padding: 10px 40px; 
  text-decoration: none;
  line-height:25px;
  
  /* Default colors */ 
  color: #ffffff;
  background: #697cac; 
  
  /* Only round the top corners */
  -webkit-border-top-left-radius: 15px;
  -webkit-border-top-right-radius: 15px;
  -moz-border-radius-topleft: 15px;
  -moz-border-radius-topright: 15px;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px; 
  
}
.tabs .active {
  /* Highest, active tab is on top */
  z-index: 3;
}
.tabs .active a { 
  /* Colors when tab is active */
  background: #ccd4e8; 
  color: #3454a5; 
}

.tabs .correct a { 
  background: #FFF; 
  color: #00509e; 
}

.tabs li:before, .tabs li:after, 
.tabs li a:before, .tabs li a:after {
  /* All pseudo elements are 
     abs. positioned and on bottom */
  position: absolute;
  bottom: 0;
}
/* Only the first, last, and active
   tabs need pseudo elements at all */
.tabs li:last-child:after,   .tabs li:last-child a:after,
.tabs li:first-child:before, .tabs li:first-child a:before,
.tabs .active:after,   .tabs .active:before, 
.tabs .active a:after, .tabs .active a:before {
  content: "";
}
.tabs .active:before, .tabs .active:after {
  background: #ccd4e8; 
  
  /* Squares below circles */
  z-index: 1;
}


.tabs .correct:before, .tabs .correct:after {
  background: #ffffff; 
}


/* Squares */
.tabs li:before, .tabs li:after {
  background: #697cac;
  width: 10px;
  height: 10px;
}
.tabs li:before {
  left: -10px;      
}
.tabs li:after { 
  right: -10px;
}
/* Circles */
.tabs li a:after, .tabs li a:before {
  width: 20px; 
  height: 20px;
  /* Circles are circular */
  -webkit-border-radius: 10px;
  -moz-border-radius:    10px;
  border-radius:         10px;
  background: #3454a5;
  
  /* Circles over squares */
  z-index: 2;
}
.tabs .active a:after, .tabs .active a:before {
  background: #697cac;
}
/* First and last tabs have different
   outside color needs */
.tabs li:first-child.active a:before,
.tabs li:last-child.active a:after {
   background: #3454a5;
}
.tabs li a:before {
  left: -20px;
}
.tabs li a:after {
  right: -20px;
}

#tabDiv{
	
float:right;	
margin-top:-65px;
}

.inner {
	height: 60px;
	position: relative;
	width:1014px;
	margin:0 auto;
	background: #3454a5;
	margin-top:-12px;
}

.inner2 {
	height: 42px;
	position: relative;
	width:1014px;
	margin:0 auto;
	background: #ccd4e8;	
}

.inner3 {
	height: 42px;
	position: relative;
	width:1014px;
	margin:0 auto;
	background: #fff;
}

#instructions
{
	
background:#ccd4e8;	
color:#3454a5;
line-height:45px;
font-size:18px;
}

#feedback{
	display: none;
	position: absolute;
	width: 100%;
	color: #00509e;
	line-height: 50px;
	background: #fff;
	border-bottom: 1px solid #00509e;
}

#feedback1{
	float:left;
	font-size:18px;
	line-height:45px;
}

#tickimg{
	height: 32px;
	width: 42px;
	background-image:url(images/tick.png);
	background-repeat:no-repeat;
	float: left;
	margin-top:6px;
	margin-left:30px;
}	

#bottomResetBtn a {
	float:right;
	position:relative;
    color: rgba(255,255,255,1);
	background-color: rgba(219,87,5,1);
    display: block;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
     -webkit-box-shadow: 0px 7px 0px rgba(219,31,5,1);
    -moz-box-shadow: 0px 7px 0px rgba(219,31,5,1);
    box-shadow: 0px 7px 0px rgba(219,31,5,1);
    margin: 0px auto;
	top:3px;
	width: 70px;
	cursor:pointer;
	line-height:30px;
	background-image:url(images/refresh.png);
	background-repeat:no-repeat;
	background-position: 27px 5px;
	-webkit-transition: all .1s ease;
	-moz-transition: all .1s ease;
	-ms-transition: all .1s ease;
	-o-transition: all .1s ease;
	transition: all .1s ease;
}

#bottomResetBtn a:active {
   -webkit-box-shadow: 0px 3px 0px rgba(219,31,5,1), 0px 0px 0px rgba(219,31,5,1);
    -moz-box-shadow: 0px 3px 0px rgba(219,31,5,1), 0px 0px 0px rgba(219,31,5,1);
    box-shadow: 0px 3px 0px rgba(219,31,5,1), 0px 0px 0px rgba(219,31,5,1);
    position: relative;
    top:7px;
}

#paintBtn a {
	float:right;
	right:20px;
	position:relative;
    color: rgba(255,255,255,1);
    text-decoration: none;
	background-color:#0655a5;
    font-weight: 600;
    font-size: 1.2em;
    display: block;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0px 7px 0px #013567;
    -moz-box-shadow: 0px 7px 0px #013567;
    box-shadow: 0px 7px 0px #013567;
    margin: 0px auto;
	top:3px;
	width: 70px;
	cursor:pointer;
	line-height:30px;
	text-align:center;
	background-image:url(images/next.png);
	background-repeat:no-repeat;
	background-position: 20px 7px;
	-webkit-transition: all .1s ease;
	-moz-transition: all .1s ease;
	-ms-transition: all .1s ease;
	-o-transition: all .1s ease;
	transition: all .1s ease;
}

#paintBtn a:active {
   -webkit-box-shadow: 0px 3px 0px #013567, 0px 0px 0px rgba(0,0,0,.9);
    -moz-box-shadow: 0px 3px 0px #013567, 0px 0px 0px rgba(0,0,0,.9);
    box-shadow: 0px 3px 0px #013567, 0px 0px 0px rgba(0,0,0,.9);
    position: relative;
    top:7px;
}

#stage{
	font-family: "Sassoon";
	margin: 100px auto;
	min-height: 600px;
	height: auto;
	width:740px;
	overflow: hidden;
	position: relative;
   	text-align: bottom;
	margin-bottom: 30px;
}

.container {
	
	vertical-align: top;

	position: relative;
	background-position: 0px 0px;
	background-repeat: no-repeat;
}






.container.left {
	width: 720px;
	height:300px;

}


.container.right {
	width: 615px;
	border: 3px solid #3454a5;
	background: #ccd4e8;
	border-radius: 20px;
	padding: 30px;
	text-align: center;
	margin: 0 auto;
}


#step1 .container.left {
	background-image: url(images/a/1.png);
	

}

#step2 .container.left {
	background-image: url(images/a/2.png);
	
}

#step3 .container.left {
	background-image: url(images/a/3.png);
	
}

#step4 .container.left {
	background-image: url(images/a/4.png);
	
}

#step5 .container.left {
	background-image: url(images/a/5.png);
	
}

#step2 .hotspot{

	right: 112px;
}

#step3 .hotspot{

	right: 382px;
}

#step4 .hotspot{

	right: 290px;
}

#step5 .hotspot{

	right: 200px;
}



.hotspot {
	height: 90px;
width: 80px;
position: absolute;
right: 20px;
top: 100px;

}



.draggable{
	width: 80px;
height: 90px;
cursor: pointer;
background-repeat: no-repeat;
background-position: 0px 0px;
background-size: 100% 100%;
display: inline-block;
vertical-align: top;
margin-left: 10px;
margin-right: 10px;
}



.step {
	display: none;

}

#step1 .draggable.one{
	background-image: url(images/a/1a.png);
}

#step1 .draggable.two{
	background-image: url(images/a/1b.png);
}

#step1 .draggable.three{
	background-image: url(images/a/1c.png);
}

#step1 .draggable.four{
	background-image: url(images/a/1d.png);
}

#step1 .draggable.five{
	background-image: url(images/a/1e.png);
}

#step2 .draggable.one{
	background-image: url(images/a/2a.png);
}

#step2 .draggable.two{
	background-image: url(images/a/2b.png);
}

#step2 .draggable.three{
	background-image: url(images/a/2c.png);
}

#step2 .draggable.four{
	background-image: url(images/a/2d.png);
}

#step2 .draggable.five{
	background-image: url(images/a/2e.png);
}


#step3 .draggable.one{
	background-image: url(images/a/3a.png);
}

#step3 .draggable.two{
	background-image: url(images/a/3b.png);
}

#step3 .draggable.three{
	background-image: url(images/a/3c.png);
}

#step3 .draggable.four{
	background-image: url(images/a/3d.png);
}

#step3 .draggable.five{
	background-image: url(images/a/3e.png);
}

#step4 .draggable.one{
	background-image: url(images/a/4a.png);
}

#step4 .draggable.two{
	background-image: url(images/a/4b.png);
}

#step4 .draggable.three{
	background-image: url(images/a/4c.png);
}

#step4 .draggable.four{
	background-image: url(images/a/4d.png);
}

#step4 .draggable.five{
	background-image: url(images/a/4e.png);
}

#step5 .draggable.one{
	background-image: url(images/a/5a.png);
}

#step5 .draggable.two{
	background-image: url(images/a/5b.png);
}

#step5 .draggable.three{
	background-image: url(images/a/5c.png);
}

#step5 .draggable.four{
	background-image: url(images/a/5d.png);
}

#step5 .draggable.five{
	background-image: url(images/a/5e.png);
}


#copyright{
	float:left;
	margin-top: 50px;
	position:relative;
	width:670px;
	
}

#copyright p{
	position:relative;
	float:right;
	font-size:12px;
	color:#666;
	margin-bottom:5px;
}

#crayon-box{
	position: absolute;
	top: 180px;
	height: 278px;
	width: 200px;
	left: 0px;
	
}


#crayon-box #crayon-box-front{
	width: 55px;
	height: 278px;
	background: url(images/crayon-box-front.png) no-repeat 0px 0px;
	position: absolute;
	z-index: 200;
}

#crayon-box #crayon-box-back{
	width: 58px;
	height: 266px;
	background: url(images/crayon-box-back.png) no-repeat 0px 0px;
	position: absolute;
	z-index: -40;
	left: 38px;
	top: 9px;

}

#crayon-box .crayon {
	height: 53px;
	width: 231px;
	margin-left: -120px;
	margin-top: 10px;
	cursor: pointer;
	
	
}
#step1 .container.left.correct {
	
}
.crayon.yellow {
	background: url(images/crayon-yellow.png) no-repeat 0px 0px;

}

.crayon.blue {
	background: url(images/crayon-blue.png) no-repeat 0px 0px;

}

.crayon.red {
	background: url(images/crayon-red.png) no-repeat 0px 0px;

}

.crayon.green {
	background: url(images/crayon-green.png) no-repeat 0px 0px;

}

#crayon-container{
	position: absolute;
	left: 0px;
	z-index: 20;
	top: 10px;
}


/* Hint Button */
#hint-btn{
	position: absolute;
	top: 110px;
	left: 0px;
	width: 125px;
	height: 58px;
	line-height: 58px;
	padding-left: 60px;
	-webkit-border-top-right-radius: 29px;
	-moz-border-top-right-radius: 29px;
	border-top-right-radius: 29px;
	-webkit-border-bottom-right-radius: 29px;
	-moz-border-bottom-right-radius: 29px;
	border-bottom-right-radius: 29px;
	background-color: #ccd4e8;
	background-image: url('images/hint-bg.png');
	background-repeat: no-repeat;
	background-position: 10px -81px;
	font-size: 20px;
	color: #515250;
	cursor: pointer;
}


#hint-btn:after
{ 
content:"Hint";
}


/* Hint box */

#hint-box {
	display: none;
	position: absolute;
	z-index: 10000;
	top: 200px;
	left: 50%;
	margin-left: -313px;
	width: 627px;
	min-height: 100px;
	padding-bottom: 20px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	background-color: #fff;
	-webkit-box-shadow: 9px 2px 7px 1px rgba(0,0,0,.07);
	-moz-box-shadow: 9px 2px 7px 1px rgba(0,0,0,.07);
	box-shadow: 9px 2px 7px 1px rgba(0,0,0,.07);

}

#hint-box .bee {
	display: inline-block;
	position: relative;
	margin-right: -30px;
	margin-top: -15px;
	vertical-align: top;
	z-index: 99999;
}

.hinttext_container{
	display: inline-block;
	vertical-align: top;
	padding: 20px;
	padding-left: 45px;
	width: 350px;
	margin: 0px auto;
	z-index: 9998;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	background-color: #ccd4e8;
	-webkit-box-shadow: 2px 0 2px rgba(0,0,0,.26);
	-moz-box-shadow: 2px 0 2px rgba(0,0,0,.26);
	box-shadow: 2px 0 2px rgba(0,0,0,.26);
	text-align: left;
}


#hint-box #hint-header{
	height: 65px;
	border-bottom: 1px solid #3454a5;
	width: 100%;
	line-height: 65px;
	padding-left: 70px;
	font-size: 30px;
	color: #363834;
	background-image: url('images/hint-bg.png');
	background-repeat: no-repeat;
	background-position: 30px -30px;

}

#hint-content{
	font-family: "Open Sans";
	font-size: 18px;
	color: #515250;
	text-align: center;
	padding: 20px;
}

#hint-close
{
	cursor: pointer;
	width: 30px;
	height: 30px;
	margin: 0 auto;
	line-height: 45px;
	font-size: 22px;
	color: #4c4c4b;
	background-image: url('images/close-bg.png');
	background-repeat: no-repeat;
	background-position: 0px 0px;
	float: right;
	display: inline-block;
	margin-top: 15px;
	margin-right: 15px;
	

}

#overlay{
	display: none;
	background: url('images/grad.png') #000000 no-repeat center center fixed;
	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
	opacity: 0.58;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin: 0;
	padding: 0;
	z-index: 1000;
	height: 100%;
	width: 100%;
}

@media only screen and (max-width: 1023px), (orientation: portrait) {

#paintBtn a {

top: 5px;
width: 50px;

line-height: 35px;

background-position: 13px 7px;
}

#stage{
	margin: 140px auto;

}

#header h1 {
  height: 60px;
  font-weight: normal;
  font-size: 20px;
  color:white;
  line-height:70px;
  font-family: OpenSansRegular, Helvetica, Arial, sans-serif;
  overflow: hidden;
  text-align:left;
}

.tabs li { 
  /* Makes a horizontal row */
  float: left; 
	
  /* So the psueudo elements can be
     abs. positioned inside */
  position: relative; 
}
.tabs a { 
  /* Make them block level
     and only as wide as they need */
  float: left; 
  padding: 10px 20px; 
  text-decoration: none;
   line-height:25px;
 /* Default colors */ 
  color: #ffffff;
  background: #697cac; 
  
  
  /* Only round the top corners */
  -webkit-border-top-left-radius: 15px;
  -webkit-border-top-right-radius: 15px;
  -moz-border-radius-topleft: 15px;
  -moz-border-radius-topright: 15px;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px; 
  
}
.tabs .active {
  /* Highest, active tab is on top */
  z-index: 3;
}
.tabs .active a { 
  /* Colors when tab is active */
  background: #ccd4e8; 
  color: #3454a5; 
}

.tabs .correct a { 
  background: #FFF; 
  color: #00509e; 
}


.tabs li:before, .tabs li:after, 
.tabs li a:before, .tabs li a:after {
  /* All pseudo elements are 
     abs. positioned and on bottom */
  position: absolute;
  bottom: 0;
}
/* Only the first, last, and active
   tabs need pseudo elements at all */
.tabs li:last-child:after,   .tabs li:last-child a:after,
.tabs li:first-child:before, .tabs li:first-child a:before,
.tabs .active:after,   .tabs .active:before, 
.tabs .active a:after, .tabs .active a:before {
  content: "";
}
.tabs .active:before, .tabs .active:after {
  background: #ccd4e8; 
  
  /* Squares below circles */
  z-index: 1;
}

.tabs .correct:before, .tabs .correct:after {
  background: #ffffff; 
}


/* Squares */
.tabs li:before, .tabs li:after {
  background: #697cac;
  width: 10px;
  height: 10px;
}
.tabs li:before {
  left: -10px;      
}
.tabs li:after { 
  right: -10px;
}
/* Circles */
.tabs li a:after, .tabs li a:before {
  width: 20px; 
  height: 20px;
  /* Circles are circular */
  -webkit-border-radius: 10px;
  -moz-border-radius:    10px;
  border-radius:         10px;
  background: #3454a5;
  /* Circles over squares */
  z-index: 2;
}
.tabs .active a:after, .tabs .active a:before {
  background: #697cac;
}
/* First and last tabs have different
   outside color needs */
.tabs li:first-child.active a:before,
.tabs li:last-child.active a:after {
   background: #3454a5;
}
.tabs li a:before {
  left: -20px;
}
.tabs li a:after {
  right: -20px;
}

#tabDiv{
	
float:right;	
margin-top:-65px;
margin-right:15px;
font-size:15px;
	
}

.inner {
	height: 60px;
	position: relative;
	width:750px;
	margin:0 auto;
	background: #3454a5;
	margin-top:-12px;
}

.inner2 {
	height: 50px;
	position: relative;
	width:750px;
	margin:0 auto;
	background: #ccd4e8;	
}

.inner3 {
	height: 50px;
	position: relative;
	width:750px;
	margin:0 auto;
	background: #fff;
}

#instructions{
	
background:#ccd4e8;	
color:#3454a5;
line-height:50px;
font-size:15px;	
}

#feedback{
	display: none;
	color: #00509e;
	line-height: 50px;
	background: #fff;
	border-bottom: 1px solid #00509e;
	font-size:15px;	
}

#feedback1{
	float:left;
	font-size:18px;
	line-height:45px;
}





#tickimg{
	height: 32px;
	width: 42px;
	background-image:url(images/tick.png);
	background-repeat:no-repeat;
	float: left;
	margin-top:6px;
	margin-left:10px;
}	





#bottomResetBtn a {
	float:right;
	position:relative;
    color: rgba(255,255,255,1);
    text-decoration: none;
    background-color: rgba(219,87,5,1);
    display: block;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    -webkit-box-shadow: 0px 7px 0px rgba(219,31,5,1);
    -moz-box-shadow: 0px 7px 0px rgba(219,31,5,1);
    box-shadow: 0px 7px 0px rgba(219,31,5,1);
    margin: 0px auto;
	top:5px;
	width: 50px;
	cursor:pointer;
	line-height:35px;
	text-align:center;
	background-image:url(images/refresh.png);
	background-repeat:no-repeat;
	background-position: 17px 7px;
	-webkit-transition: all .1s ease;
	-moz-transition: all .1s ease;
	-ms-transition: all .1s ease;
	-o-transition: all .1s ease;
	transition: all .1s ease;
}

#bottomResetBtn a:active {
   -webkit-box-shadow: 0px 3px 0px rgba(219,31,5,1), 0px 0px 0px rgba(219,31,5,1);
    -moz-box-shadow: 0px 3px 0px rgba(219,31,5,1), 0px 0px 0px rgba(219,31,5,1);
    box-shadow: 0px 3px 0px rgba(219,31,5,1), 0px 0px 0px rgba(219,31,5,1);
    position: relative;
    top:11px;
}









}