/*@import url(https://fonts.googleapis.com/css?family=Poppins:400,600|Roboto:400,700);*/

body, button, input, select, textarea {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizelegibility;
    font-size: 1.125rem;
    font-weight: 400;
    line-height: 27px;
    text-align: left;
    color: #474b50;
}

.rottevis {
    display: none;
}

nav {
    font-family: 'Poppins', Arial, sans-serif;
}

.sidebar-brand-text {
    font-family: 'Poppins', Arial, sans-serif;
}

.bg-image {
    position: relative;
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%;
}

header .video-container {
    position: relative;
    z-index: 2;
}

.video-caption {
    bottom: 4rem;
    color: #fff;
    left: 15%;
    padding-bottom: 1.25rem;
    padding-top: 1.25rem;
    position: absolute;
    right: 15%;
    text-align: center;
}

.header-spacer {
    height:60px;
}

