/*!
 * Start Bootstrap - Scrolling Nav HTML Template (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */
/*

*/
body {
    width: 100%;
    height: 100%;
}

html {
    width: 100%;
    height: 100%;
}






/* Media */
/************************* Tiny devices (smart phones, < 768px and up) */

@media(max-width:767px) {

    .imagem-logo{
        display: block;
        background-image: url(../images/logo-mobile.jpg);
        width: 41px;
        height: 50px;
    }

    .top-nav-logo {
        display: block;
        background-image: url(../images/logo-mobile.jpg);
        width: 41px;
        height: 50px;

    }

    
    .content-section p{
        padding-top: 50px !important; 
        padding-bottom: 0 !important;
    }
    


    .general-paragraph{
        padding: 0px 10px !important;
    }

/*-------- intro section */

    .intro-section{
        padding-top: 80px !important;
        text-align: center !important;
    }


    .wristband{
        width: 200px;
        height: auto;
    }

    .title-bullybug{
        padding-top: 35px !important;
    }

    .bullybug-logo-intro{
        position: relative;
        width: 200px;
        left: 50% !important;
        margin-left: -100px !important;
    }

    .intro-section h2{
        font-size: 24px;
    }

    .intro-section h3{
        font-size: 19px;
    }

    /*-------- student section */

    .students-bg{
        background-size: 280%;
    }

    



}




/*/////////////////////// Small devices (tablets, 768px and up) */
@media(min-width:768px) {

    .navbar {
        padding: 51px 0 37px 0;
        -webkit-transition: background .5s ease-in-out,padding .5s ease-in-out;
        -moz-transition: background .5s ease-in-out,padding .5s ease-in-out;
        transition: background .5s ease-in-out,padding .5s ease-in-out;
    }

    /* Actions when scroll */

    .top-nav-collapse {
        padding: 0px 0 ;
    }

    .top-nav-logo {
        display: block;
        background-image: url(../images/logo-mobile.jpg);
        width: 41px;
        height: 50px;
    }

    .nextsteps-section p{
        padding: 0px 50px !important;
    }
    
   /* Logo */

    .imagem-logo{
        display: block;
        background-image: url(../images/logo.jpg);
        width: 195px;
        height: 50px;
    }

    .top-nav-logo {
        display: block;
        background-image: url(../images/logo-mobile.jpg);
        width: 41px;
        height: 50px;
    }

    .top-nav-collapse {
        padding: 20px 0 ;
    }

    /*-------- menu ------*/
    .navbar-default .navbar-nav>li>a {
        padding-left: 8px !important;
        font-size: 13px !important;
    }



}


/*/////////////////////// medium devices (tablets, 992px and up) */
@media(min-width:992px) {



    /*-------- menu ------*/
    .navbar-default .navbar-nav>li>a {
        padding-left: 15px !important;
        font-size: 16px !important;

    }




}

@media(max-width:992px) {


    h2{
       font-size: 18pt !important;
    }

    h3{
        font-size: 15pt !important;
     }  
        
    .wristband{
        width: 250px !important;
    }

    .bullybug-logo-intro{
        width: 230px;
    }

}







h1{
   font: 23pt 'Lato', serif;,Arial,sans-serif;
   font-style: normal;
   font-weight: 900;
   padding-bottom: 50px;

}

h2{
   font: 26pt 'Lato', serif;,Arial,sans-serif;
   font-style: normal;
   font-weight: 900;
}

h3{
    font: 18pt 'Lato', serif;,Arial,sans-serif;
    font-style: normal;
    font-weight: 400;
}

p{
    font: 13pt 'Lato', serif;,Arial,sans-serif;
    font-style: normal;
    font-weight: 400;
}

.divider{
    display: inline-block;
    text-align: center;
    width: 10px;
    border: 1px solid #fff;
    margin-bottom: 10px;
}

section{
    padding: 80px 0 120px 0;
}

.general-paragraph{
    padding: 0px 80px;
}




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

/* menu centralizado no celular */
.navbar-nav li a {
        text-align: center !important;
}



/* ----------- menu --------------- */

.page-scroll{
    font: 13pt 'Lato', serif;,Arial,sans-serif;
    font-style: normal;
    font-weight: 900;
    text-transform:  uppercase;
    
}

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


.navbar-default {
    background-color: #fff;
    border-color: #fff;
}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
    color: #EC1C24;
    background-color: #fff;

}

.navbar-default .navbar-nav>li>a {
    color: #13293F;
} 



/* toogle menu */
.navbar-default .navbar-toggle {
    border-style: none;
    border-color: #ddd; 
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #000;
}






.intro-section {
    padding-top: 200px;
    padding-bottom: 100px;
    text-align: left;
    height: auto;
}

.title-bullybug{
    padding-top: 80px;
}


/*-----------------------------------------*/




.about-section {

    text-align: center;
    background: #000;
    color: #fff;
}


.about-text{
    padding:  10% 0px;
}

.about-video{
    padding-top: 10%;
    padding-bottom: 0px;
   
}

.title-about{
    display: inline-block;
    text-align: center;
    padding-bottom: 20px;
}



/* Button */

.btn-default {
    margin-top: 50px;
    color: #000;
    background-color: #fff;
    border-color: #fff;
}

.btn-group-lg>.btn, .btn-lg {
    padding: 14px 22px;
    font: 15pt CircularStdbold,Helvetica,Arial,sans-serif;
    text-transform:  uppercase;
    line-height: 1.3333333;
    border-radius: 16px;
}


/*------------ about ---------------*/

.about-section {
    /*height: 100%;*/
    text-align: center;
    background: #13293F;
    color: #ffffff;
}


.about-section h1{
    color: #ffffff;
}





/*------------ content ---------------*/



.content-section {
    /*height: 100%;*/
    text-align: center;
    background: #EC1C24;
    color: #ffffff;
}

.scene-line{
    padding: 30px 0;
}

.content-section p{
    padding: 110px 40px;
}

.content-section h1{
    color: #ffffff;
}


/*------------ how does ---------------*/

.howdoes-section {
    text-align: center;
    background: #ffffff;
    color: #13293F;
    padding-bottom: 0;
}


.howdoes-section p{
    text-align: left;
    font-size: 11pt;
    padding: 12px 0;
}

.howdoes-section h1{
    color:  #13293F;
    padding-bottom: 100px;
}

.howdoes-section .icons .row{
    margin: 30px 0;
}




/*------------ In pratice ---------------*/

.inpratice-section {
    /*height: 100%;*/
    text-align: center;
    background: #13293F;
    color: #ffffff;
}



.inpratice-section h1{
    color: #ffffff;
}



/*------------ Next steps ---------------*/

.nextsteps-section {
    /*height: 100%;*/
    text-align: center;
    background: #E0E1E2;
    color: #13293F;
}



.nextsteps-section h1{
    color: #13293F;
}


/*------------ Students ---------------*/

.student-section{
    padding: 0;
}

.students-bg{
    background-image: url("../images/studants.jpg") ;
    text-align: center;
    background-color: #e8d9ba;
    background-repeat: no-repeat;
    background-attachment: fixed;
    height: 600px;
    background-position: center; 
}


/*------------ Partners ---------------*/

.partners-section {
    /*height: 100%;*/
    text-align: center;
    background: #ffffff;
    color: #13293F;
}


.partners-section p{
    padding: 0px 40px;
    font-size: 9pt;
}

.partners-section h1{
    color: #13293F;
}





/*! Retirando bordas das grides centrais */

.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .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-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    position: relative;
    min-height: 1px;
    padding-right: 0px; 
    padding-left: 0px; 
}


/* retirando margem das rows */

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














