/* adds icons */

@font-face {
  font-family: 'Framework7 Icons';
  font-style: normal;
  font-weight: 400;
  src: url("fonts/Framework7Icons-Regular.woff") format("woff");
}

.f7-icons, .framework7-icons {
  font-family: 'Framework7 Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 25px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-feature-settings: "liga";
  -moz-font-feature-settings: "liga=1";
  -moz-font-feature-settings: "liga";
  font-feature-settings: "liga";
  text-align: center;
}

/* general css for all views */

h1 {
    font-size:32px;
    font-weight:normal;
    margin:0px;
    overflow:visible;
    padding:0px;
    text-align:center;
}

button {
    width:100%;
    text-align: center;   
}

.summary {
  font-size: 1.2em;
  background-color: #fefada;
  padding: 0.1em;
}

.banner {
  font-size: 1.5em;
  text-align: center;   
  background-color: #fefada;
  padding: 0.1em;
}

.output_and_regenerates {
    border-radius: 5px;
    background-color: white;
    margin-top: 0px;
    margin-bottom: 0px;
    width:100%;
}

.outputs {
    font-size:32px;
    color: #CC0097;
    text-align: center;
}

.regenerates {
    font-size:32px;
    color: #CC0097;
    text-align: left;
    cursor: pointer;
}

.top_block {
  margin-top:-15px;
}

.bottom_block {
  margin-bottom:-50px;
}

.bottom_block_beginner {
  margin-bottom:-10px;
}

.app_buttons {
  margin-top: 4vh;
  margin-bottom: -30px;
}

.howto_app_buttons {
  margin-top: -30px;
  margin-bottom: 40px;
}

/* how to page */

.instructions {
    text-align: left;
    font-size: 1.5em;
    text-transform: none;
}

/* wordbank */

.wordbank {
    font-size: calc(11px + 1vmax);
    color: white;
    text-align: center;
}

.wordbank_whole {
  background-image: linear-gradient(#CC0097, #FF4500);
  padding-bottom: 5px;
  margin-top: 20px;
  margin-bottom: -20px;
  border-radius: 10px;
}

/* for the beginner tab */

.descriptors {
  font-size: 18px;
}

#descriptor_beginner {
    margin-top: -15px;
    margin-bottom: 10px;
}

#descriptor_middle {
    margin-top: 10px;
    margin-bottom: -5px;
}

#output_beginner_repeat {
    text-transform:uppercase;
    color: #CC0097;

}

#hint_section {
    background-color: white;
    border-radius: 5px;
    padding: 2px 10px 2px;
    margin-top: 30px;
}

#beginner_completed {
    font-size:4em;
    color: #CC0097;
    border-radius: 10px;
    background-color: white;
    width:100%;
    text-align: center;
}

/* for the timer tab */

.timer_mode_output {
  margin-bottom: -15px;
}

#timer_clock {
    font-size:32px;
    color: #CC0097;
    border-radius: 5px;
    background-color: white;
    margin-top: 10px;
    margin-bottom: 5px;
    padding:0px;
    width:100%;
    text-align: center; 
}

.margin_below {
    margin-bottom: 10px;
}

/* doge version */

#doge {
  font-family: 'comic sans ms',sans-serif; 
  font-size: calc(11px + 1.2vmax);
  text-align: center;
  background-image: url("http://www.persondothing.com/img/doge.jpg");
  background-size: 100% Auto;
  background-color: #E6DCB9;
  border-radius: 10px;
}

.doge_1 {
  color: #31F70A;
}

.doge_2 {
  color: #ffcc33;
}

.doge_3 {
  color: #FB6C6C;
}

.doge_a {
  vertical-align: 110%;
}

.doge_b {
  vertical-align: 50%;
}

.doge_c {
  vertical-align: -10%;
}

.button {
    border: 1px solid #CC0097;
    color: #CC0097
}

.button.active, .button.button-fill {
    color: #fff;
    background: #CC0097;
}

a {
    color: #CC0097;
}
