/*
Project: 15-16_19 - RS - Buddhism
Author:  Scott Hazell
Date: 12/01/17
*/


@import url("https://fonts.googleapis.com/css?family=Open+Sans");

/* Structure */
.cellClass { font-size: .7em}
body {
  background-color: #ccc;
  color: #333332;
  font-family: 'Open Sans', sans-serif;
}

/* Typography */

h1 {
  color: #333332;
  font-size: 2.2em;
  font-weight: 700;
  margin-top: 15px;
  text-shadow: 1px -1px #e3b81d;
}

h1 small {
  color: #333332;
  font-size: .8em;
  font-weight: 400;
  line-height: 100%;
  margin-top: -3px;
}

h2, h3, h4, h5 {
  font-weight: 400;
  margin: 0 0 14px;
}

h2 {
  font-size: 2em;
}

h3 {
  font-size: 1.8em;
}

h4 {
  font-size: 1.6em;
}

h5 {
  font-size: 1.4em;
}

p {
  font-size: 1.15em;
  line-height: 1.8em;
}

p.lead {
  font-size: 1.4em;
  line-height: 1.6em;
  margin: 0;
}


/* Header */

header {
  background-image: url(../images/header/buddha.png);
  background-repeat: no-repeat;
  background-position: left center;
  background-color: #e3b81d;
  padding: 3em 0 7em;
  text-align: center;
}

 #company-branding {
    margin: 10px 0 0 0;
  }

#logo-wjec {
  margin-top: 8px;
}

#logo-eduqas {
  margin: 8px 0 0 15px;
}


/* Content */

.white-box {
  background: #ddd;
  border-radius: 6px;
  box-shadow: 0 1px 2px rgba(0,0,0,0.5);
  margin-bottom: 10px;
  padding: 2em;
  position: relative;
  top: -5em;
}

.well {
  background-color: #ccc;
  border-radius: 4px;
  -webkit-box-shadow: none;
  box-shadow: none;
  margin: 1.5em 0;
  border: 1px solid #e3b81d;
}

.well p {
  margin-bottom: 0;
}

hr {
  border-top: 1px solid #e3b81d;
  margin-bottom: 2em;
  margin-top: 2em;
}


/* Hints */

#hints {
  display: none;
}


/* Footer */

footer {
  margin: -3em 0em 0em 0em;
}

footer p {
  margin: 0;
}



/* Tablet */
@media(min-width: 768px){

  header {
    text-align: left;
  }

  #logo-buddhism {
    float: left;
  }

  #company-branding {
    margin: 0;
    text-align: right;
  }

}


/* Modal */

.modal-header {
  background: #e3b81d;
  color: rgba(255,255,255,1);
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}


/* Table */

.table-bordered {
  border: 1px solid #333332;
}

.table-bordered>tbody>tr>td, .table-bordered>tbody>tr>th, .table-bordered>tfoot>tr>td, .table-bordered>tfoot>tr>th, .table-bordered>thead>tr>td, .table-bordered>thead>tr>th {
  border: 1px solid #333332;
}

.table thead tr th {
  background: #e3b81d;
	color:#333332;
  border-bottom: 0;
}


/* Buttons */

.btn-container {
  text-align: right;
}

.btn-default {
  background-color: #e3b81d;
  color: #666;
}

.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: #e3b81d;
  color: #888888;
}

video::-webkit-media-controls-fullscreen-button {
    display: none;
}

/* Animations */

.animate-1 {
  animation-duration: 1s;
  animation-delay: 0s;
  -moz-animation-duration: 1s;
  -moz-animation-delay: 0s;
  -webkit-animation-duration: 1s;
  -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;
}
@media only screen and (min-device-width :768px) and (max-device-width :1024px) {
#penToolBtn{
display:none;
}
	
}

/* Desktop */
@media(min-width:992px){



}

/* Large Desktop */
@media(min-width:1200px){



}



@media print {
	thead{
		display: table-row-group!important;
	}

}
