/*
Project: 15-16_18
Activity: 4 - The ten commandments
Author: Richy Thomas
Palette: Color: Primary Colour: rgba(23, 190, 187, 1) , Secondary Colour: rgba(240, 166, 202, 1)
*/


@import url(https://fonts.googleapis.com/css?family=Roboto+Slab:400,700|Open+Sans:400,600italic,600,400italic,300italic,300,700,700italic);

@import url(https://fonts.googleapis.com/css?family=Qwigley);


/* Structure */

html {
  min-height: 100%;
  position: relative;
}

body {
  font-family: 'Open Sans', sans-serif;
  background: rgba(23, 190, 187, 1);
  background: -webkit-linear-gradient(left, rgba(23, 190, 187, 1), rgba(240, 166, 202, 1));
  background: -o-linear-gradient(left, rgba(23, 190, 187, 1), rgba(240, 166, 202, 1));
  background: linear-gradient(to right, rgba(23, 190, 187, 1), rgba(240, 166, 202, 1));
}

.stripe {
  background: rgba(23, 190, 187, 1);
  background: -webkit-linear-gradient(left, rgba(23, 190, 187, 1), rgba(240, 166, 202, 1));
  background: -o-linear-gradient(left, rgba(23, 190, 187, 1), rgba(240, 166, 202, 1));
  background: linear-gradient(to right, rgba(23, 190, 187, 1), rgba(240, 166, 202, 1));
  height: 1px;
  width: 100%;
}


/* Typography */

h1 {
  font-size: 4em;
  line-height: 1.4em;
  font-weight: 300;
  margin: 2em 0;
}

h1.smaller {
  font-size: 3em;
  line-height: 1.4em;
}

#page-container {
  background: rgba(255,255,255, 0.8);
  width: 100%; height: 100%; min-width: 100vw; min-height: 100vh;
}

/* Header */

#header {
  padding: 1.65em 0;
}


/* Main Content */


/* Activity Content */

#activityContainer {
  padding: 1.65em 0;
}

.quote {
  font-family: 'Qwigley', cursive;
  font-size: 2em;
}


/* Activity Controls */

#printBtn, #highlighterToolBtn, #backBtn {
  position: relative;
  z-index: 1001;
  pointer-events: auto;
}

.btn-default, .btn-default:visited, .btn-default:focus, .btn-default:active {
  background-color: rgba(23, 190, 187, 1);
  border-color: rgba(23, 190, 187, 1);
  box-shadow: none; -webkit-box-shadow: none;
  color: #FFF;
  outline: none;
  text-decoration: none;
}

.btn-default:hover, .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(240, 166, 202, 1);
  border-color: rgba(240, 166, 202, 1);
  color: #FFF;
  outline: none;
  text-decoration: none;
}

.btn-info, .btn-info:visited, .btn-info:focus, .btn-info:active {
  background-color: rgba(240, 166, 202, 1);
  border-color: rgba(240, 166, 202, 1);
  box-shadow: none; -webkit-box-shadow: none;
  color: #FFF;
  outline: none;
  text-decoration: none;
}

.btn-info:hover, .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: rgba(23, 190, 187, 1);
  border-color: rgba(23, 190, 187, 1);
  color: #FFF;
  outline: none;
  text-decoration: none;
}


/* Animations */

.animate-first {
  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-second {
  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-third {
  animation-duration: 1s;
  animation-delay: 1s;
  -moz-animation-duration: 1s;
  -moz-animation-delay: 1s;
  -webkit-animation-duration: 1s;
  -webkit-animation-delay: 1s;
}

.animate-fourth {
  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-fifth {
  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-sixth {
  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-seventh {
  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-eighth {
  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-ninth {
  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-tenth {
  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-eleventh {
  animation-duration: 1s;
  animation-delay: 1s;
  -moz-animation-duration: 1s;
  -moz-animation-delay: 1s;
  -webkit-animation-duration: 1s;
  -webkit-animation-delay: 1s;
}

.animate-twelfth {
  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;
}


/* Tablet */
@media(min-width: 768px){



}

/* Desktop */
@media(min-width:992px){



}

/* Large Desktop */
@media(min-width:1200px){



}

/* Mobile Only */
@media all and (max-width:767px) {

  .btn-change {
    display: block;
    margin-bottom: 3px;
    width: 100%;
  }

}
/* Print Stylesheet */
@media print {

  #header, #penToolOptions {
    display: none;
    visibility: hidden;
  }

}

