/*Scroll Pager Style*/
#scroll_nav {
    position: fixed;
    right: 2.5%;
    top: 45%;
    color: #888888;
    z-index: 999;
}

#scroll_nav i {
    display: block;
    margin: 1em;
}

/* Index Page Style */
.span_orange {
    color: #FF6000;
}

.span_red {
    color: #FF0000;
}

#intro_left h1 {
    display: inline-block;
    color: #FF0000;
    font-size: 2em;
    margin-top: -25px;
    padding: 0 1em;
    font-weight: bold;
    line-height: 1.5em;
}

#intro_arrow {
    position: absolute;
    bottom: -54px;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    z-index: 999;
}

#intro_arrow_rev {
    bottom: 0px !important;
}

section h1 {
    display: inline-block;
    color: #808080;
    font-size: 2em;
    margin-top: -25px;
    padding: 0 1em;
    font-weight: bold;
    line-height: 1.5em;
}

section > #popular_label {
    font-size: 2em;
    color: #808080;
}

section
#top_blurb {
    text-align: center;
    max-width: 100%;
    margin: 0 auto;
    font-size: 1.5em;
}

.cta_button {
    margin-top: 50px;
}

#signin_sm {
    font-weight: bolder;
    color: #fff;
    background-color: #FF0000;
    width: 146px;
    height: 43px;
    margin-right: 11px;
    font-size: 20px;
}

#signup_sm {
    font-weight: bolder;
    color: #fff;
    background-color: #4a80ea;
    width: 146px;
    height: 43px;
    font-size: 20px;
}

#dashboard_sm {
    /*font-weight: bolder;*/
    color: #fff;
    /*border-radius: 5px;*/
    background-color: #4a80ea;
    /*width: 120px;*/
    /*font-size: 20px;*/
}

.top-tag-name {
    background-color: #4a80ea;
    max-width: 150px;
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: middle;
    font-size: 15px;
}

.top-tag-count {
    display: inline-block;
    margin: 0 0px;
    color: #4a80ea;
    background-color: white;
    font-size: 15px;
}

.top-tag-pill-contents {
    display: block;
    background-color: #4a80ea;
    margin: 2px 2px;
}

.static-pill {
    font-weight: 400;
    color: rgba(0, 0, 0, .55);
    font-size: 15px;
    display: inline-block;
    height: 32px;
    line-height: 32px;
    padding: 0 6px;
    border: 0;
    border-radius: 32px;
}

#search-row {
    max-width: 300px;
    vertical-align: middle;
    margin: auto;
}

#search_button {
    font-weight: bolder;
    color: #fff;
    background-color: #FF0000;
}

#call_to_action {
    color: #FF6000;
}

.persona {
    /*width: 225px;*/
    height: 225px;
}

.persona_item {
    font-size: 1.2em;
    padding: 1em;

}

#section_2 .persona_item {
    height: 500px;
}

#question-answers .persona_item {
    height: 550px;
}

.persona_item h3 {
    color: #FF0000;
    font-size: 24px;
    text-transform: lowercase;
}

.persona_item small {
    display: inline-block;
    font-size: 1.2em;
    padding-bottom: 0.5em;
}

.persona_item .persona_blurb {
    /*max-width: 75%;*/
    margin: 0 auto;
}

/* Opinions Styles */
.opinions {
    margin: 50px 0;
}

.opinion {
    height: 100%;
    padding-top: 225px;
    font-size: 1.3em;
    border: 1px solid #BEBEBE;
}

.left-opinion {
    background-color: #c1cffe;
}

.right-opinion {
    background-color: #FFD2BB;
}

.rev-opinion {
    background-color: #FFCFCF;
    font-size: 1.5em;
}

.btn_op_left {
    background-color: #4B79FD;
}

.btn_op_right {
    background-color: #f5833d;
}

.op_left {
    color: #4B79FD;
}

.op_right {
    color: #f5833d;
}

.op_rev {
    color: #FF4545;
}

.opinion-card {
    height: 450px;
    margin: 0 auto;
    max-width: 600px;
    -webkit-box-shadow: 10px 10px 5px 0px rgba(59, 59, 59, 0.2);
    -moz-box-shadow: 10px 10px 5px 0px rgba(59, 59, 59, 0.2);
    box-shadow: 10px 10px 5px 0px rgba(59, 59, 59, 0.2);
}

