body {
    padding-top: 50px;
    font-family: Lato;
    font-size: 15px;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    position: relative; //for scoll-spy
}

#home header {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 70px;
    z-index: 1;
    background-color: rgba(255,255,255,0.97);
}

#home #dashboard {
    position: absolute;
    top: 13px;
    right: 15px;
    font-size: 14px;
    line-height: 1;
    padding: 15px;
}

#home #logo {
    position: absolute;
    top: 16px;
    left: 24px;
    height: auto;
    width: 100px;
}

#welcome h1 {
    text-align: center;
    font-size: 38px;
}

@media (min-width: 992px) {
    #welcome {
        height: calc(100vh - 100px);
        min-height: 590px;
        display: flex;
        align-items: center;
    }
    .wrapper {
        margin: 0 auto;
    }
}

video {
    margin: 55px auto;
    display: block;
    width: 525px;
    box-shadow: 0px 1px 5px 0 rgba(0,0,0,0.4);
    border-radius: 3px;
    max-width: 100%;
}

.add-to-chrome {
    color: white;
    background-color: #36AE4F;
    font-family: Lato;
    font-size: 25px;
    width: 13em;
    height: 2.5em;
    border-radius: 1em;
    border: 0;
    padding: 0;
    outline: 0;
    display: block;
    margin: 55px auto;
    opacity: 1;
}
    .add-to-chrome .small {
        opacity: 0.85;
        font-size: 0.8125em;
        margin-left: 0.3em;
    }

header .add-to-chrome {
    margin: 0;
    font-size: 16px;
    position: absolute;
    top: 15px;
    right: 100px;
    transition: opacity 0.4s ease;
}

@media (max-width: 480px) {
    header .add-to-chrome {
        display: none;
    }
}

.zero-opacity {
    opacity: 0;
    pointer-events: none;
}

.divider-top {
    border-top: 1px solid #CCC;
}

.divider-bottom {
    border-bottom: 1px solid #CCC;
}

.container {
    font-family: lato;
    padding-top: 20px;
    padding-bottom: 20px;
}

.container p {
    line-height: 160%;
}

.container h2 {
    font-family: lato;
    font-size: 30px;
    margin-bottom: 50px;
}

.img {
    width: 525px;
    max-width: 100%;
    margin: 55px auto;
    display: block;
}

h4 {
    font-size: 20px;
    line-height: 160%;
}

#demo ~ .container {
    padding-top: 50px;
    padding-bottom: 50px;
}

@media (min-width: 992px) {
    .vertical-align {
        display: flex;
        align-items: center;
    }
    .float-right {
        flex-direction: row-reverse;
    }
}

#cta-1 {
    margin: 50px auto;
    text-align: center;
}
#cta-1 h1 {
    margin-top: 50px;
    margin-bottom: 25px;
}

.btn-clear {
    border: 1px solid #FFF;
    color: #FFF;
    font-size: 18px;
    background: rgb(20, 0, 0);
    background: rgba(20, 0, 0, 0.0);
    transition:all 0.3s ease;
    padding: 10px;
    margin-top: 20px;
}

.btn-clear:hover {
    color: #FFF;
    cursor: pointer;
    background: rgb(100, 100, 100);
    background: rgba(255, 255, 255, 0.3);

}

/**************************
        TOP NAVIGATION
***************************/
.navbar {
    background-color: #FFF;
}

.navbar-brand img {
    height: 38px;
    margin-top: -9px;
}

@media (min-width: 768px){
    .navbar-brand {
        position: absolute;
    }
    .navbar-nav{
        float:none;
        margin: 0 auto;
        display: table;
        table-layout: fixed;
    }
    .navbar-right {
        position: absolute;
        right: 0;
    }
}

/** Scrolling Nav **/
.nav-top a:hover {
    
  &:hover {
    color: #CCC;
    -webkit-transition: all .1s ease-in-out;
       -moz-transition: all .1s ease-in-out;
        -ms-transition: all .1s ease-in-out;
         -o-transition: all .1s ease-in-out;
            transition: all .1s ease-in-out;
  }
  text-decoration: none;
}



.nav-top ul li a {
    
  &:hover {
    color: #fff;
    background: #e6764e;
    transition: all .2s ease-in-out;
  }
  color: #fff;
  text-decoration: none;
}

.navbar-default .navbar-nav > .active:not(.open) > a {
    background: inherit;
    color: #777;
}
.navbar-default .navbar-nav > .active:not(.open) > a:focus,
.navbar-default .navbar-nav > .active:not(.open) > a:hover {
  background: inherit;
  color: #333;
}


// scrollTop Styles
.nav-top ul li.scrollTop {
float: right;
}


/**************************
        BANNER
***************************/

.jumbotron {
    background: #333 url('/images/banner.jpg') no-repeat center center;
    position: relative;
}
@media (min-width: 960px) and (max-width: 1440px) {
    .jumbotron {
        background-size: 150%;
    }
}
@media (min-width: 1441px) {
    .jumbotron {
        background-size: 2160px;
    }
}

