/*
Project: 15-16_19 - RS - Buddhism
Author:  Scott Hazell
Date: 12/01/17
*/


@import url('https://fonts.googleapis.com/css?family=Share+Tech+Mono');

/* Structure */

html{
	min-height: 100%;
}

body {
  background-color: #060807;
  color: #39393A;
	height:100%;
  font-family: 'Share Tech Mono', monospace;
	background-image: url(../images/header/bg-screen.jpg);
	background-size: cover;
	background-position: top;
}

/* Typography */

h1 {
  color: #E6E6E6;
  font-size: 2.2em;
  margin-top: 15px;
}

h1 small {
    color: #74CBDF;
    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.3em;
  line-height: 1.8em;
}

li {
    font-size: 1.3em;
}

a {
    color: #077A7D;
}

a:hover {
    color: #08403F;
}

p.lead {
  font-size: 1.4em;
  line-height: 1.6em;
  margin: 0;
}


/* Header */

header {

  background: rgba(8,64,63,0.8);
  padding: .4em 0 .4em;
  text-align: center;
}

 #company-branding {
    margin: 10px 0 0 0;
  }

#logo-wjec {
  margin-top: 8px;
}

#logo-eduqas {
  margin: 8px 0 0 15px;
}

.unit-holder {
    float: right;
    position: relative;
    display: flex;
    align-items: center;
    height: 40px;
    width: 240px;;
    background:#077A7D;
	color:#E5C2C0;
    padding: 3px;
    text-align: center;
    right: -3px;

}

.unit-holder p {
    margin: 0;
    /* background: yellow; */
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
}


/* Content */

.white-box {
  background: rgba(230,230,230,0.8);
  box-shadow: 0px 0px 0px 3px #077A7D;
  margin-bottom: 10px;
  padding: 2em;
  position: relative;
  top: 3.5em;
}

#videoPlayer {
    margin-top: 4em;
    margin-bottom: 7em;
}

.well {
    background-color: #74CBDF;
    border-radius: 4px;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin: 1.5em 0;
    border: 3px solid #077A7D;
    color: #060807;
}

.well p {
  margin-bottom: 0;
}

hr {
  display:block;
    border:0px;
    height:3px;
    background-color: #077A7D;;
}


/* Hints */

#hints {
  display: none;
}


/* Footer */

footer {
  margin: 3em 0em 0em 0em;
}

footer p {
  margin: 0;
}

.text-muted {
    color: #74CBDF;
    margin-bottom: 1em;
}



/* Tablet */
@media(min-width: 768px){

  header {
    text-align: left;
  }

  #company-branding {
    text-align: right;
  }

}


/* Modal */

.modal-content{
	border-radius: 0px;
}

.modal-header {
  background: #077A7D;
  color: #E6E6E6;

}


/* 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: #077A7D;
  color: #E6E6E6;
  margin-top: 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: #08403F;
  color: #E6E6E6;
}

#penButton1{
	width:100%;
}

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 print {
	thead{
		display: table-row-group!important;
	}
	.btn-container{
		display: none;
	}

}


