::-moz-selection {
    background: #343a40;
    color: #fff;
}
::selection {
    background: #343a40;
    color: #fff;
}
::-moz-selection {
    background: #343a40;
    color: #fff;
}
body{
    font-family: "Montserrat", Arial, sans-serif;
    overflow: none;
    color : #2E343B;
}
a.nav-link{
    font-family: "Quicksand", sans-serif;
    font-weight: 700;
    color : #2E343B;
    text-transform: uppercase;
    font-size: 0.8em;
}
.bg{
    background-color: #23D1E0;
}
.btn,.btn:hover,.btn:active{
    background-color: #23D1E0;
    color : #fff;
    border: 0px;
}
.text-blue{
    color : #23D1E0 !important;
}
.bg-dark{
    background-color: #454E6C;
}
.bg-light-gray{
    background-color: #eff9ff;
}
.btn-dark,.btn-dark:hover,.btn-dark:active{
    background-color: #454E6C;
    color : #fff;
}
.text-dark{
    color : #454E6C !important;
}
.text-light-gray{
    color : #919CC1;
}
.serif{
    font-family: "Quicksand", sans-serif;
}
.text-serif{
    font-family: Georgia, "Times New Roman", Times, serif;
}
.text-dark-gray{
    color : #454E6C;
}
.text-red{
    color: #FD413C !important;
}
.letter-spacing-wide{
    letter-spacing: 0.3em;
}
.is_stuck.stick-right{
    right : 0px;
    left : auto;
}
strong{
    font-family : 'Quicksand', sans-serif;
}
/**  Navbar styling */
.navbar{
    padding-top : 0px;
    padding-bottom: 0px;
    position: absolute;
    top : 0px;
    left: 0px;
    width: 100%;
    background: transparent;
    z-index : 100000;
}
.logo{
    max-height: 50px;
}
.logo.scrolled{
    display: none;
}
.navbar.scrolled .logo{display: none;}
.navbar.scrolled .logo.scrolled{display: inline;}
.navbar.scrolled{
    margin-top: -60px;
    position: fixed;
    background : #fff;
    background: #fff !important;
    -webkit-box-shadow: 0px 1px 10px -2px rgba(0, 0, 0, 0.35);
    -moz-box-shadow: 0px 1px 10px -2px rgba(0, 0, 0, 0.35);
    box-shadow: 0px 1px 10px -2px rgba(0, 0, 0, 0.35);
}
.navbar.awake {
    margin-top: 0px;
    -webkit-transition: .3s all ease-out;
    -o-transition: .3s all ease-out;
    transition: .3s all ease-out;
}
.navbar.sleep {
    -webkit-transition: .3s all ease-out;
    -o-transition: .3s all ease-out;
    transition: .3s all ease-out;
}
/** Section Styling */
section{
    padding-top : 90px;
    padding-bottom: 60px;
}
.icon{
    width : 20%;
    max-width: 64px;
    height : auto;
}
.section-title{
    margin: 0px;
    text-align: center;
    font-weight : 300;
}
.section-subtitle{
    letter-spacing: 0.3em;
    font-weight: normal;
    text-transform: uppercase;
    font-size : 1rem;
    text-align: center;
}
#hero .row{
    min-height : 80vh;
}
#hero .jumbotron{
    background-color: transparent;
    margin: 0px;
}
#hero h1{
    font-size : 40px;
    font-weight: 700;
}
#hero .jumbotron p{
    font-size: 1.15em;
}


#help .nav-link{
    color : #fff;
    cursor: pointer;
}
#help .nav-link.active{
    color : #343a40;
    background : #fff;
}
#help .card-body h5{
    font-size : 1.1rem;
}
#help .card-body p{
    font-size : 0.9rem;
}
#teams-panel, #ideas-panel{
    background-image: url(./media/splash-scholarship.png);
    background-repeat: no-repeat;
    background-size: 80%;
    background-position: center;
    background-color: #b7eef1;
}
#ideas-panel{
    background-image: url(./media/splash-apply.png);
    background-color: #dbfaef;
}
@media (max-width: 767px)
{
    #hero{
        text-align: center;
    }
    #hero .row{
        min-height : 0;
    }
    .navbar{
        background-color: #fff;
        position: relative;
    }
}