.jumbotron h1 small {
    color: #FFF;
    font-size: 24px;
}

.attribution {
    position: absolute;
    bottom: 0px;
    right: 2px;
    color: #FFF;
    font-size: 10px;
}

a.attribution,
a.attribution:hover {
    color: #FFF;
    text-decoration: underline;
}
    .signup {
        font-family: Lato;
        font-size: 27px;
        background-color: #3498DB;
        color: #FFF !important;
        margin: 18px 0;
        white-space: normal;
    }
    @media (max-width: 568px) {
        .signup {
            width: 290px;
        }
    }
  .signup-as-student, .signup-as-teacher {
    font-family: Lato;
    font-size: 14px;
    color: #FFF !important;
    margin: 18px 0;
  }
    .signup-as-student:before, .signup-as-teacher:before {
      content: 'Sign up as a \A';
    }

  .signup-as-student {
    background-color: #ed6f23;

  }
  .signup-as-teacher {
    background-color: #3498DB;
  }
  @media (max-width: 480px) {
    .jumbotron {
        background-size: cover;
    }
    .signup-as-student:before, .signup-as-teacher:before {
      white-space: pre;
      font-size: 0.75em;
      line-height: 22px;
    }
    .signup-as-student, .signup-as-teacher {
      padding-top: 4px;
      padding-bottom: 10px;
    }
  }


#header {
    
}


/**************************
        How it Works
***************************/
#features {
    padding-top: 50px;
    margin-top: -30px;
    margin-bottom: 30px;
}

/**************************
        DEVICES
***************************/
#devices {
   
}

#devices a .hidden {
    font-size: 14px;
    background: #FFF;
    color: #CCC;
    border-radius: 3px;
}

#devices a:hover .hidden {
    visibility: visible;
        display:block;
}

.block-link {
    display: block;
}

#devices .row .row {
    margin-bottom: 20px;
}

#devices a, #devices a i {
    color: #000;
    text-decoration: none;
    transition:all 0.3s ease;
}

#devices a:hover, #devices a:hover i {
    color: #DC682D ;
    text-decoration: none;
}

/**************************
        TESTIMONIALS
***************************/
#testimonials {
    
}
.card {
    padding: 25px;
    box-shadow: 0 1px 3px 1px rgba(100,100,100,0.25);
    border-radius: 4px;
    margin: 15px;
    text-align: center;
}
.card p {
    text-align: left;
}
.chip {
    display: inline-block;
    height: 32px;
    font-size: 13px;
    font-weight: 500;
    color: rgba(0, 0, 0, 0.6);
    line-height: 32px;
    background-color: rgb(228, 228, 228);
    margin-top: 5px;
    padding: 0px 12px;
    border-radius: 16px;
}
.chip img {
    float: left;
    height: 32px;
    width: 32px;
    margin: 0px 8px 0px -12px;
    border-radius: 50%;
}

/**************************
        ACHIEVEMENTS
***************************/
#achievements {
    
}
#achievements img {
    max-width: 100%;
}

/**************************
        GOOGLE
***************************/
#google {
    
}

#google .fa-circle, #google .googleRed {
    color: #EA4335;
}

#google .container {
    //border-top: 1px solid #CCC;
}

#howItWorks {
    background: #FFF;
}

#howItWorks .container {
    border-top: 1px solid #CCC;
}

#google > .row > .row > div {
    height: 250px;
}

@media (max-width: 779px) {
    #google > .row {
        padding: 0 15px;
    }
    #google > .row > .row > div > .row > div:last-of-type {
        max-width: 420px;
        margin: 0 auto;
    }
}


/**************************
        CTA
***************************/
#cta1 {
    background: #DB5E0A;
    color:#FFF;
}

#cta2 {
    background: #DB5E0A;
    color: #FFF;
}

/**************************
        PRICING
***************************/

#pricing {
    
}

#pricing h3 {
    text-decoration: underline;
}

#pricing .btn {
    margin-top: 20px;
}

.price-teachers, .price-schools {
    padding: 0px 20px 0px 20px;
    margin-top: 10px;
    margin-bottom: 30px;
}

.price-teachers h3, .price-schools h3 {
    margin-top: 0px;
}

.price-teachers {
    border-right: 1px dotted #CCC;
}
.margin-bottom {
    margin-bottom: 80px;
}
.margin-bottom-less {
    margin-bottom: 50px;
}


/**************************
        ABOUT/MISSION
***************************/
#mission {
    
}


/**************************
        FOOTER
***************************/
#footer {
    background: #888;
    color: #FFF;
}

.featuresCentered {
    text-align: center
}

#footer {
    background: #888;
    color: #FFF;
}

#footer a {
    color: #FFF;
}

#footer ul {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}

#footer ul a {
    text-decoration: none;
    display: block;
    padding: 2px 0 2px 10px;
}

