#search_button {
    font-size: 15px;
    padding: 5px;
}

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

#top_blurb {
    font-size: 20px;
    padding-left: 10%;
    padding-right: 10%
}

body {
    background-color: black;
    font-family: 'source_sans_prolight';
}

.h1, h1 {
    /*font-size: 6em;*/
}

#intro_right {
    width: 100%;
    text-align: center;
    align-content: center;
    margin-right: 0;
}

.navbar {
    position: fixed;

}

@media (min-width: 768px) {
    .col-md-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .navbar-nav.navbar-right:last-child {
        margin-right: 0;
        float: right;
        /*padding-left: 300px;*/
    }

    #topbar {
        padding-left: 0px;
    }

    #menunav_open_expanded, #socialnav_buttons {
        /*padding-left: 55vw;*/
    }
}


@media (max-width: 1326px) {
    #navbar_container {
        margin-left: 0;
        width: 100%;
    }
}


.image_title {
    /*font-size: 20px;*/
    text-align: center;
    color: black;
    display: block;
    font-family: 'source_sans_prolight';
}

.navbar-default .navbar-nav > li > a {
    color: white;
}

.navbar-default.scrolled .navbar-nav > li > a {
    color: black;
}

.navbar-default {
    transition: 500ms ease;
    background-color: black;
    border-color: transparent;
}

.navbar-default .navbar-nav > li.beta_user > a, .navbar-default .navbar-nav > li.signin > a, .navbar-default .navbar-nav > li.signup > a {
    transition: 500ms ease;
    color: white;
}

.navbar-default.scrolled {
    background: white;
    border-color: #e7e7e7;
}

.navbar-default.scrolled .navbar-nav > li.beta_user > a, .navbar-default.scrolled .navbar-nav > li.signin > a, .navbar-default.scrolled .navbar-nav > li.signup > a {
    color: black;
}

.inkles_label {
    color: white !important;
}

/*
.navbar{
  background-color:transparent;
  color: white;
  padding-left: 90px;
  padding-right: 90px;
}

.navbar-brand{
  color: white;
}

.navbar-nav .nav-link{
  color: white;
  font-size: 20px;
}
.navbar-expand-lg .navbar-nav .nav-link {
  padding-right: 1.5rem
}

.icon-bar{
  background-color: #888;
}

.navbar-toggler{
  border: 1px solid grey;
}
*/

.logo {
    width: 15vw;
    height: 4.5vw;
}


#header {
    padding-top: 4vw;
    margin-top: 0;
    margin-bottom: 50px;
    padding-left: 200px;
    /*height: 50vw;*/
    background-color: black;
    /* [JN] Background image now set via inline CSS in index.php using url_for('brain-bg') */
    /* background-image: url("https://syngli.blob.core.windows.net/syngli/index/brain.png"); */
    background-size: 40vw 28vw;
    background-repeat: no-repeat;
    background-position: 55vw 12vw;
    background-attachment: fixed;
    background-repeat: no-repeat;
    /*background-size: 1800px 850px;*/
    color: white;
}

h1.heading {
    padding-top: 10vw;
    font-size: 5vw;
    /*text-shadow: 5px 5px #0065AB;*/
    font-family: 'source_sans_proregular';
    color: #80ffff;
    padding-bottom: 3vw;
}

h2.heading {
    font-size: 2.8vw;
    padding-right: 350px;
    font-family: 'source_sans_prolight';
}

h2.heading1 {
    font-size: 2.8vw;
    padding-right: 350px;
    font-family: 'source_sans_prolight';
    padding-bottom: 90px;
}


p.heading {
    font-size: 18px;
    padding-right: 400px;
    font-family: 'Source Sans Pro';
}

#areYouA {
    margin-top: 0;
    padding-left: 15%;
    padding-right: 15%;
    padding-top: 4%;
    /*height: 50vw;*/
    background-color: #f2f2f2;
    color: black;
}

#educationalPhilosophy {
    margin-top: 0;
    padding-left: 15%;
    padding-right: 15%;
    padding-top: 4%;
    /*height: 50vw;*/
    background-color: #f2f2f2;
    color: black;
}

.flipped_left {
    width: 52%;
    float: left;
    background-color: white;
    color: black;
    padding: 2%;
    padding-left: 7%;
    text-align: center;
    margin-bottom: 70px;
}

