
a, 
a:focus, 
a:hover,
a:active {
    text-decoration: underline;
}

.cw-header h1, 
.cw-header h2, 
.cw-header p, 
.cw-header ul {
    font-size: 1.1rem;
    text-transform: uppercase;
    font-weight: 500;
    line-height: 1.5;
    margin-bottom: 0;
}
.cw-header ul li:not(:last-child) {
    margin-right: 1rem;
}
#logout-form {
    display: inline;
}
    #logout-form button {
        background: none;
        border: none;
        cursor: pointer;
        padding: 0;
        text-decoration: underline;
        font-size: 1.1rem;
        text-transform: uppercase;
    }

/* FORMS */
.form-group .form-text {
    margin-bottom: 0;
}
.btn,
.btn:hover, 
.btn:focus, 
.btn:active {
    text-decoration: none;
}

/* LANDING PAGE & MAIN PAGE */
h2 {
    font-weight: 400;
}

h3 {
    font-weight: 400;
    font-size: 1.25rem;
}

.jumbotron {
    padding-top: 2rem;
    padding-bottom: 2rem;
}
    .jumbotron h2 {
        font-size: 2.25rem;
        font-weight: 600;
    }
    .jumbotron p {
        font-size: 1.5rem;
        font-weight: lighter;
    }
    .jumbotron .lead {
        font-size: 1.5rem;
        font-weight: 500;
    }
    .jumbotron a {
        font-weight: 700;
    }
    .jumbotron .btn {
        text-decoration: none;
        padding: 0.8rem 4rem;
        font-size: 1.5rem;
    }

.fa-ul li h3, 
.fa-ul li p {
    padding-left: 1rem;
}
.fa-ul li h3 {
    margin-bottom: 0.25rem;
}
.fa-li {
    padding-top: 0.25rem;
}
    .fa-li i {
        font-size: 1.5rem;
    }

@media (min-width: 992px) { 
    .cw-ul-wide{
        display: flex;
    }
    .cw-ul-wide li {
        display: inline;
        width: 100%;
    }
    .cw-ul-wide li:not(:last-child){
        padding-right: 3rem;
    }
}

.cw-author .card-title {
    font-size: 1.25rem;
    letter-spacing: -0.05rem;
    width: 60%;
    text-transform: uppercase; 
    padding: 0.5rem 0 1rem 0.5rem;
    margin: 0;
}
.cw-author .card-text {
    width: 40%;
    text-align: center;
    position: relative;
    left: 0.5rem;
    top: -0.5rem;
    font-size: 0.9rem;
}

/* COURSE */
.cw-course-main h1 {
    font-size: 1.8rem;
}
.cw-menu-pane {
    border-top-left-radius: .25rem!important;
    border-bottom-left-radius: .25rem!important;
}
.cw-content-pane {
    border-top-right-radius: .25rem!important;
    border-bottom-right-radius: .25rem!important;
}
@media (max-width: 991.98px) {
    .cw-menu-pane {
        border-top-right-radius: .25rem!important;
        border-bottom-left-radius: 0!important;
    }
    .cw-content-pane {
        border-bottom-left-radius: .25rem!important;
        border-top-right-radius: 0!important;
    }
}

.cw-course-menu {
    margin: 0;
    padding: 0;
    width: 100%;
}
    .cw-course-menu li {
        list-style-type: none;
    }
        .cw-course-menu a {
            text-decoration: none;
            display: block;
            padding: 0.75rem 1rem;
        }
            .cw-course-menu li.cw-locked a {
                pointer-events: none;
                cursor: default;
            }
            .cw-section-item.cw-active {
                font-weight: bold;
            }
            .cw-chapter-item ul {
                padding: 0;
            }
                .cw-section-item a {
                    padding: 0.5rem 0 0.5rem 2.5rem;
                    font-size: 0.9rem;
                }