.opinion-image {
    padding: 25px;
    max-height: 150px;
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    top: 6em;
    left: 0;
    right: 0;
    z-index: 999;
}

.opinion-header {
    background-color: rgba(255, 255, 255, 0.4);
    position: absolute;
    max-width: 600px;
    width: 100%;
    border: 1px solid #BEBEBE;
    z-index: 999;
}

.opinion-header .vs {
    color: #fff;
    opacity: 0.75;
    font-size: 50px;
    font-family: monospace;
}

.opinion-header h1 {
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 600px;
    overflow: hidden;
}

.opinion p {
    margin: 1em;
    text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.8);
}

.flip-container.flip .flipper {
    -webkit-transform: rotateY(180deg);
}

.flip-container.fliprev .flipper {
    -webkit-transform: rotateY(-180deg);
}

/* entire container, keeps perspective */
.flip-container {
    height: 500px;
    margin: 0 auto;
    -webkit-perspective: 1000;
}

.flip-container, .front, .back {
    width: 100%;
}

.flipper {
    height: 100%;
    -webkit-transition: 0.6s;
    -webkit-transform-style: preserve-3d;
    position: relative;
}

.flipper, .well {
    -webkit-box-shadow: 5px 5px 2px 0px rgba(59, 59, 59, 0.2);
    -moz-box-shadow: 5px 5px 2px 0px rgba(59, 59, 59, 0.2);
    box-shadow: 5px 5px 2px 0px rgba(59, 59, 59, 0.2);
}

/* hide back of pane during swap */
.front, .back {
    height: 100%;
    -webkit-backface-visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
}

/* front pane, placed above back */
.front {
    z-index: 2;
    /* for firefox 31 */
    -webkit-transform: rotateY(0deg);
}

/* back, initially hidden pane */
.back {
    -webkit-transform: rotateY(180deg);
}

/* Parallax Sections */
.index_container {
    padding: 50px 50px 50px;
    margin: 0 auto;
    text-align: center;
    position: relative;
}

#intro_left, #intro_right {
    padding: 50px 1em 0px;
}


.concept_mapping {
    padding-top: 50px;
    padding-bottom: 0;
    margin: 0 auto;
    text-align: center;
    position: relative;
}

.concept_mapping h2 {
    color: #808080;
    font-weight: bold;
}

#questions h2 {
    color: #808080;
    font-weight: bold;
}

.concept_mapping_text {
    font-size: 21px;
    text-align: left;
    padding-left: 100px;
    padding-right: 100px;
}

.intro {
    height: 400px;
    /*border-bottom: #FF0000 10px solid;*/
    float: left;
    width: 50%;
}

#intro_left, #intro_right{
    float: left;
    width: 50%;
}

.key_features {
    float: left;
    width: 50%;
}

/* Desktop Window sizes */
/*@media screen and (max-width: 1300px) {*/
    /*.intro {*/
        /*height: 450px;*/
    /*}*/
/*}*/

/*@media screen and (max-width: 1100px) {*/
    /*.intro {*/
        /*height: 500px;*/
    /*}*/
/*}*/

/*@media screen and (max-width: 870px) {*/
    /*.intro {*/
        /*height: inherit;*/
    /*}*/
/*}*/

@media screen and (max-width: 860px) {
    .intro {
        height: inherit;
    }
    #intro_left, #intro_right, .key_features {
        height: inherit;
        width: 100%;
    }
}

@media screen and (max-width: 680px) {
    .intro {
        height: 670px;
    }
    .index_container {
        padding: 50px 10px 50px;
    }

    .concept_mapping_text {
        padding-left: 50px;
        padding-right: 50px;
    }
}

@media screen and (max-width: 520px) {

    #intro_left, #key_features_left {
        padding-bottom: 20px;
    }

    #key_features_left {
        padding-top: 30px;
    }

    #intro_right, #key_features_right {
        padding-top: 20px;
        padding-bottom: 30px;
    }
}

@media screen and (max-width: 460px) {
    /*.intro {*/
        /*height: 400px;*/
        /*width: 100%;*/
        /*float: left;*/
    /*}*/

    /*#intro_right {*/
    /*height: 600px;*/
    /*}*/

}

/* End Desktop Window sizes */

/* for sizing personas in two columns*/
@media (min-width: 768px) and (max-width: 860px) {
    .persona_item.col-sm-6 {
        width: 100%;
    }
}

