/* Custom Stylesheet */
/**
 * Use this file to override Materialize files so you can update
 * the core Materialize files in the future
 *
 * Made By MaterializeCSS.com
 */

nav ul a,
nav .brand-logo {
    color: #444;
}

p {
    line-height: 2rem;
}

.button-collapse {
    color: #26a69a;
}

.parallax-container {
    min-height: 450px;
    //min-height: 380px;

    //line-height: 0;
    height: auto;
    color: rgba(255,255,255,.9);
}
.parallax-container .section {
    width: 100%;
}

@media only screen and (max-width : 992px) {
    .parallax-container .section {
        position: absolute;
        top: 40%;
    }
    #index-banner .section {
        top: 10%;
    }
}

@media only screen and (max-width : 600px) {
    #index-banner .section {
        top: 0;
    }
}

.icon-block {
    padding: 0 15px;
}
.icon-block .material-icons {
    font-size: inherit;
}

footer.page-footer {
    margin: 0;
}

.bold {
    font-weight: bold;
    color: white;
}
.thin {
    font-weight: 200;
    color: white;
}
.thin-black{
    color: #4db6ac !important;
}
/*Custome Modal Width*/
#login {
    width: 40%;
    background-color: #ffffff;
}
@media only screen and (max-width: 992px){
    #login {
        width: 80%;
        background-color: #ffffff;
    }
}

.what-we-offer {
    font-weight: 200;
    text-align: center;
}
@media only screen and (max-width: 992px){
    .what-we-offer {
        font-size: 3.2rem;
    }
}
.light{
    text-align: center;
}
.registration {
    font-weight: 200;

}
@media only screen and (max-width: 992px){
    .registration {
        font-size: 3.2rem;
    }
}
.courses {
    font-weight: 220;
    text-align: center;
}
@media only screen and (max-width: 992px){
    .courses {
        font-size: 3.2rem;
    }
}
.pricing-small{
    font-size: 25px;
    font-weight: 100;  
    text-align: center;
    color: white;
}
.center-div{
    text-align: center;
}
.floating-bubble a {
    background: #fbc02d !important;//#f37021;
    color: #ffffff;
    font-size: 16px;
    font-weight: 100;
    font-weight: bold;
    padding: 10px 20px;
    text-decoration: none;
    text-transform: uppercase;
    border-radius: 5px 5px 0px 0px;
}
#request-call-back {
    top: 300px;
    width: 200px;
    right: -81px;
}
.floating-bubble {
    position: fixed;
    right: -45px;
    top: 150px;
    -ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
}
.floating-bubble {
    top: 223px !important;
}
@media (min-width: 1200px)
.visible-lg {
    display: block!important;
}

.deep-blue-700-bg {
    background: #fbc02d !important;
}
.text-white {
    color: #fff;
}
@media (min-width: 481px){
section {
    padding: 2em 3em;
}
}
section {
    overflow: hidden;
    overflow-y: visible;
    padding: 2em 1em;
    position: relative;
    display: inherit !important;
}