
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;
}

/* 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;
}


/* 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;
}


.jumbotron,
.cw-profile-main {
    background: black url("../images/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;
}

