/*Core default*/
.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}
/*_Layout master*/
html {
    height: 100%;
    padding: 0;
    margin: 0;
    /*background: url('/img/fishingbw copy.jpg') no-repeat center center fixed;*/
    background: url('/img/wallpaper.jpg') no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    max-width: 100%;
}

body {
    padding-top: 53px;
    background-color: transparent;
}

h1 {
    font-family: 'Trebuchet MS'
}

.bg {
}

.footnote {
    width: 100%;
    padding-right: 40px;
    font-size: 12px;
}

h1 {
    font-family: 'Quicksand';
    font-size: 47px;
    color: white;
    font-weight: 600;
}

@media only screen and (max-width: 1000px) {
    h1 {
        font-size: 24px;
    }

    h2 {
        font-size: 18px;
    }

    .row {
        font-size: 14px;
    }

    .footnote {
        padding-right: 5px;
    }
}

@font-face {
    font-family: bradhitc;
    src: url("/fonts/bradhitc.ttf") format("truetype");
}

.nav-link {
    font-family: Trebuchet MS;
    letter-spacing: 1px;
    font-size: 14px;
}

.row {
}

.container-fluid {
}

.card-footer {
    background-color: #231F20;
    text-align: right;
    font-size: 18px;
    color: #949890;
}

.myMainOuter > .container-fluid {
    min-height: calc(100vh - 150px);
}

.body > .container-fluid ~ .container-fluid {
    min-height: unset;
}

@media (min-width: 768px) {
    .footnote {
        font-size: 18px;
    }

    .myMainOuter > .container-fluid {
        min-height: calc(100vh - 105px);
    }

    .body > .container-fluid ~ .container-fluid {
        min-height: unset;
    }
}


