

@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,400i,600,600i,700,700i');


/* Structure */

body {
  /* Change colour here and textured background will stay */
  background-color: #C2AB5F;
  background-image: url("../images/backgrounds/rough-diagonal.png");

  font-family: 'Open Sans', sans-serif;
}



/* 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: 24px;
}

h5 {
  font-size: 20px;
}

h6 {
  font-size: 18px;
}

p, ul li, ol li {
  font-size: 16px;
  line-height: 28px;
}

a {
    color: #CF6A24;
    text-decoration: none;
}

a:focus, a:hover {
    color: #21695E;
    text-decoration: underline;
}

.hidden-text {
  display: none;
}


/* Tables */

.table>thead>tr>th {
  background: #F5F5F5;
  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: #049294;
}

#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: #CF6A24;
	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;
  /* Change colour here and textured background will stay */
  background-color: rgba(33, 105, 94, 1);
  background-image: url("../images/backgrounds/notebook-dark.png");
}

.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,1);
  border-bottom: 1px solid rgba(233,233,233,1);
  border-radius: 5px 5px 0 0;
  box-shadow: 0 0 1px 0 rgba(0,0,0,.14);
  padding: 3em;
}

.activity-controls {
  margin-top: 30px;
}


/* Footer */

#footer .content {
  background: #049294;
  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: #EEE8D3;
}

.hint {
  margin-top: 20px;
}

.hint.well {
  background-color: rgba(255,167,38,.2);
  border: 1px solid rgba(255,167,38,1);
}

.hint {
  display: none;
}

.static{
	margin-top: 1em
}


/* Buttons */

.btn-default {
  background-color: #CF6A24;
  border-color: #CF6A24;
  color: rgba(255,255,255,1);
  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: rgba(255,255,255,1);
  border-color: #CF6A24;
  color: #CF6A24;
}

.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: #CF6A24;
  color: #fff;
  border-radius: 5px 5px 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;
}


/* 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;
}