.navbar-spacer {
    margin-left: 6%;
}

.no-margin {
    margin-left: -15px !important;
    max-height: none;
}




.no-padding {
    padding-left: 0px;
}

.login-stuff-wrapper {
    margin-top: 10px;
}

.login-stuff-wrapper a {
    margin-right: 20px;
}

.login-stuff-wrapper a:hover {
    text-decoration: none;
}

.navbar-nav>li>a {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 100%;
}



.content-area .jumbotron {
    height: 50%;
    text-align: center;
    margin-bottom: 0;
}

.slideshow-step-box {
    
}

.item-box-container {
    text-align: center;
    padding-top: 2%;
    padding-bottom: 2%;
}

.item-box {
    margin: 1%;
    display: inline-block;
    height: 30%;
    width: 30%;
    background-color: #306ECA;
    text-align: center;
    border-radius: 5%;
}

.item-box-title {
    color: white;
    position: relative;
    top: 50%;
    line-height: 0;
    font-size: 200%;
}

/*
 * Side bar Nav styling
 */
.side-bar-item {
    border-top: 1px solid #D2EEFD;
    border-bottom: 1px solid #D2EEFD;
    position: relative;
    height: 70px;
}

.sub-items-wrapper {
    border-bottom: 1px solid #D2EEFD;
}

.arrow {
    position: absolute;
    right: 7%;
    top: 40%;
    border: 1px solid #cdeeff;
    padding: 1%;
    border-radius: 100%;
}

.side-bar-sub-item {
    height: 50px;
}

.side-bar-sub-item-connector-box {
    float: left;
    height: 100%;
    width: 50px;
    position: relative;
}

#itembox .nav .module-content-wrapper .sub-items-wrapper .side-bar-sub-item:last-child .side-bar-sub-item-connector-box .connector
    {
    height: 50%;
}

#itembox .nav .module-content-wrapper .sub-items-wrapper .side-bar-sub-item:first-child .side-bar-sub-item-connector-box .connector
    {
    bottom: 0;
    top: 50%;
    height: 50%;
}

.connector {
    height: 100%;
    background-color: #CDCDCD;
    width: 4px;
    position: absolute;
    left: 48%;
    top: 0;
    z-index: 20;
}

.neon-icon {
    top: 10px;
    position: absolute;
    left: 10px;
    border-radius: 100%;
    z-index: 400;
}

.side-bar-sub-item-title-box {
    height: 100%;
    width: 250;
    left: 50px;
    position: relative;
}

.side-bar-sub-item-title {
    position: absolute;
    line-height: 10%;
    top: 45%;
    left: 5%;
}

.side-bar {
    width: 300px;
    background-color: gray;
}

.item-text {
    position: absolute;
    line-height: 10px;
    top: 30px;
    left: 20px;
}

/*
 * Content display page styling
 */
.content-area {
    padding: 1% 3% 1% 3%;
    float: left;
    width: 10%;
}

.course-jumbotron-settings {
    text-align: center;
    height: 300px;
}

.course-jumbotron {
    text-align: center;
    margin-top: 0;
    margin-bottom: 0;
}

.course-jumbotron h2 {
    margin-top: 0px;
    margin-bottom: 0px;
    line-height: 200%;
    background-color: yellow;
}

.course-jumbotron a {
    float: left;
    top: 6px;
}

.courses-jumbotron-settings {
    text-align: center;
    height: 90px;
    padding-bottom: 50px;
}

.courses-jumbotron-title {
    line-height: 0;
    font-size: 30px;
}

.course-view-settings {
    
}

.courses-view-settings {
    padding-left: 20%;
    padding-right: 20%;
    padding-top: 2%;
}

.course-view-box-settings {
    margin-bottom: 20px;
    min-height: 150px;
    border: 1px #2d2d2d solid;
    border-color: rgba(1, 1, 1, 0.1);
    border-radius: 5px;
    box-shadow: 2px 2px 1px rgba(1, 1, 1, 0.1);
    background-color: white;
    width: 100%;
}

.course-view-box-setting-left {
    padding: 20px;
    padding-right: 20px;
}

.course-view-box-setting-right {
    
}

.course-view-box-info-box {
    width: 65%;
    margin-left: 120px;
    min-height: 90px;
}

.course-view-box-title {
    font-weight: 900;
    font-size: 20px;
    letter-spacing: 3px;
}



.margin-right-90 {
    margin-right: 90px;
}

.course-view-box-description {
    margin-top: 5px;
}

.course-view-box-settings .col-md-6 .vertical-content-nav-bar-item:last-child
    {
    border-bottom: none;
}

.home-jumbotron .caption-container {
    max-width: 550px;
    margin-top: 100px;
    margin-left: 40px;
}

.home-jumbotron {
    background-image: url('/assets/img/3d-android-colorful-wallpaper.jpg');
    background-size: 100%;
    min-height: 400px;
    position: relative;
}

.home-jumbotron .btn {
    margin-top: 20px;
}

.home-jumbotron .caption-container h1 {
    font-size: 38.5px;
}

.home-jumbotron .caption-container h1,.home-jumbotron .caption-container p
    {
    margin: 0;
    line-height: 1.25;
    color: #fff;
    text-shadow: 0 1px 1px rgba(0, 0, 0, .4);
}




/* tiny screens ----------- */
@media ( min-width : 0px) and (max-width : 760px) {
    .navbar-nav li a img {
        display: none;
    }
    .nav>.hidden-on-big-screen {
        display: block;
    }
    .nav>.hidden-on-small-screen {
        display: none;
    }
    .navbar-default .navbar-nav .open .dropdown-menu>li>a {
        color: white;
    }
    .navbar-default .navbar-nav .open .dropdown-menu>li>a:hover,.navbar-default .navbar-nav .open .dropdown-menu>li>a:focus
        {
        color: white;
    }
    .navbar-nav .open,.navbar-nav .open:hover {
        background-color: transparent;
    }
}

/* big screens ----------- */
@media only screen and ( min-width : 760px) {
    .nav>.hidden-on-big-screen {
        display: none;
    }
    
    #profilenavbarbutton {
        height: 40px;
    }
}

.menu-active {
    background-color: #257A7C;
}

.jumbotron-wherami {
    padding: 0;
    background-color: #65665F;
    margin-bottom: 10px;
}

.jumbotron-wherami-text {
    color: #C6F2E8;
    line-height: 40px;
    font-weight: 500;
    font-size: 20px;
    padding-left: 6%;
}

.courses-holder {
    padding-left: 20%;
    padding-right: 20%;
}

