/*
 * Start Bootstrap - Full (http://startbootstrap.com/)
 * Copyright 2013-2016 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE)
 */

body {
    /* margin-top: 50px; TWW 201709011829* Required margin for .navbar-fixed-top. Remove if using .navbar-static-top. Change if height of navigation changes. */
    /* margin-top: 100px; TWW 201709011829: Components appear after the brand*/
    padding-top: 70px; /* TWW 201801221730: Compensate for fixed-top navbar as recommended*/
    background-color: transparent !important; /* TWW 201709011829: Only text shows over background image*/
}

/* Header Image Background - Change the URL below to your image path (example: ../images/background.jpg) */

.full {
    width: 100%;
    height: auto;
    background: url('../images/sd-flyingtuna-202010271603.jpg') no-repeat center center fixed;
    /*-webkit-background-size: cover;
    -moz-background-size: cover;*/
    background-size: cover;
    /*-o-background-size: cover;*/
}

/* TWW-201709011812: Jumbotron Transparent Background */
/* background-color: transparent !important; */
.jumbotron {
    background-color: #FEFEF6 !important;
    text-align: center;
}

h1, h2 {
    align-content: center;
}

/*img.secbadge {
    display: block;
    margin-left: auto;
    margin-right: auto;
}*/

.btn-responsive {
    white-space: normal !important;
    word-wrap: break-word;
}