/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

.section-row{
    margin-top:25px;
    margin-bottom:25px;
}

.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    overflow: hidden;
    max-width: 100%;
    height: auto;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.block-wrapper{
    text-align:center;
    margin:20px auto 40px auto;
}
.block-headline{
    border: solid 2px #96211f;
    text-align:center;
    padding: 15px;
    text-transform: uppercase;
    display: inline-block;
    font-family: 'Gotham Black', sans-serif;
}

