/* By Zachary A. Miller */

.section-contianer {
    position: relative;
    width: 70vw;    
    left: 50%;
    margin-top: 3.5vw;
    transform: translateX(-50%);
    font-family: 'Signika Negative', sans-serif;
    font-size: 1.7vw;
}

.section-contianer > p, .section-contianer > ol, .section-contianer > ul {
    margin-top: 1vw;
}

.section-contianer ul, .section-contianer ol {
    margin-left: 2.5vw;
}

.video {
    position: relative;
    left: 50%;
    width: 65vw;
    margin-top: 3.8vw;
    border-radius: 20px;
    transform: translateX(-50%);
}

#carousel-a {
    position: relative;
    left: 50%;
    width: 65vw;
    height: 40vw;
    margin-top: 7.5vw;
    transform: translateX(-50%);
}

#carousel-a .slide > img {
    border-radius: 20px;
}

#headline {
    margin-top: 4vw;
}