.flipped_right {
    width: 46%;
    float: left;
    background-color: white;
    color: black;
    padding: 5%;
    padding-left: 7%;
    text-align: center;
    margin-bottom: 70px;
}

.flipped_areYouA {
    height: 500px;
}

.flipped_edu {
    height: 600px;
}

.flipped_edu_450 {
    height: 450px;
}

.flipped_edu_500 {
    height: 500px;
}

.flipped_edu_550 {
    height: 550px;
}

#imag3 {
    width: 65%;
    float: left;
    background-color: transparent;
    color: black;
    height: 400px;
    padding-left: 3%;
}

#text3 {
    width: 35%;
    float: left;
    background-color: transparent;
    color: black;
    /*height: 400px;*/
    padding-right: 5%;
}

h1.areYouA {
    padding-top: 0px;
    font-size: 50px;
    text-align: center;
    color: grey;
    font-family: 'source_sans_probold';
    /*margin-block-start: 0;*/
}

h2.areYouA {
    font-size: 37px;
    color: black;
    padding-left: 5%;
    padding-top: 5%;
    text-align: center;
    font-family: 'source_sans_proregular';
    color: #E01A10;
}

p.areYouA {
    font-size: 20px;
    color: black;
}

#howItWorks {
    margin-top: 0;
    padding-top: 50px;
    /*height: 37vw;*/
    background-color: white;
    color: black;
}

h1.howItWorks {
    padding-top: 0px;
    font-size: 50px;
    text-align: center;
    color: #0065AB;
    font-family: 'source_sans_probold';
    margin-block-start: 0;
}

h2.howItWorks {
    font-size: 37px;
    color: black;
    padding-left: 10%;
    /*padding-top: 5%;*/
    text-align: left;
    font-family: 'source_sans_proregular';
    color: #E01A10;
}

p.howItWorks {
    text-align: left;
    font-size: 20px;
    padding-left: 10%;
    color: black;
}

.topnav {
    overflow: hidden;
    background-color: #333;
    padding-right: 100px;
    padding-left: 100px;
    background-color: transparent;
}

.topnav a {
    float: right;
    color: white;
    text-align: center;
    padding: 30px 25px;
    text-decoration: none;
    font-size: 21px;
}

.topnav a:hover {
    border-style: solid;
    border-width: 1px;
    border-color: #F27069;
}

.topnav a.active {
    /*background-color: #4CAF50;*/
    color: white;
}


.nr_grid_areYouA img {
    height: 180px;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.slideDeck img {
    max-width: 100%;
    max-height: 100%;
}

.button {
    background-color: #006666;
    border: none;
    color: white;
    padding: 7px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 25px;
    margin: 4px 10px;
    cursor: pointer;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 5px;
    font-family: 'source_sans_proregular';
}

.button:link {
  text-decoration: none;
}

.button:visited {
  text-decoration: none;
}

.dashboard_su {
  background-color: #F27069;
  color:black;
  height: 100%;

}

.dashboard_su:hover {
  background-color: #ba4e49;
  color:black;
}

.dashboard_su:active {
  background-color: #ba4e49;
  color:black;
}

.playstore_btn_1 {
  color:black;
  margin: 0px 5px 5px 5px;
}

.playstore_btn_2 {
  color:white;
  margin: 0px 5px 5px 5px;
}

.appstore_btn_1, .appstore_btn_2{
    color: white;
    margin: 0px 5px 5px 5px;
}

.users {
    border: none;
    background-color: transparent;
    padding: 20px;
    display: inline-block;
    font-size: 25px;
    margin: 4px 10px;
    cursor: pointer;
    border-radius: 20px;
    text-align: left;
    font-family: 'source_sans_proregular';
    width: 95%;
}

.return {
    border: none;
    background-color: transparent;
    padding: 10px;
    display: inline-block;
    font-size: 25px;
    margin: 4px 10px;
    cursor: pointer;
    border-radius: 20px;
    font-family: 'source_sans_proregular';
    color: white;
}

#closing {
    background-color: white;
    text-align: center;
    margin-top: 0;
    padding-top: 1%;
    padding-bottom: 3%;
    /*padding-left: 25vw;*/
    width: 100%;
    overflow: hidden;
    /*height: 28vw;*/
}

/*

table {
  width: 75%;
  position:center;
}

td {
  width:33%;
  height: 20%;
  padding:15px;
}

*/

* {
    box-sizing: border-box
}

.slide {
    display: none
}

