.video_container > iframe {
    width: 480px;
    height: 270px;
}

/* responsive embeds - start */
.rich-text img, img.card-img-left {
    max-width: 100%;
    height: auto;
}

.responsive-object {
    position: relative;
}

.responsive-object iframe,
.responsive-object object,
.responsive-object embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
/* responsive embeds - end */

h1, h2, h3, h4 {
    /*font-family: 'Roboto', sans-serif;*/
    /*font-family: 'Lato', sans-serif;*/
    /*font-family: 'Montserrat', sans-serif;*/
    /*font-family: 'Raleway', sans-serif;*/
    font-family: 'Slabo', sans-serif;
}

h1 {
    font-size: 2.25rem;
}

.navbar {
    background-color: #404E5E !important;
}

.navbar-brand {
    /*font-family: 'Pathway Gothic One', sans-serif;*/
    /*font-family: 'Yanone Kaffeesatz', sans-serif;*/
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 1.25rem;
    margin-right: 2.5rem;
}

.card-body-worksheet {
    padding: 0.75rem 1rem;
}

.list-inline-item:not(:last-child) {
    margin-right: 0.75rem;
}

.link-md {
    font-size: 1.2rem;
}

.link-sm {
    font-size: 1rem;
}

.alert {
    text-align: center;
}

.errorlist li {
    color: #b30000;
}
