@import url(https://fonts.googleapis.com/css?family=Work+Sans:300,600);


@font-face {
    font-family: 'Comic Neue Angular';
    src: url("../fonts/ComicNeue-Bold.eot");
    /* IE9 Compat Modes */
    src: url("./fonts/ComicNeue-Bold.eot?#iefix") format("embedded-opentype"), url("./fonts/ComicNeue-Bold.woff") format("woff"), url("./fonts/ComicNeue-Bold.ttf") format("truetype");
    /* Safari, Android, iOS */
    font-weight: 700;
}


/* Style the header with a grey background and some padding */
.header {
  overflow: hidden;
  background-color: #000;
  padding: 20px 10px;
}

/* Style the header links */
.header a {
  float: left;
  color: black;
  text-align: center;
  padding: 12px;
  text-decoration: none;
  font-size: 18px;
  line-height: 25px;
  border-radius: 4px;
}

/* Style the logo link (notice that we set the same value of line-height and font-size to prevent the header to increase when the font gets bigger */
.header a.logo {
  font-size: 25px;
  font-weight: bold;
}

/* Change the background color on mouse-over */
.header a:hover {
  background-color: #ddd;
  color: black;
}

/* Style the active/current link*/
.header a.active {
  background-color: dodgerblue;
  color: white;
}

/* Float the link section to the right */
.header-right {
  float: right;
}

/* Add media queries for responsiveness - when the screen is 500px wide or less, stack the links on top of each other */
@media screen and (max-width: 500px) {
  .header a {
    float: none;
    display: block;
    text-align: left;
  }
  .header-right {
    float: none;
  }
}

*{
    font-family:"Comic Neue Angular", sans-serif;
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

h1{
    font-size: 2.5rem;
    font-family:"Comic Neue Angular", sans-serif;
    font-weight: normal;
    color: #444;
    text-align: center;
    margin: 2rem 0;
}


h3{

    font-family:"Comic Neue Angular", sans-serif;

}

.row.no-gutters {
    margin: -5px !important;
}

.row.no-gutters > * {
    padding: 5px !important;
}

.flipper {
    height: 0;
    padding-bottom: 100%;
    position: relative;
    -webkit-perspective: 800px;
    -ms-perspective: 800px;
    perspective: 800px;
}

@media (min-width: 576px) {

    .ratio-not-1-1 {
        padding-bottom: calc(50% - 5px);
    }

}

.form-group{
    font-size: 20px;
}

.flipper-card {
    width: 100%;
    height: 100%;
    position: absolute;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    transition: -webkit-transform 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition: transform 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition: transform 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275), -webkit-transform 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.flipper-front,
.flipper-back {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    border-radius: 10%;
    background: #c1c3c5;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px; 
    text-align: center;
    padding: 10px;
}

.flipper-back {
    background: #fff;
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

.flipper-card.flipper-is-flipped {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
}


.copy_right{
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: #ccc;
    color: white;
    text-align: left;
}


.form-radio
{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: inline-block;
    position: relative;
    background-color: #f1f1f1;
    color: #f40303;
    top: 10px;
    height: 30px;
    width: 30px;
    border: 0;
    border-radius: 50px;
    cursor: pointer;     
    margin-right: 7px;
    outline: none;
}
.form-radio:checked::before
{
    position: absolute;
    font: 20px/1 'Open Sans', sans-serif;
    left: 9px;
    top: 3px;
    content: '\02143';
    transform: rotate(40deg);
    font-weight: 900;
}
.form-radio:hover
{
    background-color: #f7f7f7;
}
.form-radio:checked
{
    background-color: #c7e863;
}


.radio-toolbar {
    margin: 10px;
}

.radio-toolbar input[type="radio"] {
    opacity: 0;
    position: fixed;
    width: 0;
}

.radio-toolbar label {
    display: inline-block;
    background-color: #ddd;
    padding: 10px 20px;
    font-family: sans-serif, Arial;
    font-size: 16px;
    border: 2px solid #ccc;
    border-radius: 5px;
    cursor: pointer;
}

.radio-toolbar label:hover {
    background-color: #dfd;
}

.radio-toolbar input[type="radio"]:focus + label {
    border: 2px dashed #fff;
}

.radio-toolbar input[type="radio"]:checked + label {
    background-color: #fff;
    border-color: #000;    
}


.green{
    background: green !important;
    color: #fff;
}

.light_green{
    background: lightgreen !important;
}

.yellow{
    background: yellow !important;
}

.reddish_yellow{
    background: #FDD761 !important;
}

.amber{
     background: #FFBF00 !important;
}

.brown{
    background: brown !important;
    color: #fff;
}

.red{
    background: red !important;
    color: #fff;
}

.blue{
    background: #00a4ba !important;
    color: #fff;
}

.header_main{
    border: 2px solid #000;padding: 10px;
}

.center-align{
    float: none;
    display: table;
    margin: auto;
    text-align: center;
}


.Passion{
    background: green !important;
    color: #fff;
    
    padding: 5px;
}

.Proficiency{
    background: lightgreen !important;
   
    padding: 5px;
}

.Perseverance{
    background: yellow !important;
    
    padding: 5px;
}

.Plasticity{
    background: brown !important;
    color: #fff;
     
    padding: 5px;
}

.Patience{
    background: red !important;
    color: #fff;
     
    padding: 5px;
}

.control-label{
    font-size: 20px !important;
}

p{
    font-size: 20px !important; 
}

.tool_description{
    background: #269abc;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 20px;
    padding: 20px;
}

.tool_description h3{
    color:yellow;
    text-decoration: underline;
}


.Thinking{
    background: green !important;
    color: #fff;
    
    padding: 5px;
}

.Observing{
    background: lightgreen !important;
   
    padding: 5px;
}

.Problem{
    background: yellow !important;
    
    padding: 5px;
}

p{
    padding: 5px;
}