img {
    vertical-align: middle;
}

/* Slideshow container */
.slideDeck {
    max-width: 70%;
    position: relative;
    margin: auto;
}

/* Next & previous buttons */
.prev {
    cursor: pointer;
    position: absolute;
    top: 0%;
    width: auto;
    padding: 16px;
    margin-top: 15%;
    color: black;
    font-weight: bold;
    font-size: 18px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
    left: 0;
}

/* Position the "next button" to the right */
.next {
    cursor: pointer;
    position: absolute;
    top: 0%;
    width: auto;
    padding: 16px;
    margin-top: 15%;
    color: black;
    font-weight: bold;
    font-size: 18px;
    transition: 0.6s ease;
    user-select: none;
    right: 0;
    border-radius: 3px 0 0 3px;
}

/* On hover, add a grey background color */
.prev:hover, .next:hover {
    background-color: #f1f1f1;
    color: black;
}


.footer_container {
    z-index: 1;
    background-color: #ECECEC;
    color: #474747;
    margin-top: 0px;
    display: table;
    width: 100%;
    bottom: 0;
}

.footer_container .row {
    padding-top: 10px;
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 0;
}

.row {
    margin-right: 0px;
    margin-left: 0px;
}


/* THIS SECTION IS FOR TABLETS */
@media only screen and (max-width: 1112px) {
    .h1, h1 {
        font-size: 4em;
    }

    #intro_right {
        width: 100%;
    }

    #header {
        padding-left: 5vw;
        padding-right: 0px;
        /*height: 60vw;*/
        width: 100%;

        background-size: 45vw 30vw;
        background-position: 99% 20vw;
        background-attachment: relative;
    }

    h1.heading {
        padding-top: 5%;
        font-size: 6.5vw;
        color: #80ffff;
    }

    #closing {
        margin-top: 0;
        padding-top: 0;
        padding-bottom: 30px;
        padding-left: 0;
        width: 100%;
        /*height: 40vw;*/
    }

    h2.heading1 {
        font-size: 4vw;
        padding-right: 0px;
        padding-bottom: 10vw;
    }

    h2.heading {
        font-size: 4vw;
        padding-right: 0px;
        padding-bottom: 0px;
    }

    .button {
        padding: 10px;
        display: inline-block;
        font-size: 20px;
        margin: 5px 5px;
        border-radius: 10px;
    }

    #areYouA {
        /*margin-top: 0;*/
        /*padding: 10%;*/
        /*height: 80vw;*/
        padding-left: 5%;
        padding-right: 5%;
    }

    #educationalPhilosophy {
        /*margin-top: 0;*/
        /*padding: 0%;*/
        /*height: 80vw;*/
        padding-left: 5%;
        padding-right: 5%;
    }

    h1.areYouA {
        padding-top: 20px;
    }

    h2.areYouA {
        font-size: 2em;
        padding-top: 5%;
        padding-bottom: 0;
    }

    p.areYouA {
        /*font-size: 1.5em;*/
        padding-left: 0;
        color: black;
    }

    #flipped {
        /*width: 100%;*/
        /*padding: 3%;*/
        /*height: 65vw;*/
    }

    .return {
        padding: 5px;
        font-size: 20px;
    }

    #howItWorks {
        margin-top: 0;
        padding-top: 50px;
        /*height: 57vw;*/
    }

    h1.howItWorks {
        font-size: 50px;
    }

    h2.howItWorks {
        /*font-size: 4vw;*/
        padding-left: 5%;
        text-align: center;
    }

    p.howItWorks {
        font-size: 20px;
        padding-left: 5%;
        text-align: center;
    }

    #imag3 {
        width: 100%;
        padding-left: 5%;
        text-align: center;
        height: 350px;
    }

    #text3 {
        width: 100%;
        /*height: 200px;*/
        padding-right: 5%;
        padding-left: 0%;
        /*height: 33vw;*/
    }

    .slideDeck {
        max-width: 90%;
    }

    .logo {
        width: 27vw;
        height: 8vw;
    }


}


@media only screen and (max-width: 1280px ) and (min-width: 1025px ) {
    #educationalPhilosophy {
        padding-left: 10%;
        padding-right: 10%
    }

    #areYouA {
        padding-left: 10%;
        padding-right: 10%
    }
}

