/*
Project: 16-17_3-10
Author: Richy Thomas
Pallette: Dark Blue: rgba(0,103,163,1) , Light Blue: rgba(0,105,165,1); , Orange: rgba(180,63,46,1);
*/

@import url('https://fonts.googleapis.com/css?family=Reenie+Beanie');

/* Sections */

section {
  display: none;
}

#section-1 .btnNext {
  display: none;
}

/* Timer */

#timer {
  margin: 50px auto 20px;
  width: 320px;
  text-align: center;
}

/* Content */

.hidden-word {
  color: rgba(180,63,46,1);
  display: none;
}

#activity-content a {
  color: rgba(180,63,46,1);
  font-weight: bold;
  text-decoration: underline;
}

#activity-content a:hover {
  text-decoration: none;
}

/* Notepad */

.notepad-container {
  display: none;
}

.notepad {
  background-color: #fff563;
  background-image: url("../../../images/activities/unit01-animal-testing/lined-paper.png");
  border-radius: 6px;
  border: 1px solid #3d3c41;
}

.notepad header {
  background: #3d3c41;
  color: #FFF;
  padding: 10px;
  text-align: center;
  width: 100%;
}

.notepad header h3 {
  font-size: 20px;
  margin: 0;
}

.notepad article {
  font-family: 'Reenie Beanie', cursive;
  font-size: 30px;
  padding: 15px;
}

.notepad article .note-entry {
  min-height: 200px;
}

.notepad article div:active, .notepad article div:focus {
   border: none;
   box-shadow: none;
   outline: none;
}

/* Text on Background Image */

.img-background {
  position:relative;
}

#quarter-holder {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.quarter-section {
  float: left;
  font-family: 'Reenie Beanie', cursive;
  font-size: 34px;
  height: 50%;
  padding: 40px;
  width: 50%;
  z-index: 4;
}

.quarter-section:focus,.quarter-section:active {
  border: none;
  outline: 0;
}