

@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,400i,600,600i,700,700i');


/* Structure */
html,body{
	height: 100%;
}

body {

  /* Change colour here and textured background will stay */
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#081839+1,070f26+24,0c234d+65,0c234d+99 */
background: rgb(8,24,57); /* Old browsers */
background: -moz-linear-gradient(top, rgba(8,24,57,1) 1%, rgba(7,15,38,1) 24%, rgba(12,35,77,1) 65%, rgba(12,35,77,1) 99%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(8,24,57,1) 1%,rgba(7,15,38,1) 24%,rgba(12,35,77,1) 65%,rgba(12,35,77,1) 99%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(8,24,57,1) 1%,rgba(7,15,38,1) 24%,rgba(12,35,77,1) 65%,rgba(12,35,77,1) 99%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#081839', endColorstr='#0c234d',GradientType=0 ); /* IE6-9 */
    background-attachment: fixed;
}



/* Page Credits */

#page-credits .content {
  background: rgba(255,255,255,1);
  padding: 1em 3em;
}

figure {
    font-size: 10px;
}

figcaption {
    font-size: 11px;
    padding-bottom: 5px;
}

/* Typography */

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 15px;
}

h1 {
  font-size: 36px;
}

h2 {
  font-size: 32px;
}

h3 {
  font-size: 28px;
}

h4 {
  font-size: 22px;
  color:#a5bcff
}

h5 {
  font-size: 20px;
}

h6 {
  font-size: 18px;
}

p, ul li, ol li {
  font-size: 16px;
  line-height: 28px;
}

a {
    color: #f1c42e;
    text-decoration: underline;
}

a:focus, a:hover {
    color: #777;
    text-decoration: underline;
}

.hidden-text {
  display: none;
}


/* Tables */

.table>thead>tr>th {
  background: #333;
  font-size: 16px;
  line-height: 28px;
  padding: 20px;
  vertical-align: middle;
}

.table>tbody>tr>td {
  font-size: 16px;
  line-height: 28px;
  padding: 20px;
  vertical-align: top;
}


/* Header */

#header {
  width: 100%;
  text-align: center;
  background-color: #001754;
  border-bottom:1px groove #a1b6f7
}

#header h1 {
  color: #FFF;
  font-size: 1.8em;
  line-height: 40px;
  margin: 25px 0;
  text-transform: capitalize;
}

#header h1 .fa {
  margin-right: 5px;
}

#header h1 span {
  color: #aaa;
  /*text-shadow: 0px 0px 1px rgba(255, 255, 255, 1);*/
}

#company-branding {
  margin: 20px 0;
}

#logo-wjec {
  margin-left: 15px;
}

.activity-intro {
  padding: 5px 0 85px;
 
}

.activity-intro h2 {
  color: #FFF;
  font-size: 40px;
  text-shadow: 0 3px rgba(0,0,0,0.1);
  text-transform: capitalize;
}

.activity-intro p.lead {
  color: #F5F5F5;
  line-height: 32px;
  text-shadow: 0 3px rgba(0,0,0,0.1);
}

.activity-intro p.lead:last-child {
  margin-bottom: 0;
}

.activity-intro p, .activity-intro ul li, .activity-intro ol li {
  color: #FFF;
}

.activity-intro a {
  color: rgb(255,255,153);
  text-decoration: underline;
}

.activity-intro a:hover {
  text-decoration: none;
}


/* Main Content */

.activity-content {
  margin-top: -60px;
}

.activity-content .content {
  background: rgba(255,255,255,0.0);
  border-radius: 5px 5px 0 0;
  box-shadow: 0 0 1px 0 rgba(0,0,0,.14);
  padding: 3em;
  color:#fff
}

.activity-controls {
  margin-top: 30px;
}


/* Footer */

#footer .content {
  background: #337ab7;
  border-radius: 0 0 5px 5px;
  box-shadow: 0 0 1px 0 rgba(0,0,0,.14);
  margin-bottom: 20px;
  padding: .5em 3em;
}

#footer p {
  color: #FFF;
  letter-spacing: 1px;
  line-height: 46px;
  font-size: 14px;
  margin-bottom: 0;
}

#footer button {
  color: #FFF;
}

#footer button:hover, .footer button:focus {
  color: #CCC;
}


/* Wells */

.well {
  margin: 0;
  background-color: #08132f;
      display: inline-block;
}

.hint {
  margin-top: 20px;
}

.hint {
  display: none;
}


/* Buttons */