#footer ul a:hover {
    background-color: #999;
}

#footer .padding-0 {
    padding: 0;
}

@media (min-width: 992px) {
    #footer ul a {
        white-space: nowrap;
    }
}

.social-icons {
    padding: 0px;
    margin: 0px;
}

.social-icons a {
    color: #FFF;
}

.social-icons a:hover, .social-icons a:hover i {
    text-decoration: none;
}

.social-icons a i {
    display:block;
    padding: 10px 0;
    transition:all 0.3s ease;
}

.social-icons a:hover i {
    background-color: #777;
}

#legalFooter {
    background-color: #222;
    color: #DDD;
    line-height: 28px;
    white-space: nowrap;
}
@media (max-width: 361px) {
    #legalFooter {
        font-size: 12px;
    }
}

#legalFooter .container {
    padding-top: 5px;
    padding-bottom: 5px;
}

#legalFooter img {
    position: relative;
    top: -2px;
    margin-right: 5px;
    width: 22px;
}

#legalFooter a {
    color: #DDD;
    text-decoration: underline;
}

#legalFooter a:hover {
    color: #FFF;
}


/**************************
        TABS
Vertical Tabs
    custom inclusion of right, left and below tabs 
    http://www.bootply.com/74926 
***************************/
.tabs-right .nav-tabs {
  border-bottom: 0;
}

.tab-content > .tab-pane,
.pill-content > .pill-pane {
  display: none;
}

.tab-content > .active,
.pill-content > .active {
  display: block;
}

/*
.tabs-below > .nav-tabs {
  border-top: 1px solid #ddd;
}

.tabs-below > .nav-tabs > li {
  margin-top: -1px;
  margin-bottom: 0;
}

.tabs-below > .nav-tabs > li > a {
  -webkit-border-radius: 0 0 4px 4px;
     -moz-border-radius: 0 0 4px 4px;
          border-radius: 0 0 4px 4px;
}

.tabs-below > .nav-tabs > li > a:hover,
.tabs-below > .nav-tabs > li > a:focus {
  border-top-color: #ddd;
  border-bottom-color: transparent;
}

.tabs-below > .nav-tabs > .active > a,
.tabs-below > .nav-tabs > .active > a:hover,
.tabs-below > .nav-tabs > .active > a:focus {
  border-color: transparent #ddd #ddd #ddd;
}
*/
/*
.tabs-right .nav-tabs > li {
  float: none;
}
*/
.tabs-right .nav-tabs > li > a {
  //min-width: 74px;
  margin-right: 0;
  margin-bottom: 3px;
}
/*
.tabs-left > .nav-tabs {
  float: left;
  margin-right: 19px;
  border-right: 1px solid #ddd;
}

.tabs-left > .nav-tabs > li > a {
  margin-right: -1px;
  -webkit-border-radius: 4px 0 0 4px;
     -moz-border-radius: 4px 0 0 4px;
          border-radius: 4px 0 0 4px;
}

.tabs-left > .nav-tabs > li > a:hover,
.tabs-left > .nav-tabs > li > a:focus {
  border-color: #eeeeee #dddddd #eeeeee #eeeeee;
}

.tabs-left > .nav-tabs .active > a,
.tabs-left > .nav-tabs .active > a:hover,
.tabs-left > .nav-tabs .active > a:focus {
  border-color: #ddd transparent #ddd #ddd;
  *border-right-color: #ffffff;
}
*/
.tabs-right .nav-tabs {
  //float: right;
  margin-left: 19px;
  //border-left: 1px solid #ddd;
}

.tabs-right .nav-tabs > li > a {
  margin-left: -1px;
  -webkit-border-radius: 0 0px 0px 0;
     -moz-border-radius: 0 0px 0px 0;
          border-radius: 0 0px 0px 0;
}

.tabs-right .nav-tabs > li > a:hover,
.tabs-right .nav-tabs > li > a:focus {
  border-color: transparent;
    background-color: #eee;
}

.tabs-right .nav-tabs .active > a,
.tabs-right .nav-tabs .active > a:hover,
.tabs-right .nav-tabs .active > a:focus {
  border-color: transparent;
  
    background-color: #ddd;
}

body {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}
.force-footer-to-bottom {
    flex: 1;
}

/**************************
       Ambassadors
***************************/
.ambassador {
    padding: 20px;
}

.a_info {
    text-align: center;
}

.a_name {
    
}

.a_name a {
    
}

.a_name a:hover {
    
}

.a_photo img {
    width: 100%;
    border-radius: 20px;
}

.a_twitter {
    
}

.a_role {
    
}

.a_grade {
    
}

.a_grade, .a_role, .a_bio {
    margin-bottom: 4px;    
}

.a_bio {
    text-align: left;
    font-size: 13px;
    color: #999;
}

.a_location {
    
}

.a_connect {
    border-top: 1px solid #CCC;
    padding-top: 10px;
    margin: 10px 15px 0px 15px;
    text-align: center;
}