.cw-thumb {
    width: 10rem;
}
.cw-section {

}
    .cw-section h2 {
        font-size: 1.4rem;
        font-weight: 600;
    }
    .cw-section h3 {
        font-size: 1rem;
        font-weight: 600;
        text-transform: none;
    }
    .cw-section li {
        padding-bottom: 0.5rem;
    }
    .cw-section p {
        margin-bottom: 0.5rem;
    }
    .cw-section .cw-section-quiz-done {
        margin-top: 1.5rem;
    }
    
.cw-section-lesson .cw-section-next {
    margin-top: 1.5rem;
}

/* COLORS */
body {
    color: #232121;
}

a,
a:focus,
a:hover, 
a:active,
.asteriskField,
.fa-li i,
.fa-li span {
    color: #C02328;
}

.jumbotron .btn,
.btn-primary {
    border-color: #C02328;
    background-color: #C02328;
}
    .btn-primary:hover, 
    .btn-primary:focus, 
    .btn-primary:active {
        border-color: #d6282f;
        background-color: #d6282f !important;
    }

.cw-header {
    border-top: 5px solid #EDEDED;
}

.cw-main {
    border-top: .25rem solid #ECECE8;
    border-bottom: .25rem solid #ECECE8;
}

.cw-menu-pane {
    background-color: #EAECEE;
}
    .cw-course-menu li {
        border-bottom: 1px solid #D5D8DC;
    }
    .cw-course-menu a, 
    .cw-course-menu i {
        color: #273746;
    }
    .cw-course-menu a:hover {
        background-color: white;
    }
    .cw-course-menu .cw-completed a, 
    .cw-course-menu .cw-completed i {
        color: gray;
    }
    .cw-chapter-item.cw-active {
        background-color: rgb(240, 240, 240);
    }
    .cw-section-item.cw-active {
        background-color: white;
    }
    .cw-course-menu .cw-active a, 
    .cw-course-menu .cw-active i {
        color: #273746;
    }

.cw-footer {
    border-top: .75rem solid #F0F0ED;
}

.jumbotron,
.cw-course-main, 
.cw-profile-main {
    background: black url("../img/peter-gargiulo-cGNCepznaV8-unsplash.jpg") repeat top center;/* Photo by Peter Gargiulo on Unsplash */
}

.jumbotron,
.cw-author .card-title,
.cw-author .card-text {
    color: white;
}

.cw-stripe {
    background: #F0F0ED; 
    border-top: 5px solid #ECECE8;
}

.cw-author .card-title {
    background: rgba(36, 27, 28, 0.9);
}
.cw-author .card-text {
    background-color: #C02328;
}


/* FONT AWESOME ICONS - .fa, .fab, .fad, .fal, .far, .fas */

.jumbotron i {
    color: white;
    font-size: 18rem;
    opacity: 0.4;
}

/* icons in the menu */
.cw-course-menu .cw-status {
    width: 1.3rem;
    margin-right: 1rem;
    float: left;
}
    .cw-chapter-item i {
        font-size: 1.5rem;
    }
    .cw-section-item i {
        font-size: 1.2rem;
    }
    .cw-section-item .cw-status {
        margin-right: 0.5rem;
    }
    .cw-course-menu .fa-stack {
        width: 100%;
    }
    .cw-course-menu .fa-stack-1x {
        font-size: 0.7rem;
        line-height: 1.5rem;
    }

/* icons in the texts */
.cw-section h1 i,
.cw-section .fa-li span {
    font-size: 1.8rem;
}

.cw-section .fa-ul {
    margin-top: 2rem;
}
.cw-section .fa-ul li {
    margin-top: 1rem;
}
    .cw-section .fa-ul li li {
        margin-top: 0;
    }

@media (max-width: 575.98px) {
    .cw-section .fa-ul {
        margin-left: 2rem;
    }
    .fa-ul li p {
        padding-left: 0;
    }
    .cw-section .fa-li span {
        font-size: 1rem;
    }
}