.btn-default {
  background-color: #eee;
  border-color: #222;
  color: #444;
  margin-bottom: 3px;
}

.btn-default:hover, .btn-default.active, .btn-default:active, .btn-default.focus, .btn-default:focus, .btn-default.active.focus, .btn-default.active:focus, .btn-default.active:hover, .btn-default:active.focus, .btn-default:active:focus, .btn-default:active:hover {
  background-color: #444;
  border-color: #222;
  color: #eee;
}

.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {
  outline: none;
}

.btn-xl {
  font-size: 22px;
}

.nextBtn{
	float:right
}


/* Modal */

.modal {
  z-index: 1070;
	padding-top: 100px;
}

.modal-dialog .modal-content .modal-header {
    background-color: #001754;
    color: #fff;
    border-radius: 4px 4px 0px 0px;
}

.modal-header .close {
  color: rgba(255,255,255,1);
  font-size: 30px;
  margin-top: 0;
  opacity: 1;
}

.modal-header .close:hover {
  opacity: .5;
  background-color:#001754;
  
}

.modal-body {
    position: relative;
    padding: 15px;
    background: rgb(8,24,57);
    background: -moz-linear-gradient(top, rgba(14,31,66,1) 1%, rgba(25,47,111,1) 24%, rgba(52,82,138,1) 65%, rgba(28,64,130,1) 99%);
    background: -webkit-linear-gradient(top, rgba(14,31,66,1) 1%,rgba(25,47,111,1) 24%,rgba(52,82,138,1) 65%,rgba(28,64,130,1) 99%);
    background: linear-gradient(to bottom, rgb(14, 31, 66) 1%,rgb(25, 47, 111) 24%,rgb(52, 82, 138) 65%,rgb(28, 64, 130) 99%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#081839', endColorstr='#0c234d',GradientType=0 );
    color: #fff;
}

.modal-header {
    padding: 15px;
    border-bottom: 1px solid rgba(230,213,21,1);
}


/* Sections */

section {
  display: none;
}


/* Alerts */

.alert {
  font-weight: bold;
}

.alert-danger {
  border: 1px solid #a94442;
}

.alert-success {
  border: 1px solid #3c763d;
}

.alert-info {
  border: 1px solid #31708f;
}

.alert-warning {
  border: 1px solid #8a6d3b;
}

.alert-top {
  margin-top: 20px;
}

.alert-bottom {
  margin-bottom: 0;
}


/* Pen Tool Overwrites */

.btnPen {
  display: none;
}

.modal-header h3 {
  margin: 0;
}

.modal-footer .btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}

/* Hidden Word */

.hidden-word {
  display: none;
}


/* Tablet */
@media(min-width: 768px){

  #header {
    text-align: left;
  }

  #company-branding {
    text-align: right;
  }

}


/* Desktop */
@media(min-width:992px){


}


/* Large Desktop */
@media(min-width:1200px){


}


/* Print */
@media print {

  .btn {
    display: none;
  }

  .nextBtn, .prevBtn {
    visibility: hidden;
  }


  #company-branding {
    display: none;
  }

  #footer {
    display: none;
  }

}


/* Animations */

.animate-1 {
  animation-duration: 2s;
  animation-delay: 0s;
  -moz-animation-duration: 2s;
  -moz-animation-delay: 0s;
  -webkit-animation-duration: 2s;
  -webkit-animation-delay: 0s;
}

.animate-2 {
  animation-duration: 1s;
  animation-delay: 0.1s;
  -moz-animation-duration: 1s;
  -moz-animation-delay: 0.1s;
  -webkit-animation-duration: 1s;
  -webkit-animation-delay: 0.1s;
}

.animate-3 {
  animation-duration: 1s;
  animation-delay: 0.2s;
  -moz-animation-duration: 1s;
  -moz-animation-delay: 0.2s;
  -webkit-animation-duration: 1s;
  -webkit-animation-delay: 0.2s;
}

.animate-4 {
  animation-duration: 1s;
  animation-delay: 0.3s;
  -moz-animation-duration: 1s;
  -moz-animation-delay: 0.3s;
  -webkit-animation-duration: 1s;
  -webkit-animation-delay: 0.3s;
}

.animate-5 {
  animation-duration: 1s;
  animation-delay: 0.4s;
  -moz-animation-duration: 1s;
  -moz-animation-delay: 0.4s;
  -webkit-animation-duration: 1s;
  -webkit-animation-delay: 0.4s;
}