/* ADDITIONAL SECTION */
@media only screen and (max-width: 767px) {
    .h1, h1 {
        font-size: 3em;
    }

    #intro_right {
        width: 100%;
    }

    #closing {
        margin-top: 0;
        padding-top: 0;
        padding-bottom: 0;
        padding-left: 0;
        width: 100%;
        /*height: 400px;*/
    }

    #header {
        padding-left: 15px;
        padding-right: 0px;
        padding-top: 65px;
        /*height: 78vw;*/
        width: 100%;
        text-align: center;

        background-size: 37vw 25vw;
        background-position: 50% 50vw;
        background-attachment: scroll;
    }

    h1.heading {
        padding-top: 1%;
        padding-bottom: 0;
        font-size: 9vw;
        color: #80ffff;
    }

    h2.heading1 {
        font-size: 5vw;
        padding-right: 0px;
        padding-bottom: 31vw;
    }

    h2.heading {
        font-size: 5vw;
        padding-right: 0px;
        padding-bottom: 0px;
    }

    .button {
        padding: 10px;
        display: inline-block;
        font-size: 3vw;
        margin: 5px 5px;
        border-radius: 10px;
    }

    #areYouA {
        margin-top: 0;
        padding: 0;
        /*height: 90vw;*/
    }

    #educationalPhilosophy {
        margin-top: 0;
        /*padding: 0;*/
        /*height: 90vw;*/

    }

    h1.areYouA {
        padding-top: 20px;
    }

    h2.areYouA {
        font-size: 30px;
        padding-top: 5%;
        padding-bottom: 0;
    }

    p.areYouA {
        font-size: 18px;
        padding-left: 0;
        color: black;
    }

    #flipped {
        /*width: 100%;*/
        /*padding: 2%;*/
        /*height: 350px;*/
    }

    .return {
        padding: 5px;
        font-size: 17px;
    }

    #howItWorks {
        /*height: 90vw;*/
    }

    h1.howItWorks {
        /*font-size: 10vw;*/
    }

    h2.howItWorks {
        /*font-size: 6vw;*/
        padding-left: 0%;
        text-align: center;
    }

    p.howItWorks {
        /*font-size: 4vw;*/
        padding-left: 0%;
        text-align: center;
    }

    #imag3 {
        width: 100%;
        height: 170px;
        padding-left: 0%;
        text-align: center;
    }

    #text3 {
        width: 100%;
        /*height: 200px;*/
        padding-right: 3%;
        padding-left: 3%;
    }

    .slideDeck {
        max-width: 90%;
        position: relative;
        margin: auto;
    }

    .navbar {
        padding-left: 25px;
        padding-right: 5px;
    }

    .icon-bar {
        background-color: #888;
    }


}


