body {
    background-color: #343a40;
}

h2 {
    font-size: 48px;
}


.videowrapper {
    float: none;
    clear: both;
    width: 100%;
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0;
    display: flex;
    justify-content: center;
}
.iframewrapper {
    width: 96%;
    height: 0;
    position: relative;
    padding-bottom: 56.25%;
    justify-content: center;
}
.iframewrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


.featurette-heading {
    color: #5a5a5a;
}

.featurette {
    margin-right: 10px;
    padding-right: 4px;
    margin-left: 4px;

}

.left {
    text-align: left;
    padding-left: 30px;
}

.left2 {
    text-align: left;
    padding-left: 100px;
    padding-top: 30px;
}

.right {
    padding-bottom: 30px;
}




.lead {
    color: #ffffff;
    font-weight: 400;
}

.lead2 {
    color: #000000;
    padding: 10px;
}

.myDiv {
    padding-top: 40px;
    /* height: 2000px; */
}

.text-muted {
    position: relative;
    /* color: #dce2e6 !important; */
    left: 10px;
    color: #000000 !important;
    font-size: 1.15rem;
    font-weight: 400;
}


ul {
    padding-top: 12px;
    padding-bottom: 50px;
    color: #000000;
}