.animate-6 {
  animation-duration: 1s;
  animation-delay: 0.5s;
  -moz-animation-duration: 1s;
  -moz-animation-delay: 0.5s;
  -webkit-animation-duration: 1s;
  -webkit-animation-delay: 0.5s;
}

.animate-7 {
  animation-duration: 1s;
  animation-delay: 0.6s;
  -moz-animation-duration: 1s;
  -moz-animation-delay: 0.6s;
  -webkit-animation-duration: 1s;
  -webkit-animation-delay: 0.6s;
}

.animate-8 {
  animation-duration: 1s;
  animation-delay: 0.7s;
  -moz-animation-duration: 1s;
  -moz-animation-delay: 0.7s;
  -webkit-animation-duration: 1s;
  -webkit-animation-delay: 0.7s;
}

.animate-9 {
  animation-duration: 1s;
  animation-delay: 0.8s;
  -moz-animation-duration: 1s;
  -moz-animation-delay: 0.8s;
  -webkit-animation-duration: 1s;
  -webkit-animation-delay: 0.8s;
}

.animate-10 {
  animation-duration: 1s;
  animation-delay: 0.9s;
  -moz-animation-duration: 1s;
  -moz-animation-delay: 0.9s;
  -webkit-animation-duration: 1s;
  -webkit-animation-delay: 0.9s;
}

.animate-11 {
  animation-duration: 1s;
  animation-delay: 1s;
  -moz-animation-duration: 1s;
  -moz-animation-delay: 1s;
  -webkit-animation-duration: 1s;
  -webkit-animation-delay: 1s;
}

.animate-12 {
  animation-duration: 1s;
  animation-delay: 1.1s;
  -moz-animation-duration: 1s;
  -moz-animation-delay: 1.1s;
  -webkit-animation-duration: 1s;
  -webkit-animation-delay: 1.1s;
}

.animate-13 {
  animation-duration: 1s;
  animation-delay: 1.2s;
  -moz-animation-duration: 1s;
  -moz-animation-delay: 1.2s;
  -webkit-animation-duration: 1s;
  -webkit-animation-delay: 1.2s;
}

.animate-14 {
  animation-duration: 1s;
  animation-delay: 1.3s;
  -moz-animation-duration: 1s;
  -moz-animation-delay: 1.3s;
  -webkit-animation-duration: 1s;
  -webkit-animation-delay: 1.3s;
}

.animate-15 {
  animation-duration: 1s;
  animation-delay: 1.4s;
  -moz-animation-duration: 1s;
  -moz-animation-delay: 1.4s;
  -webkit-animation-duration: 1s;
  -webkit-animation-delay: 1.4s;
}

.animate-16 {
  animation-duration: 1s;
  animation-delay: 1.5s;
  -moz-animation-duration: 1s;
  -moz-animation-delay: 1.5s;
  -webkit-animation-duration: 1s;
  -webkit-animation-delay: 1.5s;
}

.animate-17 {
  animation-duration: 1s;
  animation-delay: 1.6s;
  -moz-animation-duration: 1s;
  -moz-animation-delay: 1.6s;
  -webkit-animation-duration: 1s;
  -webkit-animation-delay: 1.6s;
}

.animate-18 {
  animation-duration: 1s;
  animation-delay: 1.7s;
  -moz-animation-duration: 1s;
  -moz-animation-delay: 1.7s;
  -webkit-animation-duration: 1s;
  -webkit-animation-delay: 1.7s;
}

.animate-19 {
  animation-duration: 1s;
  animation-delay: 1.8s;
  -moz-animation-duration: 1s;
  -moz-animation-delay: 1.8s;
  -webkit-animation-duration: 1s;
  -webkit-animation-delay: 1.8s;
}

.animate-20 {
  animation-duration: 1s;
  animation-delay: 1.9s;
  -moz-animation-duration: 1s;
  -moz-animation-delay: 1.9s;
  -webkit-animation-duration: 1s;
  -webkit-animation-delay: 1.9s;
}

#flare {
      position: absolute;
    /* z-index: 10; */
    top: -260px;
    left: -440px;
    width: 100%;
	
}

div#flare img {
    width: 100%;
}