/* THIS SECTION IS FOR PHONES */

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

    /*
    .topnav {
      overflow: hidden;
      background-color: #333;
      padding-right: 0px;
      padding-left: 15px;
      background-color: transparent;
    }

    .topnav a {
      float: right;
      color: white;
      text-align: center;
      padding: 0px 0px;
      text-decoration: none;
      font-size: 21px;
    }

    .topnav a:hover {
      border-style:none;
    }
    */
    .h1, h1 {
        font-size: 3em;
    }

    #intro_right {
        width: 100%;
    }

    #closing {
        margin-top: 0;
        padding-top: 0;
        padding-bottom: 0;
        padding-left: 0;
        width: 100%;
        /*height: 400px;*/
    }

    #header {
        padding-left: 15px;
        padding-right: 0px;
        padding-top: 65px;
        /*height: 550px;*/
        width: 100%;
        text-align: center;

        background-size: 250px 180px;
        background-position: 50% 300px;
        background-attachment: scroll;
    }

    h1.heading {
        padding-top: 1%;
        font-size: 10vw;
        color: #80ffff;
    }

    h2.heading1 {
        font-size: 7vw;
        padding-right: 0px;
        /*padding-bottom: 25vh;*/
    }

    h2.heading {
        font-size: 7vw;
        padding-right: 0px;
        padding-bottom: 0px;
    }

    .button {
        padding: 10px;
        display: inline-block;
        font-size: 20px;
        margin: 5px 5px;
        border-radius: 10px;
    }

    #areYouA {
        /*margin-top: 0;*/
        padding: 20px;
        /*height: 200vw;*/
    }

    #educationalPhilosophy {
        /*margin-top: 0;*/
        /*padding: 0;*/
        /*height: 220vw;*/

    }

    h1.areYouA {
        padding-top: 20px;
    }

    h2.areYouA {
        font-size: 30px;
        padding-top: 5%;
        padding-bottom: 0;
    }

    p.areYouA {
        font-size: 18px;
        padding-left: 0;
        color: black;
    }

    #flipped {
        width: 100%;
        padding: 2%;
        height: 350px;
    }


    .flipped_areYouA {
        height: inherit;
    }

    .flipped_left {
        width: 100%;
        margin-bottom: 0;
        padding-left: 0;
    }

    .flipped_left > p {
        padding-left: 10px;
        padding-right: 10px;
    }

    .flipped_edu {
        height: inherit;
    }

    .flipped_edu_450 {
        height: inherit;
    }

    .flipped_edu_550 {
        height: inherit;
    }

    #areYouA .flipped_right {
        width: 100%;
        height: 500px;
        padding-left: 0;
    }

    #educationalPhilosophy .flipped_right {
        width: 100%;
        height: inherit;
        padding-left: 0
    }

    .return {
        padding: 5px;
        font-size: 17px;
    }

    #howItWorks {
        height: 510px;
    }

    h1.howItWorks {
        font-size: 10vw;
    }

    h2.howItWorks {
        font-size: 6vw;
        padding-left: 0%;
        text-align: center;
    }

    p.howItWorks {
        font-size: 20px;
        padding-left: 0%;
        text-align: center;
    }

    #imag3 {
        width: 100%;
        height: 170px;
        padding-left: 0%;
        text-align: center;
    }

    #text3 {
        width: 100%;
        /*height: 200px;*/
        padding-right: 3%;
        padding-left: 3%;
        font-size: 18px;
    }

    .slideDeck {
        max-width: 90%;
        position: relative;
        margin: auto;
    }

    .navbar {
        padding-left: 25px;
        padding-right: 5px;
    }

    .icon-bar {
        background-color: #888;
    }

    /*
    .navbar-default .navbar-toggle {
      border-color: black;
    }

    .navbar-nav .nav-link{
      padding-left: 50px;
      font-size: 20px;
    }
    */
    .logo {
        width: 35vw;
        height: 10vw;
    }

}


@media (min-width: 992px) {
    /*.col-md-4 {*/
    /*    width: 33.33333333%;*/
    /*}*/
    /*.col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {*/
    /*    float: left;*/
    /*}*/
    .footer_container a {
        color: #474747;
        text-decoration: none;
        border: solid 1px transparent;
    }

}

#language {
    justify-content: center;
    margin-bottom: 15px;
}

#copyright {
    justify-content: center;
    margin-top: 5px;
    margin-bottom: 5px;
}

.nr_footer_grid {
    float: left;
    width: 33.3%;

}


.footer_content {
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 14px;
    width: 50%;
    margin-left: auto;
    margin-right: auto;
}

@media (max-width: 640px) {
    .footer_content {
        width: 80%;
    }
}


.to-right {
    float: right !important;
}

#footer_links {
    overflow: hidden;
}

.nr_grid_areYouA {
    float: left;
    width: 25%;
    /*height: 350px;*/
}

@media (min-width: 1025px) {
    #educationalPhilosophy .nr_grid_areYouA {
        width: 33.3%;
    }
}

@media (min-width: 1420px) {
    .grid_container {
    }

}

@media (max-width: 1024px) {
    .nr_grid_areYouA {
        /*height: 250px;*/
        width: 50%;
    }
}

@media (max-width: 640px) {
    .nr_grid_areYouA {
        /*height: 250px;*/
        width: 50%;
    }

    .nr_grid_areYouA img {
        height: 115px;
    }

    .image_title {
        font-size: 20px;
    }
}

.areYouA.nr_grid_areYouA img {
    height: 225px;
}

.grid_container {
    overflow: hidden;
}

#popular_label {
    font-size: 50px;
    margin-bottom: 30px;
}


.flipped_logo {
    display: block;
    margin-left: auto;
    margin-right: auto;
    height: 80%;
}

@media (min-width: 1280px) {
    .footer_content {
        width: 40%;
    }
}

@media (min-width: 1420px) {
    #flipped_logo_public, #flipped_logo_technology {
        width: auto;
        height: 80%;
    }
}

.flipped_logo_edu {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 80%;
    margin-top: 50px;
}

#top_buttons {
    margin-top: 80px;
}


#bottom_buttons {
    margin-top: 25px;
}
