/*
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;
}

/* Typography */

.tab {
  text-indent: 20px
}


/* 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;
}

/* Highlight Text */

.highlighted {
  font-style: normal;
  font-weight: bold;
}

.key {
  margin-bottom: 10px;
}

.key-list li {
  line-height: 36px;
}


/* Color Picker */

.color-picker-1, .color-picker-2 {
  float: left;
  margin-right: 15px;
  width: 32px;
}

.color-picker-1 div, .color-picker-2 div {
  border-radius: 15px;
  border: 1px solid #111;
  cursor: pointer;
  height: 30px;
  margin: 5px 0;
  width: 30px;
}

.color-picker-1 div:hover, .color-picker-2 div:hover {
  border: 1px solid #444;
}

.color-picker-1 div.selected, .color-picker-2 div.selected {
  box-shadow: #666 0 0 4px 2px;
}


/* Notepad */

.notepad-container {
  display: none;
}

.notepad {
  background-color: #fff563;
  background-image: url("../../../images/activities/unit02-invisible-man/lined-paper.png");
  border-radius: 6px;
  border: 1px solid #3d3c41;
  margin-top: 20px;
}

.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;
}


/* Images */

#img-the-invisible-man {
    width: 100%;
}