/*
Project: 16-17_1-32a
Author: Richy Thomas
Date: 17/05/17
Color Palette: Red: #195020 , Blue: #295826 , Grey: #696969
*/


/* Google Fonts */

@import url('https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i');


/* Structure */

html {
  position: relative;
  min-height: 100%;
}

body {
  background-color: #F5F5F5;
  font-family: 'Roboto', sans-serif;
  margin-bottom: 60px;
}


/* Page Credits */

figure {
  font-size: 10px;
}

figcaption {
  font-size: 11px;
  padding-bottom: 5px;
}


/* Typography */

h1, h2, h3, h4, h5, h6 {
  font-weight: 300;
  margin-bottom: 15px;
  margin-top: 0;
}

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: #295826 ;
  text-decoration: underline;
}

a:focus, a:hover {
  color: #295826 ;
  text-decoration: none;
}

.hidden-text {
  display: none;
}


/* Tables */

.table>thead>tr>th {
  background: #295826;
  background-image: url("../images/bg/textured-bg-light.png");
  color: #FFF;
  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 {
  background-color: #195020;
  background-image: url("../images/bg/textured-bg-light.png");
  text-align: center;
  width: 100%;
}

#header h1 img {
  margin-right: 15px;
}

#header h1 {
  color: #FFF;
  font-size: 35px;
  font-weight: 400;
  line-height: 40px;
  margin: 25px 0;
}

#header h1 span {
  font-size: 30px;
  font-weight: 300;
}

#company-branding {
  margin: 20px 0;
}

#company-branding-print {
  display: none;
}

#logo-wjec {
  margin-left: 15px;
}


/* Activity Intro */

.activity-intro {
  background-color: #696969;
  background-image: url("../images/bg/textured-bg-dark.png");
  padding: 30px 0;
}

.activity-intro h2 {
  color: #FFF;
  font-size: 40px;
  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 .content {
  margin: 3em 0;
}

.activity-controls {
  margin-top: 30px;
}


/* nav */
#nav {
	height:80px;
	padding-top:20px;
	padding-bottom:10px
}

/* Footer */

#footer {
  background: #295826;
  background-image: url("../images/bg/textured-bg-light.png");
  bottom: 0;
  height: 60px;
  padding: .5em 0;
  position: absolute;
  width: 100%;
}

#footer p {
  color: #FFF;
  font-size: 14px;
  letter-spacing: 1px;
  line-height: 46px;
  margin-bottom: 0;
}


/* Wells */

.well {
  margin: 0;
  background-color: #CCC;
  color: #333;
}

.well a {
  color: #195020;
}

.well p:last-child, .well ul {
  margin-bottom: 0;
}

.hint {
  margin-top: 20px;
}

.hint {
  display: none;
}


/* Buttons */

.btn-default {
  background-color: #5a8647;
  border-color: #5a8647;
  color: #FFF;
  margin-bottom: 3px;
  margin-left:10px;
}

.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: #195020;
  border-color: #195020;
  color: #FFF;
}

.btn-info {
  background-color: #5a8647;
  border-color: #5a8647;
  color: #FFF;
  margin-bottom: 3px;
}

.btn-info:hover, .btn-info.active, .btn-info:active, .btn-info.focus, .btn-info:focus, .btn-info.active.focus, .btn-info.active:focus, .btn-info.active:hover, .btn-info:active.focus, .btn-info:active:focus, .btn-info:active:hover {
  background-color: #195020;
  border-color: #195020;
  border-color: #195020;
  color: #FFF;
}

.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {
  outline: none;
}

.nextBtn{
	float: right
}


/* Modal */

.modal {
  z-index: 1070;
	padding-top: 100px;
}

.modal-dialog .modal-content .modal-header {
  background-color: #295826 ;
  border-radius: 4px 4px 0px 0px;
  color: #FFF;
}

.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;
}


/* Pen Tool Overwrites */

.btnPen {
  display: none;
}

.modal-header h3 {
  margin: 0;
}

.modal-footer .btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}


/* 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 {

  #magazines-logo {
    display: none;
  }

  #company-branding {
    display: none;
  }

  #company-branding-print {
    display: block;
  }

  .btn {
    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;
}