/*
Project: 15-16_19 - RS - Buddhism
Author:  Scott Hazell
Date: 12/01/17
*/


@import url('https://fonts.googleapis.com/css?family=Telex');

/* Structure */

html{
	min-height: 100%;
}

body {
  background-color: #737C78;
  color: #39393A;
	height:100%;
  	font-family: 'Telex', sans-serif;
	background-image: url(../images/header/screen.png);
	background-size: cover;
	background-position: top;
}

/* Typography */

h1 {
  color: #E6E6E6;
  font-size: 2.2em;
  margin-top: 15px;
	margin-left: 25px;
}

h1 small {
  color: #FC7753;
  font-size: .8em;
  font-weight: 400;
  line-height: 100%;
  margin-top: -3px;
}

.fa-television {
    font-size: 5em;
    color: #F2EFEA;
    margin-top: 13px;
    /* margin-right: 34px; */
}

h3{line-height: 1.2;}

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-color: rgba(64,61,88,0.8);
  padding: .4em 0 .4em;
  text-align: center;
}

 #company-branding {
    margin: 10px 0 5px 0;
  }

#logo-wjec {
  margin-top: 8px;
}

#logo-eduqas {
  margin: 8px 0 0 15px;
}

#pdfReference {
    /*position: absolute;
    background: #FC7753;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    margin: 4px 0px 0px 0px;
    color: white;
    text-align: center;
    line-height: 120px;
    float: right;
    border: solid rgba(64,61,88,1) 2px;
    right: 4%;
    z-index: 10;*/
	
position: absolute;
    padding: 5px;
    background: rgba(0,0,0,0.6);
    width: 110px;
    height: 75px;
    border-radius: 4%;
    margin: 8px 0px 0px 0px;
    color: white;
    text-align: center;
    line-height: 65px;
    float: right;
    right: 5%;
    z-index: -1;
    font-size: 0.8em;
}

#pdfReference span{
  display: inline-block;
  vertical-align: middle;
  line-height: normal;
}

.fa-file-pdf-o {
    font-size: 1.5em;
    margin-bottom: 6px;
}


/* Content */

.white-box {
  background: rgba(242,239,234,0.8);
  border-radius: 6px;
  box-shadow: 0px 0px 0px 5px rgba(64,61,88,0.8);
  margin-bottom: 10px;
  padding: 2em;
  position: relative;
  top: 2em;
}

.well {
    background-color: #B9B8C2;
    border-radius: 4px;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin: 1.5em 0;
    border: 3px solid #FC7753;
    color: #403D58;
}

.well p {
  margin-bottom: 0;
}

hr {
  display:block;
    border:0px;
    height:3px;
    background-image:url('../images/header/hr.png');
	background-position: center;
}

/* Hints */

#hints {
  display: none;
}


/* Footer */

footer {
  margin: 3em 0em 0em 0em;
}

footer p {
  margin: 0;
}

.text-muted {
    color: #333;
    margin-bottom: 1em;
}



/* Tablet */
@media(min-width: 768px){

  header {
    text-align: left;
  }

  #company-branding {
    text-align: right;
  }

}


/* Modal */

.modal-header {
  background: #FC7753!important;
  color: #E6E6E6;
  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: #FC7753;
  color: #F2EFEA;
	    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: #52b8ce;
  border-color: #FC7753;
  color: #F2EFEA;
}

#penButton1{
	width:100%;
}

video::-webkit-media-controls-fullscreen-button {
    display: none;
}
#videoPlayer {
    margin-top: 4em;
    margin-bottom: 7em;
}
/* 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;
}

.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;
}


@media (max-width: 767px)  { 
	#pdfReference {
  right: 8px;
		top:-1em;
 
}
}

@media print {
	thead{
		display: table-row-group!important;
	}
	.btn-container{
		display: none;
	}

}



.letter {
	font-size:32px
}



