/*************************************************
*              Globals                           *
**************************************************/

body {
    position: relative;
    height: 100%;
    padding-top: 50px;
}

.row {
    margin-right: 0;
}

.intro.container {
    padding-top: 10px;
    padding-bottom: 50px;
}

.imagery {
    padding-top: 80px;
    text-align:center;

}

.imagery img {
    width: 60%;
}

.storyText {
    width: 60%;
    background-color: rgb(248,248,248);
    margin: auto;
    margin-top: 10px;
    text-align: left;
    border: 1px solid grey;
    padding: 10px;
    margin-bottom: 30px;
}

.numbers h1 {
    font-family: 'Chewy', cursive;
    font-size: 3em;
    line-height: 1.2;
    color: orangered;
}

.numbers h2 {
    font-family: 'Sriracha', cursive;
    line-height: 1.2;
    color: purple;
}


.numbers h3, .numbers h4, .numbers h5, .numbers h6 {
    font-family: 'Oswald', sans-serif;
    font-size: 1.2em;
    line-height: 1.3;
    color: black;
}


.numbers p {
    font-family: 'Merriweather', serif;
    font-size: .9em;
    line-height: 1.2;
    color: dimgrey;
}

footer {
    margin: 0 0 100px 210px;
}

/*************************************************
*              Navigation                        *
**************************************************/
.nav {
    padding-top: 15px;
}

a {
    color: rgb(30, 1, 46);
    text-decoration: none;
}

.nav-pills>li.active>a, .nav-pills>li.active>a:focus, .nav-pills>li.active>a:hover {
    color: rgb(192, 148, 217);
    background-color: rgb(133, 69, 169);
}

.navbar {
    height: 75px;
}

nav.navbar .navbar-header{
    height: 75px;
}

.navbar-toggle {
    margin-top: 18px;
}

.navbar-inverse {
    background-color: rgb(192, 148, 217);
}

.navbar-inverse .navbar-nav > li > a {
    color: rgb(30, 1, 46);
}

@media (min-width: 768px) {
    .navbar-nav > li > a {
        float: left;
        margin-left: -15px;
        margin-top: 5px;
    }
}

.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
    color: rgb(133, 69, 169);
}

.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:focus, .navbar-inverse .navbar-nav > .active > a:hover {
    color: rgb(133, 69, 169);
    text-transform: uppercase;
}

.navbar-brand {
    padding-top: 5px;
}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
    background-color: transparent;
}


.navbar-inverse .navbar-collapse.collapse.in {
    background-color: rgb(192, 148, 217);
}

.navbar-toggle + .navbar-brand img {
    padding-top: 2px;
    margin-left: 2px;
    width: 60px;
}

.navbar-toggle.collapsed + .navbar-brand img {
    margin-left: 2px;
    width: 150px;
}

/* needs to be after so it can override */
.navbar-toggle.collapsed + .navbar-brand.small img {
    padding-top: 2px;
    margin-left: 2px;
    width: 60px;
}


/*************************************************
*              Backgrounds                       *
**************************************************/
.background-carillu {
    background-color: rgba(255,255,0, .3);
}

.background-froggie {
    background-color: rgba(83, 138, 190, .4);
}

.background-giggles {
    background-color: rgba(0, 255, 0, .3);
}

.background-hopper {
    background-color: rgba(113, 11, 94, .3);
}

.background-buggie {
    background-color: rgba(150, 183, 36, .4);
}

.background-pixie {
    background-color: rgba(55, 106, 139, .4);
}

.background-games {
    background-color: rgba(255, 140, 0, .6);
}

.background-pink {
    background-color: rgba(192, 148, 217, .3);
}


/*************************************************
*             Section Text/Content               *
**************************************************/
/**
 * content *
 */

.section-text-first {
    margin-top: 150px;
}

.section-text {
    font-size: 1em;
    font-family: 'Arimo', sans-serif;
    line-height: 1.5;
    padding-bottom: 50px;
}

.section-text p, .section-text ul, .section-text .sub-heading{
    top: -20%;
}

.section-text .sub-heading {
    font-weight: bold;
}

/**
  * Header Tags *
  */

.section-text h1, .section-text h3 .section-text h6{
    font-family: 'Lora', serif;
    line-height: 1;
}

.section-text h1{
    font-size: 3em;
}

