/*
Project: 16-17_1.13
Resource: Loaded Language
Author: Richy Thomas
Pallette: Dark: #020111; Light: #FFF;
*/


#word-list {
  font-size: 3em;
  line-height: 1.5em;
  text-align: center;
}

#word-list li {
  padding: 0 .5em;
}

.hidden-content {
  display: none;
}

#hidden-content {
  margin-top: 1em;
}

#hiddenContentBtn {
  font-size: 5em;
  cursor: pointer;
}

#hiddenContentBtn:hover {
  opacity: .8;
}

/* Tablet */
@media(min-width: 768px){



}


/* Desktop */
@media(min-width:992px){



}


/* Large Desktop */
@media(min-width:1200px){



}


/* Print */
@media print {



}
