.text-expand {
    letter-spacing: 8px;
}

/* Slider fallback color matches slider-bg.png so the section is never white */
.slider {
    background-color: #292c3f;
}

.card {
    border: none;
    background-color: rgba(0,0,0,0) !important;
}

.card h3 {
    color: white;
}

.portfolio .single-portfolio-item .overlay {
    background: rgba(0,0,0,.5)
}

.img-pad-1 { padding: 10px;}
.img-pad-2 { padding: 20px;}
.img-pad-3 { padding: 30px;}
.img-pad-4 { padding: 40px;}
.img-pad-5 { padding: 50px;}

/* -----------------------------------
Recommended Setup
-------------------------------------- */

.recommended-setup {
    padding: 130px 0;
    background-color: #2b2e41;
}

.recommended-setup .heading {
    border-left: 2px solid #13b1c5;
    padding-left: 20px;
    margin-bottom: 40px;
}

.recommended-setup .sub-heading {
    font-size: 18px;
    font-weight: 400;
    color: #ffffff;
}

.recommended-setup .heading h2 {
    font-size: 30px;
    font-weight: 700;
    color: #ffffff;
    text-transform: uppercase;
}

.recommended-setup p {
    font-size: 18px;
    font-weight: 300;
    color: #cfd1e3;
    line-height: 28px;
    margin-bottom: 40px;
}

.recommended-setup li {
    font-size: 18px;
    font-weight: 300;
    color: #cfd1e3;
    line-height: 28px;
    margin-bottom: 15px;
}

.section-info {
    color: rgb(207,209,277);
    font-size: 18px;
    font-family: Dosis, sans-serif;
    font-weight: 300;
    line-height: 28px;
    padding-left: 25px;
}

.videoResources {
    padding: 130px 0 90px 0;
    background-color: #212332;
}

.videoResources .heading {
    border-left: 2px solid #13b1c5;
    padding-left: 20px;
    margin-bottom: 40px;
}

.videoResources .heading h2 {
    font-size: 30px;
    font-weight: 700;
    color: #ffffff;
    text-transform: uppercase;
}

.videoResources .heading .sub-heading {
    font-size: 18px;
    font-weight: 400;
    color: #ffffff;
}

.bodyDefault {
    height: 5000px;
}

.bodyVideo {
    margin: 0;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.flex-space {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-grow: 1;
    background: #212332;
}

html { 
    margin: 0;
    height: 100%;
}