.section-text h3{
    font-size: 1.2em;
    font-style: italic;
}
.section-text.blue h6 {
    font-size: .5em;
    text-align: center;
}

@media (min-width: 768px) {
    .container {
        width: 750px
    }
}

@media (min-width: 1120px) {
    .container {
        width: 970px
    }
}

@media (min-width: 1350px) {
    .container {
        width: 1170px
    }
}

/*************************************************
*              Welcome                           *
**************************************************/

@media (max-width: 1024px) {
    .floating-gears {
        display: none;
    }

    .spin-gears {
        opacity: 0.6;
    }
}

/*************************************************
*                Intro                           *
**************************************************/

#intro .section-text h1 {
    width: 70%;
    color: rgb(28,46,55);
    font-size: 2.5em;
}

#intro .section-text p {
    width: 70%;
    color: rgb(52,70,76);
    margin-top: 10px;
}

#intro .section-text a {
    color: rgb(130,149,147);
}

@media (max-width: 1024px) {
    #intro .section-text {
        text-align: center;
    }

    #intro .section-text h1, #intro .section-text p {
        width: 100%;
    }
}

/*************************************************
*              Cards                         *
**************************************************/

.card{
    width: 300px;
    height: 40px;
    background-color: rgb(148,166,164);
}

.icon {
    width: 300px;
    height: 300px;
    padding: 2px;
    border: 2px solid rgb(148,166,164);
    background-color: rgb(28,45,54);
    margin: 2px 2px 2px -.5px;
}

.header h3{
    text-align:center;
    padding-top: 5px;
}

.card-header {
    background-color: rgb(105, 28, 147);
    height: 10px;
    text-align: center;
    color: rgb(26,43,54);
}

.card-footer {
    background-color: rgb(105, 28, 147);
    height: 10px;
    text-align: center;
    color: rgb(26,43,54);
}

.card-header .main-heading {
    font-size: 2.0em;
}

.card-header .sub-heading {
    font-size: 1em;
    margin-top: -5px;
    font-weight: 900;
}

.card-body {
    text-align: center;
    border-style: ridge;
}

.card-body img {
    width: 60%;
}

@media (max-width: 980px) {
    .card-body img {
        width: 40%;
    }
}

#contact .col-md-4 {
    margin-bottom: 25px;
}

@media (max-width: 1024px) {
    #intro .section-text h1, #intro .section-text p {
        width: 100%;
    }
}

a {
    color: rgb(207,209,218);
}

/*************************************************
*                     Numbers Game                *
 *************************************************/
.numbers_first {
    margin: 50px 0 0 0;
}

.col-sm-20_numbers_first {
   margin-top: 100px;
}


#numbers {
    margin: 0 0 20px 0;
    background-color: white;
}

#numbers_intro {
    margin: 20px 100px 100px 20px;
    background-color: blue;
}

.numblock {
    width: 53px;
    height: 53px;
    border: solid 2px black;
    text-align: center;
    vertical-align: middle;
    font-family: 'Oswald', sans-serif;
    font-size: 26px;
    color: white;
    background-color: blue;
    display: inline-block;
    margin: 0 10px 10px 0;
}


.highlight {
    background-color: purple;

    border: solid 2px purple;
}

.highlight02 {
    background-color: purple;
    border: solid 2px purple;
}


.results {
    background-color: pink;
}



button.avatar {
    width: 110px;
    height: 110px;
    margin: 50px 0 10px 0;
}

.avatar  {
    background-size: 100px 100px;
    background-color: whitesmoke;
    border: solid 1px darkgray;
    background-repeat: no-repeat;
}

.numbers_copy_first {
    margin: 50px 0 0 90px;
    width: 100px;
    position: relative;
    text-align: left;
}

.numbers_copy {
    margin: 0 0 0 0;
    width: 110px;
    position: relative;
    text-align: left;
}

.numbers_copy h1 {
    margin: 0 0 0 0;
    font-family: 'Chewy', cursive;
    font-size: 4em;
    color: purple;
    text-align: center;
}

.numbers_fixed {
    margin-left: 50px;
    width: 700px;
}


.tipbox {
    margin: -40px 0 0 0;
}
.tip {
    width: 92%;
    height: 100%;
    border: solid 1px black;
    background-color: purple;
    color: white;
    font-size: 1.2em;
    padding: 10px;
}

.tip button {
    margin: 50px 0 0 0;
}






