.audiojs {
    margin: 4px 0px 5px;
    width: 100% !important;
}

body {
    font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
    color: #333;
    font-size: 14px;
    line-height: 20px;
    background-color: #2900ff;
}

a {
    box-shadow: 0 0 0 -20px red;
    -webkit-transition: box-shadow 1000ms ease;
    transition: box-shadow 1000ms ease;
    color: #ff0;
    text-decoration: underline;
}

a:hover {
    box-shadow: 0 0 21px 0 red;
}

.main {
    height: 1vh;
}

.main-link {
    margin: 10px 4px;
    padding: 15px 7px;
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    border: 8px solid #ff0;
    box-shadow: 6px 6px 3px 0 rgba(0, 0, 0, .77);
    -webkit-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
    -webkit-transition: none 0ms ease;
    transition: none 0ms ease;
    font-family: Verdana, Geneva, sans-serif;
    text-decoration: none;
}

.main-link:hover {
    border-color: red;
    box-shadow: 0 0 3px 0 #000;
    -webkit-filter: invert(100%);
    filter: invert(100%);
    color: red;
}

.main-link.w--current {
    width: auto;
    border-color: red;
    box-shadow: none;
    -webkit-filter: invert(100%);
    filter: invert(100%);
}

.link-bar {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding-top: 60px;
    padding-bottom: 60px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.link-bar.page {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #2900ff;
}

.link-text {
    position: relative;
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 2em;
    font-style: italic;
    font-weight: 700;
    text-decoration: none;
    text-shadow: none;
}

.link-text.shadow {
    position: absolute;
    left: 23px;
    top: 22px;
    height: 30px;
    color: red;
}

.header {
    padding-top: 0%;
    background-color: #2900ff;
}

.body-text {
    padding: 7px 5px;
    color: #ff0;
    font-size: 1.3em;
    line-height: 1.55em;
    font-weight: 400;
    font-weight: bold;
}

.body-text.inline {
    display: inline;
    padding-right: 5px;
    padding-left: 5px;
}

.footer-dawg {
    margin-top: 10px;
    font-size: 24px;
    text-align: center;
}

.heading {
    color: #fff;
    font-size: 3em;
    font-style: normal;
    text-align: center;
    letter-spacing: 3px;
}

.vertical-align {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    background-color: #2900ff;
}

.vertical-align.blue-background {
    background-color: #2900ff;
}

.body_section {
    min-height: 100vh;
    padding-bottom: 30px;
    background-color: #2900ff;
}

.index_video_section {
    min-height: 100vh;
    padding-top: 0px;
    padding-bottom: 0px;
    background-color: #2900ff;
}

.body-header {
    display: inline-block;
    margin-top: 40px;
    padding-top: 5px;
    padding-bottom: 5px;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    border-top: 5px solid #fff;
    border-bottom: 5px solid #fff;
    color: #fff;
}

.text-block {
    font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
    font-size: 1em;
}

.video {
    margin-top: 10px;
    margin-bottom: 20px;
}

.content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.content.spacing {
    padding-top: 40px;
    padding-bottom: 41px;
}

.full-width-image {
    display: block;
    width: 100vw;
    min-width: 100%;
}

.body-link {
    display: block;
    padding: 1px 4px;
    color: #fff;
    font-size: 1.3em;
    text-decoration: underline;
}

.body-link:hover {
    box-shadow: none;
    color: #fff;
}

.text-block-2 {
    display: inline-block;
}

.script-image {
    display: block;
    margin-right: auto;
    margin-bottom: 10px;
    margin-left: auto;
}

.footer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 10%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    background-color: #2900ff;
}

.big-button {
    display: inline-block;
    margin-right: auto;
    margin-left: auto;
    padding: 20px 25px;
    border: 10px solid #ff0;
    background-color: #1a27c0;
    font-size: 24px;
    font-weight: 700;
    text-align: center;
    text-decoration: underline;
}

.image {
    height: 30px;
}

.image-2 {
    height: 30px;
}

.image-3 {
    height: 30px;
}

.html-embed {
    width: 100px;
}

.c2 {
    padding-top: 40px;
}

.navbar {
    background-color: #2900ff;
}

.nav-menu {
    display: none;
    width: 100%;
    height: 100vh;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
}

.video-full-width {
    width: 100%;
}

.videocontainer {
    display: block;
    padding-bottom: 60%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.index_video_container {
    background-color: #2900ff;
}

@media (max-width: 991px) {
    .main-link {
        margin-top: 15px;
        margin-bottom: 15px;
        color: #ff0;
        text-align: left;
    }
    .main-link:hover {
        color: red;
    }
    .main-link.mobile {
        margin-top: 0px;
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .link-bar {
        padding-top: 20px;
        padding-bottom: 20px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .link-text {
        font-size: 1.5em;
    }
    .body-text {
        font-size: 1.1em;
    }
    .nav-menu {
        height: auto;
        padding-bottom: 10px;
        padding-left: 20px;
        background-color: #2900ff;
        box-shadow: 2px 2px 3px 0 #000;
    }
    .menu-button {
        padding: 25px;
        background-color: #ff0;
    }
    .menu-button.w--open {
        padding: 25px;
        background-color: #ff0;
        color: #000;
    }
    .videocontainer {
        padding-bottom: 57vw;
    }
}

@media (max-width: 767px) {
    .link-bar {
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .heading {
        font-size: 2.4em;
    }
    .videocontainer {
        padding-bottom: 59vw;
    }
}

@media (max-width: 479px) {
    .main-link {
        margin-top: 10px;
        margin-bottom: 10px;
        font-size: 1em;
    }
    .link-bar {
        padding-top: 0px;
        padding-bottom: 0px;
    }
    .link-text {
        font-size: 1em;
    }
    .body-text {
        font-size: 0.8em;
    }
    .heading {
        font-size: 1.3em;
        line-height: 1.4em;
        text-align: center;
    }
}