@charset "utf-8";
.navbar-brand {
    background-repeat: no-repeat;
    background-size: 66px auto;
    padding-left: 80px;
    background-image: url(../images/DPL_White_Logo_no_text.svg);
    background-position: 0% center;
}
#hero {
    padding-left: 0px;
    padding-right: 0px;
    position: relative;
}
#hero h1 {
    position: absolute;
    color: #FFFFFF;
    text-shadow: 2px 1px #565555;
    font-size: 0.5rem;
    bottom: 0rem;
    right: 1%;
    padding-bottom: 0px;
    margin-bottom: 0px;
    font-weight: normal;
}
#hero #hero_caption a {
    float: right;
    font-size: xx-small;
    position: static;
}
#address {
    margin-top: 20px;
}
#address p {
    margin-top: 0px;
    margin-bottom: 0px;
    position: relative;
    text-align: center;
}
#title {
    max-width: 980px;
    position: relative;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
    margin-top: 20px;
}
#text {
    max-width: 980px;
    margin-top: 20px;
}
#background {
    background-color: #e5e5e5;
}
#background #address {
    text-align: center;
}
.embed-responsive-item {
    position: relative;
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
}
#tutorial_video {
    max-width: 600px;
}
