/*
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);
*/

/* Sections */

section {
  display: none;
}

.img-center {
  margin: 0 auto;
}


.team-columns {
  margin-top: 20px;
}

.homophoneWords {
  padding: 30px;
}

.homophoneWords h3 {
  font-size: 40px;
}


/* Alerts */

.alert {
  font-weight: bold;
}

.alert-danger {
  border: 1px solid #a94442;
}

.alert-success {
  border: 1px solid #3c763d;
}



/* Seciton 1 */

#pair-of-pears {
  margin-top: 40px;
  margin-bottom: 20px;
}

#img-homophone {
  margin-bottom: 30px;
}



/* Clock */

.flip-clock-wrapper {
  width: 300px;
  margin: 0 auto;
}

.flip-clock-label {
  display: none;
}


/* Mistakes */

#sentences {
  margin: 30px 0;
  padding: 30px 0;
}

#sentences h3 {
  margin: 0;
}

#btnStartSentences {
  margin-top: 20px;
}

#sentencesScore {
  background: rgba(180,63,46,1);
  border-radius: 6px;
  color: #FFF;
  font-size: 60px;
  font-weight: bold;
  height: 90px;
  line-height: 90px;
  margin: 0 auto;
  max-height: 90px;
  padding: 0 20px;
  width: 80px;
}

#sentenceMistakesFeedback h3 {
  margin: 0;
}


/* Sentance Starter */

.homophoneContainer {
  margin-top: 20px;
  background-color: rgba(255,255,153,0.4);
  border: 1px solid rgb(255,255,153);
  border-radius: 3px;
  padding: 10px;
}

.homophoneContainer h3 {
  margin: 0;
}

.story {
  min-height: 500px;
}



/* Pen Tool Overwrites */

.btnPen {
  display: none;
}

.modal-header h3 {
  margin: 0;
}

.modal-footer .btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}


.number-spinner {
  position: relative!important;
  z-index: 2000!important;
}


/* Tablet */
@media(min-width: 768px){

  .homophoneWords h3 {
    font-size: 50px;
  }

}


/* Desktop */
@media(min-width:992px){

  .homophoneWords h3 {
    font-size: 70px;
  }

}


/* Large Desktop */
@media(min-width:1200px){

  .homophoneWords h3 {
    font-size: 80px;
  }

}


/* Print */
@media print {


}