.btn-pen, #popupInfoBtn{
	    background: rgba(230,213,21,1);
    background: -moz-linear-gradient(top, rgba(230,213,21,1) 0%, rgba(254,182,69,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(230,213,21,1)), color-stop(100%, rgba(254,182,69,1)));
    background: -webkit-linear-gradient(top, rgba(230,213,21,1) 0%, rgba(254,182,69,1) 100%);
    background: -o-linear-gradient(top, rgba(230,213,21,1) 0%, rgba(254,182,69,1) 100%);
    background: -ms-linear-gradient(top, rgba(230,213,21,1) 0%, rgba(254,182,69,1) 100%);
    background: linear-gradient(to bottom, rgba(230,213,21,1) 0%, rgba(254,182,69,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6d515', endColorstr='#feb645', GradientType=0 );
    color: #001754;
    font-weight: 700;
    border-radius: 0;
}

.btn-pen:hover{
	background:#e6d515
}

.nextBtn, .prevBtn {
    background: rgb(242,130,91);
    background: -moz-linear-gradient(top, rgba(242,130,91,1) 0%, rgba(229,91,43,1) 50%, rgba(240,113,70,1) 100%);
    background: -webkit-linear-gradient(top, rgba(242,130,91,1) 0%,rgba(229,91,43,1) 50%,rgba(240,113,70,1) 100%);
    background: linear-gradient(to bottom, rgba(242,130,91,1) 0%,rgba(229,91,43,1) 50%,rgba(240,113,70,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2825b', endColorstr='#f07146',GradientType=0 );
    border-radius: 60px;
    border: 1px solid #fff;
    color: #fff;
}

.printBtn{
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#bce88d+1,86c153+100 */
background: rgb(188,232,141); /* Old browsers */
background: -moz-linear-gradient(top, rgba(188,232,141,1) 1%, rgba(134,193,83,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(188,232,141,1) 1%,rgba(134,193,83,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(188,232,141,1) 1%,rgba(134,193,83,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bce88d', endColorstr='#86c153',GradientType=0 ); /* IE6-9 */
 border-radius: 60px;
    border: 1px solid #fff;
    color: #fff;
}

.redButton{
	background: rgb(242,130,91);
    background: -moz-linear-gradient(top, rgba(242,130,91,1) 0%, rgba(229,91,43,1) 50%, rgba(240,113,70,1) 100%);
    background: -webkit-linear-gradient(top, rgba(242,130,91,1) 0%,rgba(229,91,43,1) 50%,rgba(240,113,70,1) 100%);
    background: linear-gradient(to bottom, rgba(242,130,91,1) 0%,rgba(229,91,43,1) 50%,rgba(240,113,70,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2825b', endColorstr='#f07146',GradientType=0 );
    border-radius: 60px;
    border: 1px solid #fff;
    color: #fff;
}

.blueButton{
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#7abcff+0,60abf8+44,4096ee+100;Blue+3D+%2314 */
background: rgb(122,188,255); /* Old browsers */
background: -moz-linear-gradient(top, rgba(122,188,255,1) 0%, rgba(96,171,248,1) 44%, rgba(64,150,238,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(122,188,255,1) 0%,rgba(96,171,248,1) 44%,rgba(64,150,238,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(122,188,255,1) 0%,rgba(96,171,248,1) 44%,rgba(64,150,238,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7abcff', endColorstr='#4096ee',GradientType=0 ); /* IE6-9 */
border-radius: 60px;
    border: 1px solid #fff;
    color: #fff;
}

.greenButton{
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#b4df5b+0,89cc53+100 */
background: rgb(180,223,91); /* Old browsers */
background: -moz-linear-gradient(top, rgba(180,223,91,1) 0%, rgba(137,204,83,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(180,223,91,1) 0%,rgba(137,204,83,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(180,223,91,1) 0%,rgba(137,204,83,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b4df5b', endColorstr='#89cc53',GradientType=0 ); /* IE6-9 */
border-radius: 60px;
    border: 1px solid #fff;
    color: #fff;
}

.yellowButton{
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#fcef7e+0,edcb36+100 */
background: rgb(252,239,126); /* Old browsers */
background: -moz-linear-gradient(top, rgba(252,239,126,1) 0%, rgba(237,203,54,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(252,239,126,1) 0%,rgba(237,203,54,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(252,239,126,1) 0%,rgba(237,203,54,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcef7e', endColorstr='#edcb36',GradientType=0 ); /* IE6-9 */
border-radius: 60px;
    border: 1px solid #fff;
    color: #fff;
}

.redButton, .greenButton, .blueButton, .yellowButton{
	font-size:2em;
	color: #001754;
}

/*IPAD landscape*/
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : landscape) { 


div#flare img {
    width: 100%;
    position: absolute;
    top: 66px;
    left: 50px;
}

}


