@import url("https://fonts.googleapis.com/css?family=Roboto:600,400");
* {
    font-family: inherit;
    box-sizing: border-box;
}
body {
    margin: 0;
    font-family: 'Roboto', sans-serif;
}

section {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    width: 100%;
    height: 100vh;
    overflow: hidden;
}

video {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.ctext {
    z-index: 1;
    width: 40rem;
    text-align: center;
    text-shadow: 1px 1px 1px #000;
    color: #fefefe;
}

a {
	color: #fefefe;
    text-decoration: none;
}

@media (min-width: 348px) {
    h1 {
        line-height: 1.125;
        margin: 0;
        font-size: 2rem;
        font-weight: 800;
    }
}

@media (min-width: 768px) {
    h1 {
        line-height: 1.125;
        margin: 0;
        font-size: 4rem;
        font-weight: 800;
    }
}

.p {
    line-height: 1.25;
    margin: 1rem 0;
}

.overlay {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}

@media (min-width: 348px) {
    h2 {
        font-size: 1rem;
    }
    .bnslogo {
        width: 10rem;
    }
}

@media (min-width: 768px) {
    .bnslogo {
        width: 15rem;
    }
}

@media (min-width: 768px) {
    ul {
        padding-left: 10rem;
    }
}

@media (min-width: 348px) {
    .landing-page-main-button:hover {
        background-position: -354px bottom
    }
}

@media (min-width: 768px) {
    .landing-page-main-button:hover {
        background-position: -494px bottom
    }
}