@font-face {
  font-family: "Avenir";
  font-weight: normal;
  src: url("//mason-dixon.s3.amazonaws.com/plugins/t2t-teacherstats/fonts/AvenirLight.otf");
}
@font-face {
  font-family: "Avenir";
  font-weight: bold;
  src: url("//mason-dixon.s3.amazonaws.com/plugins/t2t-teacherstats/fonts/AvenirBlack.otf");
}
@font-face {
  font-family: "Populaire";
  src: url("//mason-dixon.s3.amazonaws.com/plugins/t2t-teacherstats/fonts/Populaire.ttf");
}
body {
  min-height: 100%;
  background-size: contain !important;
  font-family: Avenir;
}
.doodle-wrapper {
  position: relative;
  min-height: 100%;
}
.banner {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  height: 6vh;
  width: 100vw;
  background-color: #ef3d2c;
}
.logo {
  padding: 25px;
}
.logo img {
  max-width: 200px;
}
.main-content {
  position: relative;
  z-index: 2;
  padding-left: 25px;
  padding-right: 25px;
}
.topper img {
  max-width: 60%;
  padding: 25px 0px 10px;
}
.intro {
  font-family: Avenir;
  font-weight: normal;
  font-size: 150%;
}
#header-mobile img {
  position: absolute;
  right: 0;
  top: 0;
}
#footer-mobile img {
  max-width: 100%;
  position: absolute;
  left: 0;
  z-index: -5;
}
#doodle-sidebar img {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
}
.doodle img {
  max-width: 100%;
}
.divider {
  height: 10px;
  padding: 10px 0px;
  background-image: url('//s3.amazonaws.com/mason-dixon/plugins/t2t-kwl/img/kwl-divider.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 80%;
}
.question {
  display: block;
  padding: 0px 10px;
}
.question-text {
  font-weight: normal;
  font-family: Avenir;
}
#generator {
  padding: 10px;
}
#generator-form {
  padding: 10px;
  max-width: 610px;
}
#generator-input {
  height: 100px;
  font-size: 20px;
}
.bio-form {
  margin-top: 50px;
}
.nav-button {
  text-transform: none;
  background-color: #ef3d2c;
  border-radius: 3px;
  font-weight: normal;
}
.intro {
  padding-top: 0;
}
.thanks-content {
  padding-top: 0;
}
@media (min-width: 768px) {
  .banner {
    justify-content: flex-end;
    padding-right: 20%;
  }
  .topper img {
    max-width: 80%;
    padding: 25px 0px 10px;
  }
  .doodle img {
    max-width: 25%;
  }
  .question {
    padding: 10px;
  }
  .bio-form {
    margin-top: 0;
  }
  #email-capture {
    margin-bottom: 0;
    padding-bottom: 0;
  }
  #zip-capture {
    margin-top: 0;
    padding-top: 0;
  }
}
/*************************/
/*** Character counter ***/
#generator-why-wordcount {
  position: relative;
  text-align: right;
  bottom: 30px;
  right: 5px;
  padding: 5px 15px;
  border-radius: 0.5em;
  transition: 0.25s;
}
@media (min-width: 768px) {
  .stage-1 .error {
    position: absolute;
  }
}
/**************/
/*** Canvas ***/
canvas {
  max-width: 100%;
}
.kwl-controls label {
  font-family: Avenir;
  font-weight: normal;
}
.colorpicker.dropdown {
  background: white;
  border: 1px solid rgba(0,0,0,0.2);
  border-radius: 3px;
}
.loading-indicator {
  width: 100%;
  height: 300px;
  max-height: calc(100vw * 0.5);
  background: #ddd;
  max-width: 100%;
  margin-top: 10px;
  font-size: 50px;
}
.loading-indicator-inner {
  text-align: center;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.colorbutton {
  height: 25px;
  width: 25px;
  border-radius: 5px;
  border: 1px solid rgba(0,0,0,0.5);
  cursor: pointer;
  transition: box-shadow 0.1s linear;
  margin-left: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: flex;
  align-items: center;

}
.colorbutton:active, .colorbutton:focus {
  box-shadow: inset 0px 0px 3px 1px rgba(0,0,0,0.3);
}
.teacherstats-controls label {
  display: -webkit-box;
  display: -ms-inline-flexbox;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 5px;
}
/**************************/
/***** Share Buttons ******/
.share-text {
  font-size: 20px;
  font-weight: bold;
}
.share-buttons {
  display: flex;
  flex-wrap: wrap;
  text-align: center;
  justify-content: space-around;
}
.share-buttons button {
  font-size: 16px;
  margin: 5px !important;
  padding: 8px 10px;
  flex: 0 1 calc(50% - 10px);
  border-radius: 5px;
  box-shadow: 0px 1px 1px 0px rgba(0,0,0,0.6);
  cursor: pointer;
  transition: background-color 0.2s ease-out
}
.share-buttons button:active {
  box-shadow: none;
  transform: translateY(1px);
}
.facebook-button {
  background:  #3b5998;
  border: 1px solid #213996;
  color: white;
}
.facebook-button:hover {
  background: #2d4882;
}
.twitter-button {
  background: #1da1f2;
  color: white;
  border: 1px solid #0381b3;
}
.twitter-button:hover {
  background: #197fbd;
}
/******************/
/***  Carousel  ***/
#get-inspired {
  text-align: center;
}
.get-inspired-hdr {
  width: 80%;
  max-width: 400px;
}
.slides-wrapper img {
  width: auto;
  max-width: 100%;
  padding: 15px;
  float: left;
}
.text-center {
  display: flex;
  justify-content: center;
}
.carousel-indicators {
  bottom: auto;
}
.modal-image {
  max-width: 100%;
}
@media (min-width: 768px) {
  #get-inspired {
    margin-top: 30px;
  }
}