html {
    width: 100%;
    height: 100%;
}

body {
    padding-top: 5px;
}

/* Custom page header */
header {
    padding-bottom: 20px;
    height: 260px;
    background: url(/logo.webp) no-repeat;
    background-position-x: 50%;
    background-size: contain;
}

section {
    padding-bottom: 20px;
    margin-bottom: 2em;
}

#poweredby {
    height: 160px;
    background: url(/wingstop.webp) no-repeat;
    background-position: 50% 50%;
    background-size: 384px 216px;
}

/* Custom page footer */
footer {
    text-align: center;
    padding-top: 0.25em;
    padding-bottom: 0.25em;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(128, 128, 128, 0.5);
    white-space: nowrap;
    color: white;
}

footer img {
    height: 24px;
}

#language {
    float: right;
}

img.thumnbail {
    max-width: 100%;
}

/* Customize container */
@media (min-width: 768px) {
    .container {
        max-width: 730px;
    }
}

.container-narrow > hr {
    margin: 30px 0;
}


/* Responsive: Portrait tablets and up */
@media screen and (min-width: 768px) {
    body {
        padding-top: 15px;
    }

    /* Remove the padding we set earlier */
    header,
    footer {
        padding-right: 0;
        padding-left: 0;
    }
    /* Space out the masthead */
    header {
        height: 280px;
        margin-bottom: 30px;
    }

    #findVideo, #findPhoto {
        text-align: center;
    }

    #findVideo form, #findPhoto form {
        width: 50%;
        display: inline-block;
    }
    /* Remove the bottom border on the jumbotron for visual effect */
    .jumbotron {
        border-bottom: 0;
    }
}

body {
    color: white;
    background-color: black;
    /*background: url(background.jpg) no-repeat;*/
    background-position: center top;
    background-size: cover;
}

a {
    color: #77CF74;
}

.btn-primary {
    background-color: #77CF74;
    border-color: #77CF74;
    color: white;
}

    .btn-primary:focus,
    .btn-primary:hover,
    .btn-primary:active,
    .btn-primary:active:hover,
    .btn-primary:active:focus {
        background-color: #999999;
        border-color: #77CF74;
        color: #77CF74;
        outline: none;
    }
