@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700,800&display=swap');
/* font-family: 'Montserrat', sans-serif; */

body {
    font-family: 'Montserrat', sans-serif;
}

.btn-primary {
    color: #fff;
    background-color: #039bda;
    border-color: #039bda;
}

.tblue {
    font-weight: 600!important;
    color: #009bdb!important;
}

.btn-blue {
    display: block!important;
    color: #009bdb!important;
    font-size: 1.1em!important;
}

.starter-template {
    padding: 3rem 1.5rem;
    text-align: center;
}

.getting-competitive {
    background: url(../images/bg-mountain.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.scrollspy-example-2 {
    position: relative;
    height: 590px;
    overflow: auto;
}

.slide-top {
    background: url(../images/bg-summercamp-2.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 250px 0;
    margin-top: -110px;
    position: relative;
}

.navbar {
    position: relative;
    z-index: 1000;
}

.bg-light {
    background-color: #f8f9fa00!important;
}

.btn-email {
    position: relative;
    bottom: -400px;
    float: left;
}

.slide-top h1 {
    color: #331c54;
    font-size: 60px;
    font-weight: 500;
}

.slide-top .lead {
    font-size: 1.8em;
    line-height: 38px;
    color: #009cde;
    font-weight: 700;
}

.slide-top .lead-small {
    font-size: 18px;
    color: #331c54;
    font-weight: 700;
}

.navbar-brand img {
    width: 200px;
    margin-top: 10px;
}

.navbar-light .navbar-nav .nav-link {
    color: rgb(255, 255, 255);
    font-size: 14px;
    font-weight: 600;
    padding: 0 20px;
}

.ml80 {
    margin-left: 80px;
}

.mr80 {
    margin-right: 80px;
}

ul {
    list-style: none;
    padding: 0;
}

.slide-top li {
    font-size: 18px;
    color: #fff;
    padding: 6px 0;
}

.t380 {
    position: relative;
    top: 250px;
}

.bg-gray {
    background-color: #f1f2f4;
}

.subtitle .lead {
    font-size: 18px;
    font-weight: 400;
}

.starter-template.subtitle {
    padding: 70px 1.5rem;
    text-align: center;
}

.getting-competitive li {
    font-size: 20px;
    color: #fff;
    padding: 5px 0;
}

.getting-competitive h1 {
    font-size: 50px;
    color: #fff;
}

.getting-competitive .lead {
    color: #fff;
    font-size: 16px;
}

.getting-competitive {
    padding: 90px 0;
}

.getting-competitive span {
    text-align: left;
    padding-left: 0;
    display: inline-block;
    /* top: 15px; */
    position: relative;
    margin-left: 10px;
}

.leaderboard {
    background: url(../images/bg-leaderboard.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    padding: 50px 0px;
}

.programscope {
    background: url(../images/bg-bottom.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    padding: 50px 0px;
}

.leaderboard .big, .programscope .big {
    font-size: 60px;
    color: #fff;
}

.mt50 {
    margin-top: 50px;
}

.leaderboard thead, .programscope thead {
    background: #4f2d7f;
    color: #fff;
}

.table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e600;
}

table .table {
    border-color: transparent!important;
}

.leaderboard tbody tr, .programscope tbody tr {
    background-color: #f7f7f7;
}

footer {
    padding: 20px 30px!important;
}



.btn-footer {
    padding: 0 20px;
    color: #4f2d7f;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
}

a:hover {
    color: #331b56;
    text-decoration: none;
}

.rewards {
    background: #fefefe;
    background: -moz-linear-gradient(top, #fefefe 0%, #dfdfdf 100%);
    background: -webkit-linear-gradient(top, #fefefe 0%,#dfdfdf 100%);
    background: linear-gradient(to bottom, #fefefe 0%,#dfdfdf 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefefe', endColorstr='#dfdfdf',GradientType=0 );
    padding: 42px 0px;
}

.card {
    border-radius: 15px;
}

.img-position {
    margin: 0 auto;
    position: relative;
    top: -50px;
}

.card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem;
    margin: 0 auto;
    padding-bottom: 50px;
    margin-top: -20px;
}

.getready {
    background: #4f2d7f;
    background: -moz-linear-gradient(45deg, #4f2d7f 0%, #a44dc4 100%);
    background: -webkit-linear-gradient(45deg, #4f2d7f 0%,#a44dc4 100%);
    background: linear-gradient(45deg, #4f2d7f 0%,#a44dc4 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4f2d7f', endColorstr='#a44dc4',GradientType=1 );
    padding: 80px 0;
}

.box-getready h1 {
    color: #fff;
    font-size: 60px;
}

.getready h3 {
    color: #fff;
    font-size: 34px;
    font-weight: 300;
}

.title span {
    color: #fff;
    font-size: 28px;
    font-weight: 500;
}

.getready .arrow {
    padding: 0 10px;
    width: 45px;
    margin-top: -5px;
}

.mt30 {
    margin-top: 30px;
}

.mb100 {
    margin-bottom: 100px;
}

.mb50 {
    margin-bottom: 50px;
}

.box-activities {
    color: #fff;
}

.box-activities .arrow-activities {
    margin: 0 40px 0 0;
    padding: 8px;
    padding-left: 0;
    margin-top: 120px;
}

.getready button {
    background: transparent;
    border: none;
    cursor: pointer;
}

button:focus {
    outline: 0px dotted;
    outline: 0px auto -webkit-focus-ring-color;
}

.skills {
    background: #ffffff;
    background: -moz-linear-gradient(top, #ffffff 0%, #dfdfdf 100%);
    background: -webkit-linear-gradient(top, #ffffff 0%,#dfdfdf 100%);
    background: linear-gradient(to bottom, #ffffff 0%,#dfdfdf 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#dfdfdf',GradientType=0 );
    padding: 30px 0 80px;
}

.skills .nav-tabs .nav-item {
    margin-bottom: -1px;
    width: 33.333333%;
    text-align: center;
    font-weight: 600;
    font-size: 18px;
}

.skills .nav-tabs .nav-link {
    border: 1px solid #ffffff;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    background: #e6e6e8;
    color: #7f7b8a;
}

.skills .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #fff;
    background-color: #7f7b8a;
    border-color: #dee2e6 #dee2e6 #fff;
}

.skills .tab-content {
    background: #fff;
    height: 460px;
    border-radius: 0 0 20px 20px;
    padding-right: 40px;
}

.skills .tab-content h1 {
    color: #d10074;
    font-size: 24px;
    text-transform: uppercase;
    margin-bottom: 20px;
    margin-top: 50px;
}

.skills h2 {
    color: #000;
    font-size: 16px;
    font-weight: bold;
}

.skills .tab-content p {
    color: #000;
    font-size: 14px;
}

.bg-light {
    background-color: transparent!important;
}

.cwhite {
    color: #fff;
}

.getting-competitive h1 {
    font-size: 5em!important;
    color: #fff!important;
    font-weight: 700!important;
    letter-spacing: -2px!important;
    line-height: 80px;
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #fff!important;
    background-color: #039bda!important;
}

#pills-tab a {
    color: #039bda;
    text-decoration: none;
    background-color: transparent;
}

/* Extra large devices (large desktops, 1200px and up) */
@media (max-width: 1300px) { 
    .slide-top h1 {
        color: #331c54;
        font-size: 50px;
        font-weight: 500;
    }

    .slide-top .lead {
        font-size: 24px;
        color: #331c54;
        font-weight: 800;
    }
 }

 @media (max-width: 1100px) { 
    .slide-top h1 {
        font-size: 45px;
        margin-left: -50px;
    }

    .slide-top .lead {
        font-size: 20px;
        margin-left: -50px;
    }

    .slide-top .lead-small {
        margin-left: -50px;
    }

    .btn-trailer {
        margin-left: -50px;
    }

    .slide-top li {
        font-size: 14px;
    }

    .slide-top ul {
        margin-left: 46px;
    }

    .navbar-light .navbar-nav .nav-link {
        color: rgb(255, 255, 255);
        font-size: 14px;
        font-weight: 600;
        padding: 0 10px;
    }
 }

 .skills li {
     font-size: 14px;
 }

 .twhite {
     color: #fff;
     font-weight: 600!important;
 }

 .mt10 {
     margin-top: 10px;
 }

.row-jobtitle {
    background: #039bda!important;
    color: #fff!important;
    font-weight: 600!important;
}

.table thead th {
    width: 33.3333%;
}


@media (max-width: 700px) { 
    .slide-top h1 {
        margin-left: 0px;
    }

    .slide-top .lead {
        margin-left: 0;
    }

    .btn-trailer {
        margin-left: 0;
    }

    .slide-top ul {
        margin-left: 0;
        margin-top: 50px;
        position: relative;
        top: 30px;
    }

    .slide-top {
        background: url(../images/bg-summercamp-2-mobile.png);
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
        padding: 150px 0 80px;
        margin-top: -110px;
        position: relative;
    }

    .slide-top .mt-5 {
        margin-top: 0rem!important;
    }

    .slide-top .lead {
        line-height: 24px;
    }

    .slide-top h1 img {
        width: 100%!important;
    }

    .text-center-m {
        text-align: center!important;
        margin: 0 auto!important;
        position: static!important;
    }

    .float-right.float-mobile {
        float: initial!important;
        margin-top: 20px!important;
    }

    .getting-competitive h1 {
        font-size: 3.5em!important;
        color: #512d8d!important;
        letter-spacing: -1px!important;
        margin-bottom: 20px;
    }

    .getting-competitive small {
        color: #512d8d!important;
    }

    .tblue {
        font-size: 2rem;
    }

    .getting-competitive {
        background: url(../images/bg-mountain-mobile.png);
    }

    .lead {
        font-size: 1rem;
        font-weight: 300;
        line-height: 1.2rem;
    }

    .mt-m-20 {
        margin-top: 20px!important;
        display: block;
    }

    .mt-m-100 {
        margin-top: 100px;
    }

    .navbar-light .navbar-nav .nav-link {
        color: #3f2369;
        font-size: 14px;
        font-weight: 600;
        padding: 8px 10px;
    }

    .navbar-light .navbar-toggler {
        border: none;
    }

    .h1, h1 {
        font-size: 2rem;
    }

    .slide-top li {
        font-size: 18px;
    }

    .programscope, .leaderboard, .getready, .skills {
        padding: 20px 0px;
    }

    .skills .nav-tabs .nav-item {
        font-size: 14px;
    }

    /* .scrollspy-example-2 {
        position: relative;
        height: 100%;
        overflow: auto;
        padding: 15px;
    } */

    .tab-content>.active {
        display: block;
        padding: 15px;
    }

    .skills .tab-content h1 {
        margin-top: 0px;
    }

    .skills .tab-content {
        background: #fff;
        height: auto;
        border-radius: 0 0 20px 20px;
        padding-right: 0px;
    }

    .btn-footer {
        display: block;
    }
 }