@media (min-width: 860px) and (max-width: 1100px) {
    .persona_item.col-sm-6 {
        width: 50%;
    }
}

/* iPhone Portrait */
@media screen and (max-device-width: 768px) AND (orientation: portrait) {
    .intro {
        height: 400px;
        /* -webkit-background-size: 1500px auto; */
    }
}

/* Android Portrait */
@media screen and (max-device-width: 480px) AND (orientation: portrait) {
    .intro {
        height: 400px;
        /* -webkit-background-size: 1500px auto; */
        width: 100%;
        float: left;

    }

    #intro_right {
        height: inherit;
    }
}

/*@media screen and (max-width: 1024px) AND (orientation:landscape)
	{
	.intro {
	height: 50vh;
	// -webkit-background-size: 1000px auto; 
	}
}*/

/*
@media only screen and (min-width: 768px) and (max-width:
	1024px) and (orientation: portrait) and
	(-webkit-min-device-pixel-ratio: 2) {
	.intro {
		-webkit-background-size: 2800px auto;
	}
}

@media only screen and (min-width: 768px) and (max-width:
	1024px) and (orientation: landscape) and
	(-webkit-min-device-pixel-ratio: 2) {
	.intro {
		-webkit-background-size: 2100px auto;
	}
}
*/

#section_2 {
    /*background: transparent 50% 0 fixed;*/
    /*height: auto;*/
    /*border-bottom: #FF0000 10px solid;*/
}

#what_do_you_think {
    background: url(../images/groovepaper.png) 50% 0 repeat;
    height: auto;
    border-bottom: #FF0000 10px solid;
}

#bottom {
    background-color: #eee;
    height: auto;
    border-bottom: #FF0000 10px solid;
    color: #2e2e2e;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.3) , only screen and
(-o-min-device-pixel-ratio: 13/10) , only screen and (min-resolution: 120dpi) {
    .opinion-image {
        top: 50px;
    }

    .opinion-header h1 {
        font-size: 1.5em;
    }

    .opinion-header .vs {
        font-size: 14px;
    }

    .opinion {
        padding-top: 175px;
    }

    .opinion > p {
        font-size: 0.8em;
        margin: 1em 0;
    }

    .opinion-card {
        height: 475px;
    }

    .flip-container {
        height: 525px;
    }
}

@media only screen and (min-width: 375px) and (max-width: 667px)
and (orientation: landscape) {

    .intro {
        background-size: cover;
        /*height: auto; */
    }

    .opinion-card {
        height: 350px;
    }

    .flip-container {
        height: 400px;
    }
}

#questions {
    /*background: url(../images/banners/homepage_bg_2_prog_3.jpg) 50% 0 fixed; */
}

.intro_blurb {
    margin: 5% auto;
    text-align: center;
    color: #fff;
    font-size: 24px;
    line-height: 50px;
}

@media (min-height: 769px) {
    .intro_blurb {
        margin: 10% auto;
    }
}

.flipcontainer {
    margin-top: 25px;
}

.intro_blurb h1 {
    padding-top: 5px;
    padding-bottom: 5px;
    background-color: rgba(255, 0, 0, 0.6);
    border-radius: 15px;
    color: #FFFFFF;
}

.nrquestion {
    display: flex;
    flex-direction: column;
    font-size: 20px;
    height: 100%;
}

.nrquestion h2 {
    display: flex;
    justify-content: space-between;
    font-weight: 800;
    font-size: 24px;
    border-bottom: 1px solid;
    padding-bottom: 5px;
}

.nrquestion_content {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.question_button {
    padding: 6px 12px;
    color: white;
    background-color: red;
    text-align: center;
    font-size: 20px;
    border: none;
    border-radius: 4px;
}

.question_button:hover {
    color: black;
}

#question-answers {
    padding-bottom: 50px;
}

#sub_questions {
    background: url(../images/banners/braindrawing_prog_2.jpg) fixed;
    background-size: cover;
    height: auto;
    margin: 0 auto;
    width: 100%;
    padding: 100px 0;
}

#bottom_blurb {
    text-align: center;
    color: #fff;
    font-size: 1.5em;
}

.question_img_container {
    height: 200px;
}

.question_img_container img {
    max-height: 150px;
    max-width: 100%;
}

.grey_background {
    background-color: #F8F8F8
}

section h2 {
    font-size: 24px;
}
